@charset "UTF-8"; @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600;700;900&display=swap"); * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } @font-face { font-family: 綜藝體繁; src: url(./wt040-綜藝體繁.ttf); font-weight: 900; font-display: swap; } #opentalk-content { position: relative; overflow: hidden !important; } body { font-family: 'Noto Serif TC', serif; } body .secn-title { font-family: 'Noto Serif TC', serif; text-align: left; color: #292421; font-size: 30px; font-weight: 700; padding: 5px 10px; margin-bottom: 0px; } @media screen and (max-width: 767px) { body .secn-title { font-weight: 900; font-size: 26px; } } body .line { width: 8vw; height: 3px; color: #9400d3; margin-left: 12px; opacity: 1 !important; margin-top: 10px; } @media screen and (max-width: 767px) { body .line { width: 30vw; } } .container-fluid { width: 80vw; margin: 0 auto; } @media screen and (max-width: 767px) { .container-fluid { width: 100vw; } } #Navigation { width: 100vw; position: fixed; z-index: 20; background: rgba(41, 36, 33, 0.9); color: #fff; } #Navigation #logo { padding-top: 2.5vw; padding-left: 2vw; } @media screen and (max-width: 767px) { #Navigation #logo { padding-top: 1vw; padding-left: 5vw; } } #Navigation #logo img { width: 180px; } @media screen and (max-width: 767px) { #Navigation #logo img { width: 140px; } } #Navigation #link { padding: 4vw 1vw 2vw 1vw; } @media screen and (max-width: 767px) { #Navigation #link { display: none; } } #Navigation #link a { text-decoration: none; color: #fff; letter-spacing: 1px; font-size: 0.9rem; font-weight: 600; cursor: pointer; padding: 15px; position: relative; } #Navigation #link a :hover { opacity: 0.8; } #Navigation #link a:after { content: ""; display: block; width: 80%; height: 3px; background-color: #fff; position: absolute; left: 12%; bottom: 0; -webkit-transition: all 0.3s; transition: all 0.3s; opacity: 0; } #Navigation #link a:hover:after { width: 80%; opacity: 1; } @media screen and (max-width: 1024px) { #Navigation #link a { padding: 5px; padding-top: 2vw; } } #Navigation #menu-btn1 { position: absolute; right: 2vw; top: 5vw; width: 15vw; z-index: 6; } @media screen and (min-width: 1025px) { #Navigation #menu-btn1 { display: none; } } @media screen and (min-width: 768px) { #Navigation #menu-btn1 { display: none; } } #menu-box { width: 40vw; right: 0px; position: fixed; top: 0px; z-index: 20; overflow: hidden; display: none; } @media screen and (min-width: 1025px) { #menu-box { display: none; } } #menu-box hr { margin: 5px auto !important; width: 25vw; background: #fff; opacity: 1 !important; } #menu-box #menu-box2 { padding-bottom: 5vw; position: relative; width: 40vw; background-color: #292421; z-index: 7; text-align: center; } #menu-box #menu-box2 .close { padding: 30px 15px 15px 15px; } #menu-box #menu-box2 a { display: inline-block; text-decoration: none; color: #fff; font-size: 14px; font-weight: 900; text-align: center; padding: 0 !important; } .courseadv { font-weight: 900; width: 100vw; padding: 2vw; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); } .courseadv img { cursor: pointer; } #banner { margin-top: 7.5vw; padding-bottom: 3vw; width: 100vw; display: inline-block; background: #000; } @media screen and (max-width: 767px) { #banner { margin-top: 70px; } } #banner .form { padding-top: 5vw; background: #000; } #banner .form h1 { text-align: center; font-size: 2.5rem; color: #fff; font-weight: 900; } @media screen and (max-width: 767px) { #banner .form h1 { font-size: 1.8rem; } } @media screen and (max-width: 350px) { #banner .form h1 { font-size: 1.5rem; } } #banner .form h4 { text-align: center; margin-top: 2rem; color: #adadad; } #banner .form h2 { text-align: center; margin-top: 30px; color: #fff; } #banner .form .email-form { width: 70%; } @media screen and (max-width: 767px) { #banner .form .email-form { width: 100%; } } #banner .form .email-form .course-tab { margin: 15px 0px; font-family: 微軟正黑體; font-size: 18px; display: inline-block; width: 100%; color: #fff; } #banner .form .email-form #email { width: 100%; height: 35px; margin: 15px 0; padding: 25px 5px; background: #1b1c1e; border: 1px solid rgba(0, 0, 0, 0.3); border-radius: 5px; color: #fff; } #banner .form .email-form .selector1 { cursor: pointer; margin: 0.3rem; padding: 0.5rem; border: 1px solid #bebebe; border-radius: 5px; width: 8vw; color: #bebebe; -webkit-transition: 0.3s; transition: 0.3s; } @media screen and (max-width: 767px) { #banner .form .email-form .selector1 { width: 40%; } } #banner .form .email-form .selector1 img { -webkit-filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(102%) contrast(101%); filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(102%) contrast(101%); } #banner .form .email-form .selector1:hover { color: #fff; border: 1px solid #fff; } #banner .form .email-form .email-subbtn { margin: 0 auto; width: 100%; margin: 30px 0px; padding: 15px 0; background-color: #9400d3; /* 邊框:寬度 樣式 顏色 */ border: 0 solid #000; color: #fff; border-radius: 5px; } #banner .form .email-form .email-subbtn:hover { background-color: #57027c; } #banner #banner-container { overflow: hidden; } @media screen and (max-width: 767px) { #banner #banner-container { width: 100vw; margin: 0; padding-bottom: 15vw; } } #banner #banner-container img { margin-bottom: -50px; width: 55vw; height: 30vw; -o-object-fit: cover; object-fit: cover; } @media screen and (max-width: 767px) { #banner #banner-container img { padding-top: 15vw; width: 100vw; height: auto; } } #sec01 { padding-top: 5vw; padding-bottom: 10vw; background: #fff; } #sec01 #sec01-title { margin-bottom: 50px; } #sec01 .learn-more { width: 45%; } #sec01 #sec01-container .sec01-1 .card { -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); border-radius: 10px; } #sec01 #sec01-container .sec01-1 .card img { padding: 5px; -o-object-fit: cover; object-fit: cover; } #sec01 #sec01-container .sec01-1 .card a { color: #000; text-decoration: none; -webkit-transition: 0.3s; transition: 0.3s; cursor: pointer; } #sec01 #sec01-container .sec01-1 .card a:hover { color: #9400d3; } #sec01 #sec01-container .sec01-1 .card .card-title1 { height: 100px; font-size: 20px; } #sec01 #sec01-container .sec01-1 .card .card-content1 { height: 100px; } #sec01-moblie { padding-top: 5vw; padding-bottom: 5vw; background: #fff; position: relative; overflow: hidden; } #sec01-moblie .arrow-table { position: fixed; width: 25px; right: 15px; bottom: 240px; z-index: 6; } @media screen and (max-width: 350px) { #sec01-moblie .arrow-table { right: 10px; } } @media screen and (min-width: 1025px) { #sec01-moblie { display: none; } } #sec01-moblie #sec01-moblie-header h1 { text-align: center; color: #e02d4b; font-size: 45px; font-weight: 900; padding: 5px 10px; } @media screen and (max-width: 767px) { #sec01-moblie #sec01-moblie-header h1 { font-weight: 900; font-size: 32px; } } #sec01-moblie #sec01-moblie-header hr { margin: 10px auto !important; width: 25vw; height: 5px; color: #e02d4b; margin: 10px; opacity: 1 !important; } #sec01-moblie #sec01-moblie-container { padding-top: 10vw; } #sec01-moblie #sec01-moblie-container .col { margin: 10px; } #sec01-moblie #sec01-moblie-container .col .card { -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); border-radius: 10px; } #sec01-moblie #sec01-moblie-container .col .card img { height: 150px; -o-object-fit: cover; object-fit: cover; } #sec01-moblie #sec01-moblie-container .col .card .card-title { font-weight: 900; } #sec01-moblie #sec01-moblie-container .col .card .learn-more { width: 120px; } #sec02 { background: #292421; padding: 5vw 0px; padding-bottom: 8vw; } @media screen and (max-width: 767px) { #sec02 { display: none; } } #sec02 #sec02-container { width: 90vw; padding: 15px; font-weight: 900; color: #fff; position: relative; } #sec02 #sec02-container #sec02-top-box { position: relative; } #sec02 #sec02-container #sec02-top-box #sec02-top-title { text-align: center; } #sec02 #sec02-container #sec02-top-box #sec02-top-title h1 { font-family: 'Noto Serif TC', serif; } #sec02 #sec02-container #sec02-top-box #sec02-top-title hr { width: 5vw; height: 5px; color: #9400d3; margin: 10px auto; opacity: 1 !important; } @media screen and (max-width: 767px) { #sec02 #sec02-container #sec02-top-box #sec02-top-title hr { width: 30vw; } } #sec02 #sec02-container #sec02-top-box #sec02-content { position: absolute; top: -180px; left: 300px; } #sec02 #sec02-container #sec02-top-box .sec02-box1 { color: #fff; } #sec02 #sec02-container #sec02-top-box .sec02-box1 img { display: inline; width: 200px; height: 200px; -o-object-fit: cover; object-fit: cover; } #sec02 #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text { font-size: 20px; } #sec02 #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text span { font-size: 30px; } #sec02-moblie { padding-top: 3vw; } @media screen and (min-width: 1025px) { #sec02-moblie { display: none; } } #sec02-moblie #sec02-moblie-header h1 { text-align: center; color: #292421; font-size: 45px; font-weight: 900; padding: 5px 10px; } @media screen and (max-width: 767px) { #sec02-moblie #sec02-moblie-header h1 { font-weight: 900; font-size: 32px; } } #sec02-moblie #sec02-moblie-header hr { margin: 10px auto !important; width: 25vw; height: 5px; color: #292421; margin: 10px; opacity: 1 !important; } #sec02-moblie #sec02-container { background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(35%, transparent), color-stop(20%, #292421)); background: linear-gradient(180deg, #fff 20%, transparent 35%, #292421 20%); font-weight: 900; color: #fff; text-align: right; padding: 20vw 0; } #sec02-moblie #sec02-container #sec02-content { position: relative; padding: 5px; } @media screen and (max-width: 350px) { #sec02-moblie #sec02-container #sec02-top-box { left: 10px; } } #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 { color: #fff; } #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 #top1 { width: 120px; } @media screen and (max-width: 350px) { #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 #top1 { width: 100px; height: auto; } } #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 img { -o-object-fit: cover; object-fit: cover; } @media screen and (max-width: 350px) { #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 img { width: 70px; height: auto; } } #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text { font-size: 12px; text-align: left; } @media screen and (max-width: 350px) { #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text { text-align: left; } } #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text span { font-size: 30px; } @media screen and (max-width: 350px) { #sec02-moblie #sec02-container #sec02-top-box .sec02-box1 .sec02-top-text span { font-size: 25px; } } #sec03 { padding-bottom: 5vw; } @media screen and (max-width: 767px) { #sec03 { display: none; } } #sec03 #sec03-table .sec03-table-title { font-family: 微軟正黑體; font-weight: 900; padding: 15px; font-size: 35px; } #sec03 #sec03-table .table th { font-size: 40px; display: table-cell; vertical-align: middle; color: #292421; } #sec03 #sec03-table .table td { padding: 15px; } #sec03 #sec03-table .table td a { text-decoration: none; color: #000; -webkit-transition: 0.3s; transition: 0.3s; cursor: pointer; } #sec03 #sec03-table .table td a:hover { color: #9400d3; } #sec03 #sec03-table .table img { width: 80px; border-radius: 5px; } #sec03 #sec03-table .table .sec03-table-text { padding: 10px; display: table-cell; vertical-align: middle; } #sec03 #sec03-table .table .sec03-table-text h1 { font-size: 20px; margin: 0; } #sec03 #sec03-table .table .sec03-table-text p { margin: 0; } #sec03-moblie { position: relative; } #sec03-moblie .arrow-table { position: fixed; width: 25px; right: 15px; bottom: 250px; z-index: 6; } @media screen and (max-width: 350px) { #sec03-moblie .arrow-table { right: 10px; bottom: 200px; } } #sec03-moblie .sec03-table-title, #sec03-moblie .sec03-table-title2 { font-family: 微軟正黑體; font-weight: 900; font-size: 14px; display: inline-block; color: #9b9b9b; } #sec03-moblie .contant-toggle { display: inline-block; color: #000; padding-bottom: 10px; border-bottom: 2px solid #000; } #sec03-moblie #sec03-slider { padding-top: 5vw; } #sec03-moblie #sec03-slider .slick-slide img { display: inline; } #sec03-moblie #sec03-slider #sec03-slider1, #sec03-moblie #sec03-slider #sec03-slider2 { margin: 0 5px; } @media screen and (max-width: 350px) { #sec03-moblie #sec03-slider #sec03-slider1, #sec03-moblie #sec03-slider #sec03-slider2 { margin: 0 5px; } } #sec03-moblie #sec03-slider .table th { font-size: 40px; display: table-cell; vertical-align: middle; padding: 15px; } @media screen and (max-width: 350px) { #sec03-moblie #sec03-slider .table th { font-size: 30px; } } #sec03-moblie #sec03-slider .table td { display: table-cell; vertical-align: middle; padding: 15px; padding: 10px; } @media screen and (max-width: 350px) { #sec03-moblie #sec03-slider .table td { padding: 0px; } } #sec03-moblie #sec03-slider .table td a { text-decoration: none; color: #000; -webkit-transition: 0.3s; transition: 0.3s; cursor: pointer; } #sec03-moblie #sec03-slider .table td a:hover { color: #2828ff; } #sec03-moblie #sec03-slider .table img { width: 70px; } #sec03-moblie #sec03-slider .table .sec03-table-text { padding: 0px 0px 0px 3px; display: table-cell; vertical-align: middle; } @media screen and (max-width: 350px) { #sec03-moblie #sec03-slider .table .sec03-table-text { padding: 0px; } } #sec03-moblie #sec03-slider .table .sec03-table-text h1 { font-size: 14px; margin: 0; } #sec03-moblie #sec03-slider .table .sec03-table-text p { margin: 0; font-size: 12px; } @media screen and (min-width: 1025px) { #sec03-moblie { display: none; } } #sec04 { background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #ededf9)); background: linear-gradient(180deg, #fff 50%, #ededf9 50%); padding-bottom: 10vw; } @media screen and (max-width: 767px) { #sec04 { display: none; } } #sec04 #sec04-title { margin-bottom: 50px; } #sec04 .learn-more { width: 45%; } #sec04 #sec04-container a { text-decoration: none; color: #000; -webkit-transition: 0.3s; transition: 0.3s; cursor: pointer; } #sec04 #sec04-container a:hover { color: #9400d3; } #sec04 #sec04-container .card { -webkit-box-shadow: 0 10px 1px #9400d3; box-shadow: 0 10px 1px #9400d3; border-radius: 10px; } #sec04 #sec04-container .card img { padding: 5px; height: 150px; -o-object-fit: cover; object-fit: cover; } #sec04 #sec04-container .card .card-title { font-weight: 900; } #sec04-moblie { padding-top: 5vw; padding-bottom: 5vw; background: #fff; position: relative; overflow: hidden; } #sec04-moblie .arrow-table { position: fixed; width: 25px; right: 15px; bottom: 240px; z-index: 6; } @media screen and (max-width: 350px) { #sec04-moblie .arrow-table { right: 10px; } } @media screen and (min-width: 1025px) { #sec04-moblie { display: none; } } #sec04-moblie #sec04-moblie-container { padding-top: 10vw; } #sec04-moblie #sec04-moblie-container .col { margin: 10px; } #sec04-moblie #sec04-moblie-container .col a { text-decoration: none; color: #000; -webkit-transition: 0.3s; transition: 0.3s; cursor: pointer; } #sec04-moblie #sec04-moblie-container .col a:hover { color: #292421; } #sec04-moblie #sec04-moblie-container .col .card { -webkit-box-shadow: 0 10px 1px #9400d3; box-shadow: 0 10px 1px #9400d3; border-radius: 10px; } #sec04-moblie #sec04-moblie-container .col .card img { height: 150px; -o-object-fit: cover; object-fit: cover; } #sec04-moblie #sec04-moblie-container .col .card .card-body { height: 260px; } @media screen and (max-width: 350px) { #sec04-moblie #sec04-moblie-container .col .card .card-body { padding: 0.5rem 0.5rem; } } #sec04-moblie #sec04-moblie-container .col .card .card-title { font-weight: 900; } @media screen and (max-width: 350px) { #sec04-moblie #sec04-moblie-container .col .card .card-text { font-size: 14px; } } #sec05 { padding-top: 5vw; padding-bottom: 5vw; } @media screen and (max-width: 767px) { #sec05 { display: none; } } #sec05 #sec05-title { margin-bottom: 50px; } @media screen and (max-width: 767px) { #sec05 #tag-group { text-align: center; } } #sec05 #tag-group .tag button { padding-left: 10px; padding-right: 10px; margin-right: 30px; color: #292421; background: none; font-size: 24px; } @media screen and (max-width: 767px) { #sec05 #tag-group .tag button { font-size: 18px; padding-left: 5px; padding-right: 5px; margin-right: 5px; color: #292421; } } @media screen and (max-width: 350px) { #sec05 #tag-group .tag button { font-size: 16px; } } #sec05 #tag-group .tag button:hover, #sec05 #tag-group .tag button:focus { color: #fff; background: #292421; } #sec05 .sec05-container .slick-prev:before, #sec05 .sec05-container .slick-next:before { opacity: 0; } #sec05 .sec05-container .slick-prev, #sec05 .sec05-container .slick-next { width: 40px; height: 40px; content: none; } #sec05 .sec05-container .slick-prev { background-image: url(./img/next0.png); background-repeat: no-repeat; background-size: contain; left: -40px; } #sec05 .sec05-container .slick-prev:hover, #sec05 .sec05-container .slick-prev:focus { background-image: url(./img/next0.png); background-repeat: no-repeat; } #sec05 .sec05-container .slick-next { background-image: url(./img/next.png); background-repeat: no-repeat; background-size: contain; right: -40px; } #sec05 .sec05-container .slick-next:hover, #sec05 .sec05-container .slick-next:focus { background-image: url(./img/next.png); background-repeat: no-repeat; } @media screen and (max-width: 767px) { #sec05 .sec05-container { padding: 5px; margin: 0; } } #sec05 .sec05-container .course-content { -webkit-animation-name: Cardload; animation-name: Cardload; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; } #sec05 .sec05-container .sec05-course .card, #sec05 .sec05-container .sec05-course2 .card { border: none !important; margin: 15px; } #sec05 .sec05-container .sec05-course a, #sec05 .sec05-container .sec05-course2 a { text-decoration: none; color: #000; -webkit-transition: 0.3s; transition: 0.3s; cursor: pointer; } #sec05 .sec05-container .sec05-course a:hover, #sec05 .sec05-container .sec05-course2 a:hover { color: #9400d3; } #sec05 .sec05-container .sec05-course a img, #sec05 .sec05-container .sec05-course2 a img { height: 10vw; -o-object-fit: cover; object-fit: cover; } #sec05 .sec05-container .sec05-course img, #sec05 .sec05-container .sec05-course2 img { border-radius: 10px; -o-object-fit: cover; object-fit: cover; } @media screen and (min-width: 1025px) { #sec05-m { display: none; } } #sec05-m .price { font-size: 18px; } @media screen and (max-width: 350px) { #sec05-m .price { font-size: 16px; } } #sec05-m a { color: #000; text-decoration: none; -webkit-transition: 0.3s; transition: 0.3s; cursor: pointer; } #sec05-m a:hover { color: #9400d3; } #footer { width: 100vw; text-align: center; line-height: 2; background: #292421; color: #fff; } #footer .footer-link { padding-top: 3vw; } #footer .footer-link a { text-decoration: none; font-size: 20px; padding: 10px; color: #fff; } @media screen and (max-width: 767px) { #footer .footer-link a { font-size: 14px; padding: 0 !important; } } @media screen and (max-width: 400px) { #footer .footer-link a { font-size: 12px; } } #footer .footer-link a span { font-size: 28px; } @media screen and (max-width: 767px) { #footer .footer-link a span { font-size: 16px; } } @media screen and (max-width: 350px) { #footer .footer-link a span { font-size: 14px; } } #footer .text { padding-top: 3vw; } #footer .text a { text-decoration: none; color: #fff; } #footer .text h2 { font-size: 20px; margin: 10px; letter-spacing: 1px; } @media screen and (max-width: 767px) { #footer .text h2 { display: block; font-size: 16px; margin: 8px; } } #footer .text p { margin: 0 !important; } #footer .text img { width: 30px; margin: 10px; -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(138deg) brightness(103%) contrast(102%); filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(138deg) brightness(103%) contrast(102%); -webkit-transition: 0.3s; transition: 0.3s; } #footer .text img:hover { opacity: 0.6; } #sec10 { width: 90vw; margin: 0 auto; } #sec10 .sec10-title { font-size: 43px; } @media screen and (max-width: 767px) { #sec10 .sec10-title { width: 95vw; font-size: 26px; } } #sec10 hr { height: 1px; background: #000; } #sec10 .content { word-wrap: break-word; } #sec10 .content p { line-height: 2; font-size: 18px; } #sec10 .content .video-work #video2 video { width: 100%; } #sec10 .side-bar h1 { color: #000; font-size: 36px; } #sec10 .side-bar a { color: #000; text-decoration: none; -webkit-transition: 0.3s; transition: 0.3s; cursor: pointer; } #sec10 .side-bar a:hover { color: #9400d3; } #sec10 .side-bar h5 { font-size: 20px; font-weight: 900; } #sec10 .side-bar p { font-size: 16px; } #sec11 #sec11-container { width: 90vw; } #sec11 #sec11-container a { color: #000; text-decoration: none; -webkit-transition: 0.3s; transition: 0.3s; cursor: pointer; } #sec11 #sec11-container a:hover { color: #9400d3; } #sec11 #sec11-container h1 { color: #000; font-size: 30px; } @media screen and (max-width: 767px) { #sec11 #sec11-container .sec11-01 { display: block; } } #sec11 #sec11-container .col { overflow: hidden; } #sec11 #sec11-container .sec11-img { width: 550px; height: 350px; -o-object-fit: cover; object-fit: cover; -webkit-transition: 0.3s; transition: 0.3s; cursor: pointer; } #sec11 #sec11-container .sec11-img:hover { -webkit-transform: scale(1.02); transform: scale(1.02); } @media screen and (max-width: 767px) { #sec11 #sec11-container .sec11-img { height: 250px; } } #sec11 #sec11-container h2 { font-weight: 900; font-size: 24px; } @-webkit-keyframes Cardload { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes Cardload { 0% { opacity: 0; } 100% { opacity: 1; } } .btn-close { color: #fff; background: none !important; } .btn-close img { width: 24px; -o-object-fit: cover; object-fit: cover; -webkit-filter: invert(74%) sepia(4%) saturate(5%) hue-rotate(317deg) brightness(94%) contrast(89%); filter: invert(74%) sepia(4%) saturate(5%) hue-rotate(317deg) brightness(94%) contrast(89%); } /*# sourceMappingURL=style.css.map */