/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{overflow:hidden;overflow:clip;list-style:none;padding:0}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,:after,:before{box-sizing:border-box;outline:none}.c-account-result__bg,.c-account__bg,.c-awards__cta,.c-awards ol li:before,.c-bg img,.c-bg video,.c-button--big-red .is-train,.c-button--train .is-train,.c-contact-thx__bg,.c-contact__bg,.c-page__paragraph-4 ul li:before,.c-radio__check:after,.c-rules ol li:before,.o-img-bg,.o-wrap .o-bubble{position:absolute;z-index:5}.is-loaded a{transition:all .15s cubic-bezier(.25,.46,.45,.94)}.c-account-result,.c-account-result .o-row,.c-account .c-account__captcha,.c-account .o-row,.c-account__cta,.c-account__desc,.c-awards,.c-awards__cta,.c-awards__horizontal,.c-awards__mobile-cta,.c-awards__vertical,.c-awards ol,.c-awards ol li,.c-button--big-red>span,.c-button--train>span,.c-checkbox-field>label,.c-contact,.c-contact-thx .o-row,.c-contact__attachment,.c-contact__captcha,.c-contact__contact,.c-contact__contact .o-cols,.c-contact__contact ul,.c-contact__contact ul li,.c-contact__cta,.c-contact form,.c-error,.c-error .o-row,.c-error__cta,.c-final,.c-final .o-row,.c-final .o-row2,.c-final__block,.c-final__content,.c-final__cta,.c-final__cta span,.c-final__white,.c-footer,.c-footer ul,.c-grid__col,.c-intro,.c-intro__footer,.c-intro__value,.c-page,.c-page__cta,.c-page__paragraph-1,.c-page__paragraph-1 .o-col,.c-page__paragraph-2,.c-page__paragraph-2 .o-col:first-of-type,.c-page__paragraph-2 .o-col:last-of-type,.c-page__paragraph-3,.c-page__paragraph-3 .o-col,.c-page__paragraph-4,.c-page__paragraph-4 .o-col,.c-page__paragraph-4 ul,.c-radio,.c-result-bg,.c-results__t1,.c-results__t2,.c-rules,.c-rules__cols,.c-rules__cols>div,.c-rules ol,.c-rules ol li,.c-rules ul,.c-rules ul li,.c-submit,.c-submit .c-submit__captcha,.c-submit .is-step1,.c-submit .is-step2,.c-submit .is-step3,.c-submit__awards,.c-submit__check,.c-submit__cta,.c-submit__desc,.c-submit__fields1,.c-submit__fields2,.c-top>.o-container,.c-top>.o-container>.o-row,.o-field,.o-field__image,.o-field__required,.o-red-title{display:flex}.c-results__content{display:grid}.c-account-result,.c-account-result .o-row,.c-account .o-row,.c-account__cta,.c-account__desc,.c-awards__vertical,.c-awards ol li,.c-contact-thx .o-row,.c-contact__contact,.c-contact__contact .o-cols,.c-contact__contact ul li,.c-contact form,.c-error .o-row,.c-final .o-row2,.c-final__block,.c-final__content,.c-grid__col,.c-intro__value,.c-page,.c-page__paragraph-1 .o-col,.c-page__paragraph-2 .o-col:first-of-type,.c-page__paragraph-2 .o-col:last-of-type,.c-page__paragraph-3,.c-page__paragraph-3 .o-col,.c-page__paragraph-4,.c-page__paragraph-4 .o-col,.c-page__paragraph-4 ul,.c-rules__cols>div,.c-rules ol li,.c-rules ul li,.c-submit .is-step1,.c-submit .is-step2,.c-submit .is-step3,.c-submit__awards,.c-submit__check,.c-submit__desc,.c-submit__fields1,.c-submit__fields2{flex-direction:column}.c-button,.o-btn{display:inline-flex}.c-awards__cta,.c-awards__mobile-cta,.c-final__cta,.c-final__cta span,.c-intro__footer,.c-submit__awards{justify-content:center}.c-contact__captcha,.c-contact__cta,.c-final .o-row,.c-final .o-row2,.c-final__block,.c-final__content,.c-radio,.c-top>.o-container,.c-top>.o-container>.o-row,.o-field,.o-red-title{align-items:center}.c-radio,.o-field{flex-wrap:wrap}.c-account .c-account__captcha,.c-account__cta,.c-awards__horizontal,.c-awards__vertical,.c-awards ol,.c-button,.c-button--big-red>span,.c-button--train>span,.c-error__cta,.c-final,.c-final__content,.c-final__white,.c-footer,.c-footer ul,.c-grid__col,.c-page__cta,.c-result-bg,.c-results__t1,.c-results__t2,.c-rules__cols,.c-rules ol,.c-rules ul,.c-submit .c-submit__captcha,.c-submit__cta,.o-btn,.o-field__image{justify-content:center;align-items:center}.c-account,.c-account-result,.c-account-result .o-row,.c-account .o-row,.c-awards,.c-awards ol li,.c-awards ol li p:nth-child(2),.c-button--big-red>span,.c-button--train>span,.c-contact,.c-contact-thx,.c-error,.c-final,.c-final .o-row,.c-intro,.c-page__paragraph-4 ul li,.c-radio__check,.c-results__content,.c-rules,.c-rules ol li,.c-rules ol li p:nth-child(2),.c-submit,.c-top-nav__link,.o-field,.o-field .select2,.o-field__file,.o-field__input,.o-field__select,.o-field input,.o-field select,.o-field textarea,.o-wrap,.o-wrapper{position:relative;z-index:1}.o-row{margin:0 auto}@media screen and (min-width:1900px){.o-row{width:1836px;padding:0}}@media screen and (min-width:1360px) and (max-width:1899px){.o-row{width:1320px}}@media screen and (min-width:1024px) and (max-width:1359px){.o-row{width:920px}}@media screen and (min-width:768px) and (max-width:1023px){.o-row{width:720px}}@media screen and (max-width:767px){.o-row{max-width:100%;width:100%;padding:0 25px}}.o-go-down{background:transparent;margin:0;padding:0;border-width:0;cursor:pointer}@font-face{font-family:bariolregular;src:url(../font/bariol_regular-webfont.eot);src:url(../font/bariol_regular-webfont.eot?#iefix) format("embedded-opentype"),url(../font/bariol_regular-webfont.woff2) format("woff2"),url(../font/bariol_regular-webfont.woff) format("woff"),url(../font/bariol_regular-webfont.ttf) format("truetype"),url(../font/bariol_regular-webfont.svg#bariolregular) format("svg");font-weight:400;font-style:normal}@font-face{font-family:bariolregular;src:url(../font/Bariol_Bold.woff) format("woff"),url(../font/Bariol_Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:calibri;src:url(../font/Calibri-Regular.woff) format("woff"),url(../font/Calibri-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:calibri;src:url(../font/Calibri-Bold.woff) format("woff"),url(../font/Calibri-Bold.ttf) format("truetype");font-weight:700;font-style:normal}img{display:block;max-width:100%;height:auto}body{width:100%;background-color:#fff}body,html{min-height:100%}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.4;text-rendering:optimizeSpeed;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;color:#000}a{color:inherit;cursor:pointer;text-decoration:none}a[data-type=underline]{text-decoration:underline}a:active,a:focus,a:hover{outline:none}input{font-size:16px}strong{font-weight:700}strong[data-type=extrabold]{font-weight:800!important}u{-webkit-text-decoration-color:var(--primary-color);text-decoration-color:var(--primary-color)}@media screen and (max-width:767px){.o-attachment br{display:none}}.o-attachment .is_attachment{display:none!important}.o-attachment .is_attachment span{font-size:10px;margin-top:0;display:block}@media screen and (min-width:768px){.o-attachment .is_attachment{line-height:26px}}.o-attachment .isnt_attachment,.o-attachment.toggled .is_attachment{display:block!important}.o-attachment.toggled .isnt_attachment{display:none!important}.o-attachment button{background-color:#ffc500;border:3px solid #000;padding:0;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#000;font-size:1.5rem;border-radius:20px;font-weight:700;font-family:Poppins,sans-serif;height:186px;width:200px;text-align:center;gap:10px;cursor:pointer}@media screen and (min-width:1360px) and (max-width:1899px){.o-attachment button{font-size:1.25rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-attachment button{font-size:1.125rem;border-width:2px}}@media screen and (min-width:768px) and (max-width:1023px){.o-attachment button{font-size:1rem;border-width:2px;display:flex;align-items:center;flex-direction:row;width:100%;height:100px;gap:20px}}@media screen and (max-width:767px){.o-attachment button{width:100%;height:50px;flex-direction:row;border-radius:15px;font-size:1rem}.o-attachment button img{width:20px}}.o-attachment button span{text-align:center}.o-attachment #addAttachmentDescription,.o-attachment button span.isnt_attachment,.o-attachment input,.o-attachment label{display:none}.o-attachment .has-error .help-block:before{visibility:visible}.o-attachment .help-block{max-width:200px;text-align:center;margin-top:6px}@media screen and (min-width:768px){.o-attachment .help-block{text-align:center}}@media screen and (max-width:767px){.o-attachment .help-block{max-width:100%}}.o-btn{margin:0;padding:0;background:transparent;border-width:0;cursor:pointer;transition:all .3s ease}.o-btn--red{border-radius:42px;color:#fff;background-color:#ed1212;font-size:1.75rem;font-weight:800;font-family:Poppins,sans-serif;text-transform:uppercase;border:1px solid #ed1212;height:71px;padding:0 38px}.o-btn--red.is-black{background-color:#000;border:1px solid #000}@media screen and (min-width:1360px) and (max-width:1899px){.o-btn--red{font-size:1.25rem;height:50px;padding:0 30px}}@media screen and (min-width:1024px) and (max-width:1359px){.o-btn--red{font-size:1.25rem;height:50px;padding:0 30px}}@media screen and (min-width:768px) and (max-width:1023px){.o-btn--red{font-size:1.25rem;height:50px;padding:0 30px}}@media screen and (max-width:767px){.o-btn--red{font-size:1rem;height:50px;padding:0 30px}}.o-btn--red:hover{background-color:#fff;color:#ed1212}.o-btn--red:hover.is-black{color:#000}.o-btn--black{font-size:1rem;font-weight:800;color:#fff;background-color:#000;border:1px solid #000;height:47px;border-radius:30px;text-transform:uppercase;padding:0 30px}@media screen and (min-width:1360px) and (max-width:1899px){.o-btn--black{font-size:.875rem;height:40px;padding:0 25px}}@media screen and (min-width:1024px) and (max-width:1359px){.o-btn--black{font-size:.875rem;height:40px;padding:0 25px}}@media screen and (min-width:768px) and (max-width:1023px){.o-btn--black{font-size:.875rem;height:40px;padding:0 25px}}@media screen and (max-width:767px) and (orientation:landscape){.o-btn--black{font-size:.75rem;height:35px;padding:0 20px}}@media screen and (max-width:767px) and (orientation:portrait){.o-btn--black{font-size:.6875rem;height:35px;padding:0 10px}}.o-btn--black:hover{background-color:#fff;color:#000}.o-btn--white{font-size:1rem;font-weight:800;color:#ed1212;background-color:#fff;border:1px solid #ed1212;height:47px;border-radius:30px;text-transform:uppercase;padding:0 30px}@media screen and (min-width:1360px) and (max-width:1899px){.o-btn--white{font-size:.875rem;height:40px;padding:0 25px}}@media screen and (min-width:1024px) and (max-width:1359px){.o-btn--white{font-size:.875rem;height:40px;padding:0 25px}}@media screen and (min-width:768px) and (max-width:1023px){.o-btn--white{font-size:.875rem;height:40px;padding:0 25px}}@media screen and (max-width:767px) and (orientation:landscape){.o-btn--white{font-size:.75rem;height:35px;padding:0 20px}}@media screen and (max-width:767px) and (orientation:portrait){.o-btn--white{font-size:.6875rem;height:35px;padding:0 10px}}.o-btn--small,.o-btn--white:hover{background-color:#ed1212;color:#fff}.o-btn--small{font-size:1rem;font-weight:800;border:1px solid #ed1212;height:47px;border-radius:30px;text-transform:uppercase;padding:0 30px}@media screen and (min-width:1360px) and (max-width:1899px){.o-btn--small{font-size:.875rem;height:40px;padding:0 25px}}@media screen and (min-width:1024px) and (max-width:1359px){.o-btn--small{font-size:.875rem;height:40px;padding:0 25px}}@media screen and (min-width:768px) and (max-width:1023px){.o-btn--small{font-size:.875rem;height:40px;padding:0 25px}}@media screen and (max-width:767px) and (orientation:landscape){.o-btn--small{font-size:.75rem;height:35px;padding:0 20px}}@media screen and (max-width:767px) and (orientation:portrait){.o-btn--small{font-size:.875rem;height:35px;padding:0 10px}}.o-btn--small:hover{background-color:#fff;color:#ed1212}.o-btn--yellow{background-color:#ffc500;border-color:#ffc500;color:#000}.o-btn--yellow:hover{background-color:#fff;color:#000}.o-btn.is-arrow{gap:10px}.o-btn.is-arrow img,.o-btn.is-arrow svg path{transition:all .3s ease}.o-btn.is-arrow:hover img{filter:invert(1)}.o-btn.is-arrow:hover svg path{fill:#ed1212}.o-field{gap:5px 0}.o-field.is-textarea .o-field__wrapper{height:auto}.o-field.has-error .o-field__file,.o-field.has-error .o-field__input,.o-field.has-error .o-field__select,.o-field.has-error .select2,.o-field.has-error input,.o-field.has-error select,.o-field.has-error textarea{border-color:#ed1212}.o-field__label{display:none}.o-field__required{color:#090909;font-size:1.125rem;margin-left:5px;margin-top:-5px;transition:all .3s ease-in-out}@media screen and (max-width:767px){.o-field__required{font-size:.9375rem}}.c-contact__cta .c-contact__captcha .captcha__error,.c-submit .field-submitfullform-want_award .help-block,.c-submit__error,.g-recaptcha+.help-block,.o-attachment .help-block,.o-field__error{color:#ed1212}@media screen and (min-width:1360px) and (max-width:1899px){.c-contact__cta .c-contact__captcha .captcha__error,.c-submit .field-submitfullform-want_award .help-block,.c-submit__error,.g-recaptcha+.help-block,.o-attachment .help-block,.o-field__error{font-size:.875rem}}@media screen and (min-width:1024px) and (max-width:1359px){.c-contact__cta .c-contact__captcha .captcha__error,.c-submit .field-submitfullform-want_award .help-block,.c-submit__error,.g-recaptcha+.help-block,.o-attachment .help-block,.o-field__error{font-size:.875rem}}@media screen and (min-width:768px) and (max-width:1023px){.c-contact__cta .c-contact__captcha .captcha__error,.c-submit .field-submitfullform-want_award .help-block,.c-submit__error,.g-recaptcha+.help-block,.o-attachment .help-block,.o-field__error{font-size:.875rem}}@media screen and (max-width:767px){.c-contact__cta .c-contact__captcha .captcha__error,.c-submit .field-submitfullform-want_award .help-block,.c-submit__error,.g-recaptcha+.help-block,.o-attachment .help-block,.o-field__error{font-size:.75rem}}.o-field .select2,.o-field__file,.o-field__input,.o-field__select,.o-field input,.o-field select,.o-field textarea{background:#fff!important;width:100%;height:48px;font-size:1rem;border:3px solid #000;border-radius:40px;padding:0 20px;font-family:Poppins,sans-serif;color:#000!important}@media screen and (min-width:1900px){.o-field .select2,.o-field__file,.o-field__input,.o-field__select,.o-field input,.o-field select,.o-field textarea{height:72px}}@media screen and (max-width:767px){.o-field .select2,.o-field__file,.o-field__input,.o-field__select,.o-field input,.o-field select,.o-field textarea{font-size:1rem;padding:0 10px}}.o-field .select2::-webkit-calendar-picker-indicator,.o-field .select2::-webkit-datetime-edit-day-field,.o-field .select2::-webkit-datetime-edit-hour-field,.o-field .select2::-webkit-datetime-edit-minute-field,.o-field .select2::-webkit-datetime-edit-month-field,.o-field .select2::-webkit-datetime-edit-text,.o-field .select2::-webkit-datetime-edit-year-field,.o-field .select2::placeholder,.o-field__file::-webkit-calendar-picker-indicator,.o-field__file::-webkit-datetime-edit-day-field,.o-field__file::-webkit-datetime-edit-hour-field,.o-field__file::-webkit-datetime-edit-minute-field,.o-field__file::-webkit-datetime-edit-month-field,.o-field__file::-webkit-datetime-edit-text,.o-field__file::-webkit-datetime-edit-year-field,.o-field__file::placeholder,.o-field__input::-webkit-calendar-picker-indicator,.o-field__input::-webkit-datetime-edit-day-field,.o-field__input::-webkit-datetime-edit-hour-field,.o-field__input::-webkit-datetime-edit-minute-field,.o-field__input::-webkit-datetime-edit-month-field,.o-field__input::-webkit-datetime-edit-text,.o-field__input::-webkit-datetime-edit-year-field,.o-field__input::placeholder,.o-field__select::-webkit-calendar-picker-indicator,.o-field__select::-webkit-datetime-edit-day-field,.o-field__select::-webkit-datetime-edit-hour-field,.o-field__select::-webkit-datetime-edit-minute-field,.o-field__select::-webkit-datetime-edit-month-field,.o-field__select::-webkit-datetime-edit-text,.o-field__select::-webkit-datetime-edit-year-field,.o-field__select::placeholder,.o-field input::-webkit-calendar-picker-indicator,.o-field input::-webkit-datetime-edit-day-field,.o-field input::-webkit-datetime-edit-hour-field,.o-field input::-webkit-datetime-edit-minute-field,.o-field input::-webkit-datetime-edit-month-field,.o-field input::-webkit-datetime-edit-text,.o-field input::-webkit-datetime-edit-year-field,.o-field input::placeholder,.o-field select::-webkit-calendar-picker-indicator,.o-field select::-webkit-datetime-edit-day-field,.o-field select::-webkit-datetime-edit-hour-field,.o-field select::-webkit-datetime-edit-minute-field,.o-field select::-webkit-datetime-edit-month-field,.o-field select::-webkit-datetime-edit-text,.o-field select::-webkit-datetime-edit-year-field,.o-field select::placeholder,.o-field textarea::-webkit-calendar-picker-indicator,.o-field textarea::-webkit-datetime-edit-day-field,.o-field textarea::-webkit-datetime-edit-hour-field,.o-field textarea::-webkit-datetime-edit-minute-field,.o-field textarea::-webkit-datetime-edit-month-field,.o-field textarea::-webkit-datetime-edit-text,.o-field textarea::-webkit-datetime-edit-year-field,.o-field textarea::placeholder{color:#000;font-size:1rem;font-weight:400;font-family:Poppins,sans-serif;text-align:left;font-weight:700}.o-field__image{background-color:#fff;height:48px;border:3px solid #ed1212;border-radius:40px;padding:0 15px}@media screen and (min-width:1900px){.o-field__image{height:72px}}.o-field__image img{cursor:pointer}.o-field select{height:auto;padding:0 0 10px}@media screen and (max-width:767px){.o-field select{margin-top:10px}}.o-field select option{color:#090909;font-family:Poppins,sans-serif}.o-field textarea{width:100%!important;height:116px!important;resize:vertical;padding:15px}.o-field textarea::-moz-placeholder{font-weight:400;font-family:Poppins,sans-serif;font-size:1rem;text-transform:lowercase}.o-field textarea::placeholder{font-weight:400;font-family:Poppins,sans-serif;font-size:1rem;text-transform:lowercase}.o-field__required{text-align:right;justify-content:flex-end;width:100%;font-size:.875rem;font-weight:700;margin-top:9px}.o-card{background:hsla(0,0%,94.1%,.75);width:50%;height:100%;align-self:stretch}.o-color-red{color:#ed1212}.o-color-green{color:#6dc700}.o-container{max-width:1920px;margin:0 auto}.o-go-down{cursor:default}@media screen and (min-width:1360px) and (max-width:1899px){.o-go-down img{width:55px}}@media screen and (min-width:1024px) and (max-width:1359px){.o-go-down img{width:45px}}@media screen and (min-width:768px) and (max-width:1023px){.o-go-down img{width:45px}}@media screen and (max-width:767px){.o-go-down img{width:45px}}.o-img-bg{top:0;left:0;width:100%;height:100%;z-index:-1}.o-img-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.o-title{font-size:6.25rem;font-weight:900;text-transform:uppercase}@media screen and (min-width:1360px) and (max-width:1899px){.o-title{font-size:3rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-title{font-size:3rem}}@media screen and (min-width:768px) and (max-width:1023px){.o-title{font-size:2.25rem}}@media screen and (max-width:767px){.o-title{font-size:2rem}}.o-title--size2,.o-title.is-size2{font-size:8.625rem}@media screen and (min-width:1360px) and (max-width:1899px){.o-title--size2,.o-title.is-size2{font-size:4.5rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-title--size2,.o-title.is-size2{font-size:4.5rem}}@media screen and (min-width:768px) and (max-width:1023px){.o-title--size2,.o-title.is-size2{font-size:3.375rem}}@media screen and (max-width:767px){.o-title--size2,.o-title.is-size2{font-size:3rem}}.o-title--size2 small,.o-title.is-size2 small{font-size:1.875rem}@media screen and (min-width:1360px) and (max-width:1899px){.o-title--size2 small,.o-title.is-size2 small{font-size:1.5rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-title--size2 small,.o-title.is-size2 small{font-size:1.5rem}}@media screen and (min-width:768px) and (max-width:1023px){.o-title--size2 small,.o-title.is-size2 small{font-size:1.125rem}}@media screen and (max-width:767px){.o-title--size2 small,.o-title.is-size2 small{font-size:1rem}.o-title--size2 small br,.o-title.is-size2 small br{display:none}}.o-title--size3,.o-title.is-size3{font-size:3.75rem}.o-title--size4,.o-title.is-size4{font-size:4.5rem;white-space:nowrap}@media screen and (min-width:1360px) and (max-width:1899px){.o-title--size4,.o-title.is-size4{font-size:3.5rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-title--size4,.o-title.is-size4{font-size:3.5rem}}@media screen and (min-width:768px) and (max-width:1023px){.o-title--size4,.o-title.is-size4{font-size:3rem;line-height:3rem}}@media screen and (max-width:767px){.o-title--size4,.o-title.is-size4{font-size:2.375rem;line-height:2.5rem;white-space:normal}}.o-title--italic,.o-title.is-italic{font-style:italic}.o-title--italic small,.o-title.is-italic small{font-style:normal}.o-title small{font-size:1.5rem;line-height:2.0625rem;display:block;font-weight:700;text-transform:none}@media screen and (min-width:1360px) and (max-width:1899px){.o-title small{font-size:1.125rem;line-height:1.5625rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-title small{font-size:1.125rem;line-height:1.5625rem}}@media screen and (min-width:768px) and (max-width:1023px){.o-title small{font-size:1rem;line-height:1.375rem}}@media screen and (max-width:767px){.o-title small{font-size:.875rem;line-height:1.25rem}}.o-headline{color:#ed1212;text-transform:uppercase;font-weight:900}.o-headline[data-type=h1]{font-size:7.4375rem}@media screen and (min-width:1360px) and (max-width:1899px){.o-headline[data-type=h1]{font-size:5.625rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-headline[data-type=h1]{font-size:3.75rem}}@media screen and (min-width:768px) and (max-width:1023px){.o-headline[data-type=h1]{font-size:3.75rem}}@media screen and (max-width:767px){.o-headline[data-type=h1]{font-size:2.5rem}}.o-headline[data-type=h2]{font-size:5.625rem}@media screen and (min-width:1360px) and (max-width:1899px){.o-headline[data-type=h2]{font-size:3.75rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-headline[data-type=h2]{font-size:3.125rem}}@media screen and (min-width:768px) and (max-width:1023px){.o-headline[data-type=h2]{font-size:3.125rem}}@media screen and (max-width:767px){.o-headline[data-type=h2]{font-size:2.25rem}}.o-headline[data-type=h3]{font-weight:700;font-size:2.5rem}@media screen and (min-width:1360px) and (max-width:1899px){.o-headline[data-type=h3]{font-size:1.25rem}}.o-headline[data-type=h1-page]{font-size:4.375rem;text-transform:none}@media screen and (min-width:1360px) and (max-width:1899px){.o-headline[data-type=h1-page]{font-size:3.75rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-headline[data-type=h1-page]{font-size:2.5rem}}@media screen and (min-width:768px) and (max-width:1023px){.o-headline[data-type=h1-page]{font-size:2.5rem}}@media screen and (max-width:767px){.o-headline[data-type=h1-page]{font-size:1.875rem}}.o-headline[data-type=h2-page]{font-size:2.5rem;text-transform:none;font-weight:700;color:#000}@media screen and (min-width:1360px) and (max-width:1899px){.o-headline[data-type=h2-page]{font-size:1.875rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-headline[data-type=h2-page]{font-size:1.5625rem}}@media screen and (min-width:768px) and (max-width:1023px){.o-headline[data-type=h2-page]{font-size:1.5625rem}}@media screen and (max-width:767px){.o-headline[data-type=h2-page]{font-size:1.25rem}}.o-headline[data-align=center]{text-align:center}.o-headline i{font-style:italic}h2.o-headline[data-type=h1-page]{font-weight:700!important}.o-paragraph{color:#000}.o-paragraph[data-style=uppercase]{text-transform:uppercase}.o-paragraph[data-size=value]{font-weight:900;font-style:italic;font-size:6.75rem;color:#ed1212}@media screen and (min-width:1360px) and (max-width:1899px){.o-paragraph[data-size=value]{font-size:4.875rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-paragraph[data-size=value]{font-size:3.75rem}}@media screen and (min-width:768px) and (max-width:1023px){.o-paragraph[data-size=value]{font-size:3.75rem}}@media screen and (max-width:767px){.o-paragraph[data-size=value]{font-size:2.5rem}}.o-paragraph[data-size=xxl]{font-size:2.25rem}@media screen and (min-width:1360px) and (max-width:1899px){.o-paragraph[data-size=xxl]{font-size:1.625rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-paragraph[data-size=xxl]{font-size:1.5rem}}@media screen and (min-width:768px) and (max-width:1023px){.o-paragraph[data-size=xxl]{font-size:1.5rem}}@media screen and (max-width:767px){.o-paragraph[data-size=xxl]{font-size:1.25rem}}.o-paragraph[data-size=xxl] b,.o-paragraph[data-size=xxl] strong{font-weight:700}.o-paragraph[data-size=xl]{font-size:1.875rem}@media screen and (min-width:1360px) and (max-width:1899px){.o-paragraph[data-size=xl]{font-size:1.375rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-paragraph[data-size=xl]{font-size:1.125rem}}@media screen and (min-width:768px) and (max-width:1023px){.o-paragraph[data-size=xl]{font-size:1.125rem}}@media screen and (max-width:767px){.o-paragraph[data-size=xl]{font-size:1rem}}.o-paragraph[data-size=xl] b,.o-paragraph[data-size=xl] strong{font-weight:700}.o-paragraph[data-size=xll]{font-size:1.6875rem}@media screen and (min-width:1360px) and (max-width:1899px){.o-paragraph[data-size=xll]{font-size:1.25rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-paragraph[data-size=xll]{font-size:1.125rem}}@media screen and (min-width:768px) and (max-width:1023px){.o-paragraph[data-size=xll]{font-size:1.125rem}}@media screen and (max-width:767px){.o-paragraph[data-size=xll]{font-size:1rem}}.o-paragraph[data-size=xll] b,.o-paragraph[data-size=xll] strong{font-weight:700}.o-paragraph[data-size=lg]{font-size:1.5rem}@media screen and (min-width:1360px) and (max-width:1899px){.o-paragraph[data-size=lg]{font-size:1.125rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-paragraph[data-size=lg]{font-size:1rem}}@media screen and (min-width:768px) and (max-width:1023px){.o-paragraph[data-size=lg]{font-size:1rem}}@media screen and (max-width:767px){.o-paragraph[data-size=lg]{font-size:1rem}}.o-paragraph[data-size=lg] b,.o-paragraph[data-size=lg] strong{font-weight:700}.o-paragraph[data-size=sm]{font-size:1.3125rem}@media screen and (min-width:1360px) and (max-width:1899px){.o-paragraph[data-size=sm]{font-size:1rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-paragraph[data-size=sm]{font-size:.875rem}}@media screen and (min-width:768px) and (max-width:1023px){.o-paragraph[data-size=sm]{font-size:.875rem}}@media screen and (max-width:767px){.o-paragraph[data-size=sm]{font-size:.75rem}}.o-paragraph[data-size=sm] b,.o-paragraph[data-size=sm] strong{font-weight:700}.o-paragraph[data-size=sm-2]{font-size:1.125rem}@media screen and (min-width:1360px) and (max-width:1899px){.o-paragraph[data-size=sm-2]{font-size:1rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-paragraph[data-size=sm-2]{font-size:.875rem}}@media screen and (min-width:768px) and (max-width:1023px){.o-paragraph[data-size=sm-2]{font-size:.875rem}}@media screen and (max-width:767px){.o-paragraph[data-size=sm-2]{font-size:.75rem}}.o-paragraph[data-size=sm-2] b,.o-paragraph[data-size=sm-2] strong{font-weight:700}.o-paragraph[data-size=xs]{font-size:1rem}@media screen and (min-width:1360px) and (max-width:1899px){.o-paragraph[data-size=xs]{font-size:.875rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-paragraph[data-size=xs]{font-size:.75rem}}@media screen and (min-width:768px) and (max-width:1023px){.o-paragraph[data-size=xs]{font-size:.75rem}}@media screen and (max-width:767px){.o-paragraph[data-size=xs]{font-size:.75rem}}.o-paragraph[data-size=xs] b,.o-paragraph[data-size=xs] strong{font-weight:700}.o-paragraph[data-size=xxs]{font-size:.875rem;white-space:nowrap}@media screen and (min-width:1360px) and (max-width:1899px){.o-paragraph[data-size=xxs]{font-size:.75rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-paragraph[data-size=xxs]{font-size:.625rem}}@media screen and (min-width:768px) and (max-width:1023px){.o-paragraph[data-size=xxs]{font-size:.625rem}}@media screen and (max-width:767px){.o-paragraph[data-size=xxs]{font-size:.625rem}}.o-paragraph[data-size=xxs] b,.o-paragraph[data-size=xxs] strong{font-weight:700}.o-paragraph[data-size=pkt]{font-size:2.5rem;line-height:1.75rem;color:#ed1212;font-style:italic;font-weight:900}@media screen and (min-width:1360px) and (max-width:1899px){.o-paragraph[data-size=pkt]{font-size:1.5625rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-paragraph[data-size=pkt]{font-size:1.375rem}}@media screen and (min-width:768px) and (max-width:1023px){.o-paragraph[data-size=pkt]{font-size:1.25rem}}@media screen and (max-width:767px){.o-paragraph[data-size=pkt]{font-size:1rem}}.o-paragraph[data-size=pkt] b,.o-paragraph[data-size=pkt] strong{font-weight:700}.o-paragraph[data-align=center]{text-align:center}.o-paragraph[data-align=left]{text-align:left}.o-paragraph[data-align=right]{text-align:right}.o-paragraph i{font-style:italic}.o-paragraph b[data-type=medium],.o-paragraph strong[data-type=medium]{font-weight:500}.o-paragraph b[data-type=bold],.o-paragraph strong[data-type=bold]{font-weight:700}.o-paragraph b[data-type=extrabold2],.o-paragraph strong[data-type=extrabold2]{font-weight:800}.o-paragraph b[data-type=extrabold],.o-paragraph strong[data-type=extrabold]{font-weight:900}.o-recaptcha>.form-group{display:flex;align-items:center;justify-content:center;margin-bottom:15px;flex-direction:column}.o-red-title{color:#ed1212;gap:40px;font-weight:800;font-style:italic;text-transform:uppercase;font-size:1.875rem}@media screen and (min-width:1360px) and (max-width:1899px){.o-red-title{font-size:1.5rem;gap:30px}.o-red-title img{width:26px}}@media screen and (min-width:1024px) and (max-width:1359px){.o-red-title{font-size:1.5rem;gap:30px}.o-red-title img{width:26px}}@media screen and (min-width:768px) and (max-width:1023px){.o-red-title{font-size:1.125rem;gap:20px}.o-red-title img{width:26px}}@media screen and (max-width:767px){.o-red-title{font-size:1.125rem;gap:20px}.o-red-title img{width:26px}}.o-wrap{width:100%;background-image:url(../img/bg-3.webp);background-repeat:no-repeat;background-position:bottom;overflow:hidden;margin-left:auto;margin-right:auto;max-width:1920px}@media screen and (min-width:768px) and (max-width:1023px){.o-wrap{background-position:-640px -2810px}}@media screen and (min-width:600px) and (max-width:767px){.o-wrap{background-size:cover}}@media screen and (max-width:767px){.o-wrap{background-image:url(../img/bg-mobile2.webp)}}.o-wrap--bg2 .o-bubble{display:none}.o-wrap--bg3{justify-content:space-between;display:flex;flex-direction:column;min-height:100vh}.o-wrap .o-bubble{bottom:300px;right:0;z-index:0}@media screen and (min-width:1360px) and (max-width:1899px){.o-wrap .o-bubble{right:-200px}}@media screen and (min-width:1024px) and (max-width:1359px){.o-wrap .o-bubble{right:-400px}}@media screen and (min-width:767px) and (max-width:1024px){.o-wrap .o-bubble{right:-600px}}@media screen and (max-width:767px){.o-wrap .o-bubble{display:none}}.o-wrapper{width:100%;overflow:hidden}.o-yellow-title{color:#ffc500;font-size:3rem;font-weight:900}@media screen and (min-width:1360px) and (max-width:1899px){.o-yellow-title{font-size:2.25rem}}@media screen and (min-width:1024px) and (max-width:1359px){.o-yellow-title{font-size:2.25rem;line-height:2.5rem}}@media screen and (min-width:768px) and (max-width:1023px){.o-yellow-title{font-size:2.25rem;line-height:2.5rem}}@media screen and (max-width:767px){.o-yellow-title{font-size:2.25rem;line-height:2.5rem}}.c-account{min-height:calc(100vh - 100px);width:100%;overflow:hidden;padding:50px 0}@media screen and (max-width:767px) and (orientation:landscape){.c-account{min-height:480px}}.c-account__bg{z-index:0;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.c-account .o-row{padding-top:100px;padding-bottom:41px;gap:40px}.c-account .o-title{text-align:center}@media screen and (max-width:767px){.c-account .o-title{line-height:3rem}}.c-account__cta{gap:20px;padding-bottom:80px}.c-account__row{display:grid;grid-template-columns:1fr;gap:20px}.c-account__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media screen and (max-width:767px){.c-account__grid{grid-template-columns:1fr}}.c-account p{font-size:1.125rem;font-weight:700;text-align:center;color:#090909}@media screen and (min-width:1024px) and (max-width:1359px){.c-account p{font-size:1rem}}@media screen and (max-width:1023px){.c-account p{font-size:.875rem}}.c-account p a{text-decoration:underline}.c-account__desc{gap:30px}@media screen and (min-width:1900px){.c-account__desc{margin-top:50px}}.c-account .is-login-page{max-width:700px;margin-left:auto;margin-right:auto}.c-account .c-account__captcha{gap:12px;flex-wrap:wrap}.c-account .c-account__captcha .c-contact__cta .c-contact__captcha .captcha__error,.c-account .c-account__captcha .c-submit .field-submitfullform-want_award .help-block,.c-account .c-account__captcha .c-submit__error,.c-account .c-account__captcha .g-recaptcha+.help-block,.c-account .c-account__captcha .o-attachment .help-block,.c-account .c-account__captcha .o-field__error,.c-contact__cta .c-contact__captcha .c-account .c-account__captcha .captcha__error,.c-submit .field-submitfullform-want_award .c-account .c-account__captcha .help-block,.o-attachment .c-account .c-account__captcha .help-block{width:100%;margin-top:-5px;text-align:center}@media screen and (max-width:767px){.c-account .c-account__captcha{flex-direction:column}}.c-account .c-account__captcha .o-field{min-width:300px}.c-account-result{min-height:calc(100vh - 200px);width:100%;overflow:hidden;gap:40px}@media screen and (max-width:767px){.c-account-result+.c-footer{background:hsla(0,0%,94.1%,.75)}.c-account-result+.c-footer .o-row{background-color:transparent;padding-top:50px}}@media screen and (max-width:767px) and (orientation:landscape){.c-account-result{min-height:480px}}.c-account-result__bg{z-index:0;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.c-account-result .o-row{gap:40px}.c-account-result .o-row:first-of-type{padding-top:100px}.c-account-result .o-row:last-of-type{padding-bottom:41px}@media screen and (min-width:768px) and (max-width:1023px){.c-account-result .o-row.is-result{width:100%}}@media screen and (max-width:767px){.c-account-result .o-row.is-result{margin-left:-25px;margin-right:-25px;max-width:calc(100% + 50px)}.c-account-result .o-row.is-result .c-results__wrapper{width:calc(100% + 50px)}}.c-account-result .o-title{text-align:center}.c-account-result p{font-size:1.125rem;font-weight:700;text-align:center}@media screen and (min-width:1024px) and (max-width:1359px){.c-account-result p{font-size:1rem}}@media screen and (max-width:1023px){.c-account-result p{font-size:.875rem}}.c-account-result p a{text-decoration:underline}.c-awards{min-height:950px}@media screen and (min-width:1360px) and (max-width:1899px){.c-awards{min-height:750px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-awards{min-height:650px}}@media screen and (min-width:768px) and (max-width:1023px){.c-awards{min-height:600px}}@media screen and (max-width:767px){.c-awards{min-height:550px}}.c-awards .o-img-bg{width:100%;height:100%;overflow:hidden}.c-awards .o-img-bg img{-o-object-position:left;object-position:left}@media screen and (min-width:1360px) and (max-width:1899px){.c-awards .o-img-bg img{-o-object-position:-20%;object-position:-20%;transform:scale(1.2)}}@media screen and (max-width:767px){.c-awards .o-img-bg img{-o-object-position:center;object-position:center}}.c-awards .o-row{align-self:stretch;justify-content:flex-start;display:flex}.c-awards .o-row .o-card{padding:58px 30px;justify-content:center;display:flex;flex-direction:column;gap:20px}@media screen and (min-width:1360px) and (max-width:1899px){.c-awards .o-row .o-card{padding:48px 30px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-awards .o-row .o-card{padding:28px 20px;width:70%;gap:10px}}@media screen and (min-width:768px) and (max-width:1023px){.c-awards .o-row .o-card{padding:28px 40px;width:85%;gap:10px}}@media screen and (max-width:767px){.c-awards .o-row .o-card{width:100%;padding:28px 20px;gap:10px}}.c-awards .o-row .o-headline[data-type=h2]{text-align:center;margin-bottom:-20px}.c-awards .o-row .c-intro__value{text-align:center;margin-bottom:0}.c-awards .o-row .c-intro__value p[data-size=xxl]{text-transform:uppercase}.c-awards__horizontal{gap:15px;margin:10px -30px}@media screen and (min-width:1360px) and (max-width:1899px){.c-awards__horizontal{gap:5px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-awards__horizontal{gap:10px}}@media screen and (min-width:768px) and (max-width:1023px){.c-awards__horizontal{gap:10px}}@media screen and (max-width:767px){.c-awards__horizontal{flex-direction:column;gap:5px;margin-bottom:50px}}@media screen and (min-width:1900px){.c-awards__horizontal .o-paragraph{white-space:nowrap}}@media screen and (max-width:767px){.c-awards__horizontal .o-paragraph{text-align:center}.c-awards__horizontal .o-paragraph .o-br{display:block}}@media screen and (min-width:768px) and (max-width:1023px){.c-awards__horizontal strong[data-type=extrabold]{text-align:right}}.c-awards__horizontal img{width:25px}@media screen and (min-width:1360px) and (max-width:1899px){.c-awards__horizontal img{width:20px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-awards__horizontal img{width:20px}}@media screen and (min-width:768px) and (max-width:1023px){.c-awards__horizontal img{width:18px}}@media screen and (max-width:767px){.c-awards__horizontal img{width:20px;transform:rotate(90deg)}}.c-awards__vertical{gap:10px;margin-bottom:40px}@media screen and (max-width:767px){.c-awards__vertical p{font-size:.9375rem!important}}.c-awards__vertical img{width:50px}@media screen and (min-width:1360px) and (max-width:1899px){.c-awards__vertical img{width:40px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-awards__vertical img{width:30px}}@media screen and (min-width:768px) and (max-width:1023px){.c-awards__vertical img{width:35px}}@media screen and (max-width:767px){.c-awards__vertical img{width:20px}}.c-awards__cta{bottom:90px;left:50%;width:50%}@media screen and (max-width:1023px){.c-awards__cta{display:none}}.c-awards__mobile-cta{margin-top:50px;margin-bottom:20px}@media screen and (min-width:1024px){.c-awards__mobile-cta{display:none}}.c-awards ol{gap:110px;margin:40px 0;counter-reset:item;position:relative;left:20px}@media screen and (min-width:1360px) and (max-width:1899px){.c-awards ol{gap:90px;margin:20px 0;left:20px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-awards ol{gap:70px;margin:20px 0}}@media screen and (min-width:768px) and (max-width:1023px){.c-awards ol{gap:60px;margin:20px 0}}@media screen and (max-width:767px){.c-awards ol{gap:5px;margin:20px 0;flex-direction:column}}.c-awards ol li{gap:8px}@media screen and (min-width:1360px) and (max-width:1899px){.c-awards ol li{gap:0}}@media screen and (min-width:1024px) and (max-width:1359px){.c-awards ol li{gap:0}}@media screen and (min-width:768px) and (max-width:1023px){.c-awards ol li{gap:0}}@media screen and (max-width:767px){.c-awards ol li{gap:0}}.c-awards ol li:before{content:counter(item,upper-roman);counter-increment:item;font-weight:700;font-size:5.3125rem;line-height:1.875rem;text-align:left;color:#ed1212;text-shadow:5px 5px 15px hsla(0,0%,100%,.4);left:-35px;top:22px;font-style:italic}@media screen and (min-width:1360px) and (max-width:1899px){.c-awards ol li:before{font-size:4rem;top:16px;left:-28px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-awards ol li:before{font-size:3rem;top:11px;left:-22px}}@media screen and (min-width:768px) and (max-width:1023px){.c-awards ol li:before{font-size:3rem;top:11px;left:-22px}}@media screen and (max-width:767px){.c-awards ol li:before{font-size:3rem;top:11px;left:-22px}}.c-awards ol li:nth-child(2):before{left:-52px}@media screen and (min-width:1360px) and (max-width:1899px){.c-awards ol li:nth-child(2):before{left:-45px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-awards ol li:nth-child(2):before{left:-34px}}@media screen and (min-width:768px) and (max-width:1023px){.c-awards ol li:nth-child(2):before{left:-34px}}@media screen and (max-width:767px){.c-awards ol li:nth-child(2):before{left:-36px}}.c-awards ol li:nth-child(3):before{left:-78px}@media screen and (min-width:1360px) and (max-width:1899px){.c-awards ol li:nth-child(3):before{left:-62px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-awards ol li:nth-child(3):before{left:-48px}}@media screen and (min-width:768px) and (max-width:1023px){.c-awards ol li:nth-child(3):before{left:-48px}}@media screen and (max-width:767px){.c-awards ol li:nth-child(3):before{left:-50px}}.c-awards ol li p{text-align:left;font-weight:700;font-style:italic;line-height:1.875rem}@media screen and (min-width:1360px) and (max-width:1899px){.c-awards ol li p{font-size:1.25rem}}@media screen and (min-width:1024px) and (max-width:1359px){.c-awards ol li p{font-size:1rem}}@media screen and (min-width:768px) and (max-width:1023px){.c-awards ol li p{font-size:1rem}}@media screen and (max-width:767px){.c-awards ol li p{font-size:1rem}}.c-awards ol li p:first-child{font-size:1.4375rem;text-transform:uppercase}@media screen and (min-width:1360px) and (max-width:1899px){.c-awards ol li p:first-child{font-size:1rem}}@media screen and (min-width:1024px) and (max-width:1359px){.c-awards ol li p:first-child{font-size:.875rem}}@media screen and (min-width:768px) and (max-width:1023px){.c-awards ol li p:first-child{font-size:.875rem}}@media screen and (max-width:767px){.c-awards ol li p:first-child{font-size:.875rem}}.c-awards ol li p:nth-child(2){font-size:2.0625rem;font-weight:900;left:-6px}@media screen and (min-width:1360px) and (max-width:1899px){.c-awards ol li p:nth-child(2){font-size:1.375rem;white-space:nowrap}}@media screen and (min-width:1024px) and (max-width:1359px){.c-awards ol li p:nth-child(2){font-size:1.125rem;top:-10px}}@media screen and (min-width:768px) and (max-width:1023px){.c-awards ol li p:nth-child(2){font-size:1.125rem;top:-10px}}@media screen and (max-width:767px){.c-awards ol li p:nth-child(2){font-size:1.125rem;top:-10px}}.c-bg{position:fixed;height:100vh;z-index:-1}.c-bg,.c-bg img{top:0;left:0;width:100%}.c-bg img{height:100%;-o-object-fit:cover;object-fit:cover}.c-bg__item{transition:opacity .3s ease;opacity:1}.c-bg__item.is-hidden{opacity:0}.c-bg video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;top:0;left:0}@media screen and (max-width:767px){.c-bg video{display:none}}.c-checkbox-field{width:100%}.c-checkbox-field .help-block{display:flex;align-items:center;color:#ed1212;font-size:.75rem}@media screen and (max-width:767px){.c-checkbox-field .help-block{padding-left:16px;text-align:left;justify-content:flex-start}}@media screen and (min-width:768px){.c-checkbox-field .help-block{padding-left:4px}}.c-checkbox-field label{cursor:pointer}.c-checkbox-field>label{flex-wrap:nowrap}.c-checkbox-field>label input{display:none}.c-checkbox-field>label input:checked+.check-area:after{background-color:#ed1212;left:12px}.c-checkbox-field>label .check-area{width:32px;height:12px;background-color:#3b3b47;border-radius:6px;position:relative;top:6px}.c-checkbox-field>label .check-area:after{content:"";display:block;width:20px;height:20px;background-color:#fff;border-radius:100%;border:1px solid #707070;position:absolute;left:0;top:-4px;transition:all .3s ease}.c-checkbox-field>label .check-area svg{display:none}.c-checkbox-field>label .field-label{font-size:1rem;line-height:1.25rem;margin-left:10px;flex:1;color:#000;font-weight:700;padding-left:5px}@media screen and (min-width:1024px) and (max-width:1359px){.c-checkbox-field>label .field-label{font-size:.875rem}}@media screen and (min-width:768px) and (max-width:1023px){.c-checkbox-field>label .field-label{font-size:.875rem}}@media screen and (max-width:767px){.c-checkbox-field>label .field-label{font-size:.75rem;text-align:left;line-height:1.125rem}}.c-checkbox-field>label .field-label a{color:#ed1212;text-decoration:none;font-weight:700}.c-checkbox-field>label .field-label a:focus,.c-checkbox-field>label .field-label a:hover{color:#ed1212;text-decoration:none}.c-checkbox-field .c-field__error{margin-left:44px}@media screen and (max-width:767px){.c-checkbox-field .c-field__error{margin-left:30px}}.c-cookie-msg{position:fixed;bottom:0;left:0;width:100%;padding:.9375rem 3.125rem;background-color:#ececec;text-align:center;z-index:1000;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}@media screen and (min-width:1200px){.c-cookie-msg{width:100vw}}.c-cookie-msg.hide{display:none}@media screen and (max-width:767px){.c-cookie-msg{flex-direction:column}}.c-cookie-msg .button{margin-right:100px}@media screen and (max-width:1199px){.c-cookie-msg .button{margin-right:auto;margin-left:auto}}.c-cookie-msg p{color:#333;font-size:.875rem;padding:20px}.c-cookie-msg p a{color:#dc2323;text-decoration:underline}@media screen and (max-width:767px){.c-cookie-msg p{text-align:left}}@media screen and (min-width:768px) and (max-width:991px){.c-cookie-msg__cta{text-align:center;width:100%}}@media screen and (max-width:767px){.c-cookie-msg__cta button{height:40px;width:250px}.c-cookie-msg__cta button:first-child{margin-bottom:5px}}.c-contact{min-height:950px;color:#090909;transition:all .3s ease;background-color:#fff}.c-contact.is-full,.c-contact.is-full .o-card{min-height:100vh!important}@media screen and (min-width:1360px) and (max-width:1899px){.c-contact{min-height:750px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-contact{min-height:650px}}@media screen and (min-width:768px) and (max-width:1023px){.c-contact{min-height:600px}}@media screen and (max-width:767px){.c-contact{min-height:550px;flex-direction:column}}.c-contact.is-error .c-contact__bg{filter:brightness(.3)}.c-contact .o-headline{margin-bottom:-30px}.c-contact__bg{z-index:-1;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;transition:all .3s ease}.c-contact .o-row{align-self:stretch;justify-content:flex-start;display:flex}.c-contact .o-row .o-card{padding:58px 30px;justify-content:center;display:flex;flex-direction:column;gap:20px}@media screen and (min-width:1360px) and (max-width:1899px){.c-contact .o-row .o-card{padding:48px 30px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-contact .o-row .o-card{padding:28px 20px;width:65%;gap:10px}}@media screen and (min-width:768px) and (max-width:1023px){.c-contact .o-row .o-card{padding:28px 40px;width:85%;gap:10px}}@media screen and (max-width:767px){.c-contact .o-row .o-card{width:100%;padding:28px 20px;gap:10px}}.c-contact .o-row .o-card>*{text-align:center}.c-contact form{gap:30px}.c-contact .o-title{text-align:center;color:#090909;font-style:italic;margin-bottom:0}.c-contact__double{display:grid;margin-top:20px;grid-template-columns:1fr 1fr;gap:34px}@media screen and (min-width:1360px) and (max-width:1899px){.c-contact__double{gap:15px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-contact__double{gap:5px}}@media screen and (min-width:768px) and (max-width:1023px){.c-contact__double{grid-template-columns:1fr;gap:15px}}@media screen and (max-width:767px){.c-contact__double{grid-template-columns:1fr;gap:10px}}.c-contact__policy{font-size:1rem;font-weight:700;text-decoration:underline;margin-bottom:10px;text-align:left}@media screen and (min-width:768px) and (max-width:1023px){.c-contact__policy{font-size:1rem;margin-bottom:10px}}.c-contact__contact{gap:25px;margin-top:10px;margin-bottom:20px}.c-contact__contact .o-cols{align-items:flex-start}.c-contact__contact ul{justify-content:space-between}@media screen and (min-width:1900px){.c-contact__contact ul{padding-right:100px}}@media screen and (min-width:1360px) and (max-width:1899px){.c-contact__contact ul{padding-right:40px}}@media screen and (max-width:767px){.c-contact__contact ul{flex-direction:column;gap:25px}}.c-contact__contact ul li{gap:10px;text-align:left}.c-contact .o-field__image{height:89px;border-width:5px;border-radius:20px}@media screen and (min-width:1360px) and (max-width:1899px){.c-contact .o-field__image{height:72px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-contact .o-field__image{height:72px}}@media screen and (min-width:768px) and (max-width:1023px){.c-contact .o-field__image{height:60px}}@media screen and (max-width:767px){.c-contact .o-field__image{height:60px;border-width:3px;border-radius:10px}}.c-contact .o-field input,.c-contact .o-field textarea{height:68px;border-width:3px;border-radius:40px;font-size:1.125rem;padding-left:30px;background-color:transparent!important}@media screen and (min-width:1360px) and (max-width:1899px){.c-contact .o-field input,.c-contact .o-field textarea{font-size:1rem;height:62px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-contact .o-field input,.c-contact .o-field textarea{font-size:1rem;height:58px;border-width:2px;border-radius:30px;padding-left:20px}}@media screen and (min-width:768px) and (max-width:1023px){.c-contact .o-field input,.c-contact .o-field textarea{font-size:1rem;height:60px;border-width:2px}}@media screen and (max-width:767px){.c-contact .o-field input,.c-contact .o-field textarea{font-size:1rem;height:60px;border-width:3px;border-radius:10px;padding-left:10px}}.c-contact .o-field input::-moz-placeholder,.c-contact .o-field textarea::-moz-placeholder{font-size:1.125rem;font-weight:700}.c-contact .o-field input::placeholder,.c-contact .o-field textarea::placeholder{font-size:1.125rem;font-weight:700}@media screen and (min-width:1360px) and (max-width:1899px){.c-contact .o-field input::-moz-placeholder,.c-contact .o-field textarea::-moz-placeholder{font-size:.8125rem}.c-contact .o-field input::placeholder,.c-contact .o-field textarea::placeholder{font-size:.8125rem}}@media screen and (min-width:1024px) and (max-width:1359px){.c-contact .o-field input::-moz-placeholder,.c-contact .o-field textarea::-moz-placeholder{font-size:.625rem}.c-contact .o-field input::placeholder,.c-contact .o-field textarea::placeholder{font-size:.625rem}}@media screen and (min-width:768px) and (max-width:1023px){.c-contact .o-field input::-moz-placeholder,.c-contact .o-field textarea::-moz-placeholder{font-size:1rem}.c-contact .o-field input::placeholder,.c-contact .o-field textarea::placeholder{font-size:1rem}}@media screen and (max-width:767px){.c-contact .o-field input::-moz-placeholder,.c-contact .o-field textarea::-moz-placeholder{font-size:.75rem}.c-contact .o-field input::placeholder,.c-contact .o-field textarea::placeholder{font-size:.75rem}}.c-contact .o-field textarea{height:186px!important;border-radius:20px!important}@media screen and (max-width:767px){.c-contact .o-field textarea{border-radius:10px!important}}.c-contact__attachment{flex-wrap:nowrap;gap:34px}@media screen and (min-width:1360px) and (max-width:1899px){.c-contact__attachment{gap:15px;margin-top:-13px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-contact__attachment{gap:5px;margin-top:-24px}}@media screen and (min-width:768px) and (max-width:1023px){.c-contact__attachment{gap:15px;flex-direction:column;margin-top:-13px}}@media screen and (max-width:767px){.c-contact__attachment{flex-direction:column;gap:10px;margin-top:-20px}}.c-contact__attachment .field-contactform-body{flex:1}.c-contact__captcha{gap:12px}@media screen and (max-width:767px){.c-contact__captcha{flex-direction:column}}.c-contact__captcha .o-field{min-width:300px}.c-contact__cta{flex-wrap:nowrap;gap:34px}@media screen and (max-width:767px){.c-contact__cta{flex-direction:column}}.c-contact__cta .c-contact__captcha{flex:1;flex-wrap:wrap}.c-contact__cta .c-contact__captcha .captcha__error{width:100%;margin-top:-5px}.c-contact-thx{min-height:100vh;width:100%;overflow:hidden;padding:80px 0;color:#090909;transition:all .3s ease;background-color:#fff}.c-contact-thx.is-error .c-contact__bg{filter:brightness(.3)}.c-contact-thx__bg{z-index:-1;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;transition:all .3s ease}.c-contact-thx .o-row{padding-top:100px;text-align:center;gap:25px}@media screen and (max-width:767px){.c-contact-thx .o-row{padding-top:50px}}@media screen and (min-width:1900px){.c-contact-thx .o-row{width:990px}}@media screen and (min-width:1360px) and (max-width:1899px){.c-contact-thx .o-row{width:880px}}.c-contact-thx .o-title{text-align:center;color:#090909;font-style:italic;margin-bottom:0}.c-button{border-radius:18px;text-transform:uppercase;border:1px solid #ea212d;font-size:1.125rem;font-weight:600;text-decoration:none;padding:10px 30px;white-space:nowrap;outline:none;transition:all .3s;cursor:pointer}.c-button.os-animation{display:inline-block}.c-button--santander{height:3.625rem;background-color:#ed1212;min-width:13.0625rem;color:#fff;font-size:1.3125rem;border-radius:1.8125rem;font-weight:400;font-family:SantanderMicroText-Bd}.c-button--red{height:48px;background-color:#ec0000;font-family:myriad-pro-condensed;color:#fff;font-size:1.625rem;border-radius:25px;padding-top:0;padding-bottom:0}@media screen and (min-width:1200px) and (max-width:1799px){.c-button--red{height:40px;font-size:1.375rem}}@media screen and (min-width:992px) and (max-width:1199px){.c-button--red{height:40px;font-size:1.375rem}}@media screen and (min-width:768px) and (max-width:991px){.c-button--red{height:40px;font-size:1.375rem}}@media screen and (max-width:767px){.c-button--red{height:38px;font-size:1rem}}.c-button--red img{margin-left:20px;transition:all .3s ease}@media screen and (max-width:767px){.c-button--red img{width:16px}}.c-button--red:hover{background-color:#fff;color:#ea212d}.c-button--red:hover img{filter:invert(1)}.c-button--train{background-color:transparent;align-items:flex-start;padding:0;border-width:0}@media screen and (min-width:1800px){.c-button--train{height:68px}}@media screen and (min-width:1200px) and (max-width:1799px){.c-button--train{height:58px}}@media screen and (min-width:768px) and (max-width:1199px){.c-button--train{height:58px}}@media screen and (max-width:767px){.c-button--train{height:50px}}.c-button--train>span{transition:all .3s ease;height:48px;background-color:#ec0000;font-family:myriad-pro-condensed;color:#fff;font-size:1.625rem;border-radius:25px;padding:0 30px;width:211px}@media screen and (min-width:1200px) and (max-width:1799px){.c-button--train>span{height:40px;font-size:1.375rem;width:190px}}@media screen and (min-width:992px) and (max-width:1199px){.c-button--train>span{height:40px;font-size:1.375rem;width:190px}}@media screen and (min-width:768px) and (max-width:991px){.c-button--train>span{height:40px;font-size:1.375rem;width:190px}}@media screen and (max-width:767px){.c-button--train>span{height:38px;font-size:1rem;width:160px;padding-left:20px;padding-right:20px}}.c-button--train .is-train{top:29px;left:-20px;transition:all .3s ease;width:77px;height:38px}@media screen and (min-width:1200px) and (max-width:1799px){.c-button--train .is-train{width:77px;height:32px;left:-12px;top:28px}}@media screen and (min-width:768px) and (max-width:1199px){.c-button--train .is-train{width:77px;height:32px;left:-12px;top:28px}}@media screen and (max-width:767px){.c-button--train .is-train{width:77px;height:28px;left:-18px;top:24px}}.c-button--train .is-train img{width:100%;height:100%;display:block}.c-button--train:hover{background-color:transparent;color:#ea212d}.c-button--train:hover>span{width:222px}@media screen and (min-width:1200px) and (max-width:1799px){.c-button--train:hover>span{width:200px}}@media screen and (min-width:768px) and (max-width:1199px){.c-button--train:hover>span{width:200px}}@media screen and (max-width:767px){.c-button--train:hover>span{width:170px}}.c-button--train:hover .is-train{left:170px}@media screen and (min-width:1200px) and (max-width:1799px){.c-button--train:hover .is-train{left:150px}}@media screen and (min-width:768px) and (max-width:1199px){.c-button--train:hover .is-train{left:150px}}@media screen and (max-width:767px){.c-button--train:hover .is-train{left:120px}}.c-button--next{height:62px;width:270px;background-color:#ec0000;font-family:myriad-pro-condensed;color:#fff;font-size:2rem;border-radius:42px;padding-top:0;padding-bottom:0}@media screen and (min-width:1200px) and (max-width:1799px){.c-button--next{height:50px;width:220px;font-size:1.625rem}}@media screen and (min-width:992px) and (max-width:1199px){.c-button--next{height:45px;font-size:1.375rem;width:220px}}@media screen and (min-width:768px) and (max-width:991px){.c-button--next{height:50px;font-size:1.375rem;width:220px}}@media screen and (max-width:767px){.c-button--next{height:38px;font-size:1rem}}.c-button--next img{margin-left:20px;transition:all .3s ease}@media screen and (max-width:767px){.c-button--next img{width:16px}}.c-button--next:hover{background-color:#fff;color:#ea212d}.c-button--next:hover img{filter:invert(1)}.c-button--big-red{font-family:myriad-pro-condensed;color:#fff;align-items:flex-start;padding:0;border-width:0;font-style:italic;font-weight:800;height:120px}@media screen and (min-width:1200px) and (max-width:1799px){.c-button--big-red{height:80px}}@media screen and (min-width:768px) and (max-width:1199px){.c-button--big-red{height:70px}}@media screen and (max-width:767px){.c-button--big-red{height:65px}}.c-button--big-red>span{display:block;height:80px;width:370px;font-style:italic;font-weight:800;background-color:#ec0000;border-radius:40px;border:1px solid #ec0000;padding:10px 50px;transition:all .3s ease;font-size:2.875rem;line-height:3.5rem;text-align:center}@media screen and (min-width:1200px) and (max-width:1799px){.c-button--big-red>span{height:60px;width:290px;font-size:2rem;line-height:2.5rem}}@media screen and (min-width:768px) and (max-width:1199px){.c-button--big-red>span{height:50px;width:240px;font-size:1.625rem;line-height:1.875rem;padding-left:20px;padding-right:20px}}@media screen and (max-width:767px){.c-button--big-red>span{height:48px;width:210px;font-size:1.5rem;line-height:1.625rem;padding-left:20px;padding-right:20px}}.c-button--big-red .is-train{top:49px;left:-15px;transition:all .3s ease;width:137px;height:68px}@media screen and (min-width:1200px) and (max-width:1799px){.c-button--big-red .is-train{height:45px;width:68px;left:0;top:35px}}@media screen and (min-width:768px) and (max-width:1199px){.c-button--big-red .is-train{height:40px;width:60px;left:0;top:32px}}@media screen and (max-width:767px){.c-button--big-red .is-train{height:35px;width:50px;left:0;top:30px}}.c-button--big-red .is-train img{width:100%;height:100%;display:block}.c-button--big-red:hover>span{width:380px;margin-left:-5px}@media screen and (min-width:1200px) and (max-width:1799px){.c-button--big-red:hover>span{width:300px;margin-left:-5px}}@media screen and (min-width:768px) and (max-width:1199px){.c-button--big-red:hover>span{width:250px;margin-left:-5px}}@media screen and (max-width:767px){.c-button--big-red:hover>span{width:230px;margin-left:-5px}}.c-button--big-red:hover>span .is-train{left:296px}@media screen and (min-width:1200px) and (max-width:1799px){.c-button--big-red:hover>span .is-train{left:245px}}@media screen and (min-width:768px) and (max-width:1199px){.c-button--big-red:hover>span .is-train{left:200px}}@media screen and (max-width:767px){.c-button--big-red:hover>span .is-train{left:185px}}.c-button--contact{background-color:#ec0000;font-family:myriad-pro-condensed;color:#fff;height:60px;width:270px;border-radius:40px;font-size:2rem}@media screen and (min-width:1200px) and (max-width:1799px){.c-button--contact{height:60px;width:260px;font-size:2rem}}@media screen and (min-width:768px) and (max-width:1199px){.c-button--contact{height:50px;width:220px;font-size:1.625rem}}@media screen and (max-width:767px){.c-button--contact{height:48px;width:220px;font-size:1.5rem}}.c-button--contact:hover{background-color:#fff;color:#ea212d}.c-button--black{background-color:#000;color:#fff;height:50px;border-radius:25px;font-size:1.375rem;line-height:1.1875rem;font-style:italic;font-weight:800;font-family:Exo\ 2;border-color:#000}@media screen and (max-width:767px){.c-button--black{font-size:.8125rem;line-height:.8125rem;height:30px;width:162px}}.c-button--black:hover{background-color:#fff;color:#000}.c-button--white{background-color:#fff;color:#ea212d;height:48px;padding-top:0;padding-bottom:0;font-family:myriad-pro-condensed;font-size:1.625rem;border-radius:25px}@media screen and (min-width:1200px) and (max-width:1799px){.c-button--white{height:40px;font-size:1.375rem}}@media screen and (min-width:992px) and (max-width:1199px){.c-button--white{height:40px;font-size:1.375rem}}@media screen and (min-width:768px) and (max-width:991px){.c-button--white{height:40px;font-size:1.375rem}}@media screen and (max-width:767px){.c-button--white{height:38px;font-size:1rem}}.c-button--white:hover{background-color:#ea212d;color:#fff}.c-button--white-with-border{background-color:#fff;color:#000}.c-button--white-with-border:hover{background-color:#ea212d;border-color:#fff;color:#fff}.c-final{min-height:100vh;width:100%;overflow:hidden}@media screen and (max-width:767px) and (orientation:portrait){.c-final{flex-direction:column}}.c-final__white{background-color:hsla(0,0%,100%,.8);transform:skewX(-10deg);padding:60px 80px 60px 100px}@media screen and (min-width:1360px) and (max-width:1899px){.c-final__white{padding:20px 0}}@media screen and (min-width:1024px) and (max-width:1359px){.c-final__white{padding:20px 10px}}@media screen and (min-width:768px) and (max-width:1023px){.c-final__white{padding:20px 10px}}@media screen and (max-width:767px){.c-final__white{padding:20px 10px;transform:none}}.c-final__content{transform:skewX(10deg)}@media screen and (max-width:767px){.c-final__content{transform:none}}.c-final .o-row{height:100%;justify-content:center;padding-top:100px;transform:scale(0);opacity:0;transition:all 1s ease}@media screen and (max-width:767px){.c-final .o-row{padding-top:50px}}.swiper-slide-active .c-final .o-row,body.is-iphone .c-final .o-row{transform:scale(1);opacity:1}.c-final__content{gap:25px;width:80%}@media screen and (min-width:1360px) and (max-width:1899px){.c-final__content{gap:10px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-final__content{gap:5px}}@media screen and (min-width:768px) and (max-width:1023px){.c-final__content{gap:5px}}@media screen and (max-width:767px){.c-final__content{gap:5px}}.c-final .o-row2{gap:25px;background-color:hsla(0,0%,100%,.8)}@media screen and (min-width:1900px){.c-final .o-row2{width:918px}}@media screen and (min-width:1360px) and (max-width:1899px){.c-final .o-row2{width:660px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-final .o-row2{width:460px}}@media screen and (min-width:768px) and (max-width:1023px){.c-final .o-row2{width:460px}}.c-final__block{gap:5px}@media screen and (max-width:767px) and (orientation:portrait){.c-final__block{text-align:center}}.c-final .o-paragraph,.c-final .o-title,.c-final li{text-align:center}.c-final .o-title{line-height:5rem;white-space:nowrap}.c-final .is-price2{margin-bottom:15px}@media screen and (min-width:1360px) and (max-width:1899px){.c-final .is-price2{margin-bottom:10px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-final .is-price2{margin-bottom:10px}}@media screen and (min-width:768px) and (max-width:1023px){.c-final .is-price2{margin-bottom:1px}}.c-final ul li{font-size:1.375rem;font-weight:700}.c-final__cta{gap:20px;flex-wrap:wrap}@media screen and (min-width:1360px) and (max-width:1899px){.c-final__cta{gap:10px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-final__cta{gap:5px;margin-top:20px}}@media screen and (min-width:768px) and (max-width:1023px){.c-final__cta{gap:5px;margin-top:20px}}@media screen and (max-width:767px){.c-final__cta{gap:5px;margin-top:20px;flex-direction:column}}.c-final__cta span{width:100%}@media screen and (max-width:767px){.c-final__cta .o-btn{width:100%;white-space:nowrap}}.c-footer{background-color:#fff;min-height:54px}@media screen and (min-width:768px) and (max-width:1023px){.c-footer{min-height:40px}}.c-footer.is-fixed{background-color:transparent}@media screen and (min-width:768px){.c-footer.is-fixed{position:absolute;bottom:0;left:0;width:100%;z-index:10;padding-bottom:25px}}@media screen and (max-width:767px) and (orientation:portrait){.c-footer{padding:30px 0}}.c-footer ul{justify-content:flex-start;text-align:left;gap:12px;margin:0;padding:0 0 0 30px;list-style:none}@media screen and (min-width:1024px) and (max-width:1359px){.c-footer ul{padding-left:20px;position:relative;top:11px}}@media screen and (min-width:768px) and (max-width:1023px){.c-footer ul{padding-left:40px;position:relative;top:11px}}@media screen and (max-width:767px) and (orientation:portrait){.c-footer ul{flex-direction:column}}@media screen and (max-width:767px){.c-footer ul{padding-left:0;width:100%;justify-content:flex-start;align-items:flex-start;margin-left:-5px}.c-footer ul,.c-footer ul li{text-align:left}}.c-footer ul a{font-size:.75rem;text-decoration:underline;font-weight:700}@media screen and (max-width:767px){.c-footer .o-row{background:hsla(0,0%,94.1%,.75);margin:0 25px;padding-bottom:25px}}@media screen and (max-width:767px) and (orientation:portrait){.c-footer .o-row{margin-top:-30px}}.c-grid{background-color:#f1ede4;width:100%;overflow:hidden;display:grid;grid-template-columns:1fr 1fr 1fr}@media screen and (min-width:768px) and (max-width:1023px){.c-grid{grid-template-columns:1fr 1fr}}@media screen and (max-width:767px) and (orientation:landscape){.c-grid{grid-template-columns:1fr 1fr}}@media screen and (max-width:767px) and (orientation:portrait){.c-grid{grid-template-columns:1fr}}.c-grid img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width:1024px) and (max-width:1359px){.c-grid .o-title{font-size:2.5rem}}.c-grid p{font-size:1.5rem;font-weight:700}@media screen and (min-width:1360px) and (max-width:1899px){.c-grid p{font-size:1.25rem}}@media screen and (min-width:1024px) and (max-width:1359px){.c-grid p{font-size:1rem}}@media screen and (min-width:768px) and (max-width:1023px){.c-grid p{font-size:1rem}}@media screen and (max-width:767px){.c-grid p{font-size:1rem}}.c-grid__col{text-align:center}@media screen and (max-width:767px) and (orientation:portrait){.c-grid__col.is-text{padding-top:60px;padding-bottom:60px}}@media screen and (min-width:768px) and (max-width:1023px){.c-grid__col:first-child{order:1}.c-grid__col:nth-child(2){order:2}.c-grid__col:nth-child(3){order:4}.c-grid__col:nth-child(4){order:3}.c-grid__col:nth-child(5){order:5}.c-grid__col:nth-child(6){order:6}.c-grid__col:nth-child(7){order:8}.c-grid__col:nth-child(8){order:7}.c-grid__col:nth-child(9){order:9}.c-grid__col:nth-child(10){order:10}.c-grid__col:nth-child(11){order:12}.c-grid__col:nth-child(12){order:11}}@media screen and (max-width:767px) and (orientation:landscape){.c-grid__col:first-child{order:1}.c-grid__col:nth-child(2){order:2}.c-grid__col:nth-child(3){order:4}.c-grid__col:nth-child(4){order:3}.c-grid__col:nth-child(5){order:5}.c-grid__col:nth-child(6){order:6}.c-grid__col:nth-child(7){order:8}.c-grid__col:nth-child(8){order:7}.c-grid__col:nth-child(9){order:9}.c-grid__col:nth-child(10){order:10}.c-grid__col:nth-child(11){order:12}.c-grid__col:nth-child(12){order:11}}.c-grid__col.is-beige{background-color:#bdb7aa}.c-grid__col.is-dark-beige{background-color:#c2b39e}.c-grid__col.is-light-grayish-beige{background-color:#dadabe}.c-grid__col.is-brown{background-color:#bf9369}.c-grid__col.is-light-peach{background-color:#ebceb9}.c-hamburger-menu{background-color:#fff;position:fixed;top:99px;left:0;width:100%;box-shadow:0 3px 5px -2px rgba(0,0,0,.2);z-index:101;max-height:2000px;visibility:hidden;transition:all .3s;height:0;overflow:hidden}@media screen and (max-width:767px){.c-hamburger-menu{top:59px}}@media screen and (min-width:1200px){.c-hamburger-menu{display:none}}@media screen and (max-width:767px){.c-hamburger-menu{font-size:14px}}body.show-menu .c-hamburger-menu{visibility:visible;height:auto}@media screen and (max-width:767px) and (orientation:landscape){body.show-menu .c-hamburger-menu{overflow-y:scroll}}.c-hamburger-menu__wraper{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:1.875em;padding-bottom:1.875em}.c-hamburger-menu__wraper a:not(.c-button){color:#000;text-decoration:none;font-weight:700;font-size:1.5em;text-transform:uppercase;margin-top:10px;margin-bottom:10px}.c-hamburger-menu__wraper a:not(.c-button):after{content:"";width:0;height:2px;margin-left:50%;background-color:#ea212d;display:block;margin-top:2px}.c-hamburger-menu__wraper a:not(.c-button).active{color:#ea212d}.c-hamburger-menu__wraper a:not(.c-button).active:after{margin-left:0;width:100%}.c-intro{height:calc(100vh - 100px);min-height:950px}@media screen and (min-width:1360px) and (max-width:1899px){.c-intro{min-height:calc(100vh - 100px)}}@media screen and (min-width:1024px) and (max-width:1359px){.c-intro{min-height:650px}}@media screen and (min-width:768px) and (max-width:1023px){.c-intro{min-height:600px}}@media screen and (max-width:767px){.c-intro{min-height:550px}}.c-intro__value{gap:0;margin-top:24px;margin-bottom:54px}.c-intro__value .o-paragraph[data-size=value]{margin-top:-25px;margin-bottom:-15px}@media screen and (min-width:1360px) and (max-width:1899px){.c-intro__value .o-paragraph[data-size=value]{margin-top:-15px;margin-bottom:-15px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-intro__value .o-paragraph[data-size=value]{margin-top:-15px;margin-bottom:-15px}}@media screen and (min-width:768px) and (max-width:1023px){.c-intro__value .o-paragraph[data-size=value]{margin-top:-10px;margin-bottom:-8px}}@media screen and (max-width:767px){.c-intro__value .o-paragraph[data-size=value]{margin-top:-8px;margin-bottom:-8px}}@media screen and (min-width:1360px) and (max-width:1899px){.c-intro__value{margin-top:15px;margin-bottom:35px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-intro__value{margin-top:15px;margin-bottom:35px}}@media screen and (min-width:768px) and (max-width:1023px){.c-intro__value{margin-top:15px;margin-bottom:25px}}@media screen and (max-width:767px){.c-intro__value{margin-top:20px;margin-bottom:25px}}.c-intro__footer{flex-wrap:wrap;gap:15px;margin-top:53px}@media screen and (min-width:1360px) and (max-width:1899px){.c-intro__footer{margin-top:35px;gap:8px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-intro__footer{margin-top:25px;gap:8px}}@media screen and (min-width:768px) and (max-width:1023px){.c-intro__footer{margin-top:25px;gap:8px}}@media screen and (max-width:767px){.c-intro__footer{margin-top:25px;gap:8px;flex-direction:column}.c-intro__footer .o-btn{text-align:center;line-height:12px}}.c-intro .o-row{align-self:stretch}.c-intro .o-row .o-card{padding:88px 123px;justify-content:center;display:flex;flex-direction:column}@media screen and (min-width:1360px) and (max-width:1899px){.c-intro .o-row .o-card{padding:48px 70px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-intro .o-row .o-card{padding:28px 50px;width:60%}}@media screen and (min-width:768px) and (max-width:1023px){.c-intro .o-row .o-card{padding:28px 40px;width:75%}}@media screen and (max-width:767px){.c-intro .o-row .o-card{width:100%;padding:28px 20px;justify-content:flex-start}}.c-intro div[data-type=center]{text-align:center}.c-error{height:calc(100vh - 100px);min-height:100vh}@media screen and (min-width:1360px) and (max-width:1899px){.c-error{min-height:750px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-error{min-height:650px}}@media screen and (min-width:768px) and (max-width:1023px){.c-error{min-height:600px}}@media screen and (max-width:767px){.c-error{min-height:550px}}.c-error .o-row{align-self:stretch}.c-error .o-row .o-card{padding:88px 123px;justify-content:center;display:flex;flex-direction:column;gap:30px}@media screen and (min-width:1360px) and (max-width:1899px){.c-error .o-row .o-card{padding:68px 70px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-error .o-row .o-card{padding:28px 50px;width:60%}}@media screen and (min-width:768px) and (max-width:1023px){.c-error .o-row .o-card{padding:28px 40px;width:75%}}@media screen and (max-width:767px){.c-error .o-row .o-card{width:100%;padding:28px 20px}}.c-page{background-color:#f0f0f0;padding:70px 0;gap:60px}@media screen and (min-width:1360px) and (max-width:1899px){.c-page{gap:30px}}@media screen and (min-width:768px) and (max-width:1023px){.c-page{gap:30px;padding:50px 0}}@media screen and (max-width:767px){.c-page{gap:30px;padding:50px 0}}@media screen and (min-width:1360px) and (max-width:1899px){.c-page h2.o-headline[data-type=h1-page]{font-size:3.125rem}}.c-page .o-row{max-width:1500px}@media screen and (min-width:1360px) and (max-width:1899px){.c-page .o-row{max-width:1100px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-page .o-row{max-width:900px}}@media screen and (min-width:768px) and (max-width:1023px){.c-page .o-row{max-width:700px}}.c-page__paragraph-1{gap:40px}@media screen and (max-width:767px){.c-page__paragraph-1{flex-direction:column;gap:20px}}.c-page__paragraph-1 .o-col{gap:60px}@media screen and (min-width:1360px) and (max-width:1899px){.c-page__paragraph-1 .o-col{gap:35px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-page__paragraph-1 .o-col{gap:20px}}@media screen and (min-width:768px) and (max-width:1023px){.c-page__paragraph-1 .o-col{gap:10px}}@media screen and (max-width:767px){.c-page__paragraph-1 .o-col{gap:10px}}@media screen and (min-width:1360px) and (max-width:1899px){.c-page__paragraph-1 img{width:500px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-page__paragraph-1 img{width:300px;height:auto;-o-object-fit:cover;object-fit:cover}}@media screen and (min-width:768px) and (max-width:1023px){.c-page__paragraph-1 img{width:250px;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:right;object-position:right}}@media screen and (max-width:767px){.c-page__paragraph-1 img{width:100%;height:auto}}.c-page__paragraph-2{gap:40px}@media screen and (max-width:767px){.c-page__paragraph-2{gap:20px}}@media screen and (max-width:767px) and (orientation:portrait){.c-page__paragraph-2{flex-direction:column}}.c-page__paragraph-2 .o-col:first-of-type{gap:60px}@media screen and (min-width:1360px) and (max-width:1899px){.c-page__paragraph-2 .o-col:first-of-type{gap:30px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-page__paragraph-2 .o-col:first-of-type{gap:20px}}@media screen and (min-width:768px) and (max-width:1023px){.c-page__paragraph-2 .o-col:first-of-type{gap:15px}}@media screen and (max-width:767px){.c-page__paragraph-2 .o-col:first-of-type{gap:10px}}.c-page__paragraph-2 .o-col:last-of-type{gap:10px;justify-content:center}.c-page__paragraph-3{gap:40px;margin-top:-100px}@media screen and (min-width:1900px){.c-page__paragraph-3{margin-top:0}}@media screen and (min-width:768px) and (max-width:991px){.c-page__paragraph-3{margin-top:-50px}}@media screen and (max-width:767px){.c-page__paragraph-3{gap:20px;margin-top:0}}.c-page__paragraph-3 .o-col{gap:30px}@media screen and (min-width:768px) and (max-width:1023px){.c-page__paragraph-3 .o-col{gap:10px}}@media screen and (max-width:767px){.c-page__paragraph-3 .o-col{gap:10px}}.c-page__paragraph-3 .o-col .o-headline{margin-top:30px;margin-bottom:30px}@media screen and (min-width:1024px) and (max-width:1359px){.c-page__paragraph-3 .o-col .o-headline{margin-top:0;margin-bottom:20px}}@media screen and (min-width:768px) and (max-width:1023px){.c-page__paragraph-3 .o-col .o-headline{margin-top:0;margin-bottom:10px}}@media screen and (max-width:767px){.c-page__paragraph-3 .o-col .o-headline{margin-top:0;margin-bottom:10px}}.c-page__paragraph-4{gap:40px;margin-top:-20px}@media screen and (min-width:1900px){.c-page__paragraph-4{margin-top:0}}.c-page__paragraph-4 .o-col{gap:30px}.c-page__paragraph-4 .o-col .o-headline{margin-top:30px;margin-bottom:30px}.c-page__paragraph-4 ul{gap:15px}.c-page__paragraph-4 ul li:before{content:"";background-image:url(../img/page/li.webp);background-repeat:no-repeat;background-size:cover;display:inline-block;width:33px;height:44px;margin-right:10px;left:-3px;top:-2px}@media screen and (min-width:1360px) and (max-width:1899px){.c-page__paragraph-4 ul li:before{width:25px;height:35px;left:-2px;top:-1px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-page__paragraph-4 ul li:before{width:20px;height:25px;left:-1px}}@media screen and (min-width:768px) and (max-width:1023px){.c-page__paragraph-4 ul li:before{width:18px;height:20px;left:-1px}}@media screen and (max-width:767px){.c-page__paragraph-4 ul li:before{width:20px;height:20px;left:-1px}}.c-page__paragraph-4 ul li p{padding-left:30px}@media screen and (min-width:1024px) and (max-width:1359px){.c-page__paragraph-4 ul li p{padding-left:20px}}@media screen and (min-width:768px) and (max-width:1023px){.c-page__paragraph-4 ul li p{padding-left:20px}}@media screen and (max-width:767px){.c-page__paragraph-4 ul li p{padding-left:20px}}.c-page__cta{padding:50px 0}@media screen and (max-width:767px){.c-page__cta .o-btn{text-align:center;line-height:16px}}.c-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;background-color:rgba(0,0,0,.77);align-items:center;cursor:pointer}.c-popup.hidden{display:none}@media screen and (min-width:992px){.c-popup{display:flex;align-items:center;justify-content:center}}@media screen and (max-width:991px){.c-popup{display:flex;justify-content:center;overflow-y:auto}}@media screen and (max-width:991px){.c-popup .desktop{display:none}}.c-popup .mobile{display:inherit;margin:20px auto 0}@media screen and (min-width:992px){.c-popup .mobile{display:none}}.c-popup svg{max-height:90vh}.c-radio{cursor:pointer}.c-radio__label{flex:1;padding-left:15px;font-weight:700}@media screen and (min-width:1360px) and (max-width:1899px){.c-radio__label{font-size:.75rem}}@media screen and (min-width:1024px) and (max-width:1359px){.c-radio__label{font-size:.75rem}}@media screen and (min-width:768px) and (max-width:1023px){.c-radio__label{font-size:.75rem}}@media screen and (max-width:767px){.c-radio__label{line-height:1.125rem;font-size:.875rem;text-align:left}}.c-radio input{display:none}.c-radio input:checked+.c-radio__check:after{opacity:1}.c-radio__check{display:block;width:24px;height:24px;border-radius:100%;border:2px solid #ed1212}.c-radio__check:after{content:"";display:block;width:12px;height:12px;border-radius:100%;background-color:#ed1212;opacity:0;top:50%;left:50%;transform:translate(-50%,-50%)}.c-results{align-items:flex-start;height:auto;min-height:100vh}.c-results .c-title{text-align:center}.c-results__t1,.c-results__t2{font-size:1.875rem;font-weight:600;height:50px;width:230px}@media screen and (min-width:1200px) and (max-width:1799px){.c-results__t1,.c-results__t2{width:200px;font-size:1.25rem;height:20px}}@media screen and (min-width:992px) and (max-width:1199px){.c-results__t1,.c-results__t2{width:170px;font-size:1.25rem;height:20px}}@media screen and (max-width:991px){.c-results__t1,.c-results__t2{width:130px;font-size:1.25rem;height:20px}}.c-results__t1{justify-content:left;padding-left:0;width:389px}@media screen and (min-width:1200px) and (max-width:1899px){.c-results__t1{width:340px;padding-left:50px}}@media screen and (min-width:992px) and (max-width:1199px){.c-results__t1{width:300px}}@media screen and (max-width:991px){.c-results__t1{width:200px}}.c-results p{text-align:center;font-size:1.5625rem;line-height:1.875rem}.c-results__p{font-size:1rem;line-height:1.25rem}.c-results .o-container{padding-top:60px}@media screen and (max-width:767px){.c-results__wrapper{width:auto;overflow-x:scroll}}.c-results__results{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px 0;background-color:rgba(0,0,0,.15);border-radius:58px;padding:30px;width:1260px;margin:0 auto}@media screen and (min-width:1360px) and (max-width:1899px){.c-results__results{width:1100px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-results__results{width:920px;border-radius:40px}}@media screen and (min-width:768px) and (max-width:1023px){.c-results__results{width:100%;border-radius:0}}@media screen and (max-width:767px){.c-results__results{width:700px;border-radius:0}}.c-results__row{display:flex;align-items:center;gap:20px}.c-results__row:nth-child(5) .c-result-bg,.c-results__row:nth-child(6) .c-result-bg,.c-results__row:nth-child(7) .c-result-bg{background-color:#ecebe9!important}.c-results__row:nth-child(8) .c-result-bg,.c-results__row:nth-child(9) .c-result-bg,.c-results__row:nth-child(10) .c-result-bg,.c-results__row:nth-child(11) .c-result-bg,.c-results__row:nth-child(12) .c-result-bg{background-color:#d8d8d8!important}.c-results__row:nth-child(13) .c-result-bg{background-color:#bdbdbd!important}.c-results__content{z-index:10;grid-gap:30px;width:1260px}@media screen and (min-width:992px) and (max-width:1299px){.c-results__content{width:920px}}@media screen and (min-width:768px) and (max-width:991px){.c-results__content{width:720px}}@media screen and (max-width:767px){.c-results__content{width:100%}}@media screen and (min-width:768px) and (max-width:1100px){.c-results__content{max-width:calc(100% - 100px)}}@media screen and (max-width:767px){.c-results__content{max-width:400px;padding:0 30px;grid-gap:15px}}.c-result-bg{position:relative;display:flex;align-items:center;height:90px;border-radius:42px;padding:0 40px;font-size:1.125rem;font-weight:600;color:#000;text-align:center;width:230px;background-color:#fff;white-space:nowrap;color:#3b3b47;box-shadow:0 4px 10px rgba(0,0,0,.1)}@media screen and (min-width:1360px) and (max-width:1899px){.c-result-bg{width:200px;height:80px;font-size:1rem;line-height:1rem}}@media screen and (min-width:992px) and (max-width:1199px){.c-result-bg{width:170px;height:80px;font-size:1rem;line-height:1rem;padding:0 20px}}@media screen and (max-width:991px){.c-result-bg{width:130px;font-size:1.125rem;padding:0 20px;border-radius:30px;height:70px}}.c-result-bg--title{width:389px;text-align:left;justify-content:left;white-space:normal}@media screen and (min-width:1200px) and (max-width:1899px){.c-result-bg--title{width:340px;font-size:1.125rem}}@media screen and (min-width:992px) and (max-width:1199px){.c-result-bg--title{width:300px}}@media screen and (max-width:991px){.c-result-bg--title{width:200px;font-size:.875rem}}.c-rules{min-height:950px}@media screen and (min-width:1360px) and (max-width:1899px){.c-rules{min-height:750px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-rules{min-height:650px}}@media screen and (min-width:768px) and (max-width:1023px){.c-rules{min-height:600px}}@media screen and (max-width:767px){.c-rules{min-height:550px}}.c-rules .o-row{align-self:stretch;justify-content:flex-end;display:flex}.c-rules .o-row .o-card{padding:58px 30px;justify-content:center;display:flex;flex-direction:column;gap:20px}@media screen and (min-width:1360px) and (max-width:1899px){.c-rules .o-row .o-card{padding:48px 30px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-rules .o-row .o-card{padding:28px 20px;width:60%;gap:10px}}@media screen and (min-width:768px) and (max-width:1023px){.c-rules .o-row .o-card{padding:28px 40px;width:75%;gap:10px}}@media screen and (max-width:767px){.c-rules .o-row .o-card{width:100%;padding:28px 20px;gap:10px}}.c-rules .o-row .o-card>*{text-align:center}.c-rules__cols{flex-wrap:nowrap;justify-content:space-between;padding:0 20px;margin-top:40px}@media screen and (min-width:1360px) and (max-width:1899px){.c-rules__cols{margin-top:20px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-rules__cols{margin-top:20px;padding:0}}@media screen and (max-width:767px){.c-rules__cols{align-items:flex-start}}.c-rules__cols>div{gap:25px}@media screen and (min-width:1360px) and (max-width:1899px){.c-rules__cols>div{gap:15px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-rules__cols>div{gap:8px}}@media screen and (min-width:768px) and (max-width:1023px){.c-rules__cols>div{gap:8px}}.c-rules__cols>div:nth-child(2){flex:1;justify-content:center;align-items:center}@media screen and (min-width:768px) and (max-width:1023px){.c-rules__cols>div:first-child p{margin-left:-25px}}.c-rules__cols>div:first-child,.c-rules__cols>div:nth-child(3){width:45%}@media screen and (min-width:768px) and (max-width:1023px){.c-rules__cols>div:first-child,.c-rules__cols>div:nth-child(3){width:48%;white-space:nowrap}}.c-rules__cols>div>div{width:1px;height:80px;background:#000;opacity:.75}.c-rules ul{gap:50px;margin:40px 0}@media screen and (min-width:1360px) and (max-width:1899px){.c-rules ul{gap:20px;margin:20px 0}}@media screen and (min-width:1024px) and (max-width:1359px){.c-rules ul{gap:20px;margin:10px 0}}@media screen and (min-width:768px) and (max-width:1023px){.c-rules ul{gap:20px;margin:10px 0}}@media screen and (max-width:767px){.c-rules ul{gap:10px;margin:10px 0;align-items:flex-start}}.c-rules ul li{gap:25px}@media screen and (min-width:1360px) and (max-width:1899px){.c-rules ul li{gap:10px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-rules ul li{gap:10px}}@media screen and (min-width:768px) and (max-width:1023px){.c-rules ul li{gap:10px}}@media screen and (max-width:767px){.c-rules ul li{gap:10px}}@media screen and (max-width:767px){.c-rules ul li:has(img){padding-top:40px}}@media screen and (min-width:1360px) and (max-width:1899px){.c-rules ul li img{width:35px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-rules ul li img{width:30px}}@media screen and (min-width:768px) and (max-width:1023px){.c-rules ul li img{width:35px}}@media screen and (max-width:767px){.c-rules ul li img{width:20px}}.c-rules ol{gap:110px;margin:40px 0;counter-reset:item;position:relative;left:20px}@media screen and (min-width:1360px) and (max-width:1899px){.c-rules ol{gap:90px;margin:20px 0;left:20px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-rules ol{gap:70px;margin:20px 0}}@media screen and (min-width:768px) and (max-width:1023px){.c-rules ol{gap:60px;margin:20px 0}}@media screen and (max-width:767px){.c-rules ol{gap:5px;margin:20px 0;flex-direction:column}}.c-rules ol li{gap:8px}@media screen and (min-width:1360px) and (max-width:1899px){.c-rules ol li{gap:0}}@media screen and (min-width:1024px) and (max-width:1359px){.c-rules ol li{gap:0}}@media screen and (min-width:768px) and (max-width:1023px){.c-rules ol li{gap:0}}@media screen and (max-width:767px){.c-rules ol li{gap:0}}.c-rules ol li:before{content:counter(item,upper-roman);counter-increment:item;font-weight:700;font-size:5.3125rem;line-height:1.875rem;text-align:left;color:#ed1212;text-shadow:5px 5px 15px hsla(0,0%,100%,.4);left:-35px;top:22px;font-style:italic}@media screen and (min-width:1360px) and (max-width:1899px){.c-rules ol li:before{font-size:4rem;top:16px;left:-28px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-rules ol li:before{font-size:3rem;top:11px;left:-22px}}@media screen and (min-width:768px) and (max-width:1023px){.c-rules ol li:before{font-size:3rem;top:11px;left:-22px}}@media screen and (max-width:767px){.c-rules ol li:before{font-size:3rem;top:11px;left:-22px}}.c-rules ol li:nth-child(2):before{left:-52px}@media screen and (min-width:1360px) and (max-width:1899px){.c-rules ol li:nth-child(2):before{left:-45px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-rules ol li:nth-child(2):before{left:-34px}}@media screen and (min-width:768px) and (max-width:1023px){.c-rules ol li:nth-child(2):before{left:-34px}}@media screen and (max-width:767px){.c-rules ol li:nth-child(2):before{left:-36px}}.c-rules ol li:nth-child(3):before{left:-78px}@media screen and (min-width:1360px) and (max-width:1899px){.c-rules ol li:nth-child(3):before{left:-62px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-rules ol li:nth-child(3):before{left:-48px}}@media screen and (min-width:768px) and (max-width:1023px){.c-rules ol li:nth-child(3):before{left:-48px}}@media screen and (max-width:767px){.c-rules ol li:nth-child(3):before{left:-50px}}.c-rules ol li p{text-align:left;font-weight:700;font-style:italic;line-height:1.875rem}@media screen and (min-width:1360px) and (max-width:1899px){.c-rules ol li p{font-size:1.25rem}}@media screen and (min-width:1024px) and (max-width:1359px){.c-rules ol li p{font-size:1rem}}@media screen and (min-width:768px) and (max-width:1023px){.c-rules ol li p{font-size:1rem}}@media screen and (max-width:767px){.c-rules ol li p{font-size:1rem}}.c-rules ol li p:first-child{font-size:1.4375rem;text-transform:uppercase}@media screen and (min-width:1360px) and (max-width:1899px){.c-rules ol li p:first-child{font-size:1rem}}@media screen and (min-width:1024px) and (max-width:1359px){.c-rules ol li p:first-child{font-size:.875rem}}@media screen and (min-width:768px) and (max-width:1023px){.c-rules ol li p:first-child{font-size:.875rem}}@media screen and (max-width:767px){.c-rules ol li p:first-child{font-size:.875rem}}.c-rules ol li p:nth-child(2){font-size:2.0625rem;left:-6px}@media screen and (min-width:1360px) and (max-width:1899px){.c-rules ol li p:nth-child(2){font-size:1.375rem;white-space:nowrap}}@media screen and (min-width:1024px) and (max-width:1359px){.c-rules ol li p:nth-child(2){font-size:1.125rem;top:-10px}}@media screen and (min-width:768px) and (max-width:1023px){.c-rules ol li p:nth-child(2){font-size:1.125rem;top:-10px}}@media screen and (max-width:767px){.c-rules ol li p:nth-child(2){font-size:1.125rem;top:-10px}}.c-rules p.is-offset{margin-top:50px;margin-bottom:-20px}@media screen and (min-width:1360px) and (max-width:1899px){.c-rules p.is-offset{margin-top:30px}}@media screen and (min-width:768px) and (max-width:1023px){.c-rules p.is-offset{margin-top:30px}}@media screen and (max-width:767px){.c-rules p.is-offset{margin-top:30px}}.c-submit{background-color:#f1ede4;width:100%;overflow:hidden;min-height:950px}@media screen and (min-width:1360px) and (max-width:1899px){.c-submit{min-height:calc(100vh - 100px)}}@media screen and (min-width:1024px) and (max-width:1359px){.c-submit{min-height:650px}}@media screen and (min-width:768px) and (max-width:1023px){.c-submit{min-height:600px}}@media screen and (max-width:767px){.c-submit{min-height:550px}}.c-submit .o-img-bg,.c-submit .o-img-bg img{transition:all .3s ease}.c-submit__desc{gap:30px;margin-top:50px}.c-submit .o-row{justify-content:flex-end;display:flex}.c-submit .o-row .o-card{padding:58px 30px;justify-content:center;display:flex;flex-direction:column;gap:20px}@media screen and (min-width:1360px) and (max-width:1899px){.c-submit .o-row .o-card{padding:48px 30px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-submit .o-row .o-card{padding:28px 20px;width:60%;gap:10px}}@media screen and (min-width:768px) and (max-width:1023px){.c-submit .o-row .o-card{padding:28px 40px;width:75%;gap:10px}}@media screen and (max-width:767px){.c-submit .o-row .o-card{width:100%;padding:28px 20px;gap:10px}}.c-submit .is-step1{gap:60px}@media screen and (min-width:1360px) and (max-width:1899px){.c-submit .is-step1{gap:30px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-submit .is-step1{gap:30px}}@media screen and (min-width:768px) and (max-width:1023px){.c-submit .is-step1{gap:25px}}@media screen and (max-width:767px){.c-submit .is-step1{gap:25px}}.c-submit .is-step1 .o-field input{height:100px;border-width:5px;border-radius:50px;font-size:1.25rem;padding-left:30px}@media screen and (min-width:1360px) and (max-width:1899px){.c-submit .is-step1 .o-field input{font-size:1.125rem;height:72px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-submit .is-step1 .o-field input{font-size:1.125rem;height:72px}}@media screen and (min-width:768px) and (max-width:1023px){.c-submit .is-step1 .o-field input{font-size:1rem;height:60px}}@media screen and (max-width:767px){.c-submit .is-step1 .o-field input{font-size:1rem;height:60px;border-width:3px;border-radius:10px;padding-left:10px}}.c-submit .is-step1 .o-field input::-moz-placeholder{font-size:1.125rem;font-weight:700;text-align:center}.c-submit .is-step1 .o-field input::placeholder{font-size:1.125rem;font-weight:700;text-align:center}@media screen and (min-width:1360px) and (max-width:1899px){.c-submit .is-step1 .o-field input::-moz-placeholder{font-size:1.125rem}.c-submit .is-step1 .o-field input::placeholder{font-size:1.125rem}}@media screen and (min-width:1024px) and (max-width:1359px){.c-submit .is-step1 .o-field input::-moz-placeholder{font-size:1.125rem}.c-submit .is-step1 .o-field input::placeholder{font-size:1.125rem}}@media screen and (min-width:768px) and (max-width:1023px){.c-submit .is-step1 .o-field input::-moz-placeholder{font-size:1rem}.c-submit .is-step1 .o-field input::placeholder{font-size:1rem}}@media screen and (max-width:767px){.c-submit .is-step1 .o-field input::-moz-placeholder{font-size:.875rem}.c-submit .is-step1 .o-field input::placeholder{font-size:.875rem}}.c-submit .is-step1 .o-field__image{height:89px;border-width:5px;border-radius:50px}@media screen and (min-width:1360px) and (max-width:1899px){.c-submit .is-step1 .o-field__image{height:72px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-submit .is-step1 .o-field__image{height:72px}}@media screen and (min-width:768px) and (max-width:1023px){.c-submit .is-step1 .o-field__image{height:60px}}@media screen and (max-width:767px){.c-submit .is-step1 .o-field__image{height:60px;border-width:3px;border-radius:10px}}.c-submit .is-step2,.c-submit .is-step3{gap:60px}@media screen and (min-width:1360px) and (max-width:1899px){.c-submit .is-step2,.c-submit .is-step3{gap:30px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-submit .is-step2,.c-submit .is-step3{gap:30px}}@media screen and (min-width:768px) and (max-width:1023px){.c-submit .is-step2,.c-submit .is-step3{gap:25px}}@media screen and (max-width:767px){.c-submit .is-step2,.c-submit .is-step3{gap:25px}}.c-submit .c-submit__captcha{gap:12px;flex-wrap:wrap}.c-submit .c-submit__captcha .c-submit__error{width:100%;text-align:center;margin-top:-5px}@media screen and (max-width:767px){.c-submit .c-submit__captcha{flex-direction:column}}.c-submit .c-submit__captcha .o-field{min-width:300px}.c-submit .field-submitform-ws4{max-width:85%;margin:0 auto;width:100%}@media screen and (max-width:1023px){.c-submit .field-submitform-ws4{max-width:100%}}.c-submit__cta{gap:10px}@media screen and (max-width:767px){.c-submit__cta{flex-direction:column}.c-submit__cta .o-btn{width:100%}}@media screen and (min-width:768px) and (max-width:1023px){.c-submit__cta.is-end{flex-direction:column}}.c-submit__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 60px}@media screen and (min-width:1360px) and (max-width:1899px){.c-submit__grid{gap:30px 30px}}@media screen and (min-width:1024px) and (max-width:1359px){.c-submit__grid{gap:30px 20px}}@media screen and (min-width:768px) and (max-width:1023px){.c-submit__grid{gap:25px 20px;grid-template-columns:1fr}}@media screen and (max-width:767px){.c-submit__grid{grid-template-columns:1fr;gap:25px 20px}}.c-submit__awards,.c-submit__check{gap:15px}@media screen and (min-width:768px) and (max-width:1023px){.c-submit__awards{flex-wrap:wrap;justify-content:center;margin-left:auto;margin-right:auto;width:500px}.c-submit__awards label{width:calc(50% - 15px)}}.c-submit .field-submitfullform-want_award .help-block{margin-top:5px}.c-submit__fields1{gap:25px}@media screen and (min-width:1024px) and (max-width:1359px){.c-submit__fields1{gap:20px}}.c-submit__fields2{gap:35px}@media screen and (min-width:1024px) and (max-width:1359px){.c-submit__fields2{gap:20px}}.c-submit .swiper-slide{opacity:0!important}.c-submit .swiper-slide.swiper-slide-active{opacity:1!important}@media screen and (min-width:1024px){.c-submit .full-width{grid-column:1/-1}}@media screen and (min-width:1024px){.c-submit .full-width>*{max-width:399px;margin:0 auto}}.c-submit .o-headline{margin-bottom:-70px}@media screen and (min-width:1360px) and (max-width:1899px){.c-submit .o-headline{margin-bottom:-30px}}@media screen and (max-width:1359px){.c-submit .o-headline{margin-bottom:0}}.c-top{background-color:#fff;position:sticky;top:0;width:100%;height:100px;z-index:30;box-shadow:0 0 5px 0 rgba(0,0,0,.2)}@media screen and (max-width:767px){.c-top{height:60px}}.c-top__logo{height:100%;position:relative;top:10px}@media screen and (min-width:1900px){.c-top__logo{left:-30px}}@media screen and (max-width:767px){.c-top__logo{left:15px;top:5px}}.c-top__logo img{height:80px}@media screen and (max-width:767px){.c-top__logo img{height:50px}}.c-top>.o-container,.c-top>.o-container>.o-row{height:100%;justify-content:space-between}.c-top .o-row{max-width:1625px}.c-top-nav{display:flex;align-items:center;flex:1;justify-content:flex-end}@media screen and (max-width:767px) and (orientation:landscape){.c-top-nav{justify-content:flex-end}}@media screen and (max-width:1199px){.c-top-nav__link{display:none}}.c-top-nav__link--small{padding-left:12px!important}@media screen and (min-width:1200px){.c-top-nav__link--small a{font-size:.8125rem!important}}.c-top-nav__link a{color:#000;text-decoration:none;font-weight:700;font-size:.9375rem;transition:all .3s;font-family:SantanderMicroText;text-align:center}@media screen and (min-width:1800px){.c-top-nav__link a{font-size:1.3125rem}}@media screen and (min-width:992px) and (max-width:1199px){.c-top-nav__link a{font-size:.9rem}}.c-top-nav__link a:after{content:"";width:0;height:2px;margin-left:50%;background-color:#ea212d;display:block;margin-top:2px;transition:all .3s}.c-top-nav__link a:hover{color:#ea212d}.c-top-nav__link a:hover:after{margin-left:0;width:100%}.c-top-nav__link a.active{color:#ea212d}.c-top-nav__link a.active:after{margin-left:0;width:100%}@media screen and (min-width:992px) and (max-width:1799px){.c-top-nav__link{padding-left:25px}}@media screen and (min-width:1800px){.c-top-nav__link{padding-left:45px}}.c-top-nav__link:hover .c-top-nav__sub{opacity:1;visibility:visible}.c-top-nav__sub{position:absolute;background-color:#fff;padding:10px;margin-left:-10px;opacity:0;visibility:hidden;transition:opacity .2s}.c-top-nav__sub a{white-space:nowrap}.c-top-nav__button{font-family:SantanderMicroText}@media screen and (max-width:1199px){.c-top-nav__button{display:none}}@media screen and (min-width:1200px) and (max-width:1299px){.c-top-nav__button{padding-left:35px}.c-top-nav__button .c-button{padding:10px 20px;font-size:.8rem}}@media screen and (min-width:1300px){.c-top-nav__button{padding-left:60px}}.c-top-nav__hamburger{margin:0;padding:0;background-color:transparent;border-width:0;outline:none;cursor:pointer}@media screen and (min-width:1200px){.c-top-nav__hamburger{display:none}}@media screen and (max-width:767px) and (orientation:landscape){.c-top-nav__hamburger{padding-left:50px}}@media screen and (min-width:768px) and (max-width:991px){.c-top-nav__hamburger{margin-left:75px}}@media screen and (max-width:767px){.c-top-nav__hamburger{position:absolute;right:15px}}.c-top-nav__hamburger span{width:45px;height:7px;display:block;background-color:#eb1c23}body.show-menu .c-top-nav__hamburger span:first-child{transform:rotate(-45deg);position:relative;top:16px;width:30px}body.show-menu .c-top-nav__hamburger span:nth-child(3){transform:rotate(45deg);position:relative;top:-10px;width:30px;margin-left:0}.c-top-nav__hamburger span:nth-child(2){margin-top:6px;margin-bottom:6px}body.show-menu .c-top-nav__hamburger span:nth-child(2){opacity:0}:root{--animate-duration:800ms;--animate-delay:0.9s}.os-animate{visibility:hidden}.os-animate.animate__animated,.os-animate.is-animate-visible{visibility:visible}.select2-dropdown{border-color:#6dc700;border-radius:0;top:-15px}