@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */

/*!
* 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)}}@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}.transformations{padding:5rem 1rem;text-align:center}.transformations h2{font-size:2rem;margin-bottom:1.5rem}.transformations .transformation-slider{align-items:center;display:flex;justify-content:center;position:relative}.transformations .transformation-slider .transformation-item{display:flex;justify-content:space-between;margin:0 8rem 0 3rem;max-width:800px}.transformations .transformation-slider .transformation-item .transformation-after,.transformations .transformation-slider .transformation-item .transformation-before{margin:0 5rem 0 0;text-align:center;width:48%}.transformations .transformation-slider .transformation-item .transformation-after h3,.transformations .transformation-slider .transformation-item .transformation-before h3{margin-bottom:.5rem}.transformations .transformation-slider .transformation-item .transformation-after .transformation-image,.transformations .transformation-slider .transformation-item .transformation-before .transformation-image{aspect-ratio:3/4;background:#f5f5f5;border-radius:10px;display:block;height:576px;object-fit:cover;width:432px}.transformations .transformation-slider .next-btn,.transformations .transformation-slider .prev-btn{background:none;border:none;color:#354d40;cursor:pointer;font-size:2rem;padding:0 1rem;transition:color .3s}.transformations .transformation-slider .next-btn:hover,.transformations .transformation-slider .prev-btn:hover{color:#aad2ba}.transformations .transformation-dots{margin-top:1rem}.transformations .transformation-dots .dot{background-color:#ddd;border-radius:50%;cursor:pointer;display:inline-block;height:10px;margin:0 5px;width:10px}.transformations .transformation-dots .dot.active{background-color:#354d40}@media(max-width:1024px){.transformations .transformation-slider .transformation-item{margin:0 1rem}.transformations .transformation-slider .transformation-item .transformation-after,.transformations .transformation-slider .transformation-item .transformation-before{margin:0}.transformations .transformation-slider .transformation-item .transformation-after .transformation-image,.transformations .transformation-slider .transformation-item .transformation-before .transformation-image{height:auto;width:100%}}.header{align-items:center;background-color:#354d40;color:#fff;display:flex;justify-content:space-between;padding:1rem;position:fixed;top:0;width:100%;z-index:1000}.header .left-logo img{height:70px;margin-right:1rem}.header nav{align-items:center;display:flex;flex-grow:1;justify-content:center;left:-2.75%;position:relative}.header nav .nav-left{left:-15%;position:relative}.header nav .nav-right{left:6%;position:relative}.header nav .nav-left,.header nav .nav-right{align-items:center;display:flex;gap:6rem;list-style:none}.header nav .nav-left li,.header nav .nav-right li{align-items:center;display:flex}.header nav .nav-left li a,.header nav .nav-left li span,.header nav .nav-right li a,.header nav .nav-right li span{color:#fff;cursor:pointer;font-size:25px;font-weight:700;text-decoration:none}.header nav .nav-left li a:hover,.header nav .nav-left li span:hover,.header nav .nav-right li a:hover,.header nav .nav-right li span:hover{color:#aad2ba;text-decoration:none}.header nav .nav-left li.dropdown,.header nav .nav-right li.dropdown{position:relative}.header nav .nav-left li.dropdown .dropdown-menu,.header nav .nav-right li.dropdown .dropdown-menu{background-color:#354d40;border-radius:4px;display:none;left:0;list-style:none;padding:.5rem 0;position:absolute;top:100%;width:200px;z-index:1000}.header nav .nav-left li.dropdown .dropdown-menu li,.header nav .nav-right li.dropdown .dropdown-menu li{padding:.5rem 1rem}.header nav .nav-left li.dropdown .dropdown-menu li a,.header nav .nav-right li.dropdown .dropdown-menu li a{color:#fff;font-size:20px;text-decoration:none}.header nav .nav-left li.dropdown .dropdown-menu li a:hover,.header nav .nav-right li.dropdown .dropdown-menu li a:hover{color:#aad2ba;text-decoration:none}.header nav .nav-left li.dropdown.open .dropdown-menu,.header nav .nav-left li.dropdown:hover .dropdown-menu,.header nav .nav-right li.dropdown.open .dropdown-menu,.header nav .nav-right li.dropdown:hover .dropdown-menu{display:block}.header nav .center-logo{align-items:center;display:flex;justify-content:center;position:absolute;transform:translateX(-50%)}.header nav .center-logo img{border-radius:50%;height:150px;transform:translateY(20%);width:150px}.header nav .center-logo img:hover{animation:flip-animation 1.2s forwards}@keyframes flip-animation{0%,to{transform:translateY(20%) rotateY(0deg)}50%{transform:translateY(20%) rotateY(180deg)}}.header .language-switcher{position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.header .language-switcher .dropdown-toggle{background-color:#0000;border:none;color:#fff;cursor:pointer;font-size:1.5rem;padding:.5rem 1rem}.header .language-switcher .dropdown-toggle:hover{color:#aad2ba}.header .language-switcher .dropdown-toggle:focus{outline:none}.header .language-switcher .dropdown-menu{background-color:#fff;border-radius:4px;display:block;padding:.5rem 0;position:absolute;right:80%;top:50%;z-index:1000}.header .language-switcher .dropdown-menu li{list-style:none;padding:.5rem 1rem}.header .language-switcher .dropdown-menu li a{color:#333;text-decoration:none}.header .language-switcher .dropdown-menu li a:hover{background-color:#f8f9fa;text-decoration:none}.header .language-switcher.open{align-items:center;display:flex;flex-direction:column;position:relative;right:0;top:0;width:100%}.header .language-switcher.open .dropdown-menu{background-color:#fff;border-radius:4px;padding:.5rem 0;position:static;right:auto;top:auto}.header .language-switcher.open li{list-style:none;padding:.5rem 1rem}.header .language-switcher.open li a{color:#333;text-decoration:none}.header .language-switcher.open li a:hover{background-color:#f8f9fa;text-decoration:none}.header .hamburger-menu{display:none;left:-5%;position:relative}.header .hamburger-menu .menu-toggle{background-color:#0000;border:none;color:#fff;cursor:pointer;font-size:2rem}.header .hamburger-menu .menu-toggle:hover{color:#aad2ba}.header .hamburger-menu .menu-toggle:focus{outline:none}@media(max-width:1200px){.header .center-logo{display:none!important}.header nav{display:none}.header nav.open{background-color:#354d40;display:flex;flex-direction:column;left:0;padding:1rem 0;position:absolute;text-align:center;top:100%;width:100%}.header nav.open .nav-left,.header nav.open .nav-right{flex-direction:column;gap:1rem}.header nav.open .nav-left,.header nav.open .nav-right{left:-5%;margin-bottom:0;position:relative}.header nav.open .language-switcher{left:-3%;position:relative;transform:none}.header .hamburger-menu{display:block}.header .left-logo{display:flex;flex-grow:1;justify-content:center}.header .language-switcher{display:none}.header nav.open .language-switcher{align-items:center;display:flex;flex-direction:column;padding:1rem 0}.header nav.open .dropdown .dropdown-menu{left:-5%;position:relative;transform:none}}.footer{background-color:#354d40;color:#fff;padding:3rem 0 0;text-align:center}.footer .footer-icons{display:flex;gap:3rem;justify-content:center}.footer .footer-icons a{color:#fff;text-decoration:none}.footer .footer-icons a:hover{color:#25d366}.footer .footer-nav{display:flex;justify-content:center;margin-top:1rem}.footer .footer-nav ul{display:flex;justify-content:center;list-style:none;padding:0}.footer .footer-nav ul li{margin:0 2rem}.footer .footer-nav ul li a{color:#fff;font-size:1.2rem;text-decoration:none}.footer .footer-nav ul li a:hover{color:#aad2ba;text-decoration:underline}.footer .footer-bottom{background-color:#1b241c;box-sizing:border-box;font-size:1rem;margin-top:2rem;padding:1rem;width:100%}.footer .footer-bottom p{margin:0;text-align:center}@media(max-width:480px){.footer .footer-nav{display:none}}.homepage h2{color:#333}.homepage p{color:#555}.homeServices{background-image:url(/static/media/subheaderBackground.3639c6ddd6d7b45bd012.png);background-position:50%;background-size:cover;padding:0;position:relative;text-align:center}.homeServices .services-heading{background-color:#00000080;box-sizing:border-box;color:#fff;padding:2rem;width:100%}.homeServices .services-heading h2{font-size:2.5rem;margin:0;text-align:left}.homeServices .content-layer{background-color:#f9f9f9;min-height:100vh;padding:5rem 0}.homeServices .content-layer .estimation-section{align-items:stretch;background-color:#fff;border-radius:1rem;box-shadow:0 4px 8px #0003;display:flex;height:calc(100% + 4rem);justify-content:center;margin:0 auto;width:60%}.homeServices .content-layer .estimation-section .package{background-image:url(/static/media/homeCleaningBackground.7200d584f7ef677684d3.png);background-repeat:no-repeat;background-size:cover;border:1px solid #ddd;border-radius:1rem 0 0 1rem;display:flex;flex:1.5 1;flex-direction:column;justify-content:center;padding:1rem;position:relative}.homeServices .content-layer .estimation-section .package .package-content{color:#fff;padding:2rem;text-align:left;z-index:2}.homeServices .content-layer .estimation-section .package .package-content .cleaning-price{font-size:1.5rem;font-weight:600;position:absolute;top:2rem}.homeServices .content-layer .estimation-section .package .package-content .cleaning-cost{font-size:3.5rem;font-weight:900;margin-bottom:1rem}.homeServices .content-layer .estimation-section .package .package-content .hourly-rate{font-size:3.5rem;font-weight:900;margin:1rem 0}.homeServices .content-layer .estimation-section .package .package-content .rate-after-tax{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.homeServices .content-layer .estimation-section .package .package-content .divider{border:none;border-top:1px solid #fff;margin:2rem 0}.homeServices .content-layer .estimation-section .package .package-content .scroll-button{background-color:#354d40;border:none;border-radius:5px;cursor:pointer;display:inline-block;padding:.5rem 2rem;text-decoration:none;transition:background-color .3s ease}.homeServices .content-layer .estimation-section .package .package-content .scroll-button:hover{background-color:#aad2ba;color:#112a46}.homeServices .content-layer .estimation-section .package:before{background-color:#00000080;border-radius:inherit;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.homeServices .content-layer .estimation-section .package p{color:#fff;font-size:1.5rem;font-weight:800;position:relative;z-index:2}.homeServices .content-layer .estimation-section .package .package-item{display:flex;flex-direction:column;justify-content:center;position:relative;text-align:left;z-index:2}.homeServices .content-layer .estimation-section .package .package-note{position:relative;top:3rem}.homeServices .content-layer .estimation-section .package .package-note p{color:#ececec;font-size:.875rem}.homeServices .content-layer .estimation-section .package .scroll-button{background-color:#354d40;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.5rem 2rem}.homeServices .content-layer .estimation-section .package .scroll-button:hover{background-color:#aad2ba}.homeServices .content-layer .estimation-section .estimation-form{background-color:#fff;border:1px solid #ddd;border-radius:0 1rem 1rem 0;flex:1 1;padding:4rem}.homeServices .content-layer .estimation-section .estimation-form h3{font-size:2.5rem;font-weight:900}.homeServices .content-layer .estimation-section .estimation-form .form-group{margin-bottom:1rem}.homeServices .content-layer .estimation-section .estimation-form .form-group select{border:1px solid #ddd;border-radius:5px;font-weight:500;padding:.5rem;width:100%}.homeServices .content-layer .estimation-section .estimation-form button{background-color:#354d40;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.5rem 2rem}.homeServices .content-layer .estimation-section .estimation-form button:hover{background-color:#aad2ba;color:#112a46}.homeServices .content-layer .estimation-section .estimation-form .estimated-time{font-weight:700;margin-top:1rem}.homeServices .content-layer .estimation-section .estimation-form .estimated-time .note{font-size:.8rem;font-style:italic;font-weight:lighter;margin-top:.5rem}.homeServices .content-layer .offer-section{margin:5rem 0;text-align:center}.homeServices .content-layer .offer-section .offer-caption{font-size:3rem;font-weight:900;margin-bottom:1rem}.homeServices .content-layer .offer-section .packages{display:flex;gap:2rem;justify-content:center;margin-top:2rem}.homeServices .content-layer .offer-section .packages .package{background-color:#f0f8ff;border:1px solid #ddd;border-radius:.5rem;box-shadow:0 4px 8px #0003;padding:2rem;position:relative;width:350px}.homeServices .content-layer .offer-section .packages .package .offer-notification{align-items:center;border-bottom:100px solid #0000;border-left:100px solid #e74c3c;border-radius:.5rem 0 0 0;color:#fff;display:flex;font-weight:700;height:0;justify-content:center;left:0;position:absolute;top:0;transform-origin:left top;width:0}.homeServices .content-layer .offer-section .packages .package .offer-notification span{left:-5.75rem;position:absolute;top:1.5rem;transform:rotate(315deg);white-space:nowrap}.homeServices .content-layer .offer-section .packages .package h3{font-size:1.5rem;margin-bottom:1rem}.homeServices .content-layer .offer-section .packages .package p{font-size:1rem}.homeServices .content-layer .offer-section .packages .package .offer-price{color:#d32f2f;font-size:1.8rem;font-weight:900}.homeServices .content-layer .offer-section .packages .package .note{font-style:italic;margin-top:1rem}.homeServices .content-layer .offer-section .packages .package.first-time{background-color:#f0f8ff}.homeServices .content-layer .interesting-fact-section{background-color:#f5f5f5;border-radius:.5rem;display:flex;margin-top:2rem;padding:0 2rem;text-align:left}.homeServices .content-layer .interesting-fact-section .fact-content{flex:1 1;padding-right:1rem}.homeServices .content-layer .interesting-fact-section .fact-content .fact-caption{font-size:3rem;font-weight:900;margin-bottom:1rem}.homeServices .content-layer .interesting-fact-section .fact-content .fact-highlight{color:#354d40;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.homeServices .content-layer .interesting-fact-section .fact-content p{font-size:1.1rem;margin-bottom:.5rem}.homeServices .content-layer .interesting-fact-section .fact-content ul{list-style-type:disc;padding-left:2rem}.homeServices .content-layer .interesting-fact-section .fact-content ul li{font-size:1.1rem;margin-bottom:.5rem}.homeServices .content-layer .interesting-fact-section .fact-image{align-items:center;display:flex;flex:1 1;justify-content:center;padding-left:1rem}.homeServices .content-layer .interesting-fact-section .fact-image img{border-radius:.5rem;height:auto;max-width:100%}.homeServices .content-layer .order-form-section{padding:2rem 0;text-align:center}.homeServices .content-layer .order-form-section h2{font-size:3rem;font-weight:900;margin-bottom:1rem;text-align:center}.homeServices .content-layer .order-form-section .order-form{background-color:#fff;border-radius:.5rem;box-shadow:0 0 10px #0000001a;margin:0 auto;max-width:20%;padding:2rem}.homeServices .content-layer .order-form-section .order-form .form-group{margin-bottom:1.5rem}.homeServices .content-layer .order-form-section .order-form .form-group input{border:1px solid #ddd;border-radius:.25rem;box-sizing:border-box;font-size:1rem;padding:.5rem;width:100%}.homeServices .content-layer .order-form-section .order-form .form-group.half-width{display:flex;gap:1rem}.homeServices .content-layer .order-form-section .order-form .form-group.half-width input{flex:1 1}.homeServices .content-layer .order-form-section .order-form button{background-color:#354d40;border:none;border-radius:.25rem;color:#fff;cursor:pointer;display:block;font-size:1rem;padding:.75rem;transition:background-color .3s ease;width:100%}.homeServices .content-layer .order-form-section .order-form button:hover{background-color:#aad2ba;color:#112a46}.homeServices .content-layer .order-form-section .order-form .form-status{color:#354d40;font-size:1rem;margin-top:1rem}@media(max-width:1024px){.homeServices .package-note{margin-bottom:2rem}.homeServices .content-layer .estimation-section{flex-direction:column}.homeServices .content-layer .estimation-section .estimation-form,.homeServices .content-layer .estimation-section .package{border-radius:0;flex:none;padding:2rem;width:100%}.homeServices .content-layer .offer-section .packages{align-items:center;flex-direction:column}.homeServices .content-layer .offer-section .packages .package{margin:1rem 0}.homeServices .content-layer .order-form-section .order-form{max-width:40%}}@media(max-width:768px){.homeServices .interesting-fact-section{flex-direction:column}.homeServices .interesting-fact-section .fact-content{margin:0 auto;text-align:center;width:70%}.homeServices .interesting-fact-section .fact-content .fact-caption{font-size:2rem!important;font-weight:600!important}.homeServices .interesting-fact-section .fact-content .fact-highlight{font-size:1rem!important}.homeServices .interesting-fact-section .fact-content li,.homeServices .interesting-fact-section .fact-content p,.homeServices .interesting-fact-section .fact-content ul{font-size:.9rem!important}.homeServices .interesting-fact-section .fact-image{display:none!important}.homeServices .order-form-section .order-form{max-width:60%!important}}@media(max-width:480px){.homeServices .estimation-section{margin:0 3rem!important}.homeServices .estimation-section .package .package-content{padding:1rem!important}.homeServices .estimation-section .package .package-content .cleaning-price{font-size:.9rem!important;font-weight:300!important}.homeServices .estimation-section .package .package-content .cleaning-cost,.homeServices .estimation-section .package .package-content .hourly-rate{font-size:2rem!important;font-weight:600!important}.homeServices .estimation-section .package .package-content .rate-after-tax{font-size:.9rem!important;font-weight:300!important}.homeServices .estimation-section .package .package-content .divider{margin:1rem 0!important}.homeServices .estimation-section .estimation-form h3{font-size:2rem!important;font-weight:600!important}.homeServices .offer-section .packages .package.first-time{width:75%}.homeServices .order-form-section .order-form{max-width:70%!important}}.movingServices{background-image:url(/static/media/subheaderBackground.3639c6ddd6d7b45bd012.png);background-position:50%;background-size:cover;padding:0;position:relative;text-align:center}.movingServices .services-heading{background-color:#00000080;box-sizing:border-box;color:#fff;padding:2rem;width:100%}.movingServices .services-heading h2{font-size:2.5rem;margin:0;text-align:left}.movingServices .content-layer{background-color:#f9f9f9;min-height:100vh;padding:5rem 0}.movingServices .content-layer .estimation-section{align-items:stretch;background-color:#fff;border-radius:1rem;box-shadow:0 4px 8px #0003;display:flex;height:calc(100% + 4rem);justify-content:center;margin:0 auto;width:60%}.movingServices .content-layer .estimation-section .package{background-image:url(/static/media/movingCleaningBackground.f4a42929bee2193d2b3d.jpg);background-repeat:no-repeat;background-size:cover;border:1px solid #ddd;border-radius:1rem 0 0 1rem;display:flex;flex:1.5 1;flex-direction:column;justify-content:center;padding:1rem;position:relative}.movingServices .content-layer .estimation-section .package:before{background-color:#00000080;border-radius:inherit;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.movingServices .content-layer .estimation-section .package .package-content{color:#fff;padding:2rem;text-align:left;z-index:2}.movingServices .content-layer .estimation-section .package .package-content .cleaning-price{font-size:1.5rem;font-weight:600;position:absolute;top:2rem}.movingServices .content-layer .estimation-section .package .package-content .cleaning-cost{font-size:3.5rem;font-weight:900;margin-bottom:1rem}.movingServices .content-layer .estimation-section .package .package-content .hourly-rate{font-size:3.5rem;font-weight:900;margin:1rem 0}.movingServices .content-layer .estimation-section .package .package-content .rate-after-tax{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.movingServices .content-layer .estimation-section .package .package-content .divider{border:none;border-top:1px solid #fff;margin:2rem 0}.movingServices .content-layer .estimation-section .package .package-content .scroll-button{background-color:#354d40;border:none;border-radius:5px;cursor:pointer;display:inline-block;padding:.5rem 2rem;text-decoration:none;transition:background-color .3s ease}.movingServices .content-layer .estimation-section .package .package-content .scroll-button:hover{background-color:#aad2ba;color:#112a46}.movingServices .content-layer .estimation-section .package p{color:#fff;font-size:1.5rem;font-weight:800;position:relative;z-index:2}.movingServices .content-layer .estimation-section .package .package-item{display:flex;flex-direction:column;justify-content:center;position:relative;text-align:left;z-index:2}.movingServices .content-layer .estimation-section .package .package-note{position:relative;top:3rem}.movingServices .content-layer .estimation-section .package .package-note p{color:#ececec;font-size:.875rem}.movingServices .content-layer .estimation-section .estimation-form{background-color:#fff;border:1px solid #ddd;border-radius:0 1rem 1rem 0;flex:1 1;padding:4rem}.movingServices .content-layer .estimation-section .estimation-form h3{font-size:2.5rem;font-weight:900}.movingServices .content-layer .estimation-section .estimation-form .form-group{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.movingServices .content-layer .estimation-section .estimation-form .form-group select{border:1px solid #ddd;border-radius:5px;font-weight:500;padding:.5rem;width:100%}.movingServices .content-layer .estimation-section .estimation-form button{background-color:#354d40;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.5rem 2rem}.movingServices .content-layer .estimation-section .estimation-form button:hover{background-color:#aad2ba;color:#112a46}.movingServices .content-layer .estimation-section .estimation-form .estimated-time{font-weight:700;margin-top:1rem}.movingServices .content-layer .estimation-section .estimation-form .estimated-time .note{font-size:.8rem;font-style:italic;font-weight:lighter;margin-top:.5rem}.movingServices .content-layer .slogan-container{border-radius:.5rem;display:flex;margin:8rem 0 2rem;padding:2rem;text-align:left}.movingServices .content-layer .slogan-container .text{flex:1 1;padding-right:1rem}.movingServices .content-layer .slogan-container .text .slogan{font-size:3rem;font-weight:900;margin-bottom:1rem}.movingServices .content-layer .slogan-container .text .paragraph{font-size:1.5rem}.movingServices .content-layer .slogan-container .image{align-items:center;display:flex;flex:1 1;justify-content:center;padding-left:1rem}.movingServices .content-layer .slogan-container .image img{border-radius:.5rem;height:auto;max-width:100%}.movingServices .content-layer .order-form-section{padding:2rem 0;text-align:center}.movingServices .content-layer .order-form-section h2{font-size:3rem;font-weight:900;margin-bottom:1rem;text-align:center}.movingServices .content-layer .order-form-section .order-form{background-color:#fff;border-radius:.5rem;box-shadow:0 0 10px #0000001a;margin:0 auto;max-width:20%;padding:2rem}.movingServices .content-layer .order-form-section .order-form .form-group{margin-bottom:1.5rem}.movingServices .content-layer .order-form-section .order-form .form-group input{border:1px solid #ddd;border-radius:.25rem;box-sizing:border-box;font-size:1rem;padding:.5rem;width:100%}.movingServices .content-layer .order-form-section .order-form .form-group.half-width{display:flex;gap:1rem}.movingServices .content-layer .order-form-section .order-form .form-group.half-width input{flex:1 1}.movingServices .content-layer .order-form-section .order-form button{background-color:#354d40;border:none;border-radius:.25rem;color:#fff;cursor:pointer;display:block;font-size:1rem;padding:.75rem;transition:background-color .3s ease;width:100%}.movingServices .content-layer .order-form-section .order-form button:hover{background-color:#aad2ba;color:#112a46}.movingServices .content-layer .order-form-section .order-form .form-status{color:#354d40;font-size:1rem;margin-top:1rem}@media(max-width:1024px){.movingServices .package-note{margin-bottom:2rem}.movingServices .content-layer .estimation-section{flex-direction:column}.movingServices .content-layer .estimation-section .estimation-form,.movingServices .content-layer .estimation-section .package{border-radius:0;flex:none;padding:2rem;width:100%}.movingServices .content-layer .slogan-container{flex-direction:column}.movingServices .content-layer .slogan-container .text{margin:0 auto;text-align:center;width:80%}.movingServices .content-layer .slogan-container .text .paragraph{width:100%}.movingServices .content-layer .slogan-container .image{display:none!important}.movingServices .order-form-section .order-form{max-width:40%!important}}@media(max-width:768px){.movingServices .order-form-section .order-form{max-width:60%!important}}@media(max-width:480px){.movingServices .estimation-section{margin:0 3rem!important}.movingServices .estimation-section .package .package-content{padding:1rem!important}.movingServices .estimation-section .package .package-content .cleaning-price{font-size:.9rem!important;font-weight:300!important}.movingServices .estimation-section .package .package-content .cleaning-cost,.movingServices .estimation-section .package .package-content .hourly-rate{font-size:2rem!important;font-weight:600!important}.movingServices .estimation-section .package .package-content .rate-after-tax{font-size:.9rem!important;font-weight:300!important}.movingServices .estimation-section .package .package-content .divider{margin:1rem 0!important}.movingServices .estimation-section .estimation-form h3{font-size:2rem!important;font-weight:600!important}.movingServices .slogan-container .text{margin:0 auto;text-align:center;width:70%}.movingServices .slogan-container .text .slogan{font-size:1.5rem!important;font-weight:600!important}.movingServices .slogan-container .text .paragraph{font-size:.9rem!important}.movingServices .order-form-section .order-form{max-width:70%!important}}.officeServices{background-image:url(/static/media/subheaderBackground.3639c6ddd6d7b45bd012.png);background-position:50%;background-size:cover;padding:0;position:relative;text-align:center}.officeServices .services-heading{background-color:#00000080;box-sizing:border-box;color:#fff;padding:2rem;width:100%}.officeServices .services-heading h2{font-size:2.5rem;margin:0;text-align:left}.officeServices .content-layer{background-color:#f9f9f9;min-height:100vh;padding:5rem 0}.officeServices .content-layer .form-section{align-items:stretch;border-radius:1rem;box-shadow:0 4px 8px #0003;display:flex;justify-content:center;margin:0 auto;width:55%}.officeServices .content-layer .form-section .form-content{align-content:center;background-image:url(/static/media/officeCleaning.1b068e6cc9cfb47dd502.jpg);background-position:50%;background-size:cover;border-radius:0 1rem 1rem 0;color:#fff;flex:1.2 1;justify-content:center;padding:2rem;position:relative;text-align:center}.officeServices .content-layer .form-section .form-content:before{background-color:#00000080;border-radius:inherit;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.officeServices .content-layer .form-section .form-content .package-content{color:#fff;padding:2rem;position:relative;text-align:left;z-index:2}.officeServices .content-layer .form-section .form-content .package-content .cleaning-price{font-size:1.5rem;font-weight:600;position:absolute;top:-1rem}.officeServices .content-layer .form-section .form-content .package-content .cleaning-cost{font-size:3.5rem;font-weight:900;margin-bottom:1rem}.officeServices .content-layer .form-section .form-content .package-content .hourly-rate{font-size:2rem;font-weight:600;margin:1rem 0}.officeServices .content-layer .form-section .form-content .package-content .divider{border:none;border-top:1px solid #fff;margin:2rem 0}.officeServices .content-layer .form-section .form{background-color:#fff;border-left:1px solid #ddd;border-radius:1rem 0 0 1rem;flex:.7 1;padding:2rem}.officeServices .content-layer .form-section .form .form-group{margin-bottom:1.5rem}.officeServices .content-layer .form-section .form .form-group input,.officeServices .content-layer .form-section .form .form-group textarea{border:1px solid #ddd;border-radius:.25rem;box-sizing:border-box;font-size:1rem;padding:.5rem;width:100%}.officeServices .content-layer .form-section .form .form-group.half-width{display:flex;gap:1rem}.officeServices .content-layer .form-section .form .form-group.half-width input{flex:1 1}.officeServices .content-layer .form-section .form button{background-color:#354d40;border:none;border-radius:.25rem;color:#fff;cursor:pointer;display:block;font-size:1rem;padding:.75rem;transition:background-color .3s ease;width:100%}.officeServices .content-layer .form-section .form button:hover{background-color:#aad2ba;color:#112a46}.officeServices .content-layer .form-section .form .form-status{color:#354d40;font-size:1rem;margin-top:1rem}.officeServices .content-layer .slogan-container{border-radius:.5rem;display:flex;margin:8rem 0 2rem;padding:2rem;text-align:left}.officeServices .content-layer .slogan-container .text{align-self:center;flex:1 1;padding-left:1rem}.officeServices .content-layer .slogan-container .text .slogan{font-size:2.7rem;font-weight:900;margin-bottom:1rem;text-transform:uppercase}.officeServices .content-layer .slogan-container .text .paragraph{font-size:1.5rem}.officeServices .content-layer .slogan-container .image{align-items:center;display:flex;flex:1 1;justify-content:center;padding-right:1rem}.officeServices .content-layer .slogan-container .image img{border-radius:.5rem;height:auto;max-width:100%}@media(max-width:1024px){.officeServices .content-layer .form-section{flex-direction:column}.officeServices .content-layer .form-section .form{border-radius:.5rem .5rem 0 0;flex:none;padding:2rem;width:100%}.officeServices .content-layer .form-section .form-content{border-radius:0 0 .5rem .5rem;flex:none;width:100%}.officeServices .content-layer .slogan-container{flex-direction:column}.officeServices .content-layer .slogan-container .text{margin:0 auto;text-align:center;width:80%}.officeServices .content-layer .slogan-container .text .paragraph{width:100%}.officeServices .content-layer .slogan-container .image{display:none!important}}@media(max-width:480px){.officeServices .form-section{margin:0 3rem!important}.officeServices .form-section .form-content .package-content{padding:1rem!important}.officeServices .form-section .form-content .package-content .cleaning-price{font-size:.9rem!important;font-weight:300!important}.officeServices .form-section .form-content .package-content .cleaning-cost{font-size:2rem!important;font-weight:600!important}.officeServices .form-section .form-content .package-content .hourly-rate{font-size:1.3rem!important;font-weight:600!important}.officeServices .form-section .form-content .package-content .divider{margin:1rem 0!important}.officeServices .slogan-container .text{margin:0 auto;text-align:center;width:70%}.officeServices .slogan-container .text .slogan{font-size:1.5rem!important;font-weight:600!important}.officeServices .slogan-container .text .paragraph{font-size:1rem!important}}.contact-us{background-image:url(/static/media/subheaderBackground.3639c6ddd6d7b45bd012.png);background-position:50%;background-size:cover;padding:0;position:relative;text-align:center}.contact-us .contact-heading{background-color:#00000080;box-sizing:border-box;color:#fff;padding:2rem;width:100%}.contact-us .contact-heading h2{font-size:2.5rem;margin:0;text-align:left}.contact-us .content-layer{background-color:#f9f9f9;display:flex;justify-content:space-between;min-height:100vh;padding:5rem 2rem;position:relative}.contact-us .content-layer .contact-form-section,.contact-us .content-layer .contact-info-section{margin:5rem 0 2rem;width:48%}.contact-us .content-layer .contact-form-section h2,.contact-us .content-layer .contact-info-section h2{color:#333;font-size:2rem;font-weight:900;margin-bottom:2rem}.contact-us .content-layer .contact-form-section p,.contact-us .content-layer .contact-info-section p{color:#555;font-size:1.2rem;margin-bottom:1rem}.contact-us .content-layer .contact-form-section .form-group,.contact-us .content-layer .contact-info-section .form-group{display:flex;flex-direction:column;margin-bottom:1rem}.contact-us .content-layer .contact-form-section .form-group label,.contact-us .content-layer .contact-info-section .form-group label{color:#333;margin-bottom:.5rem}.contact-us .content-layer .contact-form-section .form-group input,.contact-us .content-layer .contact-form-section .form-group textarea,.contact-us .content-layer .contact-info-section .form-group input,.contact-us .content-layer .contact-info-section .form-group textarea{border:1px solid #ddd;border-radius:8px;font-size:1rem;margin:0 auto;padding:.5rem;width:70%}.contact-us .content-layer .contact-form-section .form-group select,.contact-us .content-layer .contact-info-section .form-group select{border:1px solid #ddd;border-radius:8px;font-size:1rem;margin:0 auto;padding:.5rem;width:72%}.contact-us .content-layer .contact-form-section .form-group textarea,.contact-us .content-layer .contact-info-section .form-group textarea{height:100px;resize:vertical}.contact-us .content-layer .contact-form-section button,.contact-us .content-layer .contact-info-section button{background-color:#354d40;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Nunito Sans,sans-serif;font-size:1rem;padding:.75rem 1.5rem}.contact-us .content-layer .contact-form-section button:hover,.contact-us .content-layer .contact-info-section button:hover{background-color:#aad2ba;color:#112a46}.contact-us .content-layer .contact-info-section{align-items:center;display:flex;flex-direction:column;text-align:left}.contact-us .content-layer .divider{background-color:#ddd;bottom:0;left:50%;position:absolute;top:2rem;transform:translateX(-50%);width:1px}.contact-us .content-layer .divider span{background-color:#fff;color:#333;display:inline-block;font-weight:700;left:-.8rem;line-height:1.5;padding:0 .5rem;position:absolute;top:50%;transform:translateY(-50%)}@media(max-width:1024px){.contact-us .content-layer{align-items:center;flex-direction:column}.contact-us .content-layer .contact-form-section,.contact-us .content-layer .contact-info-section{margin:2rem 0;padding:0 1rem;width:100%}.contact-us .content-layer .divider{display:none}}@media(max-height:1366px)and (max-width:1024px){.contact-us .content-layer{display:block;min-height:auto;padding:2rem}.contact-us .content-layer .contact-form-section,.contact-us .content-layer .contact-info-section{margin:2rem 0;padding:0 1rem;width:100%}.contact-us .content-layer .divider{display:none}}.about-us{background-image:url(/static/media/subheaderBackground.3639c6ddd6d7b45bd012.png);background-position:50%;background-size:cover;padding:0;position:relative;text-align:center}.about-us .about-heading{background-color:#00000080;box-sizing:border-box;color:#fff;padding:2rem;width:100%}.about-us .about-heading h2{font-size:2.5rem;margin:0;text-align:left}.about-us .content-layer{background-color:#f9f9f9;min-height:100vh;padding:2rem}.about-us .content-layer .quote{font-size:2rem;margin-bottom:1rem;text-align:center}.about-us .content-layer .subheading{font-size:1.5rem;margin-bottom:2rem}.about-us .content-layer .about-section .about-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.about-us .content-layer .about-section .about-item .about-content{flex:1 1;padding:1rem 10rem;text-align:justify}.about-us .content-layer .about-section .about-item .about-content h3{font-size:2rem;margin-bottom:1rem}.about-us .content-layer .about-section .about-item .about-content p{font-size:1.1rem;line-height:1.6;margin:0}.about-us .content-layer .about-section .about-item .about-image{flex:1 1;padding:1rem}.about-us .content-layer .about-section .about-item .about-image img{border-radius:.5rem;height:auto;width:100%}.about-us .content-layer .about-section .reverse{flex-direction:row-reverse}@media(max-width:1024px){.about-us .content-layer{padding:1rem}.about-us .content-layer .about-section{display:flex}.about-us .content-layer .about-section,.about-us .content-layer .about-section .about-item{align-items:center;flex-direction:column}.about-us .content-layer .about-section .about-item .about-content{padding:1rem;text-align:center}.about-us .content-layer .about-section .about-item .about-content h3{margin-bottom:1rem}.about-us .content-layer .about-section .about-item .about-image{margin-top:1rem;padding:0}.about-us .content-layer .about-section .about-item .about-image img{border-radius:.5rem}.about-us .content-layer .about-section .reverse{flex-direction:column}}@media(max-width:768px){.about-us .content-layer,.about-us .content-layer .about-section .about-item .about-content{padding:1rem}}@media(max-width:480px){.about-us .content-layer,.about-us .content-layer .about-section .about-item .about-content{padding:.5rem}}.testimonials{padding:5rem 1rem;text-align:center}.testimonials h2{font-size:2rem;margin-bottom:1.5rem}.testimonials .testimonial-slider{align-items:center;display:flex;justify-content:center;position:relative}.testimonials .testimonial-slider .testimonial-item{margin:0 1rem;max-width:600px}.testimonials .testimonial-slider .testimonial-item .review-text{font-size:1.2rem;font-style:italic;margin-bottom:.5rem}.testimonials .testimonial-slider .testimonial-item .customer-name{color:#555;font-size:1rem;font-weight:700}.testimonials .testimonial-slider .next-btn,.testimonials .testimonial-slider .prev-btn{background:none;border:none;color:#354d40;cursor:pointer;font-size:2rem;padding:0 1rem;transition:color .3s}.testimonials .testimonial-slider .next-btn:hover,.testimonials .testimonial-slider .prev-btn:hover{color:#aad2ba}.testimonials .testimonial-dots{margin-top:1rem}.testimonials .testimonial-dots .dot{background-color:#ddd;border-radius:50%;cursor:pointer;display:inline-block;height:10px;margin:0 5px;width:10px}.testimonials .testimonial-dots .dot.active{background-color:#354d40}.hero{align-items:center;background-position:50%;background-size:cover;color:#fff;display:flex;height:100vh;justify-content:center;position:relative;text-align:center}.hero:before{background:#00000080;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero .hero-content{position:relative;z-index:2}.hero .hero-content h1{font-size:4rem;font-weight:700;margin-bottom:1rem}.hero .hero-content h2{color:#fff;font-size:2.5rem;margin-bottom:2rem}.hero .hero-content h2 .changing-word{color:#b3d4c6;display:inline-block}.hero .hero-content h3.hero-subtitle{color:#fff;font-size:2rem;margin-bottom:1.5rem}.hero .hero-content .hero-buttons{display:flex;gap:5rem;justify-content:center}.hero .hero-content .hero-buttons .hero-button{background-color:#354d40;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-family:Nunito Sans,sans-serif;font-size:1.5rem;font-weight:900;padding:.8rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.hero .hero-content .hero-buttons .hero-button:hover{background-color:#aad2ba;color:#112a46}@media(max-width:1024px){.hero .hero-content h1{font-size:3rem}.hero .hero-content h2{font-size:2rem}.hero .hero-content h3.hero-subtitle{font-size:1.75rem}.hero .hero-content .hero-buttons{gap:2rem}.hero .hero-content .hero-buttons .hero-button{font-size:1.3rem;padding:.7rem 1.3rem}}@media(max-width:768px){.hero .hero-content h1{font-size:2.5rem}.hero .hero-content h2{font-size:1.75rem}.hero .hero-content h3.hero-subtitle{font-size:1.5rem}.hero .hero-content .hero-buttons{gap:1rem}.hero .hero-content .hero-buttons .hero-button{font-size:1.3rem;margin:0 auto;max-width:200px;padding:.7rem 1.3rem;width:auto}}@media(max-width:480px){.hero .hero-content h1{font-size:2rem}.hero .hero-content h2{font-size:1.5rem}.hero .hero-content h3.hero-subtitle{font-size:1.3rem}.hero .hero-content .hero-buttons{flex-direction:column;gap:2rem;margin-top:5rem}.hero .hero-content .hero-buttons .hero-button{font-size:1.3rem;margin:0 auto;max-width:200px;padding:.7rem 1.3rem;width:auto}}.benefits{padding:5rem 1rem 2rem;text-align:center}.benefits h2{font-size:2rem;margin-bottom:1.5rem}.benefits .benefit-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.benefits .benefit-list .benefit-item{max-width:300px;text-align:center}.benefits .benefit-list .benefit-item .benefit-divider{background-color:#354d40;border:none;height:1px;margin-bottom:1rem;opacity:20%}.benefits .benefit-list .benefit-item .benefit-icon{color:#354d40;font-size:3rem;margin-bottom:1rem}.benefits .benefit-list .benefit-item h3{font-size:1.5rem;margin-bottom:1rem}.benefits .benefit-list .benefit-item p{font-size:1rem;line-height:1.5}.faq{background-color:#f5f5f5;padding:2rem 1rem;text-align:center}.faq .faq-content{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center}.faq .faq-content .faq-heading{align-self:center;flex:1 1;margin-right:10rem;max-width:350px;text-align:center}.faq .faq-content .faq-heading h3{font-size:2rem;line-height:1.2;margin-bottom:1rem}.faq .faq-content .faq-qa{flex:1 1;max-width:900px}.faq .faq-content .faq-qa .faq-item{margin-bottom:1rem}.faq .faq-content .faq-qa .faq-item .faq-question{align-items:center;border-bottom:1px solid #ddd;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.5rem}.faq .faq-content .faq-qa .faq-item .faq-question:hover{color:#354d40}.faq .faq-content .faq-qa .faq-item .faq-answer{font-size:1rem;line-height:1.5;margin-top:.5rem;padding-left:1rem;text-align:left}@media(max-width:768px){.faq .faq-content{align-items:center;flex-direction:column}.faq .faq-content .faq-heading{margin-right:0}.faq .faq-content .faq-qa{max-width:600px}.faq .faq-content .faq-qa .faq-item .faq-question{justify-content:center;text-align:center}.faq .faq-content .faq-qa .faq-item .faq-question svg{margin-left:1rem}.faq .faq-content .faq-qa .faq-item .faq-answer{padding-left:0;text-align:center}}@media(max-width:480px){.faq .faq-content .faq-heading h3{font-size:1.5rem!important;font-weight:600!important}.faq .faq-content .faq-item .faq-question{font-size:1rem!important}.faq .faq-content .faq-item .faq-answer{font-size:.9rem!important}}.order-section{margin-bottom:5rem;padding:2rem;text-align:center}.order-section h2{font-size:2.5rem;margin-bottom:1.5rem}.order-section .book-container{background-color:#f5f5f5;border-radius:10%;box-shadow:0 0 10px #0000001a;display:grid;grid-template-columns:1fr 1fr;margin:0 auto;max-width:60%}.order-section .book-container .book-image{align-items:center;display:flex;height:100%;justify-content:center}.order-section .book-container .book-image img{border-radius:10% 0 0 10%;height:100%;object-fit:cover;width:100%}.order-section .book-container .book-form{background-color:#f5f5f5;border-radius:0 10% 10% 0;flex:1 1;padding:2rem}.order-section .book-container .book-form .form-intro{color:#112a46;font-family:Nunito Sans,sans-serif;font-size:2rem;font-weight:900;margin-bottom:2rem}.order-section .book-container .book-form form{align-items:center;display:flex;flex-direction:column}.order-section .book-container .book-form form .form-group{margin-bottom:1rem;max-width:371.5px;width:100%}.order-section .book-container .book-form form .form-group input{border:1px solid #ddd;border-radius:1rem;font-size:1rem;height:70%;padding:14px;width:93%}.order-section .book-container .book-form form .form-group select{border:1px solid #ddd;border-radius:1rem;font-size:1rem;height:70%;padding:14px;width:100%}.order-section .book-container .book-form form .form-group input::placeholder{color:#888}.order-section .book-container .book-form form button{background-color:#354d40;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-family:Nunito Sans,sans-serif;font-size:1.5rem;font-weight:900;padding:.8rem 1.5rem;transition:background-color .3s ease}.order-section .book-container .book-form form button:hover{background-color:#aad2ba;color:#112a46}.order-section .book-container .book-form .form-status{color:green;margin-top:1rem}@media(max-width:1366px){.order-section .book-form .form-group input{max-width:300px}.order-section .book-form .form-group select{max-width:330px}}@media(max-width:1024px){.order-section .book-container{background-color:#0000;box-shadow:none;display:flex;flex-direction:column;max-width:60%}.order-section .book-container .book-image{display:none}.order-section .book-container .book-form{border-radius:10%;padding:1rem}.order-section .book-container .book-form .form-group input{max-width:340px}.order-section .book-container .book-form .form-group select{max-width:400px}}@media(max-width:768px){.order-section .book-form{border-radius:5%!important}.order-section .book-form .form-group input,.order-section .book-form .form-group select{font-size:.9rem;max-width:300px;padding:10px}.order-section .book-form button{font-size:1.2rem;padding:.6rem 1.2rem}}@media(max-width:480px){.order-section .book-container{max-width:90%}.order-section .book-container .book-form{border-radius:0;font-size:1rem;font-weight:500}.order-section .book-container .book-form .form-group input{font-size:.8rem;max-width:220px;padding:8px}.order-section .book-container .book-form .form-group select{font-size:.8rem;max-width:250px;padding:8px}.order-section .book-container .book-form button{font-size:1rem;padding:.5rem 1rem}}.service-include{background-color:#f9f9f9;border-radius:10px;margin:2rem auto;max-width:800px;padding:2rem}.service-include h3{font-size:3rem;font-weight:900;margin-bottom:4rem;text-align:center}.service-include .service-list .service-item{border-bottom:1px solid #ddd;padding:1rem 0}.service-include .service-list .service-item:last-child{border-bottom:none}.service-include .service-list .service-item .service-question{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.service-include .service-list .service-item .service-question h4{font-size:1.5rem;font-weight:550;margin:0}.service-include .service-list .service-item .service-question svg{margin-left:1rem}.service-include .service-list .service-item .service-question:hover{color:#354d40}.service-include .service-list .service-item .service-answer{margin-top:1rem;text-align:left}.service-include .service-list .service-item .service-answer p{font-size:20px;line-height:1.8;margin:0;white-space:pre-line}@media(max-width:480px){.service-include h3{font-size:2rem;font-weight:600}.service-include .service-list .service-item .service-question{flex-direction:column;justify-content:center;text-align:center}.service-include .service-list .service-item .service-question h4{font-size:1.25rem}.service-include .service-list .service-item .service-question svg{margin-left:0;margin-top:.5rem}.service-include .service-list .service-item .service-answer p{font-size:1rem}}body{box-sizing:border-box;font-family:Arial,sans-serif;margin:0;padding:0}main{padding-top:5rem}
/*# sourceMappingURL=main.17cc9961.css.map*/