#trial-banner{background-color:#000000;color:#ffffff;border:1px solid white;left:0;right:0;height:36px;display:block;padding-top:10px;text-align:center;font-size:20px}
.menu-content{cursor:pointer;position:relative}li{-webkit-tap-highlight-color:rgba(0,0,0,0)}

.animated{-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}
@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -ms-touch-action: none; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url("ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; visibility: visible !important; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
@font-face { font-family: "slick"; src: url("slick.eot"); src: url("slick.eot?#iefix") format("embedded-opentype"), url("slick.woff") format("woff"), url("slick.ttf") format("truetype"), url("slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
.slick-prev:before { content: "\2190"; }
.slick-next:before { content: "\2192"; }
.slick-prev, .slick-next { position: absolute; display: block; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; padding: 0; border: none; outline: none; visibility: visible !important; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }
.slick-prev:before, .slick-next:before { font-family: "slick"; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots { position: absolute; list-style: none; display: block; text-align: center; padding: 0; width: 100%; visibility: visible; }
.slick-dots li { position: relative; display: inline-block; padding: 0; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button { border: 0; background: transparent; display: block; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; font-family: "slick"; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
[dir="rtl"] .slick-slide {float: right;}
[dir="rtl"] .slick-next:before {content: "\2190";}
[dir="rtl"] .slick-prev:before {content: "\2192";}

@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
@-webkit-keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0)}}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}
@media (min-width:768px) and (max-width:959px) {
#trial-banner{background-color:#000000;color:#ffffff;border:1px solid white;left:0;right:0;height:32px;display:block;padding-top:8px;text-align:center;font-size:18px}
}
@media (min-width:320px) and (max-width:767px) {
#trial-banner{background-color:#000000;color:#ffffff;border:1px solid white;left:0;right:0;height:20px;display:block;padding-top:4px;text-align:center;font-size:12px}
}
@font-face{font-family:"Lustria";src:url('Lustria-Regular.woff2') format('woff2'),url('Lustria-Regular.woff') format('woff');font-weight:400}
@font-face{font-family:"Lato";src:url('Lato-Regular.woff2') format('woff2'),url('Lato-Regular.woff') format('woff');font-weight:400}
@font-face{font-family:"Great Vibes";src:url('GreatVibes-Regular.woff2') format('woff2'),url('GreatVibes-Regular.woff') format('woff');font-weight:400}
@font-face{font-family:"Lato";src:url('Lato-LightItalic.woff2') format('woff2'),url('Lato-LightItalic.woff') format('woff');font-weight:300;font-style:italic}
@font-face{font-family:"Lato";src:url('Lato-Italic.woff2') format('woff2'),url('Lato-Italic.woff') format('woff');font-weight:400;font-style:italic}
@font-face{font-family:"Lato";src:url('Lato-Light.woff2') format('woff2'),url('Lato-Light.woff') format('woff');font-weight:300}
@font-face{font-family:"Lato";src:url('Lato-Bold.woff2') format('woff2'),url('Lato-Bold.woff') format('woff');font-weight:700}
.v{display:inline-block;vertical-align:top;overflow:hidden}
.ps{position:relative;margin-left:293px;margin-top:-119px}
.s{min-width:110px;width:110px;min-height:86px;height:86px}
.p{padding-top:0;text-indent:0;padding-bottom:20px;padding-right:0;text-align:center}
.f{font-family:Lato;font-size:32px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#fff;background-color:initial;line-height:54px;letter-spacing:normal;text-shadow:none}
.ps2{position:relative;margin-left:293px;margin-top:-62px}
.s2{min-width:110px;width:110px;min-height:62px;height:62px}
.ps3{position:relative;margin-left:293px;margin-top:-86px}
.s3{min-width:130px;width:130px;min-height:86px;height:86px}
.v2{display:inline-block;vertical-align:top}
.ps4{position:relative;margin-left:90px;margin-top:27px}
.s4{min-width:831px;width:831px;min-height:435px}
.ps5{position:relative;margin-left:0;margin-top:0}
.s5{min-width:460px;width:460px;min-height:435px;height:435px}
.c2{z-index:50;pointer-events:auto}
.p2{padding-top:0;text-indent:0;padding-bottom:15px;padding-right:0;text-align:center}
.f2{font-family:Lato;font-size:16px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#4a5157;background-color:initial;line-height:27px;letter-spacing:normal;text-shadow:none}
.ps6{position:relative;margin-left:28px;margin-top:0}
.s6{min-width:343px;width:343px;min-height:355px}
.w{line-height:0}
.ps7{position:relative;margin-left:0;margin-top:0}
.s7{min-width:343px;width:343px;min-height:291px;height:291px}
.c3{z-index:52;pointer-events:auto}
.i{position:absolute;left:0;width:343px;height:291px;top:0;border:0}
.i2{left:0;width:343px;height:291px;top:0;display:inline-block}
.ps8{position:relative;margin-left:49px;margin-top:0}
.s8{min-width:294px;width:294px;min-height:64px;height:64px}
.c4{z-index:56;pointer-events:auto}
.p3{padding-top:0;text-indent:0;padding-bottom:10px;padding-right:0;text-align:right}
.f3{font-family:Lato;font-size:16px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#4a5157;background-color:initial;line-height:27px;letter-spacing:normal;text-shadow:none}
.f4{font-family:Lato;font-size:16px;font-weight:400;font-style:italic;text-decoration:none;text-transform:none;color:#4a5157;background-color:initial;line-height:27px;letter-spacing:normal;text-shadow:none}
.ps9{position:relative;margin-left:90px;margin-top:0}
.s9{min-width:460px;width:460px;min-height:380px;height:380px}
.c5{z-index:61;pointer-events:auto}
.ps10{position:relative;margin-top:55px}
.s10{width:100%;min-width:960px;min-height:100px;height:100px}
.c6{z-index:62;pointer-events:none;border:0;background-color:#cc1014}
.ps11{position:relative;margin-top:-89px}
.v3{display:block;vertical-align:top}
.s11{pointer-events:none;min-width:960px;width:960px;margin-left:auto;margin-right:auto}
.ps12{position:relative;margin-left:83px;margin-top:0}
.s12{min-width:744px;width:744px;min-height:89px;height:89px}
.c7{z-index:71;pointer-events:auto}
.p4{padding-top:0;text-indent:0;padding-bottom:15px;padding-right:0;text-align:left}
.f5{font-family:Lato;font-size:25px;font-weight:400;font-style:italic;text-decoration:none;text-transform:none;color:#fff;background-color:initial;line-height:42px;letter-spacing:normal;text-shadow:none}
.p5{padding-top:0;text-indent:0;padding-bottom:15px;padding-right:0;text-align:right}
.f6{font-family:Lato;font-size:15px;font-weight:400;font-style:italic;text-decoration:none;text-transform:none;color:#fff;background-color:initial;line-height:25px;letter-spacing:normal;text-shadow:none}
.ps13{position:relative;margin-top:0}
.s13{width:100%;min-width:960px;min-height:75px}
.c8{z-index:43;pointer-events:none;border:0;background-image:url(../images/schatten-320.jpg);background-color:transparent;background-repeat:no-repeat;background-position:50% 0;background-size:contain;background-clip:padding-box}
.webp .c8{background-image:url(../images/schatten-320.webp)}
.ps14{position:relative;margin-left:0;margin-top:19px}
.s14{min-width:1px;width:1px;min-height:1px}
.ps15{position:relative;margin-top:13px}
.ps16{position:relative;margin-left:246px;margin-top:0}
.s15{min-width:460px;width:460px;min-height:57px;height:57px}
.c9{z-index:9;pointer-events:auto}
.p6{padding-top:0;text-indent:0;padding-bottom:10px;padding-right:0;text-align:center}
.f7{font-family:Lato;font-size:30px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#4a5157;background-color:initial;line-height:36px;letter-spacing:normal;text-shadow:none}
.ps17{position:relative;margin-left:155px;margin-top:51px}
.s16{min-width:640px;width:640px;min-height:161px;height:161px}
.c10{z-index:44;pointer-events:auto}
.ps18{position:relative;margin-left:208px;margin-top:13px}
.s17{min-width:519px;width:519px;min-height:411px;height:411px}
.c11{z-index:63;pointer-events:auto}
.a{display:block}
.i3{position:absolute;left:0;width:519px;height:411px;top:0;border:0}
.i4{left:0;width:519px;height:411px;top:0;display:inline-block}
.ps19{position:relative;margin-left:374px;margin-top:0}
.s18{min-width:352px;width:352px;min-height:40px;height:40px}
.c12{z-index:64;pointer-events:auto}
.p7{padding-top:0;text-indent:0;padding-bottom:30px;padding-right:0;text-align:right}
.f8{font-family:Lato;font-size:15px;font-weight:400;font-style:normal;text-decoration:underline;text-transform:none;color:#4a5157;background-color:initial;line-height:25px;letter-spacing:normal;text-shadow:none}
.ps20{position:relative;margin-left:-314px;margin-top:62px}
.s19{min-width:100px;width:100px;min-height:100px;height:100px}
.c13{z-index:65;pointer-events:auto}
.i5{position:absolute;left:0;width:100px;height:86px;top:7px;border:0}
.i6{left:0;width:100px;height:86px;top:7px;display:inline-block}
.ps21{position:relative;margin-left:148px;margin-top:21px}
.s20{min-width:640px;width:640px;min-height:230px;height:230px}
.c14{z-index:29;pointer-events:auto}
.f9{font-family:Lato;font-size:20px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#4a5157;background-color:initial;line-height:24px;letter-spacing:normal;text-shadow:none}
.ps22{position:relative;margin-left:-376px;margin-top:260px}
.s21{min-width:100px;width:100px;min-height:100px;height:100px}
.c15{z-index:45;pointer-events:auto}
.i7{position:absolute;left:0;width:100px;height:86px;top:7px;border:0}
.i8{left:0;width:100px;height:86px;top:7px;display:inline-block}
.ps23{position:relative;margin-left:150px;margin-top:26px}
.s22{min-width:640px;width:640px;min-height:169px;height:169px}
.c16{z-index:46;pointer-events:auto}
.ps24{position:relative;margin-left:-379px;margin-top:213px}
.s23{min-width:100px;width:100px;min-height:100px;height:100px}
.c17{z-index:59;pointer-events:auto}
.i9{position:absolute;left:0;width:100px;height:86px;top:7px;border:0}
.i10{left:0;width:100px;height:86px;top:7px;display:inline-block}
.ps25{position:relative;margin-left:141px;margin-top:16px}
.s24{min-width:640px;width:640px;min-height:161px;height:161px}
.c18{z-index:47;pointer-events:auto}
.f10{font-family:Lato;font-size:16px;font-weight:400;font-style:normal;text-decoration:underline;text-transform:none;color:#4a5157;background-color:initial;line-height:27px;letter-spacing:normal;text-shadow:none}
.f11{font-family:Lato;font-size:16px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#4a5157;background-color:initial;line-height:27px;letter-spacing:normal;text-shadow:none}
.ps26{position:relative;margin-left:-369px;margin-top:213px}
.s25{min-width:100px;width:100px;min-height:100px;height:100px}
.c19{z-index:60;pointer-events:auto}
.i11{position:absolute;left:0;width:100px;height:99px;top:0;border:0}
.i12{left:0;width:100px;height:99px;top:0;display:inline-block}
.ps27{position:relative;margin-left:148px;margin-top:27px}
.s26{min-width:640px;width:640px;min-height:196px;height:196px}
.c20{z-index:49;pointer-events:auto}
.v4{display:inline-block;vertical-align:top}
.ps28{position:relative;margin-left:11px;margin-top:60px}
.s27{min-width:940px;width:940px;min-height:471px}
.c21{z-index:32;pointer-events:auto}
.s28{min-width:940px;width:940px;min-height:471px}
.c22{pointer-events:none}
.s29{min-width:940px;width:940px;min-height:471px;height:471px}
.c23{z-index:35;pointer-events:auto}
.i13{position:absolute;left:0;width:940px;height:471px;top:0;border:0}
.i14{left:0;width:940px;height:471px;top:0;display:inline-block}
.ps29{position:relative;margin-left:0;margin-top:-245px}
.s30{min-width:940px;width:940px;min-height:73px;height:73px}
.c24{z-index:34;pointer-events:auto}
.i15{position:absolute;left:0;width:940px;height:59px;top:0;border:0}
.i16{left:0;width:940px;height:59px;top:0;display:inline-block}
.ps30{position:relative;margin-top:37px}
.s31{width:100%;min-width:960px;min-height:341px;height:341px}
.c25{z-index:30;pointer-events:none;border:0;background-color:#cc1014}
.ps31{position:relative;margin-top:-325px}
.ps32{position:relative;margin-left:80px;margin-top:0}
.s32{min-width:820px;width:820px;min-height:308px;height:308px}
.c26{z-index:66;pointer-events:auto}
.p8{padding-top:0;padding-right:0;text-align:center;text-indent:0}
.f12{font-family:Lato;font-size:30px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#fff;background-color:initial;line-height:50px;letter-spacing:normal;text-shadow:none}
.f13{font-family:Lato;font-size:16px;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;color:#fff;background-color:initial;line-height:27px;letter-spacing:normal;text-shadow:none}
.p9{padding-top:0;text-indent:0;padding-right:0;text-align:center}
.f14{font-family:Lato;font-size:16px;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;color:#fff;background-color:initial;line-height:27px;letter-spacing:normal;text-shadow:none}
.ps33{position:relative;margin-top:17px}
.c27{z-index:31;pointer-events:none;border:0;background-image:url(../images/schatten-320.jpg);background-color:transparent;background-repeat:no-repeat;background-position:50% 0;background-size:contain;background-clip:padding-box}
.webp .c27{background-image:url(../images/schatten-320.webp)}
.ps34{position:relative;margin-left:0;margin-top:38px}
.ps35{position:relative;margin-top:19px}
.ps36{position:relative;margin-left:200px;margin-top:0}
.s33{min-width:580px;width:580px;min-height:136px;height:136px}
.c28{z-index:33;pointer-events:auto}
.p10{padding-top:0;text-indent:0;padding-bottom:10px;padding-right:0;text-align:center}
.f15{font-family:Lato;font-size:25px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#4a5157;background-color:initial;line-height:30px;letter-spacing:normal;text-shadow:none}
.ps37{position:relative;margin-left:19px;margin-top:15px}
.s34{min-width:933px;width:933px;min-height:772px}
.s35{min-width:222px;width:222px;min-height:772px}
.s36{min-width:220px;width:220px;min-height:221px;height:221px}
.c29{z-index:67;border:1px solid #4a5157;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#4a5157}
.ps38{position:relative;margin-left:0;margin-top:-9px}
.s37{min-width:220px;width:220px;min-height:90px;height:90px}
.c30{z-index:3;border:1px solid #4a5157;background-color:#fff}
.ps39{position:relative;margin-left:0;margin-top:-83px}
.s38{min-width:222px;width:222px;min-height:549px}
.ps40{position:relative;margin-left:11px;margin-top:0}
.s39{min-width:200px;width:200px;min-height:82px;height:82px}
.c31{z-index:21;pointer-events:auto}
.f16{font-family:Lato;font-size:16px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#4a5157;background-color:initial;line-height:27px;letter-spacing:normal;text-shadow:none}
.ps41{position:relative;margin-left:0;margin-top:-2px}
.s40{min-width:220px;width:220px;min-height:467px;height:467px}
.c32{z-index:7;border:1px solid #4a5157;background-color:#fff}
.ps42{position:relative;margin-left:1px;margin-top:-457px}
.s41{min-width:208px;width:208px;min-height:456px;height:456px}
.c33{z-index:19;pointer-events:auto}
.f17{font-family:Lato;font-size:20px;font-weight:700;font-style:normal;text-decoration:none;text-transform:none;color:#4a5157;background-color:initial;line-height:24px;letter-spacing:normal;text-shadow:none}
.f18{font-family:Lato;font-size:16px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#4a5157;background-color:initial;line-height:19px;letter-spacing:normal;text-shadow:none}
.ps43{position:relative;margin-left:-220px;margin-top:27px}
.s42{min-width:220px;width:220px;min-height:169px;height:169px}
.c34{z-index:72;pointer-events:auto}
.f19{font-family:Lato;font-size:16px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#fff;background-color:initial;line-height:27px;letter-spacing:normal;text-shadow:none}
.f20{font-family:Lato;font-size:80px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#fff;background-color:initial;line-height:96px;letter-spacing:normal;text-shadow:none}
.f21{font-family:Lato;font-size:16px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#fff;background-color:initial;line-height:19px;letter-spacing:normal;text-shadow:none}
.f22{font-family:Lato;font-size:16px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#fff;background-color:initial;line-height:19px;letter-spacing:normal;text-shadow:none}
.ps44{position:relative;margin-left:18px;margin-top:0}
.s43{min-width:222px;width:222px;min-height:772px}
.s44{min-width:220px;width:220px;min-height:221px;height:221px}
.c35{z-index:17;border:1px solid #4a5157;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#4a5157}
.ps45{position:relative;margin-left:2px;margin-top:-1px}
.s45{min-width:217px;width:217px;min-height:85px;height:85px}
.c36{z-index:24;pointer-events:auto}
.ps46{position:relative;margin-left:0;margin-top:-4px}
.c37{z-index:8;border:1px solid #4a5157;background-color:#fff}
.ps47{position:relative;margin-left:9px;margin-top:-457px}
.s46{min-width:200px;width:200px;min-height:374px;height:374px}
.c38{z-index:12;pointer-events:auto}
.ps48{position:relative;margin-left:-221px;margin-top:211px}
.s47{min-width:220px;width:220px;min-height:92px;height:92px}
.c39{z-index:15;border:1px solid #4a5157;background-color:#fff}
.ps49{position:relative;margin-left:-212px;margin-top:27px}
.s48{min-width:220px;width:220px;min-height:183px;height:183px}
.c40{z-index:26;pointer-events:auto}
.ps50{position:relative;margin-left:6px;margin-top:0}
.s49{min-width:222px;width:222px;min-height:772px}
.s50{min-width:222px;width:222px;min-height:306px}
.ps51{position:relative;margin-left:0;margin-top:0}
.s51{min-width:222px;width:222px;min-height:301px}
.c41{z-index:14;border:1px solid #4a5157;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#4a5157}
.ps52{position:relative;margin-left:10px;margin-top:-4px}
.s52{min-width:200px;width:200px;min-height:82px;height:82px}
.c42{z-index:28;pointer-events:auto}
.ps53{position:relative;margin-left:0;margin-top:-87px}
.c43{z-index:10;border:1px solid #4a5157;background-color:#fff}
.ps54{position:relative;margin-left:0;margin-top:-3px}
.s53{min-width:220px;width:220px;min-height:467px;height:467px}
.c44{z-index:6;border:1px solid #4a5157;background-color:#fff}
.ps55{position:relative;margin-left:5px;margin-top:-457px}
.s54{min-width:200px;width:200px;min-height:446px;height:446px}
.c45{z-index:11;pointer-events:auto}
.ps56{position:relative;margin-left:-217px;margin-top:25px}
.s55{min-width:220px;width:220px;min-height:174px;height:174px}
.c46{z-index:16;pointer-events:auto}
.ps57{position:relative;margin-left:9px;margin-top:0}
.s56{min-width:222px;width:222px;min-height:772px}
.ps58{position:relative;margin-left:0;margin-top:0}
.s57{min-width:222px;width:222px;min-height:306px}
.ps59{position:relative;margin-left:0;margin-top:0}
.c47{z-index:36;border:1px solid #4a5157;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#4a5157}
.ps60{position:relative;margin-left:0;margin-top:-6px}
.s58{min-width:220px;width:220px;min-height:87px;height:87px}
.c48{z-index:20;border:1px solid #4a5157;background-color:#fff}
.ps61{position:relative;margin-left:11px;margin-top:-79px}
.s59{min-width:200px;width:200px;min-height:74px;height:74px}
.c49{z-index:27;pointer-events:auto}
.ps62{position:relative;margin-left:0;margin-top:-2px}
.s60{min-width:220px;width:220px;min-height:466px;height:466px}
.c50{z-index:5;border:1px solid #4a5157;background-color:#fff}
.ps63{position:relative;margin-left:11px;margin-top:-457px}
.s61{min-width:210px;width:210px;min-height:357px;height:357px}
.c51{z-index:18;pointer-events:auto}
.ps64{position:relative;margin-left:711px;margin-top:-747px}
.c52{z-index:73;pointer-events:auto}
.ps65{position:relative;margin-left:20px;margin-top:29px}
.s62{min-width:940px;width:940px;min-height:378px;height:378px}
.c53{z-index:53;pointer-events:auto}
.f23{font-family:Lato;font-size:30px;font-weight:700;font-style:normal;text-decoration:none;text-transform:none;color:#4a5157;background-color:initial;line-height:50px;letter-spacing:normal;text-shadow:none}
.f24{font-family:Lato;font-size:16px;font-weight:700;font-style:normal;text-decoration:none;text-transform:none;color:#4a5157;background-color:initial;line-height:27px;letter-spacing:normal;text-shadow:none}
.ps66{position:relative;margin-top:39px}
.s63{width:100%;min-width:960px;min-height:422px}
.c54{z-index:37;pointer-events:none;border:0;overflow:hidden}
.fx{background-attachment:fixed;background-image:url(../images/untitled-320.jpg);background-color:#4a5157;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-clip:padding-box}
.webp .fx{background-image:url(../images/untitled-320.webp);background-attachment:fixed}
.ps67{position:relative;margin-top:56px}
.s64{min-width:960px;width:960px;margin-left:auto;margin-right:auto}
.ps68{position:relative;margin-left:222px;margin-top:0}
.s65{min-width:491px;width:491px;min-height:65px;height:65px}
.c55{z-index:39;pointer-events:auto}
.f25{font-family:Lato;font-size:30px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#000;background-color:initial;line-height:36px;letter-spacing:normal;text-shadow:none}
.f26{font-family:Lato;font-size:30px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#fff;background-color:initial;line-height:36px;letter-spacing:normal;text-shadow:none}
.ps69{position:relative;margin-left:180px;margin-top:31px}
.s66{min-width:568px;width:568px;min-height:100px}
.s67{min-width:100px;width:100px;min-height:100px;height:100px}
.c56{z-index:51;pointer-events:auto}
.i17{position:absolute;left:0;min-width:100px;max-width:100px;min-height:100px;max-height:100px;top:0}
.ps70{position:relative;margin-left:368px;margin-top:0}
.c57{z-index:54;pointer-events:auto}
.ps71{position:relative;margin-left:39px;margin-top:20px}
.s68{min-width:869px;width:869px;min-height:78px}
.s69{min-width:398px;width:398px;min-height:78px;height:78px}
.c58{z-index:41;pointer-events:auto}
.f27{font-family:Lato;font-size:20px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#000;background-color:initial;line-height:24px;letter-spacing:normal;text-shadow:none}
.ps72{position:relative;margin-left:20px;margin-top:2px}
.s70{min-width:451px;width:451px;min-height:74px;height:74px}
.c59{z-index:55;pointer-events:auto}
.f28{font-family:Lato;font-size:16px;font-weight:400;font-style:normal;text-decoration:underline;text-transform:none;color:#000;background-color:initial;line-height:19px;letter-spacing:normal;text-shadow:none}
.ps73{position:relative;margin-left:0;margin-top:-422px}
.ps74{position:relative;margin-top:421px}
.s71{width:100%;min-width:960px;min-height:1573px}
.c60{z-index:2;pointer-events:none;border:0;background-color:#4a5157}
.ps75{position:relative;margin-top:41px}
.ps76{position:relative;margin-left:10px;margin-top:0}
.s72{min-width:940px;width:940px;min-height:39px;height:39px}
.c61{z-index:48;pointer-events:auto}
.f29{font-family:Lato;font-size:16px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#ddedf7;background-color:initial;line-height:27px;letter-spacing:normal;text-shadow:none}
.ps77{position:relative;margin-left:269px;margin-top:26px}
.s73{min-width:422px;width:422px;min-height:59px;height:59px}
.c62{z-index:58;pointer-events:auto}
.f30{font-family:Lato;font-size:30px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#fff;background-color:initial;line-height:36px;letter-spacing:normal;text-shadow:none}
.ps78{position:relative;margin-left:39px;margin-top:200px}
.s74{min-width:878px;width:878px;min-height:1144px;height:1144px}
.c63{z-index:4;pointer-events:auto}
.p11{padding-top:0;text-indent:0;padding-bottom:10px;padding-right:0;text-align:center}
.f31{font-family:Lato;font-size:30px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#ddedf7;background-color:initial;line-height:36px;letter-spacing:normal;text-shadow:none}
.p12{padding-top:0;text-indent:0;padding-bottom:10px;padding-right:0;text-align:left}
.f32{font-family:Lato;font-size:16px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#cddee8;background-color:initial;line-height:19px;letter-spacing:normal;text-shadow:none}
.f33{font-family:Lato;font-size:16px;font-weight:700;font-style:normal;text-decoration:none;text-transform:none;color:#cddee8;background-color:initial;line-height:19px;letter-spacing:normal;text-shadow:none}
.f34{font-family:Lato;font-size:16px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#cddee8;background-color:initial;line-height:16px;letter-spacing:normal;text-shadow:none}
.ps79{position:relative;margin-top:-1399px}
.ps80{position:relative;margin-left:48px;margin-top:0}
.s75{min-width:870px;width:870px;min-height:180px}
.ps81{position:relative;margin-left:0;margin-top:0}
.s76{min-width:281px;width:281px;min-height:178px;height:178px}
.c64{z-index:75;border:1px solid #fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:transparent}
.ps82{position:relative;margin-left:-279px;margin-top:10px}
.s77{min-width:296px;width:296px;min-height:169px;height:169px}
.c65{z-index:74;pointer-events:auto}
.f35{font-family:Lato;font-size:16px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#ddedf7;background-color:initial;line-height:19px;letter-spacing:normal;text-shadow:none}
.f36{font-family:Lato;font-size:16px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#ddedf7;background-color:initial;line-height:19px;letter-spacing:normal;text-shadow:none}
.ps83{position:relative;margin-left:297px;margin-top:-180px}
.s78{min-width:573px;width:573px;min-height:180px}
.s79{min-width:571px;width:571px;min-height:178px;height:178px}
.c66{z-index:77;border:1px solid #fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:transparent}
.ps84{position:relative;margin-left:15px;margin-top:-170px}
.s80{min-width:548px;width:548px;min-height:151px;height:151px}
.c67{z-index:76;pointer-events:auto}
.f37{font-family:Lato;font-size:16px;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;color:#cddee8;background-color:initial;line-height:27px;letter-spacing:normal;text-shadow:none}
.menu-device{background-color:rgb(0,0,0);display:none}
@media (min-width:768px) and (max-width:959px) {
.ps{margin-left:234px;margin-top:-68px}
.s{min-width:88px;width:88px;min-height:68px;height:68px}
.p{padding-bottom:16px}
.f{font-size:25px;line-height:42px}
.ps2{margin-left:234px;margin-top:-49px}
.s2{min-width:88px;width:88px;min-height:49px;height:49px}
.ps3{margin-left:234px;margin-top:-68px}
.s3{min-width:104px;width:104px;min-height:68px;height:68px}
.ps4{margin-left:28px;margin-top:39px}
.s4{min-width:696px;width:696px;min-height:521px}
.s5{min-width:380px;width:380px;min-height:521px;height:521px}
.p2{padding-bottom:12px}
.ps6{margin-left:37px}
.s6{min-width:279px;width:279px;min-height:289px}
.s7{min-width:279px;width:279px;min-height:238px;height:238px}
.i{width:279px;height:238px}
.i2{width:279px;height:238px}
.ps8{margin-left:36px}
.s8{min-width:243px;width:243px;min-height:51px;height:51px}
.p3{padding-bottom:8px}
.f3{font-size:12px;line-height:21px}
.f4{font-size:12px;line-height:21px}
.ps9{margin-left:28px}
.s9{min-width:380px;width:380px;min-height:428px;height:428px}
.ps10{margin-top:39px}
.s10{min-width:768px;min-height:80px;height:80px}
.ps11{margin-top:-74px}
.s11{min-width:768px;width:768px}
.ps12{margin-left:28px}
.s12{min-width:669px;width:669px;min-height:69px;height:69px}
.p4{padding-bottom:12px}
.f5{font-size:22px;line-height:37px}
.p5{padding-bottom:12px}
.f6{font-size:12px;line-height:21px}
.ps13{margin-top:5px}
.s13{min-width:768px;min-height:60px}
.ps14{margin-top:41px}
.ps15{margin-top:20px}
.ps16{margin-left:147px}
.s15{min-width:494px;width:494px;min-height:88px;height:88px}
.p6{padding-bottom:8px}
.ps17{margin-left:69px;margin-top:0}
.s16{min-width:622px;width:622px;min-height:167px;height:167px}
.ps18{margin-left:168px;margin-top:23px}
.s17{min-width:416px;width:416px;min-height:329px;height:329px}
.i3{width:416px;height:329px}
.i4{width:416px;height:329px}
.ps19{margin-left:302px}
.s18{min-width:282px;width:282px;min-height:32px;height:32px}
.p7{padding-bottom:24px}
.f8{font-size:12px;line-height:21px}
.ps20{margin-left:-234px;margin-top:49px}
.s19{min-width:80px;width:80px;min-height:80px;height:80px}
.i5{width:80px;height:69px;top:5px}
.i6{width:80px;height:69px;top:5px}
.ps21{margin-left:45px;margin-top:39px}
.s20{min-width:646px;width:646px;min-height:218px;height:218px}
.ps22{margin-left:344px;margin-top:21px}
.s21{min-width:80px;width:80px;min-height:80px;height:80px}
.i7{width:80px;height:69px;top:5px}
.i8{width:80px;height:69px;top:5px}
.ps23{margin-left:45px;margin-top:18px}
.s22{min-width:622px;width:622px;min-height:180px;height:180px}
.ps24{margin-left:-334px;margin-top:223px}
.s23{min-width:80px;width:80px;min-height:80px;height:80px}
.i9{width:80px;height:69px;top:5px}
.i10{width:80px;height:69px;top:5px}
.ps25{margin-left:51px;margin-top:0}
.s24{min-width:622px;width:622px;min-height:159px;height:159px}
.f11{text-decoration:underline}
.ps26{margin-left:-345px;margin-top:186px}
.s25{min-width:80px;width:80px;min-height:80px;height:80px}
.i11{width:80px;height:79px}
.i12{width:80px;height:79px}
.ps27{margin-left:56px;margin-top:49px}
.s26{min-width:622px;width:622px;min-height:213px;height:213px}
.ps28{margin-left:0;margin-top:51px}
.s27{min-width:768px;width:768px;min-height:455px}
.s28{min-width:768px;width:768px;min-height:455px}
.s29{min-width:768px;width:768px;min-height:334px;height:334px}
.i13{width:768px;height:334px}
.i14{width:768px;height:334px}
.ps29{margin-top:0}
.s30{min-width:768px;width:768px;min-height:121px;height:121px}
.i15{width:768px;height:48px}
.i16{width:768px;height:48px}
.ps30{margin-top:-60px}
.s31{min-width:768px;min-height:189px;height:189px}
.ps31{margin-top:-189px}
.ps32{margin-left:17px}
.s32{min-width:751px;width:751px;min-height:173px;height:173px}
.f12{font-size:20px;line-height:34px}
.f13{font-size:20px;line-height:34px}
.p9{padding-top:8px}
.ps33{margin-top:16px}
.ps34{margin-top:30px}
.ps35{margin-top:16px}
.ps36{margin-left:41px}
.s33{min-width:642px;width:642px;min-height:161px;height:161px}
.ps37{margin-left:9px;margin-top:29px}
.s34{min-width:759px;width:759px;min-height:809px}
.s35{min-width:563px;width:563px;min-height:809px}
.s36{min-width:176px;width:176px;min-height:155px;height:155px}
.ps38{margin-left:207px;margin-top:136px}
.s37{min-width:176px;width:176px;min-height:116px;height:116px}
.ps39{margin-left:4px;margin-top:-79px}
.s38{min-width:559px;width:559px;min-height:634px}
.ps40{margin-left:0}
.s39{min-width:171px;width:171px;min-height:63px;height:63px}
.f16{font-size:14px;line-height:23px}
.ps41{margin-left:210px;margin-top:77px}
.s40{min-width:176px;width:176px;min-height:555px;height:555px}
.ps42{margin-left:382px;margin-top:-556px}
.s41{min-width:176px;width:176px;min-height:555px;height:555px}
.f18{font-size:15px;line-height:25px}
.ps43{margin-left:-562px;margin-top:1px}
.s42{min-width:176px;width:176px;min-height:135px;height:135px}
.f20{font-size:64px;line-height:77px}
.f21{line-height:27px}
.f22{line-height:27px}
.ps44{margin-left:17px;margin-top:1px}
.s43{min-width:180px;width:180px;min-height:808px}
.s44{min-width:176px;width:176px;min-height:154px;height:154px}
.ps45{margin-left:1px;margin-top:19px}
.s45{min-width:179px;width:179px;min-height:62px;height:62px}
.ps46{margin-top:14px}
.ps47{margin-left:1px;margin-top:-556px}
.s46{min-width:176px;width:176px;min-height:463px;height:463px}
.ps48{margin-left:-180px;margin-top:136px}
.s47{min-width:176px;width:176px;min-height:116px;height:116px}
.ps49{margin-left:-184px;margin-top:2px}
.s48{min-width:183px;width:183px;min-height:135px;height:135px}
.ps50{margin-left:0;margin-top:-808px}
.s49{min-width:753px;width:753px;min-height:808px}
.s50{min-width:563px;width:563px;min-height:252px}
.ps51{margin-left:385px}
.s51{min-width:178px;width:178px;min-height:241px}
.ps52{margin-left:1px;margin-top:19px}
.s52{min-width:176px;width:176px;min-height:66px;height:66px}
.ps53{margin-top:-107px}
.ps54{margin-left:12px;margin-top:250px}
.s53{min-width:176px;width:176px;min-height:556px;height:556px}
.ps55{margin-left:1px;margin-top:-556px}
.s54{min-width:176px;width:176px;min-height:546px;height:546px}
.ps56{margin-left:392px;margin-top:-807px}
.s55{min-width:176px;width:176px;min-height:135px;height:135px}
.ps57{margin-left:0;margin-top:-809px}
.s56{min-width:759px;width:759px;min-height:809px}
.ps58{margin-left:575px}
.s57{min-width:184px;width:184px;min-height:267px}
.ps60{margin-top:-22px}
.s58{min-width:176px;width:176px;min-height:116px;height:116px}
.ps61{margin-left:1px;margin-top:-77px}
.s59{min-width:183px;width:183px;min-height:91px;height:91px}
.ps62{margin-top:-16px}
.s60{min-width:176px;width:176px;min-height:556px;height:556px}
.ps63{margin-left:398px;margin-top:-14px}
.s61{min-width:176px;width:176px;min-height:512px;height:512px}
.ps64{margin-left:579px;margin-top:-808px}
.ps65{margin-left:56px;margin-top:81px}
.s62{min-width:646px;width:646px;min-height:354px;height:354px}
.f23{font-size:16px;line-height:27px}
.ps66{margin-top:82px}
.s63{min-width:768px;min-height:412px}
.ps67{margin-top:45px}
.s64{min-width:768px;width:768px}
.ps68{margin-left:164px}
.s65{min-width:407px;width:407px;min-height:98px;height:98px}
.f25{font-size:24px;line-height:29px}
.f26{color:#4a5157}
.ps69{margin-left:209px;margin-top:37px}
.s66{min-width:382px;width:382px;min-height:91px}
.s67{min-width:80px;width:80px;min-height:80px;height:80px}
.i17{min-width:80px;max-width:80px;min-height:80px;max-height:80px}
.ps70{margin-left:222px;margin-top:11px}
.ps71{margin-left:139px;margin-top:21px}
.s68{min-width:512px;width:512px;min-height:102px}
.s69{min-width:254px;width:254px;min-height:102px;height:102px}
.f27{font-size:16px;line-height:19px}
.ps72{margin-left:66px;margin-top:0}
.s70{min-width:192px;width:192px;min-height:59px;height:59px}
.f28{line-height:27px}
.ps73{margin-top:-403px}
.ps74{margin-top:362px}
.s71{min-width:768px;min-height:1435px}
.ps75{margin-top:72px}
.ps76{margin-left:20px}
.s72{min-width:748px;width:748px;min-height:67px;height:67px}
.ps77{margin-left:199px;margin-top:-22px}
.s73{min-width:405px;width:405px;min-height:88px;height:88px}
.ps78{margin-left:41px;margin-top:172px}
.s74{min-width:703px;width:703px;min-height:1045px;height:1045px}
.p11{padding-bottom:8px}
.f31{font-size:24px;line-height:29px}
.p12{padding-bottom:8px}
.f32{font-size:14px;line-height:17px}
.f33{font-size:14px;line-height:17px}
.f34{font-size:14px;line-height:13px}
.ps79{margin-top:-1231px}
.ps80{margin-left:46px}
.s75{min-width:709px;width:709px;min-height:152px}
.s76{min-width:242px;width:242px;min-height:150px;height:150px}
.ps82{margin-left:-237px;margin-top:5px}
.s77{min-width:236px;width:236px;min-height:146px;height:146px}
.f35{font-size:14px;line-height:17px}
.f36{font-size:12px;line-height:15px}
.ps83{margin-left:4px;margin-top:0}
.s78{min-width:462px;width:462px;min-height:152px}
.s79{min-width:457px;width:457px;min-height:150px;height:150px}
.ps84{margin-left:24px;margin-top:-147px}
.s80{min-width:438px;width:438px;min-height:121px;height:121px}
.f37{font-size:14px;line-height:23px}
.menu-device{background-color:rgb(1,1,1);display:none}
}
@media (max-width:767px) {
.ps{margin-left:98px;margin-top:-29px}
.s{min-width:36px;width:36px;min-height:28px;height:28px}
.p{padding-bottom:7px}
.f{font-size:10px;line-height:17px}
.ps2{margin-left:98px;margin-top:-20px}
.s2{min-width:36px;width:36px;min-height:20px;height:20px}
.ps3{margin-left:98px;margin-top:-28px}
.s3{min-width:43px;width:43px;min-height:28px;height:28px}
.ps4{margin-left:3px;margin-top:12px}
.s4{min-width:315px;width:315px;min-height:958px}
.ps5{margin-left:6px}
.s5{min-width:303px;width:303px;min-height:678px;height:678px}
.ps6{margin-left:0;margin-top:-28px}
.s6{min-width:315px;width:315px;min-height:308px}
.s7{min-width:315px;width:315px;min-height:248px;height:248px}
.i{width:315px;height:248px}
.i2{width:315px;height:248px}
.ps8{margin-left:113px}
.s8{min-width:195px;width:195px;min-height:60px;height:60px}
.p3{padding-bottom:3px}
.f3{font-size:15px;line-height:25px}
.f4{font-size:15px;line-height:25px}
.ps9{margin-left:3px;margin-top:35px}
.s9{min-width:314px;width:314px;min-height:504px;height:504px}
.ps10{margin-top:53px}
.s10{min-width:320px;min-height:113px;height:113px}
.ps11{margin-top:-109px}
.s11{min-width:320px;width:320px}
.ps12{margin-left:10px}
.s12{min-width:310px;width:310px;min-height:105px;height:105px}
.f5{font-size:18px;line-height:30px}
.f6{font-size:12px;line-height:21px}
.ps13{margin-top:4px}
.s13{min-width:320px}
.ps14{margin-top:38px}
.ps15{margin-top:0}
.ps16{margin-left:35px}
.s15{min-width:252px;width:252px;min-height:97px;height:97px}
.f7{font-size:25px;line-height:30px}
.ps17{margin-left:0;margin-top:14px}
.s16{min-width:320px;width:320px;min-height:301px;height:301px}
.ps18{margin-left:1px;margin-top:26px}
.s17{min-width:318px;width:318px;min-height:218px;height:218px}
.i3{width:318px;height:218px}
.i4{width:318px;height:218px}
.ps19{margin-left:0}
.s18{min-width:320px;width:320px;min-height:32px;height:32px}
.p7{padding-bottom:10px}
.ps20{margin-left:114px;margin-top:40px}
.s19{min-width:75px;width:75px;min-height:70px;height:70px}
.i5{width:75px;height:64px;top:3px}
.i6{width:75px;height:64px;top:3px}
.ps21{margin-left:6px;margin-top:18px}
.s20{min-width:313px;width:313px;min-height:371px;height:371px}
.f9{font-size:18px;line-height:22px}
.ps22{margin-left:124px;margin-top:62px}
.s21{min-width:83px;width:83px;min-height:91px;height:91px}
.i7{width:83px;height:71px;top:10px}
.i8{width:83px;height:71px;top:10px}
.ps23{margin-left:1px;margin-top:37px}
.s22{min-width:317px;width:317px;min-height:351px;height:351px}
.ps24{margin-left:120px;margin-top:23px}
.s23{min-width:86px;width:86px;min-height:76px;height:76px}
.i9{width:86px;height:74px;top:1px}
.i10{width:86px;height:74px;top:1px}
.ps25{margin-left:8px;margin-top:17px}
.s24{min-width:302px;width:302px;min-height:324px;height:324px}
.f11{text-decoration:underline}
.ps26{margin-left:121px;margin-top:45px}
.s25{min-width:80px;width:80px;min-height:80px;height:80px}
.i11{width:80px;height:79px}
.i12{width:80px;height:79px}
.ps27{margin-left:3px;margin-top:28px}
.s26{min-width:316px;width:316px;min-height:376px;height:376px}
.v4{display:none}
.s28{min-width:304px;width:304px;min-height:221px}
.s29{min-width:304px;width:304px;min-height:162px;height:162px}
.i13{width:304px;height:162px}
.i14{width:304px;height:162px}
.ps29{margin-top:-3px}
.s30{min-width:304px;width:304px;min-height:62px;height:62px}
.i15{width:304px;height:19px}
.i16{width:304px;height:19px}
.ps30{margin-top:224px}
.s31{min-width:320px;min-height:178px;height:178px}
.ps31{margin-top:-174px}
.ps32{margin-left:10px}
.s32{min-width:310px;width:310px;min-height:171px;height:171px}
.f12{font-size:14px;line-height:23px}
.f13{font-size:14px;line-height:23px}
.p9{padding-top:10px}
.f14{font-size:12px;line-height:21px}
.ps33{margin-top:3px}
.ps34{margin-top:23px}
.ps35{margin-top:0}
.ps36{margin-left:3px}
.s33{min-width:311px;width:311px;min-height:137px;height:137px}
.p10{padding-bottom:20px}
.f15{font-size:16px;line-height:19px}
.ps37{margin-left:13px;margin-top:19px}
.s34{min-width:296px;width:296px;min-height:2707px}
.s35{min-width:289px;width:289px;min-height:1339px}
.s36{min-width:287px;width:287px;min-height:107px;height:107px}
.s37{min-width:286px;width:286px;min-height:103px;height:103px}
.ps39{margin-top:-86px}
.s38{min-width:288px;width:288px;min-height:1220px}
.ps40{margin-left:29px}
.s39{min-width:220px;width:220px;min-height:85px;height:85px}
.ps41{margin-top:708px}
.s40{min-width:286px;width:286px;min-height:425px;height:425px}
.ps42{margin-left:2px;margin-top:-1121px}
.s41{min-width:286px;width:286px;min-height:470px;height:470px}
.f17{font-size:18px;line-height:22px}
.f18{font-size:15px;line-height:25px}
.ps43{margin-left:42px;margin-top:-1333px}
.s42{min-width:193px;width:193px;min-height:90px;height:90px}
.f20{font-size:27px;line-height:33px}
.f22{line-height:27px}
.ps44{margin-left:0;margin-top:-630px}
.s43{min-width:295px;width:295px;min-height:1998px}
.s44{min-width:287px;width:287px;min-height:107px;height:107px}
.ps45{margin-left:34px;margin-top:13px}
.s45{min-width:220px;width:220px;min-height:82px;height:82px}
.ps46{margin-left:7px;margin-top:1367px}
.ps47{margin-left:2px;margin-top:-1780px}
.s46{min-width:286px;width:286px;min-height:411px;height:411px}
.ps48{margin-left:0;margin-top:-1898px}
.s47{min-width:286px;width:286px;min-height:103px;height:103px}
.ps49{margin-left:42px;margin-top:-1992px}
.s48{min-width:193px;width:193px;min-height:90px;height:90px}
.ps50{margin-left:3px;margin-top:-1343px}
.s49{min-width:292px;width:292px;min-height:918px}
.s50{min-width:292px;width:292px;min-height:918px}
.s51{min-width:289px;width:289px;min-height:191px}
.ps52{margin-left:31px;margin-top:5px}
.s52{min-width:220px;width:220px;min-height:77px;height:77px}
.ps53{margin-left:4px;margin-top:622px}
.ps54{margin-top:-715px}
.s53{min-width:286px;width:286px;min-height:484px;height:484px}
.ps55{margin-left:2px;margin-top:-700px}
.s54{min-width:286px;width:286px;min-height:470px;height:470px}
.ps56{margin-left:45px;margin-top:-1337px}
.s55{min-width:193px;width:193px;min-height:90px;height:90px}
.ps57{margin-left:0;margin-top:-2504px}
.s56{min-width:296px;width:296px;min-height:2503px}
.ps58{margin-left:3px;margin-top:1261px}
.s57{min-width:293px;width:293px;min-height:823px}
.ps59{margin-left:4px;margin-top:613px}
.ps60{margin-top:-722px}
.s58{min-width:286px;width:286px;min-height:103px;height:103px}
.ps61{margin-left:35px;margin-top:11px}
.s59{min-width:220px;width:220px;min-height:90px;height:90px}
.ps62{margin-top:-2084px}
.s60{min-width:286px;width:286px;min-height:484px;height:484px}
.ps63{margin-left:9px;margin-top:8px}
.s61{min-width:286px;width:286px;min-height:411px;height:411px}
.ps64{margin-left:49px;margin-top:-624px}
.ps65{margin-left:12px;margin-top:25px}
.s62{min-width:299px;width:299px;min-height:478px;height:478px}
.f23{font-size:16px;line-height:27px}
.s63{min-width:320px;min-height:470px}
.ps67{margin-top:60px}
.s64{min-width:320px;width:320px}
.ps68{margin-left:0}
.s65{min-width:320px;width:320px;min-height:75px;height:75px}
.f25{font-size:25px;line-height:30px}
.f26{font-size:25px;line-height:30px}
.ps69{margin-left:134px;margin-top:17px}
.s66{min-width:51px;width:51px;min-height:205px}
.s67{min-width:50px;width:50px;min-height:50px;height:50px}
.i17{min-width:50px;max-width:50px;min-height:50px;max-height:50px}
.ps70{margin-left:1px;margin-top:105px}
.ps71{margin-left:30px;margin-top:-149px}
.s68{min-width:261px;width:261px;min-height:234px}
.s69{min-width:261px;width:261px;min-height:66px;height:66px}
.f27{font-size:18px;line-height:22px}
.ps72{margin-left:27px;margin-top:100px}
.s70{min-width:209px;width:209px;min-height:68px;height:68px}
.f28{line-height:27px}
.ps73{margin-top:-449px}
.ps74{margin-top:403px}
.s71{min-width:320px;min-height:2696px}
.ps75{margin-top:74px}
.ps76{margin-left:7px}
.s72{min-width:313px;width:313px;min-height:54px;height:54px}
.ps77{margin-left:12px;margin-top:22px}
.s73{min-width:299px;width:299px;min-height:64px;height:64px}
.f30{font-size:25px;line-height:30px}
.ps78{margin-left:17px;margin-top:401px}
.s74{min-width:293px;width:293px;min-height:2071px;height:2071px}
.p11{padding-bottom:3px}
.f31{font-size:20px;line-height:24px}
.p12{padding-bottom:3px}
.ps79{margin-top:-2460px}
.ps80{margin-left:16px}
.s75{min-width:291px;width:291px;min-height:335px}
.ps81{margin-left:1px}
.s76{min-width:288px;width:288px;min-height:140px;height:140px}
.ps82{margin-left:13px;margin-top:-134px}
.s77{min-width:263px;width:263px;min-height:151px;height:151px}
.ps83{margin-left:0;margin-top:6px}
.s78{min-width:291px;width:291px;min-height:170px}
.s79{min-width:289px;width:289px;min-height:168px;height:168px}
.ps84{margin-left:9px;margin-top:-164px}
.s80{min-width:273px;width:273px;min-height:163px;height:163px}
.menu-device{background-color:rgb(2,2,2);display:none}
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
.c8{background-image:url(../images/schatten-640.jpg)}
.webp .c8{background-image:url(../images/schatten-640.webp)}
.c27{background-image:url(../images/schatten-640.jpg)}
.webp .c27{background-image:url(../images/schatten-640.webp)}
.fx{background-image:url(../images/untitled-640.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-640.webp);background-attachment:fixed}
}
@media (-webkit-min-device-pixel-ratio:3), (min-resolution:288dpi) {
.c8{background-image:url(../images/schatten-960.jpg)}
.webp .c8{background-image:url(../images/schatten-960.webp)}
.c27{background-image:url(../images/schatten-960.jpg)}
.webp .c27{background-image:url(../images/schatten-960.webp)}
.fx{background-image:url(../images/untitled-960.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-960.webp);background-attachment:fixed}
}
@media (min-width:768px) and (max-width:959px) and (-webkit-min-device-pixel-ratio:2), (min-width:768px) and (max-width:959px) and (min-resolution:192dpi) {
.c8{background-image:url(../images/schatten-640.jpg)}
.webp .c8{background-image:url(../images/schatten-640.webp)}
.c27{background-image:url(../images/schatten-640.jpg)}
.webp .c27{background-image:url(../images/schatten-640.webp)}
.fx{background-image:url(../images/untitled-640.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-640.webp);background-attachment:fixed}
}
@media (min-width:768px) and (max-width:959px) and (-webkit-min-device-pixel-ratio:3), (min-width:768px) and (max-width:959px) and (min-resolution:288dpi) {
.c8{background-image:url(../images/schatten-960.jpg)}
.webp .c8{background-image:url(../images/schatten-960.webp)}
.c27{background-image:url(../images/schatten-960.jpg)}
.webp .c27{background-image:url(../images/schatten-960.webp)}
.fx{background-image:url(../images/untitled-960.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-960.webp);background-attachment:fixed}
}
@media (max-width:767px) and (-webkit-min-device-pixel-ratio:2), (max-width:767px) and (min-resolution:192dpi) {
.c8{background-image:url(../images/schatten-640.jpg)}
.webp .c8{background-image:url(../images/schatten-640.webp)}
.c27{background-image:url(../images/schatten-640.jpg)}
.webp .c27{background-image:url(../images/schatten-640.webp)}
.fx{background-image:url(../images/untitled-640.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-640.webp);background-attachment:fixed}
}
@media (max-width:767px) and (-webkit-min-device-pixel-ratio:3), (max-width:767px) and (min-resolution:288dpi) {
.c8{background-image:url(../images/schatten-960.jpg)}
.webp .c8{background-image:url(../images/schatten-960.webp)}
.c27{background-image:url(../images/schatten-960.jpg)}
.webp .c27{background-image:url(../images/schatten-960.webp)}
.fx{background-image:url(../images/untitled-960.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-960.webp);background-attachment:fixed}
}
@media (min-width:320px) {
.c8{background-image:url(../images/schatten-480.jpg)}
.webp .c8{background-image:url(../images/schatten-480.webp)}
.c27{background-image:url(../images/schatten-480.jpg)}
.webp .c27{background-image:url(../images/schatten-480.webp)}
.fx{background-image:url(../images/untitled-480.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-480.webp);background-attachment:fixed}
.c8{background-image:url(../images/schatten-480.jpg)}
.webp .c8{background-image:url(../images/schatten-480.webp)}
.c27{background-image:url(../images/schatten-480.jpg)}
.webp .c27{background-image:url(../images/schatten-480.webp)}
.fx{background-image:url(../images/untitled-480.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-480.webp);background-attachment:fixed}
.c8{background-image:url(../images/schatten-480.jpg)}
.webp .c8{background-image:url(../images/schatten-480.webp)}
.c27{background-image:url(../images/schatten-480.jpg)}
.webp .c27{background-image:url(../images/schatten-480.webp)}
.fx{background-image:url(../images/untitled-480.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-480.webp);background-attachment:fixed}
}
@media (min-width:320px) and (-webkit-min-device-pixel-ratio:2),(min-width:320px) and (min-resolution:192dpi) {
.c8{background-image:url(../images/schatten-960-1.jpg)}
.webp .c8{background-image:url(../images/schatten-960-1.webp)}
.c27{background-image:url(../images/schatten-960-1.jpg)}
.webp .c27{background-image:url(../images/schatten-960-1.webp)}
.fx{background-image:url(../images/untitled-960-1.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-960-1.webp);background-attachment:fixed}
.c8{background-image:url(../images/schatten-960-1.jpg)}
.webp .c8{background-image:url(../images/schatten-960-1.webp)}
.c27{background-image:url(../images/schatten-960-1.jpg)}
.webp .c27{background-image:url(../images/schatten-960-1.webp)}
.fx{background-image:url(../images/untitled-960-1.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-960-1.webp);background-attachment:fixed}
.c8{background-image:url(../images/schatten-960-1.jpg)}
.webp .c8{background-image:url(../images/schatten-960-1.webp)}
.c27{background-image:url(../images/schatten-960-1.jpg)}
.webp .c27{background-image:url(../images/schatten-960-1.webp)}
.fx{background-image:url(../images/untitled-960-1.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-960-1.webp);background-attachment:fixed}
}
@media (min-width:320px) and (-webkit-min-device-pixel-ratio:3),(min-width:320px) and (min-resolution:288dpi) {
.c8{background-image:url(../images/schatten-1440.jpg)}
.webp .c8{background-image:url(../images/schatten-1440.webp)}
.c27{background-image:url(../images/schatten-1440.jpg)}
.webp .c27{background-image:url(../images/schatten-1440.webp)}
.fx{background-image:url(../images/untitled-1440.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-1440.webp);background-attachment:fixed}
.c8{background-image:url(../images/schatten-1440.jpg)}
.webp .c8{background-image:url(../images/schatten-1440.webp)}
.c27{background-image:url(../images/schatten-1440.jpg)}
.webp .c27{background-image:url(../images/schatten-1440.webp)}
.fx{background-image:url(../images/untitled-1440.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-1440.webp);background-attachment:fixed}
.c8{background-image:url(../images/schatten-1440.jpg)}
.webp .c8{background-image:url(../images/schatten-1440.webp)}
.c27{background-image:url(../images/schatten-1440.jpg)}
.webp .c27{background-image:url(../images/schatten-1440.webp)}
.fx{background-image:url(../images/untitled-1440.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-1440.webp);background-attachment:fixed}
}
@media (min-width:480px) {
.c8{background-image:url(../images/schatten-768.jpg)}
.webp .c8{background-image:url(../images/schatten-768.webp)}
.c27{background-image:url(../images/schatten-768.jpg)}
.webp .c27{background-image:url(../images/schatten-768.webp)}
.fx{background-image:url(../images/untitled-768.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-768.webp);background-attachment:fixed}
.c8{background-image:url(../images/schatten-768.jpg)}
.webp .c8{background-image:url(../images/schatten-768.webp)}
.c27{background-image:url(../images/schatten-768.jpg)}
.webp .c27{background-image:url(../images/schatten-768.webp)}
.fx{background-image:url(../images/untitled-768.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-768.webp);background-attachment:fixed}
.c8{background-image:url(../images/schatten-768.jpg)}
.webp .c8{background-image:url(../images/schatten-768.webp)}
.c27{background-image:url(../images/schatten-768.jpg)}
.webp .c27{background-image:url(../images/schatten-768.webp)}
.fx{background-image:url(../images/untitled-768.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-768.webp);background-attachment:fixed}
}
@media (min-width:480px) and (-webkit-min-device-pixel-ratio:2),(min-width:480px) and (min-resolution:192dpi) {
.c8{background-image:url(../images/schatten-1536.jpg)}
.webp .c8{background-image:url(../images/schatten-1536.webp)}
.c27{background-image:url(../images/schatten-1536.jpg)}
.webp .c27{background-image:url(../images/schatten-1536.webp)}
.fx{background-image:url(../images/untitled-1536.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-1536.webp);background-attachment:fixed}
.c8{background-image:url(../images/schatten-1536.jpg)}
.webp .c8{background-image:url(../images/schatten-1536.webp)}
.c27{background-image:url(../images/schatten-1536.jpg)}
.webp .c27{background-image:url(../images/schatten-1536.webp)}
.fx{background-image:url(../images/untitled-1536.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-1536.webp);background-attachment:fixed}
.c8{background-image:url(../images/schatten-1536.jpg)}
.webp .c8{background-image:url(../images/schatten-1536.webp)}
.c27{background-image:url(../images/schatten-1536.jpg)}
.webp .c27{background-image:url(../images/schatten-1536.webp)}
.fx{background-image:url(../images/untitled-1536.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-1536.webp);background-attachment:fixed}
}
@media (min-width:768px) {
.c8{background-image:url(../images/schatten-960-2.jpg)}
.webp .c8{background-image:url(../images/schatten-960-2.webp)}
.c27{background-image:url(../images/schatten-960-2.jpg)}
.webp .c27{background-image:url(../images/schatten-960-2.webp)}
.fx{background-image:url(../images/untitled-960-2.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-960-2.webp);background-attachment:fixed}
.c8{background-image:url(../images/schatten-960-2.jpg)}
.webp .c8{background-image:url(../images/schatten-960-2.webp)}
.c27{background-image:url(../images/schatten-960-2.jpg)}
.webp .c27{background-image:url(../images/schatten-960-2.webp)}
.fx{background-image:url(../images/untitled-960-2.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-960-2.webp);background-attachment:fixed}
.c8{background-image:url(../images/schatten-960-2.jpg)}
.webp .c8{background-image:url(../images/schatten-960-2.webp)}
.c27{background-image:url(../images/schatten-960-2.jpg)}
.webp .c27{background-image:url(../images/schatten-960-2.webp)}
.fx{background-image:url(../images/untitled-960-2.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-960-2.webp);background-attachment:fixed}
}
@media (min-width:960px) {
.c8{background-image:url(../images/schatten-1200.jpg)}
.webp .c8{background-image:url(../images/schatten-1200.webp)}
.c27{background-image:url(../images/schatten-1200.jpg)}
.webp .c27{background-image:url(../images/schatten-1200.webp)}
.fx{background-image:url(../images/untitled-1200.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-1200.webp);background-attachment:fixed}
.c8{background-image:url(../images/schatten-1200.jpg)}
.webp .c8{background-image:url(../images/schatten-1200.webp)}
.c27{background-image:url(../images/schatten-1200.jpg)}
.webp .c27{background-image:url(../images/schatten-1200.webp)}
.fx{background-image:url(../images/untitled-1200.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-1200.webp);background-attachment:fixed}
.c8{background-image:url(../images/schatten-1200.jpg)}
.webp .c8{background-image:url(../images/schatten-1200.webp)}
.c27{background-image:url(../images/schatten-1200.jpg)}
.webp .c27{background-image:url(../images/schatten-1200.webp)}
.fx{background-image:url(../images/untitled-1200.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-1200.webp);background-attachment:fixed}
}
@media (min-width:1200px) {
.c8{background-image:url(../images/schatten-1205.jpg)}
.webp .c8{background-image:url(../images/schatten-1205.webp)}
.c27{background-image:url(../images/schatten-1205.jpg)}
.webp .c27{background-image:url(../images/schatten-1205.webp)}
.fx{background-image:url(../images/untitled-1600.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-1600.webp);background-attachment:fixed}
.c8{background-image:url(../images/schatten-1205.jpg)}
.webp .c8{background-image:url(../images/schatten-1205.webp)}
.c27{background-image:url(../images/schatten-1205.jpg)}
.webp .c27{background-image:url(../images/schatten-1205.webp)}
.fx{background-image:url(../images/untitled-1600.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-1600.webp);background-attachment:fixed}
.c8{background-image:url(../images/schatten-1205.jpg)}
.webp .c8{background-image:url(../images/schatten-1205.webp)}
.c27{background-image:url(../images/schatten-1205.jpg)}
.webp .c27{background-image:url(../images/schatten-1205.webp)}
.fx{background-image:url(../images/untitled-1600.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-1600.webp);background-attachment:fixed}
}
@media (min-width:1600px) {
.c8{background-image:url(../images/schatten-1205.jpg)}
.webp .c8{background-image:url(../images/schatten-1205.webp)}
.c27{background-image:url(../images/schatten-1205.jpg)}
.webp .c27{background-image:url(../images/schatten-1205.webp)}
.fx{background-image:url(../images/untitled-2000.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-2000.webp);background-attachment:fixed}
.c8{background-image:url(../images/schatten-1205.jpg)}
.webp .c8{background-image:url(../images/schatten-1205.webp)}
.c27{background-image:url(../images/schatten-1205.jpg)}
.webp .c27{background-image:url(../images/schatten-1205.webp)}
.fx{background-image:url(../images/untitled-2000.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-2000.webp);background-attachment:fixed}
.c8{background-image:url(../images/schatten-1205.jpg)}
.webp .c8{background-image:url(../images/schatten-1205.webp)}
.c27{background-image:url(../images/schatten-1205.jpg)}
.webp .c27{background-image:url(../images/schatten-1205.webp)}
.fx{background-image:url(../images/untitled-2000.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-2000.webp);background-attachment:fixed}
}
@media (min-width:480px) and (-webkit-min-device-pixel-ratio:3),(min-width:480px) and (min-resolution:288dpi) {
.fx{background-image:url(../images/untitled-2304.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-2304.webp);background-attachment:fixed}
.fx{background-image:url(../images/untitled-2304.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-2304.webp);background-attachment:fixed}
.fx{background-image:url(../images/untitled-2304.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-2304.webp);background-attachment:fixed}
}
@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2),(min-width:768px) and (min-resolution:192dpi) {
.fx{background-image:url(../images/untitled-1920.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-1920.webp);background-attachment:fixed}
.fx{background-image:url(../images/untitled-1920.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-1920.webp);background-attachment:fixed}
.fx{background-image:url(../images/untitled-1920.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-1920.webp);background-attachment:fixed}
}
@media (min-width:768px) and (-webkit-min-device-pixel-ratio:3),(min-width:768px) and (min-resolution:288dpi) {
.fx{background-image:url(../images/untitled-2880.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-2880.webp);background-attachment:fixed}
.fx{background-image:url(../images/untitled-2880.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-2880.webp);background-attachment:fixed}
.fx{background-image:url(../images/untitled-2880.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-2880.webp);background-attachment:fixed}
}
@media (min-width:960px) and (-webkit-min-device-pixel-ratio:2),(min-width:960px) and (min-resolution:192dpi) {
.fx{background-image:url(../images/untitled-2400.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-2400.webp);background-attachment:fixed}
.fx{background-image:url(../images/untitled-2400.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-2400.webp);background-attachment:fixed}
.fx{background-image:url(../images/untitled-2400.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-2400.webp);background-attachment:fixed}
}
@media (min-width:960px) and (-webkit-min-device-pixel-ratio:3),(min-width:960px) and (min-resolution:288dpi) {
.fx{background-image:url(../images/untitled-3600.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-3600.webp);background-attachment:fixed}
.fx{background-image:url(../images/untitled-3600.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-3600.webp);background-attachment:fixed}
.fx{background-image:url(../images/untitled-3600.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-3600.webp);background-attachment:fixed}
}
@media (min-width:1200px) and (-webkit-min-device-pixel-ratio:2),(min-width:1200px) and (min-resolution:192dpi) {
.fx{background-image:url(../images/untitled-3200.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-3200.webp);background-attachment:fixed}
.fx{background-image:url(../images/untitled-3200.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-3200.webp);background-attachment:fixed}
.fx{background-image:url(../images/untitled-3200.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-3200.webp);background-attachment:fixed}
}
@media (min-width:1200px) and (-webkit-min-device-pixel-ratio:3),(min-width:1200px) and (min-resolution:288dpi) {
.fx{background-image:url(../images/untitled-4800.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-4800.webp);background-attachment:fixed}
.fx{background-image:url(../images/untitled-4800.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-4800.webp);background-attachment:fixed}
.fx{background-image:url(../images/untitled-4800.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-4800.webp);background-attachment:fixed}
}
@media (min-width:1600px) and (-webkit-min-device-pixel-ratio:2),(min-width:1600px) and (min-resolution:192dpi) {
.fx{background-image:url(../images/untitled-4000.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-4000.webp);background-attachment:fixed}
.fx{background-image:url(../images/untitled-4000.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-4000.webp);background-attachment:fixed}
.fx{background-image:url(../images/untitled-4000.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-4000.webp);background-attachment:fixed}
}
@media (min-width:1600px) and (-webkit-min-device-pixel-ratio:3),(min-width:1600px) and (min-resolution:288dpi) {
.fx{background-image:url(../images/untitled-6000.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-6000.webp);background-attachment:fixed}
.fx{background-image:url(../images/untitled-6000.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-6000.webp);background-attachment:fixed}
.fx{background-image:url(../images/untitled-6000.jpg);background-attachment:fixed}
.webp .fx{background-image:url(../images/untitled-6000.webp);background-attachment:fixed}
}
