@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);
/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/.carousel .control-arrow,.carousel.carousel-slider .control-arrow{background:none;border:0;cursor:pointer;filter:alpha(opacity=40);font-size:32px;opacity:.4;position:absolute;top:20px;transition:all .25s ease-in;z-index:2}.carousel .control-arrow:focus,.carousel .control-arrow:hover{filter:alpha(opacity=100);opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{border-bottom:8px solid #0000;border-top:8px solid #0000;content:"";display:inline-block;margin:0 5px}.carousel .control-disabled.control-arrow{cursor:inherit;display:none;filter:alpha(opacity=0);opacity:0}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{display:inline-block;pointer-events:none;width:100%}.carousel .carousel{position:relative}.carousel .control-arrow{background:none;border:0;font-size:18px;margin-top:-13px;outline:0;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{list-style:none;position:relative;transform:translateZ(0);transition:all .15s ease-in;white-space:nowrap}.carousel .thumb{border:3px solid #fff;display:inline-block;margin-right:6px;overflow:hidden;padding:2px;transition:border .15s ease-in;white-space:nowrap}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;overflow:hidden;position:relative}.carousel.carousel-slider .control-arrow{bottom:0;color:#fff;font-size:26px;margin-top:0;padding:5px;top:0}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{margin:auto;overflow:hidden;transition:height .15s ease-in;width:100%}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{list-style:none;margin:0;padding:0;position:relative;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{margin:0;min-width:100%;position:relative;text-align:center}.carousel .slide img{border:0;vertical-align:top;width:100%}.carousel .slide iframe{border:0;display:inline-block;margin:0 40px 40px;width:calc(100% - 80px)}.carousel .slide .legend{background:#000;border-radius:10px;bottom:40px;color:#fff;font-size:12px;left:50%;margin-left:-45%;opacity:.25;padding:10px;position:absolute;text-align:center;transition:all .5s ease-in-out;transition:opacity .35s ease-in-out;width:90%}.carousel .control-dots{bottom:0;margin:10px 0;padding:0;position:absolute;text-align:center;width:100%;z-index:1}@media(min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{background:#fff;border-radius:50%;box-shadow:1px 1px 2px #000000e6;cursor:pointer;display:inline-block;filter:alpha(opacity=30);height:8px;margin:0 8px;opacity:.3;transition:opacity .25s ease-in;width:8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{filter:alpha(opacity=100);opacity:1}.carousel .carousel-status{color:#fff;font-size:10px;padding:5px;position:absolute;right:0;text-shadow:1px 1px 1px #000000e6;top:0}.carousel:hover .slide .legend{opacity:1}*{box-sizing:border-box;font-family:Roboto,sans-serif;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body,html{height:100%;width:100%}html{scroll-behavior:smooth}
/*!
* 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;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count: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;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:3s;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-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!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-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}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-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}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-name:headShake;animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-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-animation-name:swing;animation-name:swing;-webkit-transform-origin:top center;transform-origin:top center}@-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-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}@keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}@keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}@keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}@keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.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;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.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;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.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)}}.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-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animate__animated.animate__flip{-webkit-animation-name:flip;animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.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%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}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%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}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{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}.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{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.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{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.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{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.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{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.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{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.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-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}.animate__hinge{-webkit-animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:2s;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%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.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%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.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%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.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{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.app{height:100%;overflow-x:hidden;overflow-y:auto;position:relative}main{align-items:flex-start;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:0;justify-content:flex-start;padding:0}@media screen and (max-width:1239px){main{margin-left:0;width:100%}}.book-service-call{bottom:3rem;position:fixed;right:3rem}@media screen and (max-width:1239px){.book-service-call{bottom:2rem;right:2rem}}@media screen and (max-width:575px){.book-service-call{bottom:1rem;right:1rem;transform:scale3d(.75,.75,.75)}}.book-service-call .content{align-items:center;background-color:#e31837;border-radius:500px;box-shadow:0 1px 8px #22232740;color:#fff;cursor:pointer;display:inline-flex;height:4rem;padding:1rem;position:relative;transition:transform .18s cubic-bezier(.22,.9,.31,1),box-shadow .18s ease;width:auto;will-change:transform}.book-service-call .content:hover{box-shadow:0 6px 18px #22232747;transform:scale3d(1.2,1.2,1.2)}.book-service-call .text{transition:all .25s ease-in-out;white-space:nowrap}@media screen and (max-width:1239px){.book-service-call .text{font-size:1.2rem}}.book-service-call .icon{align-items:center;display:flex;margin-right:8px}@keyframes highlight{0%{transform:scale(.5)}to{background-color:#0000;transform:scale(2)}}nav{background-color:#fff;box-shadow:0 2px 8px #0000001f;left:0;position:sticky;top:0;width:100%;z-index:3}nav .row{align-items:center;display:flex;flex-flow:row nowrap;gap:0;height:6vh;justify-content:flex-start;padding:0;width:100%}nav .row.top{background:#222327;height:fit-content;padding:8px 0;width:100%}nav .row.top .content{margin:auto;width:80%}@media screen and (max-width:1239px){nav .row.top .content{width:calc(100% - 3rem)}}nav .navbar{align-items:flex-start;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:.5rem;height:100%;justify-content:flex-start;margin:auto;padding:.5rem 0;width:80%}@media screen and (max-width:1239px){nav .navbar{width:calc(100% - 3rem)}}nav .navbar .company-logo,nav .navbar .logo,nav .navbar .logo a{height:75%}nav .navbar .logo,nav .navbar .logo a{align-items:center;display:flex;flex-flow:row nowrap;gap:0;justify-content:center;padding:0}nav .navbar .company-logo{max-height:90px;min-height:40px}nav .navbar .links{align-items:center;display:flex;flex-flow:row nowrap;gap:.5em;height:100%;justify-content:flex-start;list-style:none;padding:.5rem}@media screen and (max-width:1023px){nav .navbar .links{gap:.5em}}@media screen and (max-width:1239px){nav .navbar .links{align-items:center;background-color:#fff;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:2em;height:100%;justify-content:center;left:0;padding:2em;position:fixed;top:0;transform:translateX(100%);transition:all .25s ease-in-out;width:100%;z-index:2}nav .navbar .links.open{transform:translateX(0)}}@media screen and (max-width:1023px){nav .navbar .links .nav-cta .email-text,nav .navbar .links .nav-cta .phone-text{display:none}}@media screen and (max-width:1239px){nav .navbar .links .nav-cta .email-text,nav .navbar .links .nav-cta .phone-text{display:block}nav .navbar .links .nav-cta.laptop{display:none}}@media screen and (min-width:1240px){nav .navbar .links .nav-cta.mobile{display:none}}@media screen and (max-width:1239px){nav .navbar .links .spacer{flex:0 0 auto}}nav .navbar .links .link{align-items:center;cursor:pointer;display:flex;flex-flow:row nowrap;font-size:1.25em;font-weight:500;gap:1em;justify-content:center;padding:.5em 1em;text-decoration:none;transition:all .125s ease-in-out}nav .navbar .links .link.active{color:#e31837;font-weight:600}nav .navbar .links .link:hover{background-color:#f2f2f2}nav .navbar .links .link:active{background-color:#b2b2b480}@media screen and (max-width:1239px){nav .navbar .links .link{border:1px solid #b2b2b4;overflow:hidden;padding:1em;position:relative;width:100%}nav .navbar .links .link.active{border:2px solid #e31837}nav .navbar .links .link:hover{background-color:#e318371a}}nav .navbar .mobile-menu-icon{z-index:3}@media screen and (min-width:1240px){nav .navbar .mobile-menu-icon{display:none}}nav .top-links{align-items:center;display:flex;flex-flow:row nowrap;gap:1rem;justify-content:flex-start;padding:0}nav .top-links .link{background:#fff;border-radius:0;color:#000;cursor:pointer;font-size:1.25rem;font-weight:500;padding:.125rem 1rem}nav .search-bar{align-items:center;border:2px solid #000;border-radius:.5rem;display:flex;flex-flow:row nowrap;gap:.5rem;justify-content:space-betwee;overflow:hidden;padding:0 8px 0 0;position:relative}nav .search-bar input{border:0;font-size:1.1rem;padding:8px 12px}nav .search-bar input:active,nav .search-bar input:focus,nav .search-bar input:focus-visible,nav .search-bar input:focus-within{border:none;outline:none}button.btn{align-items:center;background-color:#0000;border:none;border-radius:0;cursor:pointer;display:flex;flex-flow:row nowrap;font-size:1em;font-weight:500;gap:.5em;justify-content:center;letter-spacing:1px;outline:none;padding:.5em 1.5em;position:relative;transition:all .25s ease-in-out;white-space:nowrap}button.btn:hover{background-color:#f2f2f2}button.link{padding-left:0;padding-right:0}button.link:hover{background-color:#0000;text-decoration:underline}button.small{font-size:12px;padding:.25em .75em}button.primary{color:#e31837}button.primary:hover{background-color:#e3183733}button.accent{color:#222327}button.accent:hover{background-color:#22232733}button.light{color:#fff}button.light:hover{background-color:#fff3}button[disabled]{color:#b2b2b4;cursor:not-allowed}button:before{background-color:#f2f2f240;border-radius:inherit;content:"";height:100%;opacity:0;position:absolute;scale:0;transition:all .125s ease-in-out;width:100%;z-index:1}button.solid{background-color:#b2b2b4;color:#000}button.solid.primary{background-color:#e31837;color:#fff}button.solid.accent{background-color:#222327;color:#fff}button.solid.light{background-color:#fff;color:#222327}button.solid[disabled]{background-color:#b2b2b4;color:#fff}button.cta{border-radius:50rem;font-size:1.15rem}button.outline{border:1px solid #b2b2b4;color:#b2b2b4}button.outline:hover{background-color:#b2b2b433}button.outline.primary{border:1px solid #e31837;color:#e31837}button.outline.primary:hover{background-color:#e3183733}button.outline.accent{border:1px solid #222327;color:#222327}button.outline.accent:hover{background-color:#22232733}button.outline.light{border:1px solid #fff;color:#fff}button.outline.light:hover{background-color:#fff3}button.outline[disabled]{border:1px solid #b2b2b4;color:#b2b2b4}button.outline[disabled]:hover{background-color:#b2b2b433}button.icon-only{border-radius:50%;padding:.5em}button.large{font-size:1.25rem;padding:1rem 2rem}footer{background:#fff;box-shadow:0 -4px 16px #0000000d;display:grid;grid-template-areas:"meta links acc contact";grid-template-columns:1fr 1fr 1fr 1fr;padding:4em 2em;place-items:flex-start center;width:100%}@media screen and (max-width:1023px){footer{grid-row-gap:2em;grid-template-areas:"links links" "meta contact" "acc acc";grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;padding:2rem}footer .footer-section.links-section{align-items:center;border-bottom:1px solid #b2b2b4;border-left:none!important;border-right:none!important;display:flex;flex-flow:row nowrap;gap:1rem;justify-content:center;margin-bottom:2em;padding:0;width:100%}footer .footer-section.links-section .links{align-items:center;display:flex;flex-flow:row nowrap;gap:2rem;justify-content:space-evenly;padding:0}footer .footer-section.accredition{border-left:none;border-top:1px solid #b2b2b4;padding-top:1rem}footer .footer-section.accredition .data{flex-direction:row}footer .footer-section.accredition .data .images{padding:0}footer .footer-section.accredition .data .accredition-image{width:75px}}@media screen and (max-width:1239px){footer{grid-row-gap:3rem;grid-template-areas:"meta" "acc";grid-template-columns:100%;grid-template-rows:auto auto}footer .footer-section{width:100%}footer .footer-section.accredition,footer .footer-section.company-data{padding-top:1rem}footer .footer-section .company-logo{width:50%}footer .footer-section.links-section{display:none}footer .footer-section.links-section .links{gap:0}footer .footer-section.contact-forms,footer .footer-section.location{display:none}}@media screen and (max-width:575px){footer{padding:1rem}footer .footer-section{padding-left:0!important;padding-right:0!important}footer .footer-section.accredition .data{flex-direction:column}}footer .footer-section{align-items:flex-start;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:1em;height:100%;justify-content:flex-start;padding:0 2em}footer .footer-section .a-tag-link{align-items:center;cursor:pointer;display:flex;flex-flow:row nowrap;font-size:1.1rem;gap:.5rem;justify-content:flex-start;padding:0}footer .footer-section .a-tag-link:hover{text-decoration:underline}footer .footer-section .inline{align-items:flex-start;display:flex;flex-flow:row nowrap;gap:.5rem;justify-content:flex-start;padding:0}footer .footer-section.company-data{gap:2em;grid-area:meta}footer .footer-section .company-logo{width:70%}footer .footer-section.links-section{align-items:center;border-left:1px solid #b2b2b4;grid-area:links;width:100%}footer .footer-section.links-section .title{color:#000;font-size:1.2rem;font-weight:600;text-transform:uppercase}footer .footer-section.location{grid-area:location}footer .links{align-items:center;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:0;height:100%;justify-content:space-evenly;list-style:none;padding:0}@media screen and (max-width:1023px){footer .links{gap:.5em}}@media screen and (max-width:767px){footer .links{display:none}}footer .links .link{align-items:center;cursor:pointer;display:flex;flex-flow:row nowrap;font-size:1.1em;font-weight:500;gap:1em;justify-content:center;padding:.5em 1em;text-decoration:none;transition:all .125s ease-in-out}footer .links .link.active{color:#e31837;font-weight:600}footer .links .link:hover{background-color:#f2f2f2}footer .links .link:active{background-color:#b2b2b480}footer .map{border-radius:.5em;width:100%}footer .line{align-items:center;display:flex;flex-flow:row nowrap;gap:.5em;justify-content:flex-start;padding:0}footer .accredition{border-left:1px solid #b2b2b4;grid-area:acc}footer .accredition .images{align-items:center;display:flex;flex-flow:row nowrap;gap:1rem;justify-content:flex-start;padding:1rem 0}footer .accredition .title{color:#000;font-size:1.5rem;font-weight:900}footer .accredition .subTitle{color:#222327;font-size:1.2rem}footer .accredition .data{align-items:flex-start;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:1rem;justify-content:flex-start;padding:0;width:100%}footer .accredition-image{aspect-ratio:1;transition:all .125s cubic-bezier(.4,0,.2,1);width:100px}footer .accredition-image:hover{transform:scale3d(1.1,1.1,1.1)}footer .contact-forms{background:#0000;border:none;border-left:1px solid #b2b2b4;border-radius:0;grid-area:contact}footer .contact-forms .title{color:#000;font-size:1.5rem;font-weight:900;text-align:left}footer .contact-forms form{gap:.5rem}footer .contact-forms form button{margin-top:2rem}.container{bottom:2rem;max-width:50%;opacity:0;position:fixed;right:3rem;transform:scale(0);transform-origin:right;transition:all .25s ease-in-out}@media screen and (max-width:1239px){.container{max-width:90%;right:5vw}}@media screen and (max-width:575px){.container{left:5%;transform-origin:bottom center;width:90%}}.container.show{opacity:1;transform:scale(1)}.container.show .vertical-line{animation:widthzero calc(var(--duration)*1s) linear}.container .notification{align-items:center;background-color:#fff;border-radius:.25rem;box-shadow:0 1px 8px #2223271a;display:flex;flex-flow:row nowrap;gap:1rem;height:100%;justify-content:flex-start;overflow:hidden;padding:.5rem 1rem .75rem;position:relative;width:100%}.container .notification.success .icon{color:#28ba62}.container .notification.success .vertical-line{background-color:#28ba62}.container .notification.success .text-content .title{color:#28ba62}.container .notification.warning .icon{color:#e0ac08}.container .notification.warning .vertical-line{background-color:#e0ac08}.container .notification.warning .text-content .title{color:#e0ac08}.container .notification.danger .icon{color:#e31837}.container .notification.danger .vertical-line{background-color:#e31837}.container .notification.danger .text-content .title{color:#e31837}.container .notification .vertical-line{background-color:#222327;border-radius:50rem;bottom:0;height:3px;left:0;position:absolute;width:0}.container .notification .icon{color:#222327}.container .notification .icon.close{color:#b2b2b4;cursor:pointer}.container .notification .text-content{align-items:flex-start;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:.25rem;justify-content:flex-start;padding:0}.container .notification .text-content .title{font-size:1.1rem}.container .notification .text-content .message{font-size:.9rem}@keyframes widthzero{0%{width:100%}to{width:0}}.breadcrumb-container{align-items:center;background:#fff;display:flex;flex-flow:row nowrap;gap:1rem;justify-content:flex-start;padding:4rem 10% 1rem;width:100%}@media screen and (max-width:1023px){.breadcrumb-container{padding:3rem}}@media screen and (max-width:575px){.breadcrumb-container{padding:2rem 1rem 1rem}}.breadcrumb{align-items:center;background:#fff;display:flex;flex-flow:row nowrap;flex-wrap:wrap;gap:0;justify-content:flex-start;padding:0;row-gap:.5em;width:100%}.breadcrumb .breadcrumb-item{align-items:center;color:#222327;display:inline-flex;font-size:16px}.breadcrumb .breadcrumb-item a{color:#222327;text-decoration:none;transition:color .3s ease}.breadcrumb .breadcrumb-item a:hover{color:#222327;font-weight:600}.breadcrumb .breadcrumb-item.active{color:#e31837;font-weight:700}.breadcrumb .breadcrumb-item.active a{color:#e31837;pointer-events:none;text-decoration:none}.breadcrumb .breadcrumb-item+.breadcrumb-item:before{color:#222327;content:">";margin:0 8px}.home{align-items:center;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:10rem;height:100%;justify-content:flex-start;padding:2rem 0 5rem;position:relative;width:100%}@media screen and (max-width:575px){.home{gap:5rem}}.section{height:100%;min-height:100vh;padding:0 10%;width:100%}.section .header{padding-bottom:2rem}.section .header .title{font-size:2em}.section .header .subTitle{font-size:1.5em}.services-section{width:100%}.services-section .services-cards{grid-gap:3em;display:grid;grid-template-columns:repeat(auto-fit,minmax(225px,1fr));grid-template-rows:auto;height:100%;list-style:none;width:100%}.services-section .title-small{font-size:2rem;font-weight:700;line-height:56px;width:100%}.services-section .text{font-size:1.5rem;line-height:28px;width:100%}.service-card{align-items:flex-start;background-color:#fff;border:1px solid #b2b2b4;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:0;height:100%;justify-content:flex-start;overflow:hidden;padding:0;position:relative;text-align:left;transition:all .25s ease-in-out;width:100%}.service-card .image-area{height:150px;position:relative;width:100%}.service-card .image{height:100%;object-fit:cover;width:100%}.service-card h2{color:#000;font-weight:600}.service-card .content{align-items:flex-start;display:flex;flex:1 1 auto;flex-flow:row nowrap;flex-flow:column nowrap;gap:.5em;justify-content:space-between;padding:1em;width:100%}.service-card .cta.primary,.service-card .cta.primary button{width:100%}.service-card .short-description{flex:1 1 auto;padding-bottom:1rem}.service-card .description-loader{width:100%}.service-card .btn{padding:.5em}.home-hero,.home-hero .hero{height:100%;position:relative;width:100%}.home-hero .hero{align-items:center;display:flex;flex-flow:row nowrap;gap:0;justify-content:flex-start;min-height:calc(100vh - 114px);padding:10%}@media screen and (max-width:1239px){.home-hero .hero{height:80vh;min-height:80vh}}.home-hero .hero .text-content-section{align-items:flex-start;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:5rem;justify-content:flex-start;max-width:75%;padding:.5rem;text-align:left}@media screen and (max-width:1239px){.home-hero .hero .text-content-section{max-width:100%}}.home-hero .hero .text-content-section_main{align-items:flex-start;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:2rem;justify-content:flex-start;padding:0;width:100%}@media screen and (max-width:1239px){.home-hero .hero .text-content-section_main{gap:2rem;justify-content:center}}@media screen and (max-width:575px){.home-hero .hero .text-content-section_main{gap:1rem}}.home-hero .hero .text-content-section_main .preTitle{color:#e31837;font-size:2rem;font-weight:600}@media screen and (max-width:1239px){.home-hero .hero .text-content-section_main .preTitle{font-size:1.75rem}}@media screen and (max-width:575px){.home-hero .hero .text-content-section_main .preTitle{font-size:1.5rem}}.home-hero .hero .text-content-section_main .title{color:#000;font-size:2.5rem;font-weight:600;line-height:2.75rem}@media screen and (max-width:1239px){.home-hero .hero .text-content-section_main .title{font-size:2rem;line-height:2.25rem}}@media screen and (max-width:575px){.home-hero .hero .text-content-section_main .title{font-size:1.75rem;line-height:2rem}.home-hero .hero .text-content-section .cta-button-link{width:100%}}@media screen and (max-width:1239px){.home-hero .hero{justify-content:center;padding:1rem}}.home-hero .hero .hero-image-section{height:100%;overflow:hidden;position:absolute;right:0;width:60%;z-index:-1}.home-hero .hero .hero-image-section:before{background:linear-gradient(357.98deg,#fff 9.42%,#fff0 50.04%),linear-gradient(89.94deg,#fff .05%,#0000);content:"";height:120%;left:0;position:absolute;top:0;width:120%;z-index:2}@media screen and (max-width:1239px){.home-hero .hero .hero-image-section{filter:grayscale(1) blur(2px);height:100%;width:100%}.home-hero .hero .hero-image-section:before{background:#ffffffb3}}.home-hero .hero .hero-image-section .hero-image{height:100%;object-fit:cover;position:relative;width:100%}.home-hero .action{background:#fff;border-radius:50%;box-shadow:0 1px 8px #0000000d;cursor:pointer;display:grid;height:48px;left:1rem;place-items:center;position:absolute;top:50%;transform:translateY(-50%);-webkit-user-select:none;user-select:none;width:48px;z-index:2}@media screen and (max-width:575px){.home-hero .action{display:none}}.home-hero .action:hover{box-shadow:0 2px 8px #00000026}.home-hero .action:active{outline:2px solid #000;outline-offset:2px}.home-hero .action-right{left:auto;right:2rem}.company-strip{height:100%;width:100%}.company-strip .title-small{font-size:2rem;font-weight:700;line-height:56px;width:100%}.company-strip .text{font-size:1.5rem;line-height:28px;width:100%}.company-strip .company-container{align-items:center;display:flex;flex-flow:row nowrap;flex-wrap:wrap;gap:2rem 3rem;justify-content:center;list-style:none;overflow:hidden;padding:2rem;transition:all .125s ease-in-out;width:100%}@media screen and (max-width:1239px){.company-strip .company-container{gap:1rem;padding:2rem 0}.company-strip .company-container .company-logo{max-height:125px;width:125px}}.company-strip .company:hover .company-logo{transform:scale3d(1.1,1.1,1.1)}.company-strip .company-logo{height:100%;object-fit:contain;transition:all .125s cubic-bezier(.4,0,.2,1);width:150px}.featured-products{width:100%}.featured-products .title{font-size:2rem;font-weight:700;width:100%}.featured-products .content{padding:1rem 0;width:100%}.featured-products .content .product-list{align-items:stretch;display:flex;flex-flow:row nowrap;gap:2em;justify-content:flex-start;list-style:none;overflow-x:auto;padding:0 0 1em}.featured-products .content .product-list::-webkit-scrollbar{height:12px;width:12px}.featured-products .content .product-list::-webkit-scrollbar-track{background:#f2f2f2;border-radius:10px}.featured-products .content .product-list::-webkit-scrollbar-thumb{background-color:#b2b2b480;border:3px solid #f2f2f2;border-radius:10px}.featured-products .content .product-list::-webkit-scrollbar-thumb:hover{background-color:#b2b2b4}.featured-products .content .product-list .product-item{flex:1 0 clamp(300px,100%,350px)}@media screen and (max-width:575px){.featured-products .content .product-list .product-item{flex:1 0 100%}}.product-card{background:#fff;border:1px solid #b2b2b4;display:flex;flex-flow:column nowrap;height:100%;padding:1em;width:100%}.product-card .thumbnail{cursor:pointer;height:240px;object-fit:contain;object-position:center;width:100%}.product-card .text-content{align-items:flex-start;display:flex;flex:1 1 auto;flex-flow:row nowrap;flex-flow:column nowrap;gap:.5em;justify-content:flex-start;padding:.5em 0 0}.product-card .text-content .meta-content{cursor:pointer}.product-card .text-content .title{font-size:1.25em;width:100%}.product-card .text-content .category-name{color:#b2b2b4;font-size:1em;font-weight:600}.product-card .text-content .cta{margin-top:.5em;width:100%}.product-card .text-content .cta .details-button{flex:3 1 auto}.product-card .text-content .cta .details-button button{width:100%}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%);background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.category-list{grid-gap:2em;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-template-rows:1fr;list-style:none;width:100%}.loading-component{align-items:center;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:1em;height:100%;justify-content:center;padding:0;width:100%}.loading-component .title{color:#000;font-size:2em;font-weight:700}.loading-component .subTitle{color:#b2b2b4;font-size:1.2em;font-weight:600}.product-category-card{align-items:flex-start;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:1rem;height:100%;justify-content:flex-start;outline:1px solid #b2b2b4;padding:1rem;width:100%}.product-category-card_image-section{height:100%;width:100%}.product-category-card_image{aspect-ratio:1;object-fit:scale-down;object-position:center;width:100%}.product-category-card_content{flex:1 1 auto}.product-category-card_title{color:#000;font-size:1.5rem}.product-category-card_actions-section{align-items:center;display:flex;flex-flow:row nowrap;gap:1rem;justify-content:flex-start;padding:0;width:100%}.product-category-card_main-cta{width:100%}.home-page-section{flex-flow:row nowrap;flex-flow:column nowrap;gap:1rem;height:100%;min-height:0;min-height:auto;padding:0 10%}.home-page-section,.home-page-section .header{align-items:flex-start;display:flex;justify-content:flex-start;width:100%}.home-page-section .header{flex-flow:row nowrap;gap:.5rem;padding:0 0 1rem}.home-page-section .header_content{align-items:flex-start;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:.5rem;justify-content:flex-start;padding:0}.home-page-section .header .title{font-size:2rem;font-weight:600;width:100%}.home-page-section .header .subTitle{color:#00000080;font-size:1.5em;font-weight:500}@media screen and (max-width:575px){.home-page-section .header{flex-direction:column}.home-page-section .header .title{font-size:1.25em}.home-page-section .header .subTitle{font-size:1em}}.home-page-section .content{width:100%}@media screen and (max-width:1023px){.home-page-section{padding:0 3rem}}@media screen and (max-width:575px){.home-page-section{padding:0 1rem}}.testimonials__container{margin:0 auto}.testimonials__header{margin-bottom:3rem;text-align:center}.testimonials__title{color:#222327;font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media screen and (max-width:575px){.testimonials__title{font-size:2rem}}.testimonials__subtitle{color:#b2b2b4;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.testimonials__scroll-container{overflow-x:auto;padding:1rem 0}.testimonials__scroll-container::-webkit-scrollbar{height:12px;width:12px}.testimonials__scroll-container::-webkit-scrollbar-track{background:#f2f2f2;border-radius:10px}.testimonials__scroll-container::-webkit-scrollbar-thumb{background-color:#b2b2b480;border:3px solid #f2f2f2;border-radius:10px}.testimonials__scroll-container::-webkit-scrollbar-thumb:hover{background-color:#b2b2b4}.testimonials__list{align-items:stretch;display:flex;flex-flow:row nowrap;gap:1.5rem;justify-content:flex-start;min-width:max-content;padding:0 1rem}.testimonials__loading{align-items:center;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:1rem;justify-content:center;padding:3rem 0;text-align:center}.testimonials__loading .loading-spinner{animation:spin 1s linear infinite;border:4px solid #f2f2f2;border-radius:50%;border-top-color:#e31837;height:40px;width:40px}.testimonials__loading p{color:#b2b2b4;font-size:1.1rem}.testimonials__error{align-items:center;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:1rem;justify-content:center;padding:3rem 0;text-align:center}.testimonials__error p{color:#e31837;font-size:1.1rem;font-weight:500}.testimonials__empty{align-items:center;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:1rem;justify-content:center;padding:3rem 0;text-align:center}.testimonials__empty p{color:#b2b2b4;font-size:1.1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.testimonial-card{background:#fff;border:1px solid #b2b2b4;max-width:400px;min-width:350px;overflow:hidden;padding:2rem;position:relative;transition:all .5s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none}.testimonial-card:hover{transform:translateY(-4px)}.testimonial-card:before{background:linear-gradient(90deg,#e31837,#000);content:"";height:4px;left:0;position:absolute;right:0;top:0}.testimonial-card__header{align-items:flex-start;display:flex;flex-flow:row nowrap;gap:1rem;justify-content:flex-start;margin-bottom:1.5rem;padding:.5rem}.testimonial-card__avatar{flex-shrink:0}.testimonial-card__image{object-fit:cover}.testimonial-card__image,.testimonial-card__placeholder{border:3px solid #f2f2f2;border-radius:50%;height:60px;width:60px}.testimonial-card__placeholder{align-items:center;background:linear-gradient(135deg,#e31837,#ad122a);color:#fff;display:flex;flex-flow:row nowrap;font-size:1.5rem;font-weight:700;gap:1rem;justify-content:center;padding:.5rem}.testimonial-card__info{flex:1 1}.testimonial-card__name{color:#222327;font-size:1.1rem;font-weight:600;margin:0}.testimonial-card__rating{align-items:center;display:flex;flex-flow:row nowrap;gap:.2rem;justify-content:flex-start;margin-bottom:.5rem;padding:0}.testimonial-card__rating .star{font-size:1.2rem;transition:color .25s cubic-bezier(.4,0,.2,1)}.testimonial-card__rating .star.filled{color:#e0ac08}.testimonial-card__rating .star.empty{color:#b2b2b4}.testimonial-card__date{color:#b2b2b4;font-size:.9rem;margin:0}.testimonial-card__content{margin-top:1rem}.testimonial-card__message{color:#222327;font-size:1rem;font-style:italic;line-height:1.6;margin:0}@media screen and (max-width:575px){.testimonial-card{max-width:320px;min-width:280px;padding:1.5rem}.testimonial-card__header{align-items:center;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:1rem;justify-content:flex-start;padding:.5rem;text-align:center}.testimonial-card__info{text-align:center}.testimonials{padding:3rem 0}.testimonials__container{padding:0 .5rem}.testimonials__list{gap:1rem;padding:0 .5rem}}.services{min-height:100vh;padding:5% 10% 1%;width:100%}.services h1{font-size:1.75em;width:100%}@media screen and (max-width:1239px){.services{padding:5% 2rem}.services h1{text-align:center}}.service-section{align-items:flex-start;border-bottom:1px solid #22232733;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:1em;justify-content:flex-start;margin-bottom:2em;padding:0 0 2em}.service-section .title-loader{width:10%}.service-section .description-loader{width:100%}.service-section.card{background:#fff;border:1px solid #b2b2b4;border-radius:0;box-shadow:none;display:flex;flex-direction:column;min-height:340px;overflow:hidden;padding:0;transition:box-shadow .2s}.service-section.card .card-content{display:flex;flex:1 1 auto;flex-direction:column;justify-content:flex-start;padding:2rem 2rem 1.5rem}.service-section.card .card-content h2.title{align-items:center;color:#e31837;display:flex;font-size:1.5rem;gap:.5rem;margin-bottom:1rem}.service-section.card .card-content p{color:#222327;margin-bottom:.4rem}.service-section.card .card-content .action-bar.right{display:flex;justify-content:flex-end;margin-top:auto}.service-section.card.card-link{background:#fff;border:1px solid #b2b2b4;border-radius:0;color:inherit;cursor:pointer;min-height:180px;overflow:hidden;padding:0;text-decoration:none;transition:border-color .2s,background .2s,box-shadow .2s}.service-section.card.card-link .card-content-with-image{align-items:stretch;display:flex;flex-direction:row-reverse;height:100%;width:100%}.service-section.card.card-link .card-content{display:flex;flex:2 1;flex-direction:column;justify-content:flex-start;min-width:0;padding:2rem 2rem 1.5rem}.service-section.card.card-link .card-content h2.title{align-items:center;color:#e31837;display:flex;font-size:1.5rem;gap:.5rem;margin-bottom:1rem}.service-section.card.card-link .card-content p{color:#222327;margin-bottom:.4rem}.service-section.card.card-link .card-image-area{align-items:center;background:#f2f2f2;box-sizing:border-box;display:flex;flex:1 1 320px;justify-content:center;max-width:400px;min-width:180px;padding:2.5rem 1.5rem 2.5rem 2.5rem;transition:background .2s}.service-section.card.card-link .card-image-area img.card-image{background:#fff;border-radius:0;box-shadow:none;height:auto;max-height:260px;object-fit:contain;object-position:center;transition:none;width:100%}.service-section.card.card-link:focus,.service-section.card.card-link:hover{background:#0000000a;border-color:#000;box-shadow:none}@media screen and (max-width:575px){.service-section.card.card-link .card-content-with-image{flex-direction:column-reverse}.service-section.card.card-link .card-image-area{border-left:none;flex:1 1 auto;justify-content:flex-start;max-width:100%;min-width:0;padding:0}.service-section.card.card-link .card-image-area img.card-image{margin:0;max-height:none;object-fit:contain;padding:0;width:100%}}.get-in-touch{align-items:center;background-color:#e31837;border-radius:.5rem;color:#fff;display:flex;flex-flow:row nowrap;gap:1em;justify-content:center;margin:1rem 2rem;padding:1em}@media screen and (max-width:1239px){.get-in-touch{margin:1rem 2rem}}.page{align-items:flex-start;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:1rem;height:100%;justify-content:flex-start;min-height:0;min-height:auto;padding:2rem 10%;width:100%}.page.has-min{min-height:100vh}.page .page-header{margin-bottom:1em}.page .header{padding:1 1 1rem;width:100%}.page .header,.page .header_content{align-items:flex-start;display:flex;flex-flow:row nowrap;gap:.5rem;justify-content:flex-start}.page .header_content{flex-flow:column nowrap;padding:0}.page .header .title{font-size:2em}.page .header .subTitle{color:#00000080;font-size:1.5em;font-weight:600}@media screen and (max-width:575px){.page .header{flex-direction:column}.page .header .title{font-size:1.25em}.page .header .subTitle{font-size:1em}}.page .content{width:100%}@media screen and (max-width:1023px){.page{padding:2rem 3rem}}@media screen and (max-width:575px){.page{padding:1rem}}.dropdown-selector{display:inline-block;height:100%;outline:none;position:relative;width:100%}.dropdown-selector.open-up .options{bottom:100%;top:auto}.dropdown-selector .selected-option{align-items:center;background:#b2b2b426;border-radius:4px;cursor:pointer;display:flex;flex-flow:row nowrap;gap:.5rem;justify-content:flex-start;padding:1rem;transition:border-color .3s,color .3s,background-color .3s}.dropdown-selector .selected-option:hover{border-color:#e31837}.dropdown-selector .selected-option .chevron-icon{transition:all .125s ease-in-out}.dropdown-selector .selected-option .chevron-icon.open{transform:rotate(180deg)}.dropdown-selector .options{background-color:#fff;border-radius:4px;box-shadow:0 4px 8px #0003;left:0;list-style:none;margin:0;max-height:200px;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;top:125%;transition:border-color .3s,box-shadow .3s;width:100%;z-index:1000}.dropdown-selector .options li{cursor:pointer;padding:1rem;transition:all .3s}.dropdown-selector .options li:hover{background-color:#ad122a26}.dropdown-selector .options li.selected{background:#e31837;color:#fff;font-weight:600}.dropdown-selector .options li.disabled{cursor:not-allowed;opacity:.5}.dropdown-selector ::-webkit-scrollbar{width:10px}.dropdown-selector ::-webkit-scrollbar-thumb{background-color:#e31837bf;border-radius:5px}.dropdown-selector ::-webkit-scrollbar-track{background-color:#f2f2f2;border-radius:5px}.dropdown-selector ::-webkit-scrollbar-thumb:hover{background-color:#b5132cbf}.dropdown-selector ::-webkit-scrollbar-thumb:active{background-color:#870e21bf}.contact-forms .success-message{align-items:center;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:2rem;justify-content:center;min-height:400px;padding:2rem;text-align:center}.contact-forms .success-message .success-icon{align-items:center;animation:scaleIn .5s cubic-bezier(.4,0,.2,1);color:#28ba62;display:flex;flex-flow:row nowrap;gap:0;justify-content:center;padding:1rem}.contact-forms .success-message .title{animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) .2s both;color:#28ba62;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}@media screen and (max-width:1239px){.contact-forms .success-message .title{font-size:2rem}}@media screen and (max-width:575px){.contact-forms .success-message .title{font-size:1.5rem}}.contact-forms .success-message .subTitle{animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) .4s both;color:#222327;font-size:1.2rem;line-height:1.6;margin-bottom:2rem;max-width:600px}@media screen and (max-width:1239px){.contact-forms .success-message .subTitle{font-size:1rem}}@media screen and (max-width:575px){.contact-forms .success-message .subTitle{font-size:.9rem}}.contact-forms .success-message .explore-section{align-items:center;animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) .6s both;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:1rem;justify-content:center;padding:0;width:100%}.contact-forms .success-message .explore-section .explore-title{color:#222327;font-size:1.1rem;font-weight:500;margin-bottom:1rem}@media screen and (max-width:1239px){.contact-forms .success-message .explore-section .explore-title{font-size:1rem}}@media screen and (max-width:575px){.contact-forms .success-message .explore-section .explore-title{font-size:.9rem}}.contact-forms .success-message .explore-section .action-bar{margin-top:1rem}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.product-details-page-details{align-items:flex-start;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:1rem;justify-content:flex-start;padding:0}@media screen and (min-width:768px){.product-details-page-details{gap:2em}}.product-details-page .product-main{grid-gap:1em;display:grid;grid-template-columns:1fr;padding:3rem 0 1rem}@media screen and (min-width:768px){.product-details-page .product-main{grid-template-columns:clamp(400px,50%,100%) 1fr;grid-template-rows:1fr}}.product-details-page .product-data{align-items:flex-start;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:2em;justify-content:flex-start;padding:0}@media screen and (max-width:575px){.product-details-page .product-data .add-to-cart-button,.product-details-page .product-data .inquire-button{width:100%}}.product-details-page .product-meta{align-items:flex-start;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:1em;justify-content:flex-start;padding:0;width:100%}.product-details-page .product-description ul{margin-left:1rem}.product-details-page .product-data-table{grid-column-gap:2em;grid-row-gap:1em;display:grid;grid-template-columns:1fr auto;grid-template-rows:1fr;place-items:center flex-start}.product-details-page .product-data-table .label{color:#222327;font-weight:600}.product-details-page .product-variants{align-items:center;display:flex;flex-flow:row nowrap;flex-wrap:wrap;gap:1em;justify-content:flex-start;padding:1em 0;width:100%}.product-details-page .product-variant_selector{text-wrap:nowrap;align-items:center;background:#f2f2f21a;border:2px solid #22232780;cursor:pointer;display:flex;flex-flow:row nowrap;font-weight:500;gap:0;height:100%;justify-content:center;list-style:none;padding:.5em 1em;width:fit-content}.product-details-page .product-variant_selector.selected{background:#22232780;color:#fff;font-weight:500}.product-details-page .product-table{margin-bottom:3rem;width:100%}.product-details-page .product-table thead,.product-details-page .product-table tr>td:first-of-type{background:#b2b2b480;font-size:1.1rem;font-weight:600}.product-details-page .product-table tr{border-bottom:1px solid #222327}.product-details-page .product-table tr:hover{background:#b2b2b426}.product-details-page .product-table td{padding:1em;text-align:center}.product-details-page .product-table td.small{width:10px}@media screen and (max-width:1239px){.product-details-page .product-table{margin-bottom:2rem}}.product-details-page .controls{align-items:center;display:flex;flex-flow:row nowrap;gap:.5em;justify-content:flex-start;padding:0}.product-details-page .controls .control{background:#b2b2b433;border:none;cursor:pointer;height:30px;width:30px}.product-details-page .controls .control:hover{background:#b2b2b480}.product-details-page .controls .control:active{background:#b2b2b4bf}.product-details-page .controls .control[disabled]{cursor:not-allowed}.product-details-page .controls .input-value{border:2px solid #22232780;font-weight:600;height:30px;max-width:100px;outline:none;padding:0 .5em}.product-details-page .model-section .title{margin:2rem 0}.product-details-page .model-section .models-list{list-style:none;margin:0;padding:0}.horizontal-divider{background:#b2b2b480;border-radius:100em;height:2px;margin:auto;width:90%}.product-details{align-items:flex-start;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:0;height:100%;justify-content:flex-start;padding:0;width:100%}.product-details__image{object-fit:contain;object-position:center;width:100%}.image-gallery{grid-gap:.5em;display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto auto;height:fit-content}.image-gallery_main-image{height:400px;width:100%}@media screen and (max-width:1239px){.image-gallery_main-image{height:300px}}@media screen and (max-width:575px){.image-gallery_main-image{height:250px}}.image-gallery_main-image img{height:100%;object-fit:contain;object-position:center;width:100%}.image-gallery_gallery{grid-gap:1em;display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:1fr;overflow:visible;padding:1em 0;place-items:center flex-start;width:100%}.image-gallery_gallery-images{align-items:center;display:flex;flex-flow:row nowrap;gap:1em;justify-content:flex-start;overflow-x:auto;padding:0;-webkit-user-select:none;user-select:none;width:100%}.image-gallery_gallery-images::-webkit-scrollbar{height:12px;width:12px}.image-gallery_gallery-images::-webkit-scrollbar-track{background:#f2f2f2;border-radius:10px}.image-gallery_gallery-images::-webkit-scrollbar-thumb{background-color:#b2b2b480;border:3px solid #f2f2f2;border-radius:10px}.image-gallery_gallery-images::-webkit-scrollbar-thumb:hover{background-color:#b2b2b4}@media screen and (min-width:768px){.image-gallery_gallery-images{align-items:center;display:flex;flex-flow:row nowrap;gap:1em;justify-content:flex-start;padding:0}}.image-gallery_gallery .control{background:#b2b2b433;border:none;cursor:pointer;display:grid;height:100%;padding:1em .25em;place-items:center;transition:all .125s ease-in-out}.image-gallery_gallery .control:hover{background:#b2b2b480}.image-gallery_gallery .control:active{background:#b2b2b4bf}.image-gallery_gallery .control[disabled]{background:#b2b2b41a;color:#b2b2b4;cursor:not-allowed;pointer-events:none}.image-gallery_thumbnail{aspect-ratio:1/1.2;cursor:pointer;height:85px;object-fit:scale-down;outline:none;position:relative;width:fit-content}.image-gallery_thumbnail.active{outline:2px solid #b2b2b4;outline-offset:-2px}.tab-bar{align-items:flex-start;border-bottom:2px solid #b2b2b4;display:flex;flex-flow:row nowrap;gap:0;justify-content:flex-start;list-style:none;padding:0;width:100%}@media screen and (max-width:575px){.tab-bar{border-bottom:none;flex-direction:column}}.tab-bar .tab{align-items:center;background:#b2b2b426;border:none;color:#222327;cursor:pointer;display:flex;flex:1 1 auto;flex-flow:row nowrap;font-size:1.2em;gap:.25em;justify-content:center;padding:.5em 1.5em}@media screen and (max-width:575px){.tab-bar .tab{border-bottom:2px solid #b2b2b4;width:100%}}.tab-bar .tab.active{background:#222327;border-color:#222327;color:#fff;font-weight:600}.tab-content{height:100%;width:100%}.document-list{align-items:flex-start;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:1em;justify-content:flex-start;padding:0;width:100%}:host{width:100%}.document-card{background:#8080801a;width:100%}.document-card .content{align-items:center;display:flex;flex-flow:row nowrap;gap:.5rem;justify-content:flex-start;padding:1rem;width:100%}.document-card .content .name{font-size:1.25rem;font-weight:500}.document-card .content a{text-decoration:none}.model-card{align-items:flex-start;border:1px solid #b2b2b4;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:1rem;height:fit-content;justify-content:flex-start;margin:1rem 0;padding:1rem;width:100%}.model-card_footer,.model-card_header{align-items:center;display:flex;flex-flow:row nowrap;gap:0;justify-content:space-between;padding:0;width:100%}.model-card_title{font-size:24px;font-weight:500}.model-card_price{font-size:20px;font-weight:600;padding:.5rem}.model-card_content{align-items:flex-start;flex-flow:row nowrap;flex-flow:column nowrap;font-size:16px;width:100%}.model-card .model-data_line,.model-card_content{display:flex;gap:.5rem;justify-content:flex-start;padding:0}.model-card .model-data_line{align-items:center;flex-flow:row nowrap}.model-card .model-data_label{color:gray;flex:0 1 auto}.model-card .model-data_value{flex:1 0 auto;font-weight:600}.model-card .inquire-button{width:100%}@media screen and (max-width:575px){.product-list-page .header .search-bar{width:100%}}.product-list-page .text-content .title{padding-bottom:.5rem}.product-list-page .text-content .subtitle{color:#00000080;font-size:1.2rem;font-weight:600}.product-list-page .content{position:relative;width:100%}.product-list-page .product-list{grid-gap:2em;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-template-rows:1fr;list-style:none}.product-list-page .search-bar{align-items:center;border:2px solid #000;border-radius:.5rem;display:flex;flex-flow:row nowrap;gap:.5rem;justify-content:space-between;overflow:hidden;padding:0 8px 0 0;position:relative}.product-list-page .search-bar input{border:0;font-size:1.1rem;padding:8px 12px}.product-list-page .search-bar input:active,.product-list-page .search-bar input:focus,.product-list-page .search-bar input:focus-visible,.product-list-page .search-bar input:focus-within{border:none;outline:none}.product-list-page select{background:#b2b2b426;border:none;display:block;font-size:16px;height:100%;min-height:40px;padding:1em;position:relative;transition:background-color .125s ease-in-out;width:100%}.product-list-page select::placeholder{font:#b2b2b4}.product-list-page select:active,.product-list-page select:focus,.product-list-page select:focus-visible,.product-list-page select:focus-within{background-color:#ad122a1a;outline:none}.no-data{align-items:center;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:2em;justify-content:center;padding:2em;text-align:center;width:100%}.no-data h1{font-size:2rem}.email-area{border:1px solid #000;margin:auto;width:80%}.email-area .email-template{height:100%;width:100%}.checkout-page{width:100%}.checkout-page_content{align-items:flex-start;display:flex;flex-flow:row nowrap;gap:3rem;justify-content:flex-start;padding:0;position:relative;width:100%}@media screen and (max-width:1023px){.checkout-page_content{flex-direction:column-reverse}}.checkout-page .item-section{flex:1 1 auto;position:relative;width:100%}.checkout-page .contact-section{border:1px solid #b2b2b4;flex:1 0 20%;min-width:400px}.checkout-page .contact-section .contact-forms{border:none}.checkout-page .contact-section .contact-forms form{gap:1rem}@media screen and (max-width:1239px){.checkout-page .contact-section .contact-forms{padding:2em}.checkout-page .contact-section .contact-forms form{width:100%}}@media screen and (max-width:575px){.checkout-page .contact-section .contact-forms{padding:1rem}}.checkout-page .cart-items{align-items:flex-start;gap:1em;justify-content:flex-start;padding:0}.checkout-page .cart-items,.checkout-page .empty{display:flex;flex-flow:row nowrap;flex-flow:column nowrap}.checkout-page .empty{align-items:center;gap:2em;justify-content:center;padding:1em}.checkout-page .empty-message{color:#000;font-size:2em;font-weight:600}.cart-item{align-items:flex-start;border:1px solid #b2b2b4;display:flex;flex-flow:row nowrap;gap:1em;justify-content:flex-start;list-style:none;padding:1em;width:100%}.cart-item .image-section{aspect-ratio:1;height:100px}.cart-item .image-section .image{height:100%;object-fit:contain;width:100%}@media screen and (max-width:575px){.cart-item .image-section{display:none}}.cart-item .label{color:#222327;font-weight:600}.cart-item .info-section{align-items:flex-start;display:flex;flex:1 1 auto;flex-flow:row nowrap;flex-flow:column nowrap;gap:.5em;justify-content:flex-start;padding:0}.cart-item .info-section .name{color:#000;font-size:1.5em;font-weight:600}.cart-item .info-section .category{color:#00000080;font-size:1.2em;font-weight:600}@media screen and (max-width:1239px){.cart-item .info-section .name{font-size:1.2em}.cart-item .info-section .category{font-size:1em}}.cart-item .info-section .controls{align-items:center;display:flex;flex-flow:row nowrap;gap:.5em;justify-content:flex-start;padding:0}.cart-item .info-section .controls .control{background:#b2b2b433;border:none;cursor:pointer;height:30px;width:30px}.cart-item .info-section .controls .control:hover{background:#b2b2b480}.cart-item .info-section .controls .control:active{background:#b2b2b4bf}.cart-item .info-section .controls .control[disabled]{cursor:not-allowed}.cart-item .info-section .controls .input-value{border:2px solid #22232780;font-weight:600;height:30px;outline:none;padding:0 .5em}.cart-item .info-section .product-table{width:100%}.cart-item .info-section .product-table thead,.cart-item .info-section .product-table tr>td:first-of-type{background:#b2b2b480;font-size:1.1rem;font-weight:600}.cart-item .info-section .product-table tr{border-bottom:1px solid #222327}.cart-item .info-section .product-table tr:hover{background:#b2b2b426}.cart-item .info-section .product-table td{padding:.25em;text-align:center}.cart-item .info-section .product-table td.small{width:10px}@media screen and (max-width:1239px){.cart-item .info-section .product-table{margin-bottom:2rem}}.cart-item .model-section,.products-category-page .content{width:100%}.products-category-page .subTitle{color:#00000080;padding-top:.5rem}:root{--primary:#e31837;--primary-shade:#ad122a;--accent:#222327;--dark:#000;--light:#fff;--light-shade-darker:#b2b2b4;--light-shade:#f2f2f2;--primary-rgb:#e31837;--primary-shade-rgb:#ad122a;--accent-rgb:#222327;--dark-rgb:#000;--light-rgb:#fff;--light-shade-darker-rgb:#b2b2b4}.spacer{flex:1 1 auto}a,a:active,a:visited{color:inherit;text-decoration:none}.heroicon-20{height:20px;width:20px}.heroicon-16{height:16px;width:16px}.heroicon-24{height:24px;width:24px}.heroicon-32{height:32px;width:32px}.heroicon-48{height:48px;width:48px}.color-light-shade-darker{color:#b2b2b4;color:var(--light-shade-darker)}.color-light{color:#fff;color:var(--light)}.color-primary{color:#e31837;color:var(--primary)}.text-content-section{align-items:flex-start;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:1em;justify-content:flex-start;padding:0;width:75%}.text-content-section .title{font-size:48px;font-weight:700;line-height:56px}.text-content-section .text{font-size:24px;line-height:28px}@media screen and (max-width:1239px){.text-content-section{width:90%}.text-content-section .title{font-size:36px;line-height:42px}.text-content-section .text{font-size:16px;line-height:21px}}.action-bar{align-items:center;display:flex;flex-flow:row nowrap;gap:.5em;justify-content:flex-start;padding:0;width:100%}.action-bar.right{justify-content:flex-end}.action-bar.center{justify-content:center}.action-bar.vertical{align-items:flex-start;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:.5em;justify-content:flex-start;padding:0}.vert{background-color:#2223271a;height:100%;width:2px}@media screen and (max-width:1239px){.laptop{display:none!important}}@media screen and (min-width:768px){.tablet{display:none!important}}@media screen and (min-width:576px){.mobile{display:none!important}}@media screen and (min-width:1240px){.less-than-laptop{display:none!important}}@media screen and (min-width:1024px){.less-than-mid-laptop{display:none!important}}@media screen and (max-width:1023px){.more-than-mid-laptop{display:none!important}}.half{flex:1 1 500px}.full{flex:1 1 100%}.w-100{width:100%}.card{align-items:flex-start;background-color:#f2f2f2;border-radius:.5em;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:0;justify-content:flex-start;padding:1em}.card-title{color:#222327;font-size:20px;font-weight:600;letter-spacing:.05em}.card-image{border-radius:.25em;height:150px;object-fit:cover;width:100%}.card-text{font-size:16px;font-weight:500;letter-spacing:.05em}.card-content{flex-grow:1}.full{flex:1 1 100%!important}.contact-forms{align-items:center;background-color:#fff;border:1px solid #b2b2b480;display:flex;flex-flow:row nowrap;flex-flow:column nowrap;gap:2em;height:100%;justify-content:flex-start;padding:2em;width:100%}.contact-forms .title{font-size:36px;font-weight:600;line-height:42px;text-align:center;width:100%}.contact-forms .subTitle{font-size:20px;font-weight:500;line-height:23px;text-align:center;width:100%}.contact-forms form{align-items:center;flex:1 0 auto;flex-flow:row nowrap;flex-wrap:wrap;gap:2rem;text-align:left;width:90%}.contact-forms form,.contact-forms form fieldset{display:flex;justify-content:flex-start;padding:0}.contact-forms form fieldset{align-items:flex-start;border:none;flex:1 1 400px;flex-flow:row nowrap;flex-flow:column nowrap;gap:.25em;outline:none;position:relative}.contact-forms form fieldset label{color:#222327;font-size:16px;font-weight:600;letter-spacing:1px;line-height:24px}.contact-forms form fieldset label sup{color:#e31837}.contact-forms form fieldset input,.contact-forms form fieldset select,.contact-forms form fieldset textarea{background:#b2b2b426;border:none;display:block;font-size:16px;height:100%;min-height:40px;padding:1em;position:relative;transition:background-color .125s ease-in-out;width:100%}.contact-forms form fieldset input::placeholder,.contact-forms form fieldset select::placeholder,.contact-forms form fieldset textarea::placeholder{color:#b2b2b4}.contact-forms form fieldset input:active,.contact-forms form fieldset input:focus,.contact-forms form fieldset input:focus-visible,.contact-forms form fieldset input:focus-within,.contact-forms form fieldset select:active,.contact-forms form fieldset select:focus,.contact-forms form fieldset select:focus-visible,.contact-forms form fieldset select:focus-within,.contact-forms form fieldset textarea:active,.contact-forms form fieldset textarea:focus,.contact-forms form fieldset textarea:focus-visible,.contact-forms form fieldset textarea:focus-within{background-color:#2223271a;border-bottom:2px solid #222327;outline:none}.contact-forms form fieldset textarea{min-height:200px}.carousel-container{overflow:hidden;padding:3em 0;position:relative;width:100%}.carousel-container:after,.carousel-container:before{background:linear-gradient(90deg,#fff 0,#fff0);content:"";height:100%;position:absolute;width:200px;z-index:2}.carousel-container:after{right:0;top:0;transform:rotate(180deg)}.carousel-container:before{left:0;top:0}.carousel-container .carousel{align-items:stretch;animation:animate-left 40s linear infinite;display:flex;flex-flow:row nowrap;gap:2rem;grid-template-rows:1fr;height:100%;justify-content:flex-start;list-style:none;position:relative;width:100%}@keyframes animate-left{0%{transform:translateX(0)}to{transform:translateX(calc(-3200px - 32rem))}}.service-details{background:#fff;border-radius:18px;margin-bottom:0;min-height:100vh;width:100%}.service-details .content{align-items:center;display:flex;flex-direction:column;gap:2em;justify-content:center}.service-details .service-section{background:#fff;border:1px solid #b2b2b4;margin-bottom:0;padding:2em;width:100%}.service-details .service-section h1,.service-details .service-section h2{color:#000;font-weight:700;letter-spacing:.01em;margin-bottom:.5em}.service-details .service-section h3{align-items:center;color:#e31837;display:flex;font-size:1.25em;gap:.5em;margin-top:0}.service-details .service-section ul{margin:1em 0 1em 1.5em}.service-details .service-section ul li{font-size:1.05em;line-height:1.6;margin-bottom:.4em}.service-details .service-section ul li::marker{color:#e31837}.service-details .service-section a{color:#e31837;font-weight:500;text-decoration:underline}.service-details .service-section a:hover{color:#b5132c}.service-details .service-section p{font-size:1.08em;margin-bottom:.7em}.service-details .service-section i{color:#000;font-style:italic}.service-details .service-section div{margin-top:.5em}.service-details .service-section div p{margin-bottom:.2em}@media screen and (max-width:1239px){.service-details .content{gap:1em}.service-details .service-section{padding:1em}}
/*# sourceMappingURL=main.1600ef0a.css.map*/