@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manjari:wght@100;400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap";/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 2);animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 3);animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay) * 2);animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay) * 3);animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay) * 4);animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay) * 5);animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration) / 2);animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration) * .8);animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration) * 3);animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion:reduce){.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(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:scale3d(1,1,1);transform:scaleZ(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:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(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:scale3d(1,1,1);transform:scaleZ(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration) * 1.3);animation-duration:calc(var(--animate-duration) * 1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(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:scale3d(1,1,1);transform:scaleZ(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);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%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,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) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,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:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,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:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,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:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.font-dark-text{color:#333!important}.bg-dark-text{background:#333!important;color:#fff!important}.outline-dark-text{background:transparent!important;border:1px solid #333!important;color:#333!important}.btn-dark-text{background:#333!important;color:#fff!important}.switch-checked-dark-text.ant-switch.ant-switch-checked{background:#333}.switch-checked-dark-text.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#333}.switch-unchecked-dark-text.ant-switch{background:#333}.switch-unchecked-dark-text.ant-switch:hover:not(.ant-switch-disabled){background:#333}.btn-loader-dark-text .ant-spin-dot-holder,.btn-loader-dark-text .anticon{color:#333}.border-dark-text{border-color:#333}.font-text{color:#4c4c4c!important}.bg-text{background:#4c4c4c!important;color:#333!important}.outline-text{background:transparent!important;border:1px solid #4C4C4C!important;color:#4c4c4c!important}.btn-text{background:#4c4c4c!important;color:#fff!important}.switch-checked-text.ant-switch.ant-switch-checked{background:#4c4c4c}.switch-checked-text.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#4c4c4c}.switch-unchecked-text.ant-switch{background:#4c4c4c}.switch-unchecked-text.ant-switch:hover:not(.ant-switch-disabled){background:#4c4c4c}.btn-loader-text .ant-spin-dot-holder,.btn-loader-text .anticon{color:#4c4c4c}.border-text{border-color:#4c4c4c}.font-text-light{color:#909090!important}.bg-text-light{background:#909090!important;color:!important}.outline-text-light{background:transparent!important;border:1px solid #909090!important;color:#909090!important}.btn-text-light{background:#909090!important;color:#fff!important}.switch-checked-text-light.ant-switch.ant-switch-checked{background:#909090}.switch-checked-text-light.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#909090}.switch-unchecked-text-light.ant-switch{background:#909090}.switch-unchecked-text-light.ant-switch:hover:not(.ant-switch-disabled){background:#909090}.btn-loader-text-light .ant-spin-dot-holder,.btn-loader-text-light .anticon{color:#909090}.border-text-light{border-color:#909090}.font-text-light-blue{color:#ddeefb!important}.bg-text-light-blue{background:#ddeefb!important;color:!important}.outline-text-light-blue{background:transparent!important;border:1px solid #DDEEFB!important;color:#ddeefb!important}.btn-text-light-blue{background:#ddeefb!important;color:#fff!important}.switch-checked-text-light-blue.ant-switch.ant-switch-checked{background:#ddeefb}.switch-checked-text-light-blue.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#ddeefb}.switch-unchecked-text-light-blue.ant-switch{background:#ddeefb}.switch-unchecked-text-light-blue.ant-switch:hover:not(.ant-switch-disabled){background:#ddeefb}.btn-loader-text-light-blue .ant-spin-dot-holder,.btn-loader-text-light-blue .anticon{color:#ddeefb}.border-text-light-blue{border-color:#ddeefb}.font-placeholder{color:#969696!important}.bg-placeholder{background:#969696!important;color:#333!important}.outline-placeholder{background:transparent!important;border:1px solid #969696!important;color:#969696!important}.btn-placeholder{background:#969696!important;color:#fff!important}.switch-checked-placeholder.ant-switch.ant-switch-checked{background:#969696}.switch-checked-placeholder.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#969696}.switch-unchecked-placeholder.ant-switch{background:#969696}.switch-unchecked-placeholder.ant-switch:hover:not(.ant-switch-disabled){background:#969696}.btn-loader-placeholder .ant-spin-dot-holder,.btn-loader-placeholder .anticon{color:#969696}.border-placeholder{border-color:#969696}.font-placeholder-light{color:#c7c4c4!important}.bg-placeholder-light{background:#c7c4c4!important;color:!important}.outline-placeholder-light{background:transparent!important;border:1px solid #c7c4c4!important;color:#c7c4c4!important}.btn-placeholder-light{background:#c7c4c4!important;color:#fff!important}.switch-checked-placeholder-light.ant-switch.ant-switch-checked{background:#c7c4c4}.switch-checked-placeholder-light.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#c7c4c4}.switch-unchecked-placeholder-light.ant-switch{background:#c7c4c4}.switch-unchecked-placeholder-light.ant-switch:hover:not(.ant-switch-disabled){background:#c7c4c4}.btn-loader-placeholder-light .ant-spin-dot-holder,.btn-loader-placeholder-light .anticon{color:#c7c4c4}.border-placeholder-light{border-color:#c7c4c4}.font-border{color:#eee!important}.bg-border{background:#eee!important;color:!important}.outline-border{background:transparent!important;border:1px solid #eee!important;color:#eee!important}.btn-border{background:#eee!important;color:#fff!important}.switch-checked-border.ant-switch.ant-switch-checked{background:#eee}.switch-checked-border.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#eee}.switch-unchecked-border.ant-switch{background:#eee}.switch-unchecked-border.ant-switch:hover:not(.ant-switch-disabled){background:#eee}.btn-loader-border .ant-spin-dot-holder,.btn-loader-border .anticon{color:#eee}.border-border{border-color:#eee}.font-border-input{color:#e6e6e6!important}.bg-border-input{background:#e6e6e6!important;color:!important}.outline-border-input{background:transparent!important;border:1px solid #e6e6e6!important;color:#e6e6e6!important}.btn-border-input{background:#e6e6e6!important;color:#fff!important}.switch-checked-border-input.ant-switch.ant-switch-checked{background:#e6e6e6}.switch-checked-border-input.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#e6e6e6}.switch-unchecked-border-input.ant-switch{background:#e6e6e6}.switch-unchecked-border-input.ant-switch:hover:not(.ant-switch-disabled){background:#e6e6e6}.btn-loader-border-input .ant-spin-dot-holder,.btn-loader-border-input .anticon{color:#e6e6e6}.border-border-input{border-color:#e6e6e6}.font-border-dark{color:#e0e0e0!important}.bg-border-dark{background:#e0e0e0!important;color:!important}.outline-border-dark{background:transparent!important;border:1px solid #e0e0e0!important;color:#e0e0e0!important}.btn-border-dark{background:#e0e0e0!important;color:#fff!important}.switch-checked-border-dark.ant-switch.ant-switch-checked{background:#e0e0e0}.switch-checked-border-dark.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#e0e0e0}.switch-unchecked-border-dark.ant-switch{background:#e0e0e0}.switch-unchecked-border-dark.ant-switch:hover:not(.ant-switch-disabled){background:#e0e0e0}.btn-loader-border-dark .ant-spin-dot-holder,.btn-loader-border-dark .anticon{color:#e0e0e0}.border-border-dark{border-color:#e0e0e0}.font-divider{color:#e8e8e859!important}.bg-divider{background:#e8e8e859!important;color:#333!important}.outline-divider{background:transparent!important;border:1px solid rgba(232,232,232,.35)!important;color:#e8e8e859!important}.btn-divider{background:#e8e8e859!important;color:#fff!important}.switch-checked-divider.ant-switch.ant-switch-checked{background:#e8e8e859}.switch-checked-divider.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#e8e8e859}.switch-unchecked-divider.ant-switch{background:#e8e8e859}.switch-unchecked-divider.ant-switch:hover:not(.ant-switch-disabled){background:#e8e8e859}.btn-loader-divider .ant-spin-dot-holder,.btn-loader-divider .anticon{color:#e8e8e859}.border-divider{border-color:#e8e8e859}.font-divider-light{color:#e0e0e0!important}.bg-divider-light{background:#e0e0e0!important;color:#333!important}.outline-divider-light{background:transparent!important;border:1px solid #e0e0e0!important;color:#e0e0e0!important}.btn-divider-light{background:#e0e0e0!important;color:#fff!important}.switch-checked-divider-light.ant-switch.ant-switch-checked{background:#e0e0e0}.switch-checked-divider-light.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#e0e0e0}.switch-unchecked-divider-light.ant-switch{background:#e0e0e0}.switch-unchecked-divider-light.ant-switch:hover:not(.ant-switch-disabled){background:#e0e0e0}.btn-loader-divider-light .ant-spin-dot-holder,.btn-loader-divider-light .anticon{color:#e0e0e0}.border-divider-light{border-color:#e0e0e0}.font-main-background{color:#c8e2f4!important}.bg-main-background{background:#c8e2f4!important;color:!important}.outline-main-background{background:transparent!important;border:1px solid #C8E2F4!important;color:#c8e2f4!important}.btn-main-background{background:#c8e2f4!important;color:#fff!important}.switch-checked-main-background.ant-switch.ant-switch-checked{background:#c8e2f4}.switch-checked-main-background.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#c8e2f4}.switch-unchecked-main-background.ant-switch{background:#c8e2f4}.switch-unchecked-main-background.ant-switch:hover:not(.ant-switch-disabled){background:#c8e2f4}.btn-loader-main-background .ant-spin-dot-holder,.btn-loader-main-background .anticon{color:#c8e2f4}.border-main-background{border-color:#c8e2f4}.font-secondary-background{color:#2e373d!important}.bg-secondary-background{background:#2e373d!important;color:!important}.outline-secondary-background{background:transparent!important;border:1px solid #2E373D!important;color:#2e373d!important}.btn-secondary-background{background:#2e373d!important;color:#fff!important}.switch-checked-secondary-background.ant-switch.ant-switch-checked{background:#2e373d}.switch-checked-secondary-background.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#2e373d}.switch-unchecked-secondary-background.ant-switch{background:#2e373d}.switch-unchecked-secondary-background.ant-switch:hover:not(.ant-switch-disabled){background:#2e373d}.btn-loader-secondary-background .ant-spin-dot-holder,.btn-loader-secondary-background .anticon{color:#2e373d}.border-secondary-background{border-color:#2e373d}.font-secondary-text{color:#92a9b9!important}.bg-secondary-text{background:#92a9b9!important;color:!important}.outline-secondary-text{background:transparent!important;border:1px solid #92a9b9!important;color:#92a9b9!important}.btn-secondary-text{background:#92a9b9!important;color:#fff!important}.switch-checked-secondary-text.ant-switch.ant-switch-checked{background:#92a9b9}.switch-checked-secondary-text.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#92a9b9}.switch-unchecked-secondary-text.ant-switch{background:#92a9b9}.switch-unchecked-secondary-text.ant-switch:hover:not(.ant-switch-disabled){background:#92a9b9}.btn-loader-secondary-text .ant-spin-dot-holder,.btn-loader-secondary-text .anticon{color:#92a9b9}.border-secondary-text{border-color:#92a9b9}.font-navigation{color:#6e8595!important}.bg-navigation{background:#6e8595!important;color:!important}.outline-navigation{background:transparent!important;border:1px solid #6E8595!important;color:#6e8595!important}.btn-navigation{background:#6e8595!important;color:#fff!important}.switch-checked-navigation.ant-switch.ant-switch-checked{background:#6e8595}.switch-checked-navigation.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#6e8595}.switch-unchecked-navigation.ant-switch{background:#6e8595}.switch-unchecked-navigation.ant-switch:hover:not(.ant-switch-disabled){background:#6e8595}.btn-loader-navigation .ant-spin-dot-holder,.btn-loader-navigation .anticon{color:#6e8595}.border-navigation{border-color:#6e8595}.font-main-highlight-text{color:#0088e6!important}.bg-main-highlight-text{background:#0088e6!important;color:!important}.outline-main-highlight-text{background:transparent!important;border:1px solid #0088E6!important;color:#0088e6!important}.btn-main-highlight-text{background:#0088e6!important;color:#fff!important}.switch-checked-main-highlight-text.ant-switch.ant-switch-checked{background:#0088e6}.switch-checked-main-highlight-text.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#0088e6}.switch-unchecked-main-highlight-text.ant-switch{background:#0088e6}.switch-unchecked-main-highlight-text.ant-switch:hover:not(.ant-switch-disabled){background:#0088e6}.btn-loader-main-highlight-text .ant-spin-dot-holder,.btn-loader-main-highlight-text .anticon{color:#0088e6}.border-main-highlight-text{border-color:#0088e6}.font-secondary-highlight-text{color:#5ca9df!important}.bg-secondary-highlight-text{background:#5ca9df!important;color:!important}.outline-secondary-highlight-text{background:transparent!important;border:1px solid #5CA9DF!important;color:#5ca9df!important}.btn-secondary-highlight-text{background:#5ca9df!important;color:#fff!important}.switch-checked-secondary-highlight-text.ant-switch.ant-switch-checked{background:#5ca9df}.switch-checked-secondary-highlight-text.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#5ca9df}.switch-unchecked-secondary-highlight-text.ant-switch{background:#5ca9df}.switch-unchecked-secondary-highlight-text.ant-switch:hover:not(.ant-switch-disabled){background:#5ca9df}.btn-loader-secondary-highlight-text .ant-spin-dot-holder,.btn-loader-secondary-highlight-text .anticon{color:#5ca9df}.border-secondary-highlight-text{border-color:#5ca9df}.font-main-btn{color:linear-gradient(to top,linear-gradient-pink-white 20%,linear-gradient-blue-green 100%)!important}.bg-main-btn{background:linear-gradient(to top,linear-gradient-pink-white 20%,linear-gradient-blue-green 100%)!important;color:!important}.outline-main-btn{background:transparent!important;border:1px solid linear-gradient(to top,linear-gradient-pink-white 20%,linear-gradient-blue-green 100%)!important;color:linear-gradient(to top,linear-gradient-pink-white 20%,linear-gradient-blue-green 100%)!important}.btn-main-btn{background:linear-gradient(to top,linear-gradient-pink-white 20%,linear-gradient-blue-green 100%)!important;color:#fff!important}.switch-checked-main-btn.ant-switch.ant-switch-checked{background:linear-gradient(to top,linear-gradient-pink-white 20%,linear-gradient-blue-green 100%)}.switch-checked-main-btn.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:linear-gradient(to top,linear-gradient-pink-white 20%,linear-gradient-blue-green 100%)}.switch-unchecked-main-btn.ant-switch{background:linear-gradient(to top,linear-gradient-pink-white 20%,linear-gradient-blue-green 100%)}.switch-unchecked-main-btn.ant-switch:hover:not(.ant-switch-disabled){background:linear-gradient(to top,linear-gradient-pink-white 20%,linear-gradient-blue-green 100%)}.btn-loader-main-btn .ant-spin-dot-holder,.btn-loader-main-btn .anticon{color:linear-gradient(to top,linear-gradient-pink-white 20%,linear-gradient-blue-green 100%)}.border-main-btn{border-color:linear-gradient(to top,linear-gradient-pink-white 20%,linear-gradient-blue-green 100%)}.font-main-btn-text{color:#094a76!important}.bg-main-btn-text{background:#094a76!important;color:!important}.outline-main-btn-text{background:transparent!important;border:1px solid #094A76!important;color:#094a76!important}.btn-main-btn-text{background:#094a76!important;color:#fff!important}.switch-checked-main-btn-text.ant-switch.ant-switch-checked{background:#094a76}.switch-checked-main-btn-text.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#094a76}.switch-unchecked-main-btn-text.ant-switch{background:#094a76}.switch-unchecked-main-btn-text.ant-switch:hover:not(.ant-switch-disabled){background:#094a76}.btn-loader-main-btn-text .ant-spin-dot-holder,.btn-loader-main-btn-text .anticon{color:#094a76}.border-main-btn-text{border-color:#094a76}.font-modal-title{color:#2c3e50!important}.bg-modal-title{background:#2c3e50!important;color:!important}.outline-modal-title{background:transparent!important;border:1px solid #2c3e50!important;color:#2c3e50!important}.btn-modal-title{background:#2c3e50!important;color:#fff!important}.switch-checked-modal-title.ant-switch.ant-switch-checked{background:#2c3e50}.switch-checked-modal-title.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#2c3e50}.switch-unchecked-modal-title.ant-switch{background:#2c3e50}.switch-unchecked-modal-title.ant-switch:hover:not(.ant-switch-disabled){background:#2c3e50}.btn-loader-modal-title .ant-spin-dot-holder,.btn-loader-modal-title .anticon{color:#2c3e50}.border-modal-title{border-color:#2c3e50}.font-modal-text{color:#4a5568!important}.bg-modal-text{background:#4a5568!important;color:!important}.outline-modal-text{background:transparent!important;border:1px solid #4a5568!important;color:#4a5568!important}.btn-modal-text{background:#4a5568!important;color:#fff!important}.switch-checked-modal-text.ant-switch.ant-switch-checked{background:#4a5568}.switch-checked-modal-text.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#4a5568}.switch-unchecked-modal-text.ant-switch{background:#4a5568}.switch-unchecked-modal-text.ant-switch:hover:not(.ant-switch-disabled){background:#4a5568}.btn-loader-modal-text .ant-spin-dot-holder,.btn-loader-modal-text .anticon{color:#4a5568}.border-modal-text{border-color:#4a5568}.font-pill-btn-text{color:#fff!important}.bg-pill-btn-text{background:#fff!important;color:!important}.outline-pill-btn-text{background:transparent!important;border:1px solid #fff!important;color:#fff!important}.btn-pill-btn-text{background:#fff!important;color:#fff!important}.switch-checked-pill-btn-text.ant-switch.ant-switch-checked{background:#fff}.switch-checked-pill-btn-text.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#fff}.switch-unchecked-pill-btn-text.ant-switch{background:#fff}.switch-unchecked-pill-btn-text.ant-switch:hover:not(.ant-switch-disabled){background:#fff}.btn-loader-pill-btn-text .ant-spin-dot-holder,.btn-loader-pill-btn-text .anticon{color:#fff}.border-pill-btn-text{border-color:#fff}.font-pill-btn-border{color:#959595!important}.bg-pill-btn-border{background:#959595!important;color:!important}.outline-pill-btn-border{background:transparent!important;border:1px solid #959595!important;color:#959595!important}.btn-pill-btn-border{background:#959595!important;color:#fff!important}.switch-checked-pill-btn-border.ant-switch.ant-switch-checked{background:#959595}.switch-checked-pill-btn-border.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#959595}.switch-unchecked-pill-btn-border.ant-switch{background:#959595}.switch-unchecked-pill-btn-border.ant-switch:hover:not(.ant-switch-disabled){background:#959595}.btn-loader-pill-btn-border .ant-spin-dot-holder,.btn-loader-pill-btn-border .anticon{color:#959595}.border-pill-btn-border{border-color:#959595}.font-blue-gradient{color:linear-gradient(145deg,#B8D8F0 0%,#C8E2F4 50%,#D8ECF8 100%)!important}.bg-blue-gradient{background:linear-gradient(145deg,#b8d8f0,#c8e2f4,#d8ecf8)!important;color:!important}.outline-blue-gradient{background:transparent!important;border:1px solid linear-gradient(145deg,#B8D8F0 0%,#C8E2F4 50%,#D8ECF8 100%)!important;color:linear-gradient(145deg,#B8D8F0 0%,#C8E2F4 50%,#D8ECF8 100%)!important}.btn-blue-gradient{background:linear-gradient(145deg,#b8d8f0,#c8e2f4,#d8ecf8)!important;color:#fff!important}.switch-checked-blue-gradient.ant-switch.ant-switch-checked{background:linear-gradient(145deg,#b8d8f0,#c8e2f4,#d8ecf8)}.switch-checked-blue-gradient.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:linear-gradient(145deg,#b8d8f0,#c8e2f4,#d8ecf8)}.switch-unchecked-blue-gradient.ant-switch{background:linear-gradient(145deg,#b8d8f0,#c8e2f4,#d8ecf8)}.switch-unchecked-blue-gradient.ant-switch:hover:not(.ant-switch-disabled){background:linear-gradient(145deg,#b8d8f0,#c8e2f4,#d8ecf8)}.btn-loader-blue-gradient .ant-spin-dot-holder,.btn-loader-blue-gradient .anticon{color:linear-gradient(145deg,#B8D8F0 0%,#C8E2F4 50%,#D8ECF8 100%)}.border-blue-gradient{border-color:linear-gradient(145deg,#B8D8F0 0%,#C8E2F4 50%,#D8ECF8 100%)}.font-dreamy-gradient{color:linear-gradient(180deg,#E0F0FA 0%,#C8E2F4 50%,#D0E8F8 100%)!important}.bg-dreamy-gradient{background:linear-gradient(180deg,#e0f0fa,#c8e2f4,#d0e8f8)!important;color:!important}.outline-dreamy-gradient{background:transparent!important;border:1px solid linear-gradient(180deg,#E0F0FA 0%,#C8E2F4 50%,#D0E8F8 100%)!important;color:linear-gradient(180deg,#E0F0FA 0%,#C8E2F4 50%,#D0E8F8 100%)!important}.btn-dreamy-gradient{background:linear-gradient(180deg,#e0f0fa,#c8e2f4,#d0e8f8)!important;color:#fff!important}.switch-checked-dreamy-gradient.ant-switch.ant-switch-checked{background:linear-gradient(180deg,#e0f0fa,#c8e2f4,#d0e8f8)}.switch-checked-dreamy-gradient.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:linear-gradient(180deg,#e0f0fa,#c8e2f4,#d0e8f8)}.switch-unchecked-dreamy-gradient.ant-switch{background:linear-gradient(180deg,#e0f0fa,#c8e2f4,#d0e8f8)}.switch-unchecked-dreamy-gradient.ant-switch:hover:not(.ant-switch-disabled){background:linear-gradient(180deg,#e0f0fa,#c8e2f4,#d0e8f8)}.btn-loader-dreamy-gradient .ant-spin-dot-holder,.btn-loader-dreamy-gradient .anticon{color:linear-gradient(180deg,#E0F0FA 0%,#C8E2F4 50%,#D0E8F8 100%)}.border-dreamy-gradient{border-color:linear-gradient(180deg,#E0F0FA 0%,#C8E2F4 50%,#D0E8F8 100%)}.font-horizon-gradient{color:linear-gradient(180deg,#9ECCE8 0%,#C8E2F4 30%,#E8F4FC 70%,#FFFAF5 100%)!important}.bg-horizon-gradient{background:linear-gradient(180deg,#9ecce8,#c8e2f4 30%,#e8f4fc 70%,#fffaf5)!important;color:!important}.outline-horizon-gradient{background:transparent!important;border:1px solid linear-gradient(180deg,#9ECCE8 0%,#C8E2F4 30%,#E8F4FC 70%,#FFFAF5 100%)!important;color:linear-gradient(180deg,#9ECCE8 0%,#C8E2F4 30%,#E8F4FC 70%,#FFFAF5 100%)!important}.btn-horizon-gradient{background:linear-gradient(180deg,#9ecce8,#c8e2f4 30%,#e8f4fc 70%,#fffaf5)!important;color:#fff!important}.switch-checked-horizon-gradient.ant-switch.ant-switch-checked{background:linear-gradient(180deg,#9ecce8,#c8e2f4 30%,#e8f4fc 70%,#fffaf5)}.switch-checked-horizon-gradient.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:linear-gradient(180deg,#9ecce8,#c8e2f4 30%,#e8f4fc 70%,#fffaf5)}.switch-unchecked-horizon-gradient.ant-switch{background:linear-gradient(180deg,#9ecce8,#c8e2f4 30%,#e8f4fc 70%,#fffaf5)}.switch-unchecked-horizon-gradient.ant-switch:hover:not(.ant-switch-disabled){background:linear-gradient(180deg,#9ecce8,#c8e2f4 30%,#e8f4fc 70%,#fffaf5)}.btn-loader-horizon-gradient .ant-spin-dot-holder,.btn-loader-horizon-gradient .anticon{color:linear-gradient(180deg,#9ECCE8 0%,#C8E2F4 30%,#E8F4FC 70%,#FFFAF5 100%)}.border-horizon-gradient{border-color:linear-gradient(180deg,#9ECCE8 0%,#C8E2F4 30%,#E8F4FC 70%,#FFFAF5 100%)}.font-twilight-gradient{color:linear-gradient(135deg,#C8E2F4 0%,#D4C8F4 50%,#F4D4E8 100%)!important}.bg-twilight-gradient{background:linear-gradient(135deg,#c8e2f4,#d4c8f4,#f4d4e8)!important;color:!important}.outline-twilight-gradient{background:transparent!important;border:1px solid linear-gradient(135deg,#C8E2F4 0%,#D4C8F4 50%,#F4D4E8 100%)!important;color:linear-gradient(135deg,#C8E2F4 0%,#D4C8F4 50%,#F4D4E8 100%)!important}.btn-twilight-gradient{background:linear-gradient(135deg,#c8e2f4,#d4c8f4,#f4d4e8)!important;color:#fff!important}.switch-checked-twilight-gradient.ant-switch.ant-switch-checked{background:linear-gradient(135deg,#c8e2f4,#d4c8f4,#f4d4e8)}.switch-checked-twilight-gradient.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:linear-gradient(135deg,#c8e2f4,#d4c8f4,#f4d4e8)}.switch-unchecked-twilight-gradient.ant-switch{background:linear-gradient(135deg,#c8e2f4,#d4c8f4,#f4d4e8)}.switch-unchecked-twilight-gradient.ant-switch:hover:not(.ant-switch-disabled){background:linear-gradient(135deg,#c8e2f4,#d4c8f4,#f4d4e8)}.btn-loader-twilight-gradient .ant-spin-dot-holder,.btn-loader-twilight-gradient .anticon{color:linear-gradient(135deg,#C8E2F4 0%,#D4C8F4 50%,#F4D4E8 100%)}.border-twilight-gradient{border-color:linear-gradient(135deg,#C8E2F4 0%,#D4C8F4 50%,#F4D4E8 100%)}.font-sky-gradient{color:linear-gradient(180deg,#C8E2F4 0%,#E8F4FC 50%,#F5FAFD 100%)!important}.bg-sky-gradient{background:linear-gradient(180deg,#c8e2f4,#e8f4fc,#f5fafd)!important;color:!important}.outline-sky-gradient{background:transparent!important;border:1px solid linear-gradient(180deg,#C8E2F4 0%,#E8F4FC 50%,#F5FAFD 100%)!important;color:linear-gradient(180deg,#C8E2F4 0%,#E8F4FC 50%,#F5FAFD 100%)!important}.btn-sky-gradient{background:linear-gradient(180deg,#c8e2f4,#e8f4fc,#f5fafd)!important;color:#fff!important}.switch-checked-sky-gradient.ant-switch.ant-switch-checked{background:linear-gradient(180deg,#c8e2f4,#e8f4fc,#f5fafd)}.switch-checked-sky-gradient.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:linear-gradient(180deg,#c8e2f4,#e8f4fc,#f5fafd)}.switch-unchecked-sky-gradient.ant-switch{background:linear-gradient(180deg,#c8e2f4,#e8f4fc,#f5fafd)}.switch-unchecked-sky-gradient.ant-switch:hover:not(.ant-switch-disabled){background:linear-gradient(180deg,#c8e2f4,#e8f4fc,#f5fafd)}.btn-loader-sky-gradient .ant-spin-dot-holder,.btn-loader-sky-gradient .anticon{color:linear-gradient(180deg,#C8E2F4 0%,#E8F4FC 50%,#F5FAFD 100%)}.border-sky-gradient{border-color:linear-gradient(180deg,#C8E2F4 0%,#E8F4FC 50%,#F5FAFD 100%)}.font-ocean-gradient{color:linear-gradient(180deg,#A5D4F0 0%,#C8E2F4 40%,#E0F0FA 100%)!important}.bg-ocean-gradient{background:linear-gradient(180deg,#a5d4f0,#c8e2f4 40%,#e0f0fa)!important;color:!important}.outline-ocean-gradient{background:transparent!important;border:1px solid linear-gradient(180deg,#A5D4F0 0%,#C8E2F4 40%,#E0F0FA 100%)!important;color:linear-gradient(180deg,#A5D4F0 0%,#C8E2F4 40%,#E0F0FA 100%)!important}.btn-ocean-gradient{background:linear-gradient(180deg,#a5d4f0,#c8e2f4 40%,#e0f0fa)!important;color:#fff!important}.switch-checked-ocean-gradient.ant-switch.ant-switch-checked{background:linear-gradient(180deg,#a5d4f0,#c8e2f4 40%,#e0f0fa)}.switch-checked-ocean-gradient.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:linear-gradient(180deg,#a5d4f0,#c8e2f4 40%,#e0f0fa)}.switch-unchecked-ocean-gradient.ant-switch{background:linear-gradient(180deg,#a5d4f0,#c8e2f4 40%,#e0f0fa)}.switch-unchecked-ocean-gradient.ant-switch:hover:not(.ant-switch-disabled){background:linear-gradient(180deg,#a5d4f0,#c8e2f4 40%,#e0f0fa)}.btn-loader-ocean-gradient .ant-spin-dot-holder,.btn-loader-ocean-gradient .anticon{color:linear-gradient(180deg,#A5D4F0 0%,#C8E2F4 40%,#E0F0FA 100%)}.border-ocean-gradient{border-color:linear-gradient(180deg,#A5D4F0 0%,#C8E2F4 40%,#E0F0FA 100%)}.font-dawn-gradient{color:linear-gradient(180deg,#C8E2F4 0%,#F4E8C8 100%)!important}.bg-dawn-gradient{background:linear-gradient(180deg,#c8e2f4,#f4e8c8)!important;color:!important}.outline-dawn-gradient{background:transparent!important;border:1px solid linear-gradient(180deg,#C8E2F4 0%,#F4E8C8 100%)!important;color:linear-gradient(180deg,#C8E2F4 0%,#F4E8C8 100%)!important}.btn-dawn-gradient{background:linear-gradient(180deg,#c8e2f4,#f4e8c8)!important;color:#fff!important}.switch-checked-dawn-gradient.ant-switch.ant-switch-checked{background:linear-gradient(180deg,#c8e2f4,#f4e8c8)}.switch-checked-dawn-gradient.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:linear-gradient(180deg,#c8e2f4,#f4e8c8)}.switch-unchecked-dawn-gradient.ant-switch{background:linear-gradient(180deg,#c8e2f4,#f4e8c8)}.switch-unchecked-dawn-gradient.ant-switch:hover:not(.ant-switch-disabled){background:linear-gradient(180deg,#c8e2f4,#f4e8c8)}.btn-loader-dawn-gradient .ant-spin-dot-holder,.btn-loader-dawn-gradient .anticon{color:linear-gradient(180deg,#C8E2F4 0%,#F4E8C8 100%)}.border-dawn-gradient{border-color:linear-gradient(180deg,#C8E2F4 0%,#F4E8C8 100%)}.font-white{color:#fff!important}.bg-white{background:#fff!important;color:#4c4c4c!important}.outline-white{background:transparent!important;border:1px solid #fff!important;color:#fff!important}.btn-white{background:#fff!important;color:#fff!important}.switch-checked-white.ant-switch.ant-switch-checked{background:#fff}.switch-checked-white.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#fff}.switch-unchecked-white.ant-switch{background:#fff}.switch-unchecked-white.ant-switch:hover:not(.ant-switch-disabled){background:#fff}.btn-loader-white .ant-spin-dot-holder,.btn-loader-white .anticon{color:#fff}.border-white{border-color:#fff}.font-black{color:#333!important}.bg-black{background:#333!important;color:#fff!important}.outline-black{background:transparent!important;border:1px solid #333!important;color:#333!important}.btn-black{background:#333!important;color:#fff!important}.switch-checked-black.ant-switch.ant-switch-checked{background:#333}.switch-checked-black.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#333}.switch-unchecked-black.ant-switch{background:#333}.switch-unchecked-black.ant-switch:hover:not(.ant-switch-disabled){background:#333}.btn-loader-black .ant-spin-dot-holder,.btn-loader-black .anticon{color:#333}.border-black{border-color:#333}.font-mid-black{color:#404040!important}.bg-mid-black{background:#404040!important;color:#fff!important}.outline-mid-black{background:transparent!important;border:1px solid #404040!important;color:#404040!important}.btn-mid-black{background:#404040!important;color:#fff!important}.switch-checked-mid-black.ant-switch.ant-switch-checked{background:#404040}.switch-checked-mid-black.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#404040}.switch-unchecked-mid-black.ant-switch{background:#404040}.switch-unchecked-mid-black.ant-switch:hover:not(.ant-switch-disabled){background:#404040}.btn-loader-mid-black .ant-spin-dot-holder,.btn-loader-mid-black .anticon{color:#404040}.border-mid-black{border-color:#404040}.font-light-black{color:#505050!important}.bg-light-black{background:#505050!important;color:#fff!important}.outline-light-black{background:transparent!important;border:1px solid #505050!important;color:#505050!important}.btn-light-black{background:#505050!important;color:#fff!important}.switch-checked-light-black.ant-switch.ant-switch-checked{background:#505050}.switch-checked-light-black.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#505050}.switch-unchecked-light-black.ant-switch{background:#505050}.switch-unchecked-light-black.ant-switch:hover:not(.ant-switch-disabled){background:#505050}.btn-loader-light-black .ant-spin-dot-holder,.btn-loader-light-black .anticon{color:#505050}.border-light-black{border-color:#505050}.font-lighter-black{color:#7e7e7e!important}.bg-lighter-black{background:#7e7e7e!important;color:#333!important}.outline-lighter-black{background:transparent!important;border:1px solid #7e7e7e!important;color:#7e7e7e!important}.btn-lighter-black{background:#7e7e7e!important;color:#fff!important}.switch-checked-lighter-black.ant-switch.ant-switch-checked{background:#7e7e7e}.switch-checked-lighter-black.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#7e7e7e}.switch-unchecked-lighter-black.ant-switch{background:#7e7e7e}.switch-unchecked-lighter-black.ant-switch:hover:not(.ant-switch-disabled){background:#7e7e7e}.btn-loader-lighter-black .ant-spin-dot-holder,.btn-loader-lighter-black .anticon{color:#7e7e7e}.border-lighter-black{border-color:#7e7e7e}.font-dark-grey{color:#bfbfbf!important}.bg-dark-grey{background:#bfbfbf!important;color:#333!important}.outline-dark-grey{background:transparent!important;border:1px solid #BFBFBF!important;color:#bfbfbf!important}.btn-dark-grey{background:#bfbfbf!important;color:#fff!important}.switch-checked-dark-grey.ant-switch.ant-switch-checked{background:#bfbfbf}.switch-checked-dark-grey.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#bfbfbf}.switch-unchecked-dark-grey.ant-switch{background:#bfbfbf}.switch-unchecked-dark-grey.ant-switch:hover:not(.ant-switch-disabled){background:#bfbfbf}.btn-loader-dark-grey .ant-spin-dot-holder,.btn-loader-dark-grey .anticon{color:#bfbfbf}.border-dark-grey{border-color:#bfbfbf}.font-soft-grey{color:#a8a8a8!important}.bg-soft-grey{background:#a8a8a8!important;color:!important}.outline-soft-grey{background:transparent!important;border:1px solid #A8A8A8!important;color:#a8a8a8!important}.btn-soft-grey{background:#a8a8a8!important;color:#fff!important}.switch-checked-soft-grey.ant-switch.ant-switch-checked{background:#a8a8a8}.switch-checked-soft-grey.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#a8a8a8}.switch-unchecked-soft-grey.ant-switch{background:#a8a8a8}.switch-unchecked-soft-grey.ant-switch:hover:not(.ant-switch-disabled){background:#a8a8a8}.btn-loader-soft-grey .ant-spin-dot-holder,.btn-loader-soft-grey .anticon{color:#a8a8a8}.border-soft-grey{border-color:#a8a8a8}.font-grey{color:#aaa!important}.bg-grey{background:#aaa!important;color:#333!important}.outline-grey{background:transparent!important;border:1px solid #AAAAAA!important;color:#aaa!important}.btn-grey{background:#aaa!important;color:#fff!important}.switch-checked-grey.ant-switch.ant-switch-checked{background:#aaa}.switch-checked-grey.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#aaa}.switch-unchecked-grey.ant-switch{background:#aaa}.switch-unchecked-grey.ant-switch:hover:not(.ant-switch-disabled){background:#aaa}.btn-loader-grey .ant-spin-dot-holder,.btn-loader-grey .anticon{color:#aaa}.border-grey{border-color:#aaa}.font-light-grey{color:#e8e8e8!important}.bg-light-grey{background:#e8e8e8!important;color:#333!important}.outline-light-grey{background:transparent!important;border:1px solid #E8E8E8!important;color:#e8e8e8!important}.btn-light-grey{background:#e8e8e8!important;color:#fff!important}.switch-checked-light-grey.ant-switch.ant-switch-checked{background:#e8e8e8}.switch-checked-light-grey.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#e8e8e8}.switch-unchecked-light-grey.ant-switch{background:#e8e8e8}.switch-unchecked-light-grey.ant-switch:hover:not(.ant-switch-disabled){background:#e8e8e8}.btn-loader-light-grey .ant-spin-dot-holder,.btn-loader-light-grey .anticon{color:#e8e8e8}.border-light-grey{border-color:#e8e8e8}.font-lighter-grey{color:#fafafb!important}.bg-lighter-grey{background:#fafafb!important;color:#4c4c4c!important}.outline-lighter-grey{background:transparent!important;border:1px solid #fafafb!important;color:#fafafb!important}.btn-lighter-grey{background:#fafafb!important;color:#fff!important}.switch-checked-lighter-grey.ant-switch.ant-switch-checked{background:#fafafb}.switch-checked-lighter-grey.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#fafafb}.switch-unchecked-lighter-grey.ant-switch{background:#fafafb}.switch-unchecked-lighter-grey.ant-switch:hover:not(.ant-switch-disabled){background:#fafafb}.btn-loader-lighter-grey .ant-spin-dot-holder,.btn-loader-lighter-grey .anticon{color:#fafafb}.border-lighter-grey{border-color:#fafafb}.bg-transparent{background:transparent!important;color:#4c4c4c!important}.outline-transparent{background:transparent!important;border:1px solid transparent!important;color:transparent!important}.btn-transparent{background:transparent!important;color:#fff!important}.switch-checked-transparent.ant-switch.ant-switch-checked{background:transparent}.switch-checked-transparent.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:transparent}.switch-unchecked-transparent.ant-switch{background:transparent}.switch-unchecked-transparent.ant-switch:hover:not(.ant-switch-disabled){background:transparent}.btn-loader-transparent .ant-spin-dot-holder,.btn-loader-transparent .anticon{color:transparent}.border-transparent{border-color:transparent}.font-amber{color:#ffab00!important}.bg-amber{background:#ffab00!important;color:!important}.outline-amber{background:transparent!important;border:1px solid #FFAB00!important;color:#ffab00!important}.btn-amber{background:#ffab00!important;color:#fff!important}.switch-checked-amber.ant-switch.ant-switch-checked{background:#ffab00}.switch-checked-amber.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#ffab00}.switch-unchecked-amber.ant-switch{background:#ffab00}.switch-unchecked-amber.ant-switch:hover:not(.ant-switch-disabled){background:#ffab00}.btn-loader-amber .ant-spin-dot-holder,.btn-loader-amber .anticon{color:#ffab00}.border-amber{border-color:#ffab00}.font-soft-amber{color:#f5b942!important}.bg-soft-amber{background:#f5b942!important;color:!important}.outline-soft-amber{background:transparent!important;border:1px solid #F5B942!important;color:#f5b942!important}.btn-soft-amber{background:#f5b942!important;color:#fff!important}.switch-checked-soft-amber.ant-switch.ant-switch-checked{background:#f5b942}.switch-checked-soft-amber.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#f5b942}.switch-unchecked-soft-amber.ant-switch{background:#f5b942}.switch-unchecked-soft-amber.ant-switch:hover:not(.ant-switch-disabled){background:#f5b942}.btn-loader-soft-amber .ant-spin-dot-holder,.btn-loader-soft-amber .anticon{color:#f5b942}.border-soft-amber{border-color:#f5b942}.font-warm-amber{color:#ffb347!important}.bg-warm-amber{background:#ffb347!important;color:!important}.outline-warm-amber{background:transparent!important;border:1px solid #FFB347!important;color:#ffb347!important}.btn-warm-amber{background:#ffb347!important;color:#fff!important}.switch-checked-warm-amber.ant-switch.ant-switch-checked{background:#ffb347}.switch-checked-warm-amber.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#ffb347}.switch-unchecked-warm-amber.ant-switch{background:#ffb347}.switch-unchecked-warm-amber.ant-switch:hover:not(.ant-switch-disabled){background:#ffb347}.btn-loader-warm-amber .ant-spin-dot-holder,.btn-loader-warm-amber .anticon{color:#ffb347}.border-warm-amber{border-color:#ffb347}.font-red{color:#f45255!important}.bg-red{background:#f45255!important;color:#fff!important}.outline-red{background:transparent!important;border:1px solid #F45255!important;color:#f45255!important}.btn-red{background:#f45255!important;color:#fff!important}.switch-checked-red.ant-switch.ant-switch-checked{background:#f45255}.switch-checked-red.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#f45255}.switch-unchecked-red.ant-switch{background:#f45255}.switch-unchecked-red.ant-switch:hover:not(.ant-switch-disabled){background:#f45255}.btn-loader-red .ant-spin-dot-holder,.btn-loader-red .anticon{color:#f45255}.border-red{border-color:#f45255}.font-light-red{color:#f45255b3!important}.bg-light-red{background:#f45255b3!important;color:#fff!important}.outline-light-red{background:transparent!important;border:1px solid rgba(244,82,85,.7)!important;color:#f45255b3!important}.btn-light-red{background:#f45255b3!important;color:#fff!important}.switch-checked-light-red.ant-switch.ant-switch-checked{background:#f45255b3}.switch-checked-light-red.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#f45255b3}.switch-unchecked-light-red.ant-switch{background:#f45255b3}.switch-unchecked-light-red.ant-switch:hover:not(.ant-switch-disabled){background:#f45255b3}.btn-loader-light-red .ant-spin-dot-holder,.btn-loader-light-red .anticon{color:#f45255b3}.border-light-red{border-color:#f45255b3}.font-warm-red{color:#e57373!important}.bg-warm-red{background:#e57373!important;color:!important}.outline-warm-red{background:transparent!important;border:1px solid #E57373!important;color:#e57373!important}.btn-warm-red{background:#e57373!important;color:#fff!important}.switch-checked-warm-red.ant-switch.ant-switch-checked{background:#e57373}.switch-checked-warm-red.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#e57373}.switch-unchecked-warm-red.ant-switch{background:#e57373}.switch-unchecked-warm-red.ant-switch:hover:not(.ant-switch-disabled){background:#e57373}.btn-loader-warm-red .ant-spin-dot-holder,.btn-loader-warm-red .anticon{color:#e57373}.border-warm-red{border-color:#e57373}.font-soft-red{color:#e57373!important}.bg-soft-red{background:#e57373!important;color:!important}.outline-soft-red{background:transparent!important;border:1px solid #E57373!important;color:#e57373!important}.btn-soft-red{background:#e57373!important;color:#fff!important}.switch-checked-soft-red.ant-switch.ant-switch-checked{background:#e57373}.switch-checked-soft-red.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#e57373}.switch-unchecked-soft-red.ant-switch{background:#e57373}.switch-unchecked-soft-red.ant-switch:hover:not(.ant-switch-disabled){background:#e57373}.btn-loader-soft-red .ant-spin-dot-holder,.btn-loader-soft-red .anticon{color:#e57373}.border-soft-red{border-color:#e57373}.font-soft-pink{color:#f58ca9!important}.bg-soft-pink{background:#f58ca9!important;color:!important}.outline-soft-pink{background:transparent!important;border:1px solid #F58CA9!important;color:#f58ca9!important}.btn-soft-pink{background:#f58ca9!important;color:#fff!important}.switch-checked-soft-pink.ant-switch.ant-switch-checked{background:#f58ca9}.switch-checked-soft-pink.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#f58ca9}.switch-unchecked-soft-pink.ant-switch{background:#f58ca9}.switch-unchecked-soft-pink.ant-switch:hover:not(.ant-switch-disabled){background:#f58ca9}.btn-loader-soft-pink .ant-spin-dot-holder,.btn-loader-soft-pink .anticon{color:#f58ca9}.border-soft-pink{border-color:#f58ca9}.font-dark-blue{color:#1c1e20!important}.bg-dark-blue{background:#1c1e20!important;color:#fff!important}.outline-dark-blue{background:transparent!important;border:1px solid #1C1E20!important;color:#1c1e20!important}.btn-dark-blue{background:#1c1e20!important;color:#fff!important}.switch-checked-dark-blue.ant-switch.ant-switch-checked{background:#1c1e20}.switch-checked-dark-blue.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#1c1e20}.switch-unchecked-dark-blue.ant-switch{background:#1c1e20}.switch-unchecked-dark-blue.ant-switch:hover:not(.ant-switch-disabled){background:#1c1e20}.btn-loader-dark-blue .ant-spin-dot-holder,.btn-loader-dark-blue .anticon{color:#1c1e20}.border-dark-blue{border-color:#1c1e20}.font-navy{color:#233343!important}.bg-navy{background:#233343!important;color:#fff!important}.outline-navy{background:transparent!important;border:1px solid #233343!important;color:#233343!important}.btn-navy{background:#233343!important;color:#fff!important}.switch-checked-navy.ant-switch.ant-switch-checked{background:#233343}.switch-checked-navy.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#233343}.switch-unchecked-navy.ant-switch{background:#233343}.switch-unchecked-navy.ant-switch:hover:not(.ant-switch-disabled){background:#233343}.btn-loader-navy .ant-spin-dot-holder,.btn-loader-navy .anticon{color:#233343}.border-navy{border-color:#233343}.font-blue{color:#0088e6!important}.bg-blue{background:#0088e6!important;color:#fff!important}.outline-blue{background:transparent!important;border:1px solid #0088E6!important;color:#0088e6!important}.btn-blue{background:#0088e6!important;color:#fff!important}.switch-checked-blue.ant-switch.ant-switch-checked{background:#0088e6}.switch-checked-blue.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#0088e6}.switch-unchecked-blue.ant-switch{background:#0088e6}.switch-unchecked-blue.ant-switch:hover:not(.ant-switch-disabled){background:#0088e6}.btn-loader-blue .ant-spin-dot-holder,.btn-loader-blue .anticon{color:#0088e6}.border-blue{border-color:#0088e6}.font-soft-blue{color:#3fa9f5!important}.bg-soft-blue{background:#3fa9f5!important;color:!important}.outline-soft-blue{background:transparent!important;border:1px solid #3FA9F5!important;color:#3fa9f5!important}.btn-soft-blue{background:#3fa9f5!important;color:#fff!important}.switch-checked-soft-blue.ant-switch.ant-switch-checked{background:#3fa9f5}.switch-checked-soft-blue.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#3fa9f5}.switch-unchecked-soft-blue.ant-switch{background:#3fa9f5}.switch-unchecked-soft-blue.ant-switch:hover:not(.ant-switch-disabled){background:#3fa9f5}.btn-loader-soft-blue .ant-spin-dot-holder,.btn-loader-soft-blue .anticon{color:#3fa9f5}.border-soft-blue{border-color:#3fa9f5}.font-warm-blue{color:#4da6ff!important}.bg-warm-blue{background:#4da6ff!important;color:!important}.outline-warm-blue{background:transparent!important;border:1px solid #4DA6FF!important;color:#4da6ff!important}.btn-warm-blue{background:#4da6ff!important;color:#fff!important}.switch-checked-warm-blue.ant-switch.ant-switch-checked{background:#4da6ff}.switch-checked-warm-blue.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#4da6ff}.switch-unchecked-warm-blue.ant-switch{background:#4da6ff}.switch-unchecked-warm-blue.ant-switch:hover:not(.ant-switch-disabled){background:#4da6ff}.btn-loader-warm-blue .ant-spin-dot-holder,.btn-loader-warm-blue .anticon{color:#4da6ff}.border-warm-blue{border-color:#4da6ff}.font-grey-blue{color:#7fa3bc!important}.bg-grey-blue{background:#7fa3bc!important;color:#333!important}.outline-grey-blue{background:transparent!important;border:1px solid #7FA3BC!important;color:#7fa3bc!important}.btn-grey-blue{background:#7fa3bc!important;color:#fff!important}.switch-checked-grey-blue.ant-switch.ant-switch-checked{background:#7fa3bc}.switch-checked-grey-blue.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#7fa3bc}.switch-unchecked-grey-blue.ant-switch{background:#7fa3bc}.switch-unchecked-grey-blue.ant-switch:hover:not(.ant-switch-disabled){background:#7fa3bc}.btn-loader-grey-blue .ant-spin-dot-holder,.btn-loader-grey-blue .anticon{color:#7fa3bc}.border-grey-blue{border-color:#7fa3bc}.font-light-blue{color:#e6f4ff!important}.bg-light-blue{background:#e6f4ff!important;color:#0088e6!important}.outline-light-blue{background:transparent!important;border:1px solid #e6f4ff!important;color:#e6f4ff!important}.btn-light-blue{background:#e6f4ff!important;color:#fff!important}.switch-checked-light-blue.ant-switch.ant-switch-checked{background:#e6f4ff}.switch-checked-light-blue.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#e6f4ff}.switch-unchecked-light-blue.ant-switch{background:#e6f4ff}.switch-unchecked-light-blue.ant-switch:hover:not(.ant-switch-disabled){background:#e6f4ff}.btn-loader-light-blue .ant-spin-dot-holder,.btn-loader-light-blue .anticon{color:#e6f4ff}.border-light-blue{border-color:#e6f4ff}.font-soft-green{color:#4caf70!important}.bg-soft-green{background:#4caf70!important;color:!important}.outline-soft-green{background:transparent!important;border:1px solid #4CAF70!important;color:#4caf70!important}.btn-soft-green{background:#4caf70!important;color:#fff!important}.switch-checked-soft-green.ant-switch.ant-switch-checked{background:#4caf70}.switch-checked-soft-green.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#4caf70}.switch-unchecked-soft-green.ant-switch{background:#4caf70}.switch-unchecked-soft-green.ant-switch:hover:not(.ant-switch-disabled){background:#4caf70}.btn-loader-soft-green .ant-spin-dot-holder,.btn-loader-soft-green .anticon{color:#4caf70}.border-soft-green{border-color:#4caf70}.font-mid-green{color:#4caf50!important}.bg-mid-green{background:#4caf50!important;color:!important}.outline-mid-green{background:transparent!important;border:1px solid #4CAF50!important;color:#4caf50!important}.btn-mid-green{background:#4caf50!important;color:#fff!important}.switch-checked-mid-green.ant-switch.ant-switch-checked{background:#4caf50}.switch-checked-mid-green.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#4caf50}.switch-unchecked-mid-green.ant-switch{background:#4caf50}.switch-unchecked-mid-green.ant-switch:hover:not(.ant-switch-disabled){background:#4caf50}.btn-loader-mid-green .ant-spin-dot-holder,.btn-loader-mid-green .anticon{color:#4caf50}.border-mid-green{border-color:#4caf50}.font-warm-green{color:#6bbf59!important}.bg-warm-green{background:#6bbf59!important;color:!important}.outline-warm-green{background:transparent!important;border:1px solid #6BBF59!important;color:#6bbf59!important}.btn-warm-green{background:#6bbf59!important;color:#fff!important}.switch-checked-warm-green.ant-switch.ant-switch-checked{background:#6bbf59}.switch-checked-warm-green.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#6bbf59}.switch-unchecked-warm-green.ant-switch{background:#6bbf59}.switch-unchecked-warm-green.ant-switch:hover:not(.ant-switch-disabled){background:#6bbf59}.btn-loader-warm-green .ant-spin-dot-holder,.btn-loader-warm-green .anticon{color:#6bbf59}.border-warm-green{border-color:#6bbf59}.font-green{color:#87d068!important}.bg-green{background:#87d068!important;color:#fff!important}.outline-green{background:transparent!important;border:1px solid rgb(135,208,104)!important;color:#87d068!important}.btn-green{background:#87d068!important;color:#fff!important}.switch-checked-green.ant-switch.ant-switch-checked{background:#87d068}.switch-checked-green.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#87d068}.switch-unchecked-green.ant-switch{background:#87d068}.switch-unchecked-green.ant-switch:hover:not(.ant-switch-disabled){background:#87d068}.btn-loader-green .ant-spin-dot-holder,.btn-loader-green .anticon{color:#87d068}.border-green{border-color:#87d068}.font-teal{color:#1abc9c!important}.bg-teal{background:#1abc9c!important;color:!important}.outline-teal{background:transparent!important;border:1px solid #1ABC9C!important;color:#1abc9c!important}.btn-teal{background:#1abc9c!important;color:#fff!important}.switch-checked-teal.ant-switch.ant-switch-checked{background:#1abc9c}.switch-checked-teal.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#1abc9c}.switch-unchecked-teal.ant-switch{background:#1abc9c}.switch-unchecked-teal.ant-switch:hover:not(.ant-switch-disabled){background:#1abc9c}.btn-loader-teal .ant-spin-dot-holder,.btn-loader-teal .anticon{color:#1abc9c}.border-teal{border-color:#1abc9c}.font-soft-teal{color:#5cc5aa!important}.bg-soft-teal{background:#5cc5aa!important;color:!important}.outline-soft-teal{background:transparent!important;border:1px solid #5CC5AA!important;color:#5cc5aa!important}.btn-soft-teal{background:#5cc5aa!important;color:#fff!important}.switch-checked-soft-teal.ant-switch.ant-switch-checked{background:#5cc5aa}.switch-checked-soft-teal.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#5cc5aa}.switch-unchecked-soft-teal.ant-switch{background:#5cc5aa}.switch-unchecked-soft-teal.ant-switch:hover:not(.ant-switch-disabled){background:#5cc5aa}.btn-loader-soft-teal .ant-spin-dot-holder,.btn-loader-soft-teal .anticon{color:#5cc5aa}.border-soft-teal{border-color:#5cc5aa}.font-purple{color:#9b59b6!important}.bg-purple{background:#9b59b6!important;color:!important}.outline-purple{background:transparent!important;border:1px solid #9B59B6!important;color:#9b59b6!important}.btn-purple{background:#9b59b6!important;color:#fff!important}.switch-checked-purple.ant-switch.ant-switch-checked{background:#9b59b6}.switch-checked-purple.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#9b59b6}.switch-unchecked-purple.ant-switch{background:#9b59b6}.switch-unchecked-purple.ant-switch:hover:not(.ant-switch-disabled){background:#9b59b6}.btn-loader-purple .ant-spin-dot-holder,.btn-loader-purple .anticon{color:#9b59b6}.border-purple{border-color:#9b59b6}.font-soft-purple{color:#b085d6!important}.bg-soft-purple{background:#b085d6!important;color:!important}.outline-soft-purple{background:transparent!important;border:1px solid #B085D6!important;color:#b085d6!important}.btn-soft-purple{background:#b085d6!important;color:#fff!important}.switch-checked-soft-purple.ant-switch.ant-switch-checked{background:#b085d6}.switch-checked-soft-purple.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#b085d6}.switch-unchecked-soft-purple.ant-switch{background:#b085d6}.switch-unchecked-soft-purple.ant-switch:hover:not(.ant-switch-disabled){background:#b085d6}.btn-loader-soft-purple .ant-spin-dot-holder,.btn-loader-soft-purple .anticon{color:#b085d6}.border-soft-purple{border-color:#b085d6}.font-indigo{color:#5c6bc0!important}.bg-indigo{background:#5c6bc0!important;color:!important}.outline-indigo{background:transparent!important;border:1px solid #5C6BC0!important;color:#5c6bc0!important}.btn-indigo{background:#5c6bc0!important;color:#fff!important}.switch-checked-indigo.ant-switch.ant-switch-checked{background:#5c6bc0}.switch-checked-indigo.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#5c6bc0}.switch-unchecked-indigo.ant-switch{background:#5c6bc0}.switch-unchecked-indigo.ant-switch:hover:not(.ant-switch-disabled){background:#5c6bc0}.btn-loader-indigo .ant-spin-dot-holder,.btn-loader-indigo .anticon{color:#5c6bc0}.border-indigo{border-color:#5c6bc0}.font-soft-indigo{color:#8c84e2!important}.bg-soft-indigo{background:#8c84e2!important;color:!important}.outline-soft-indigo{background:transparent!important;border:1px solid #8C84E2!important;color:#8c84e2!important}.btn-soft-indigo{background:#8c84e2!important;color:#fff!important}.switch-checked-soft-indigo.ant-switch.ant-switch-checked{background:#8c84e2}.switch-checked-soft-indigo.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#8c84e2}.switch-unchecked-soft-indigo.ant-switch{background:#8c84e2}.switch-unchecked-soft-indigo.ant-switch:hover:not(.ant-switch-disabled){background:#8c84e2}.btn-loader-soft-indigo .ant-spin-dot-holder,.btn-loader-soft-indigo .anticon{color:#8c84e2}.border-soft-indigo{border-color:#8c84e2}.font-not_started{color:#aaa!important}.bg-not_started{background:#aaa!important;color:#333!important}.outline-not_started{background:transparent!important;border:1px solid #AAAAAA!important;color:#aaa!important}.btn-not_started{background:#aaa!important;color:#fff!important}.switch-checked-not_started.ant-switch.ant-switch-checked{background:#aaa}.switch-checked-not_started.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#aaa}.switch-unchecked-not_started.ant-switch{background:#aaa}.switch-unchecked-not_started.ant-switch:hover:not(.ant-switch-disabled){background:#aaa}.btn-loader-not_started .ant-spin-dot-holder,.btn-loader-not_started .anticon{color:#aaa}.border-not_started{border-color:#aaa}.font-started{color:#0088e6!important}.bg-started{background:#0088e6!important;color:#fff!important}.outline-started{background:transparent!important;border:1px solid #0088E6!important;color:#0088e6!important}.btn-started{background:#0088e6!important;color:#fff!important}.switch-checked-started.ant-switch.ant-switch-checked{background:#0088e6}.switch-checked-started.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#0088e6}.switch-unchecked-started.ant-switch{background:#0088e6}.switch-unchecked-started.ant-switch:hover:not(.ant-switch-disabled){background:#0088e6}.btn-loader-started .ant-spin-dot-holder,.btn-loader-started .anticon{color:#0088e6}.border-started{border-color:#0088e6}.font-paused{color:#ffb347!important}.bg-paused{background:#ffb347!important;color:#fff!important}.outline-paused{background:transparent!important;border:1px solid #FFB347!important;color:#ffb347!important}.btn-paused{background:#ffb347!important;color:#fff!important}.switch-checked-paused.ant-switch.ant-switch-checked{background:#ffb347}.switch-checked-paused.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#ffb347}.switch-unchecked-paused.ant-switch{background:#ffb347}.switch-unchecked-paused.ant-switch:hover:not(.ant-switch-disabled){background:#ffb347}.btn-loader-paused .ant-spin-dot-holder,.btn-loader-paused .anticon{color:#ffb347}.border-paused{border-color:#ffb347}.font-skipped{color:#e57373!important}.bg-skipped{background:#e57373!important;color:#fff!important}.outline-skipped{background:transparent!important;border:1px solid #E57373!important;color:#e57373!important}.btn-skipped{background:#e57373!important;color:#fff!important}.switch-checked-skipped.ant-switch.ant-switch-checked{background:#e57373}.switch-checked-skipped.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#e57373}.switch-unchecked-skipped.ant-switch{background:#e57373}.switch-unchecked-skipped.ant-switch:hover:not(.ant-switch-disabled){background:#e57373}.btn-loader-skipped .ant-spin-dot-holder,.btn-loader-skipped .anticon{color:#e57373}.border-skipped{border-color:#e57373}.font-cancelled{color:#e57373!important}.bg-cancelled{background:#e57373!important;color:#fff!important}.outline-cancelled{background:transparent!important;border:1px solid #E57373!important;color:#e57373!important}.btn-cancelled{background:#e57373!important;color:#fff!important}.switch-checked-cancelled.ant-switch.ant-switch-checked{background:#e57373}.switch-checked-cancelled.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#e57373}.switch-unchecked-cancelled.ant-switch{background:#e57373}.switch-unchecked-cancelled.ant-switch:hover:not(.ant-switch-disabled){background:#e57373}.btn-loader-cancelled .ant-spin-dot-holder,.btn-loader-cancelled .anticon{color:#e57373}.border-cancelled{border-color:#e57373}.font-checkin{color:#8c84e2!important}.bg-checkin{background:#8c84e2!important;color:#fff!important}.outline-checkin{background:transparent!important;border:1px solid #8C84E2!important;color:#8c84e2!important}.btn-checkin{background:#8c84e2!important;color:#fff!important}.switch-checked-checkin.ant-switch.ant-switch-checked{background:#8c84e2}.switch-checked-checkin.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#8c84e2}.switch-unchecked-checkin.ant-switch{background:#8c84e2}.switch-unchecked-checkin.ant-switch:hover:not(.ant-switch-disabled){background:#8c84e2}.btn-loader-checkin .ant-spin-dot-holder,.btn-loader-checkin .anticon{color:#8c84e2}.border-checkin{border-color:#8c84e2}.font-idle{color:#f45255!important}.bg-idle{background:#f45255!important;color:#fff!important}.outline-idle{background:transparent!important;border:1px solid #F45255!important;color:#f45255!important}.btn-idle{background:#f45255!important;color:#fff!important}.switch-checked-idle.ant-switch.ant-switch-checked{background:#f45255}.switch-checked-idle.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#f45255}.switch-unchecked-idle.ant-switch{background:#f45255}.switch-unchecked-idle.ant-switch:hover:not(.ant-switch-disabled){background:#f45255}.btn-loader-idle .ant-spin-dot-holder,.btn-loader-idle .anticon{color:#f45255}.border-idle{border-color:#f45255}.font-completed{color:#6bbf59!important}.bg-completed{background:#6bbf59!important;color:#fff!important}.outline-completed{background:transparent!important;border:1px solid #6BBF59!important;color:#6bbf59!important}.btn-completed{background:#6bbf59!important;color:#fff!important}.switch-checked-completed.ant-switch.ant-switch-checked{background:#6bbf59}.switch-checked-completed.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#6bbf59}.switch-unchecked-completed.ant-switch{background:#6bbf59}.switch-unchecked-completed.ant-switch:hover:not(.ant-switch-disabled){background:#6bbf59}.btn-loader-completed .ant-spin-dot-holder,.btn-loader-completed .anticon{color:#6bbf59}.border-completed{border-color:#6bbf59}*,*:before,*:after{box-sizing:border-box}*{margin:0}img,picture,video,canvas,svg{display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}.flex-row.outline,div[class*=flex-].outline .flex-row{border:2px solid #009966}.flex-col.outline,div[class*=flex-].outline .flex-col{border:2px dashed #ffcc00}div[class*=flex-].outline div[class*=box-]{border:2px solid #66ccff;padding:1px;margin:1px}div[class*=flex-].outline div[class^=space-],div[class*=flex-].outline div[class*=" space-"],div[class^=space-].outline,div[class*=" space-"].outline{border:2px dashed #CC0000}.flex-row{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;margin-right:auto;margin-left:auto;min-height:15px}.flex-col{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;margin-right:auto;margin-left:auto;min-width:50px}div[class*=flex-]>div[class*=box-]{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex}.grid-wrapper{display:block;margin-right:auto;margin-left:auto;min-height:15px!important}.flex-row.wrap,.flex-col.wrap{flex-wrap:wrap}.flex-row.no-wrap,.flex-col.no-wrap{flex-wrap:nowrap}div[class*=box-] .extend-flex{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex}div[class*=flex-] div[class*=flex-]{margin-right:0;margin-left:0}div[class^=space-],div[class*=" space-"]{color:transparent;-webkit-align-self:stretch;-moz-align-self:stretch;-ms-align-self:stretch;align-self:stretch;-webkit-flex:0 1 auto;-moz-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.flex-row.wide,.flex-col.wide{width:100%!important}.flex-row.tall,.flex-col.tall{height:100%!important}div[class*=box-].wide{width:100%!important}.flex-row.mid,.flex-col.mid,div[class*=box-].mid,.extend-flex.mid{-webkit-justify-content:center!important;-moz-justify-content:center!important;-ms-justify-content:center!important;justify-content:center!important;-webkit-align-items:center!important;-moz-align-items:center!important;-ms-align-items:center!important;align-items:center!important}.flex-row.center,.flex-col.middle,div[class*=box-].center,.extend-flex.center{-webkit-justify-content:center!important;-moz-justify-content:center!important;-ms-justify-content:center!important;justify-content:center!important}.flex-row.middle,.flex-col.center,div[class*=box-].middle,.extend-flex.middle{-webkit-align-items:center!important;-moz-align-items:center!important;-ms-align-items:center!important;align-items:center!important}.flex-row.right,.flex-col.bottom,div[class*=box-].right,.extend-flex.right{-webkit-justify-content:flex-end!important;-moz-justify-content:flex-end!important;-ms-justify-content:flex-end!important;justify-content:flex-end!important}.flex-row.left,.flex-col.top,div[class*=box-].nest.left,.extend-flex.left{-webkit-justify-content:flex-start!important;-moz-justify-content:flex-start!important;-ms-justify-content:flex-start!important;justify-content:flex-start!important}.flex-row.top,.flex-col.left,div[class*=box-].top,.extend-flex.top{-webkit-align-items:flex-start!important;-moz-align-items:flex-start!important;-ms-align-items:flex-start!important;align-items:flex-start!important}.flex-row.bottom,.flex-col.right,div[class*=box-].bottom,.extend-flex.bottom{-webkit-align-items:flex-end!important;-moz-align-items:flex-end!important;-ms-align-items:flex-end!important;align-items:flex-end!important}.flex-row.stretch,.flex-col.stretch,div[class*=box-].stretch,.extend-flex.stretch{-webkit-align-items:stretch!important;-moz-align-items:stretch!important;-ms-align-items:stretch!important;align-items:stretch!important}div[class*=box-].nest{-webkit-align-self:stretch;-moz-align-self:stretch;-ms-align-self:stretch;align-self:stretch}div[class*=box-].nest .flex-col{-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;min-width:0px!important}.flex-row>div[class*=box-].self-top,.flex-col>div[class*=box-].self-left,div[class*=box-]>.self-top,div[class*=box-].top>h1,div[class*=box-].top>h2,div[class*=box-].top>h3,div[class*=box-].top>h4,div[class*=box-].top>h5,div[class*=box-].top>h6,div[class*=box-].top>p{-webkit-align-self:flex-start!important;-moz-align-self:flex-start!important;-ms-align-self:flex-start!important;align-self:flex-start!important}.flex-row div[class*=box-].self-bottom,.flex-col div[class*=box-].self-right,div[class*=box-]>.self-bottom,div[class*=box-].bottom>h1,div[class*=box-].bottom>h2,div[class*=box-].bottom>h3,div[class*=box-].bottom>h4,div[class*=box-].bottom>h5,div[class*=box-].bottom>h6,div[class*=box-].bottom>p{-webkit-align-self:flex-end!important;-moz-align-self:flex-end!important;-ms-align-self:flex-end!important;align-self:flex-end!important}.flex-row div[class*=box-].self-stretch,.flex-col div[class*=box-].self-stretch,div[class*=box-]>.self-stretch{-webkit-align-self:stretch!important;-moz-align-self:stretch!important;-ms-align-self:stretch!important;align-self:stretch!important}.flex-row div[class*=box-].self-middle,.flex-col div[class*=box-].self-center,div[class*=box-]>.self-middle,div[class*=box-].middle>h1,div[class*=box-].middle>h2,div[class*=box-].middle>h3,div[class*=box-].middle>h4,div[class*=box-].middle>h5,div[class*=box-].middle>h6,div[class*=box-].middle>p{-webkit-align-self:center!important;-moz-align-self:center!important;-ms-align-self:center!important;align-self:center!important}div[class*=flex-] .margin-center-middle{margin:auto}div[class*=flex-] .margin-center{margin:0 auto}div[class*=flex-] .margin-middle{margin:auto 0}div[class*=flex-] .margin-top{margin-bottom:auto}div[class*=flex-] .margin-bottom{margin-top:auto}div[class*=flex-] .margin-right{margin-left:auto}div[class*=flex-] .margin-left{margin-right:auto}div[class*=box-]>h1,div[class*=box-]>h2,div[class*=box-]>h3,div[class*=box-]>h4,div[class*=box-]>h5,div[class*=box-]>h6{-webkit-align-self:center;-moz-align-self:center;-ms-align-self:center;align-self:center}div[class*=box-]>img{display:block;max-width:100%;height:auto}div[class*=flex-row]#divider div[class*=box-]{-webkit-align-self:center!important;-moz-align-self:center!important;-ms-align-self:center!important;align-self:center!important;height:.5px;padding:0;border-top:1px solid #DDD;color:transparent}div[class*=flex-row] div[class*=box-].fit{width:-webkit-fit-content;width:-moz-fit-content;width:-ms-fit-content;width:fit-content}div[class*=flex-row] div[class*=box-].content{flex-basis:content}div[class*=flex-row] div[class*=box-].max-content{flex-basis:max-content}div[class*=flex-row] div[class*=box-].min-content{flex-basis:min-content}div[class*=flex-row] div[class*=box-].fit-content{flex-basis:fit-content}div[class*=flex-] .box-1{-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1}div[class*=flex-] .box-2{-webkit-flex:2;-moz-flex:2;-ms-flex:2;flex:2}div[class*=flex-] .box-3{-webkit-flex:3;-moz-flex:3;-ms-flex:3;flex:3}div[class*=flex-] .box-4{-webkit-flex:4;-moz-flex:4;-ms-flex:4;flex:4}div[class*=flex-] .box-5{-webkit-flex:5;-moz-flex:5;-ms-flex:5;flex:5}div[class*=flex-] .box-6{-webkit-flex:6;-moz-flex:6;-ms-flex:6;flex:6}div[class*=flex-] .box-0-0-0{-webkit-flex:0 0 0;-moz-flex:0 0 0;-ms-flex:0 0 0;flex:0 0 0}div[class*=flex-] .box-1-0-0{-webkit-flex:1 0 0;-moz-flex:1 0 0;-ms-flex:1 0 0;flex:1 0 0}div[class*=flex-] .box-1-1-0{-webkit-flex:1 1 0;-moz-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0}div[class*=flex-] .box-1-2-0{-webkit-flex:1 2 0;-moz-flex:1 2 0;-ms-flex:1 2 0;flex:1 2 0}div[class*=flex-] .box-1-3-0{-webkit-flex:1 3 0;-moz-flex:1 3 0;-ms-flex:1 3 0;flex:1 3 0}div[class*=flex-] .box-1-4-0{-webkit-flex:1 4 0;-moz-flex:1 4 0;-ms-flex:1 4 0;flex:1 4 0}div[class*=flex-] .box-1-5-0{-webkit-flex:1 5 0;-moz-flex:1 5 0;-ms-flex:1 5 0;flex:1 5 0}div[class*=flex-] .box-2-0-0{-webkit-flex:2 0 0;-moz-flex:2 0 0;-ms-flex:2 0 0;flex:2 0 0}div[class*=flex-] .box-2-1-0{-webkit-flex:2 1 0;-moz-flex:2 1 0;-ms-flex:2 1 0;flex:2 1 0}div[class*=flex-] .box-2-2-0{-webkit-flex:2 2 0;-moz-flex:2 2 0;-ms-flex:2 2 0;flex:2 2 0}div[class*=flex-] .box-2-3-0{-webkit-flex:2 3 0;-moz-flex:2 3 0;-ms-flex:2 3 0;flex:2 3 0}div[class*=flex-] .box-2-4-0{-webkit-flex:2 4 0;-moz-flex:2 4 0;-ms-flex:2 4 0;flex:2 4 0}div[class*=flex-] .box-2-5-0{-webkit-flex:2 5 0;-moz-flex:2 5 0;-ms-flex:2 5 0;flex:2 5 0}div[class*=flex-] .box-3-0-0{-webkit-flex:3 0 0;-moz-flex:3 0 0;-ms-flex:3 0 0;flex:3 0 0}div[class*=flex-] .box-3-1-0{-webkit-flex:3 1 0;-moz-flex:3 1 0;-ms-flex:3 1 0;flex:3 1 0}div[class*=flex-] .box-3-2-0{-webkit-flex:3 2 0;-moz-flex:3 2 0;-ms-flex:3 2 0;flex:3 2 0}div[class*=flex-] .box-3-3-0{-webkit-flex:3 3 0;-moz-flex:3 3 0;-ms-flex:3 3 0;flex:3 3 0}div[class*=flex-] .box-3-4-0{-webkit-flex:3 4 0;-moz-flex:3 4 0;-ms-flex:3 4 0;flex:3 4 0}div[class*=flex-] .box-3-5-0{-webkit-flex:3 5 0;-moz-flex:3 5 0;-ms-flex:3 5 0;flex:3 5 0}div[class*=flex-] .box-4-0-0{-webkit-flex:4 0 0;-moz-flex:4 0 0;-ms-flex:4 0 0;flex:4 0 0}div[class*=flex-] .box-4-1-0{-webkit-flex:4 1 0;-moz-flex:4 1 0;-ms-flex:4 1 0;flex:4 1 0}div[class*=flex-] .box-4-2-0{-webkit-flex:4 2 0;-moz-flex:4 2 0;-ms-flex:4 2 0;flex:4 2 0}div[class*=flex-] .box-4-3-0{-webkit-flex:4 3 0;-moz-flex:4 3 0;-ms-flex:4 3 0;flex:4 3 0}div[class*=flex-] .box-4-4-0{-webkit-flex:4 4 0;-moz-flex:4 4 0;-ms-flex:4 4 0;flex:4 4 0}div[class*=flex-] .box-4-5-0{-webkit-flex:4 5 0;-moz-flex:4 5 0;-ms-flex:4 5 0;flex:4 5 0}div[class*=flex-] .box-5-0-0{-webkit-flex:5 0 0;-moz-flex:5 0 0;-ms-flex:5 0 0;flex:5 0 0}div[class*=flex-] .box-5-1-0{-webkit-flex:5 1 0;-moz-flex:5 1 0;-ms-flex:5 1 0;flex:5 1 0}div[class*=flex-] .box-5-2-0{-webkit-flex:5 2 0;-moz-flex:5 2 0;-ms-flex:5 2 0;flex:5 2 0}div[class*=flex-] .box-5-3-0{-webkit-flex:5 3 0;-moz-flex:5 3 0;-ms-flex:5 3 0;flex:5 3 0}div[class*=flex-] .box-5-4-0{-webkit-flex:5 4 0;-moz-flex:5 4 0;-ms-flex:5 4 0;flex:5 4 0}div[class*=flex-] .box-5-5-0{-webkit-flex:5 5 0;-moz-flex:5 5 0;-ms-flex:5 5 0;flex:5 5 0}div[class*=flex-] .box-0-0-auto{-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}div[class*=flex-] .box-1-0-auto{-webkit-flex:1 0 auto;-moz-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}div[class*=flex-] .box-1-1-auto{-webkit-flex:1 1 auto;-moz-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}div[class*=flex-] .box-1-2-auto{-webkit-flex:1 2 auto;-moz-flex:1 2 auto;-ms-flex:1 2 auto;flex:1 2 auto}div[class*=flex-] .box-1-3-auto{-webkit-flex:1 3 auto;-moz-flex:1 3 auto;-ms-flex:1 3 auto;flex:1 3 auto}div[class*=flex-] .box-1-4-auto{-webkit-flex:1 4 auto;-moz-flex:1 4 auto;-ms-flex:1 4 auto;flex:1 4 auto}div[class*=flex-] .box-1-5-auto{-webkit-flex:1 5 auto;-moz-flex:1 5 auto;-ms-flex:1 5 auto;flex:1 5 auto}div[class*=flex-] .box-2-0-auto{-webkit-flex:2 0 auto;-moz-flex:2 0 auto;-ms-flex:2 0 auto;flex:2 0 auto}div[class*=flex-] .box-2-1-auto{-webkit-flex:2 1 auto;-moz-flex:2 1 auto;-ms-flex:2 1 auto;flex:2 1 auto}div[class*=flex-] .box-2-2-auto{-webkit-flex:2 2 auto;-moz-flex:2 2 auto;-ms-flex:2 2 auto;flex:2 2 auto}div[class*=flex-] .box-2-3-auto{-webkit-flex:2 3 auto;-moz-flex:2 3 auto;-ms-flex:2 3 auto;flex:2 3 auto}div[class*=flex-] .box-2-4-auto{-webkit-flex:2 4 auto;-moz-flex:2 4 auto;-ms-flex:2 4 auto;flex:2 4 auto}div[class*=flex-] .box-2-5-auto{-webkit-flex:2 5 auto;-moz-flex:2 5 auto;-ms-flex:2 5 auto;flex:2 5 auto}div[class*=flex-] .box-3-0-auto{-webkit-flex:3 0 auto;-moz-flex:3 0 auto;-ms-flex:3 0 auto;flex:3 0 auto}div[class*=flex-] .box-3-1-auto{-webkit-flex:3 1 auto;-moz-flex:3 1 auto;-ms-flex:3 1 auto;flex:3 1 auto}div[class*=flex-] .box-3-2-auto{-webkit-flex:3 2 auto;-moz-flex:3 2 auto;-ms-flex:3 2 auto;flex:3 2 auto}div[class*=flex-] .box-3-3-auto{-webkit-flex:3 3 auto;-moz-flex:3 3 auto;-ms-flex:3 3 auto;flex:3 3 auto}div[class*=flex-] .box-3-4-auto{-webkit-flex:3 4 auto;-moz-flex:3 4 auto;-ms-flex:3 4 auto;flex:3 4 auto}div[class*=flex-] .box-3-5-auto{-webkit-flex:3 5 auto;-moz-flex:3 5 auto;-ms-flex:3 5 auto;flex:3 5 auto}div[class*=flex-] .box-4-0-auto{-webkit-flex:4 0 auto;-moz-flex:4 0 auto;-ms-flex:4 0 auto;flex:4 0 auto}div[class*=flex-] .box-4-1-auto{-webkit-flex:4 1 auto;-moz-flex:4 1 auto;-ms-flex:4 1 auto;flex:4 1 auto}div[class*=flex-] .box-4-2-auto{-webkit-flex:4 2 auto;-moz-flex:4 2 auto;-ms-flex:4 2 auto;flex:4 2 auto}div[class*=flex-] .box-4-3-auto{-webkit-flex:4 3 auto;-moz-flex:4 3 auto;-ms-flex:4 3 auto;flex:4 3 auto}div[class*=flex-] .box-4-4-auto{-webkit-flex:4 4 auto;-moz-flex:4 4 auto;-ms-flex:4 4 auto;flex:4 4 auto}div[class*=flex-] .box-4-5-auto{-webkit-flex:4 5 auto;-moz-flex:4 5 auto;-ms-flex:4 5 auto;flex:4 5 auto}div[class*=flex-] .box-5-0-auto{-webkit-flex:5 0 auto;-moz-flex:5 0 auto;-ms-flex:5 0 auto;flex:5 0 auto}div[class*=flex-] .box-5-1-auto{-webkit-flex:5 1 auto;-moz-flex:5 1 auto;-ms-flex:5 1 auto;flex:5 1 auto}div[class*=flex-] .box-5-2-auto{-webkit-flex:5 2 auto;-moz-flex:5 2 auto;-ms-flex:5 2 auto;flex:5 2 auto}div[class*=flex-] .box-5-3-auto{-webkit-flex:5 3 auto;-moz-flex:5 3 auto;-ms-flex:5 3 auto;flex:5 3 auto}div[class*=flex-] .box-5-4-auto{-webkit-flex:5 4 auto;-moz-flex:5 4 auto;-ms-flex:5 4 auto;flex:5 4 auto}div[class*=flex-] .box-5-5-auto{-webkit-flex:5 5 auto;-moz-flex:5 5 auto;-ms-flex:5 5 auto;flex:5 5 auto}div[class*=flex-] .box-0-0-10px{-webkit-flex:0 0 10px;-moz-flex:0 0 10px;-ms-flex:0 0 10px;flex:0 0 10px}div[class*=flex-] .box-1-0-10px{-webkit-flex:1 0 10px;-moz-flex:1 0 10px;-ms-flex:1 0 10px;flex:1 0 10px}div[class*=flex-] .box-1-1-10px{-webkit-flex:1 1 10px;-moz-flex:1 1 10px;-ms-flex:1 1 10px;flex:1 1 10px}div[class*=flex-] .box-1-2-10px{-webkit-flex:1 2 10px;-moz-flex:1 2 10px;-ms-flex:1 2 10px;flex:1 2 10px}div[class*=flex-] .box-1-3-10px{-webkit-flex:1 3 10px;-moz-flex:1 3 10px;-ms-flex:1 3 10px;flex:1 3 10px}div[class*=flex-] .box-1-4-10px{-webkit-flex:1 4 10px;-moz-flex:1 4 10px;-ms-flex:1 4 10px;flex:1 4 10px}div[class*=flex-] .box-1-5-10px{-webkit-flex:1 5 10px;-moz-flex:1 5 10px;-ms-flex:1 5 10px;flex:1 5 10px}div[class*=flex-] .box-2-0-10px{-webkit-flex:2 0 10px;-moz-flex:2 0 10px;-ms-flex:2 0 10px;flex:2 0 10px}div[class*=flex-] .box-2-1-10px{-webkit-flex:2 1 10px;-moz-flex:2 1 10px;-ms-flex:2 1 10px;flex:2 1 10px}div[class*=flex-] .box-2-2-10px{-webkit-flex:2 2 10px;-moz-flex:2 2 10px;-ms-flex:2 2 10px;flex:2 2 10px}div[class*=flex-] .box-2-3-10px{-webkit-flex:2 3 0;-moz-flex:2 3 0;-ms-flex:2 3 0;flex:2 3 0}div[class*=flex-] .box-2-4-10px{-webkit-flex:2 4 10px;-moz-flex:2 4 10px;-ms-flex:2 4 10px;flex:2 4 10px}div[class*=flex-] .box-2-5-10px{-webkit-flex:2 5 10px;-moz-flex:2 5 10px;-ms-flex:2 5 10px;flex:2 5 10px}div[class*=flex-] .box-3-0-10px{-webkit-flex:3 0 10px;-moz-flex:3 0 10px;-ms-flex:3 0 10px;flex:3 0 10px}div[class*=flex-] .box-3-1-10px{-webkit-flex:3 1 10px;-moz-flex:3 1 10px;-ms-flex:3 1 10px;flex:3 1 10px}div[class*=flex-] .box-3-2-10px{-webkit-flex:3 2 10px;-moz-flex:3 2 10px;-ms-flex:3 2 10px;flex:3 2 10px}div[class*=flex-] .box-3-3-10px{-webkit-flex:3 3 10px;-moz-flex:3 3 10px;-ms-flex:3 3 10px;flex:3 3 10px}div[class*=flex-] .box-3-4-10px{-webkit-flex:3 4 10px;-moz-flex:3 4 10px;-ms-flex:3 4 10px;flex:3 4 10px}div[class*=flex-] .box-3-5-10px{-webkit-flex:3 5 10px;-moz-flex:3 5 10px;-ms-flex:3 5 10px;flex:3 5 10px}div[class*=flex-] .box-4-0-10px{-webkit-flex:4 0 10px;-moz-flex:4 0 10px;-ms-flex:4 0 10px;flex:4 0 10px}div[class*=flex-] .box-4-1-10px{-webkit-flex:4 1 10px;-moz-flex:4 1 10px;-ms-flex:4 1 10px;flex:4 1 10px}div[class*=flex-] .box-4-2-10px{-webkit-flex:4 2 10px;-moz-flex:4 2 10px;-ms-flex:4 2 10px;flex:4 2 10px}div[class*=flex-] .box-4-3-10px{-webkit-flex:4 3 10px;-moz-flex:4 3 10px;-ms-flex:4 3 10px;flex:4 3 10px}div[class*=flex-] .box-4-4-10px{-webkit-flex:4 4 10px;-moz-flex:4 4 10px;-ms-flex:4 4 10px;flex:4 4 10px}div[class*=flex-] .box-4-5-10px{-webkit-flex:4 5 10px;-moz-flex:4 5 10px;-ms-flex:4 5 10px;flex:4 5 10px}div[class*=flex-] .box-5-0-10px{-webkit-flex:5 0 10px;-moz-flex:5 0 10px;-ms-flex:5 0 10px;flex:5 0 10px}div[class*=flex-] .box-5-1-10px{-webkit-flex:5 1 10px;-moz-flex:5 1 10px;-ms-flex:5 1 10px;flex:5 1 10px}div[class*=flex-] .box-5-2-10px{-webkit-flex:5 2 10px;-moz-flex:5 2 10px;-ms-flex:5 2 10px;flex:5 2 10px}div[class*=flex-] .box-5-3-10px{-webkit-flex:5 3 10px;-moz-flex:5 3 10px;-ms-flex:5 3 10px;flex:5 3 10px}div[class*=flex-] .box-5-4-10px{-webkit-flex:5 4 10px;-moz-flex:5 4 10px;-ms-flex:5 4 10px;flex:5 4 10px}div[class*=flex-] .box-5-5-10px{-webkit-flex:5 5 10px;-moz-flex:5 5 10px;-ms-flex:5 5 10px;flex:5 5 10px}div[class*=flex-] .box-0-0-20px{-webkit-flex:0 0 20px;-moz-flex:0 0 20px;-ms-flex:0 0 20px;flex:0 0 20px}div[class*=flex-] .box-1-0-20px{-webkit-flex:1 0 20px;-moz-flex:1 0 20px;-ms-flex:1 0 20px;flex:1 0 20px}div[class*=flex-] .box-1-1-20px{-webkit-flex:1 1 20px;-moz-flex:1 1 20px;-ms-flex:1 1 20px;flex:1 1 20px}div[class*=flex-] .box-1-2-20px{-webkit-flex:1 2 20px;-moz-flex:1 2 20px;-ms-flex:1 2 20px;flex:1 2 20px}div[class*=flex-] .box-1-3-20px{-webkit-flex:1 3 20px;-moz-flex:1 3 20px;-ms-flex:1 3 20px;flex:1 3 20px}div[class*=flex-] .box-1-4-20px{-webkit-flex:1 4 20px;-moz-flex:1 4 20px;-ms-flex:1 4 20px;flex:1 4 20px}div[class*=flex-] .box-1-5-20px{-webkit-flex:1 5 20px;-moz-flex:1 5 20px;-ms-flex:1 5 20px;flex:1 5 20px}div[class*=flex-] .box-2-0-20px{-webkit-flex:2 0 20px;-moz-flex:2 0 20px;-ms-flex:2 0 20px;flex:2 0 20px}div[class*=flex-] .box-2-1-20px{-webkit-flex:2 1 20px;-moz-flex:2 1 20px;-ms-flex:2 1 20px;flex:2 1 20px}div[class*=flex-] .box-2-2-20px{-webkit-flex:2 2 20px;-moz-flex:2 2 20px;-ms-flex:2 2 20px;flex:2 2 20px}div[class*=flex-] .box-2-3-20px{-webkit-flex:2 3 0;-moz-flex:2 3 0;-ms-flex:2 3 0;flex:2 3 0}div[class*=flex-] .box-2-4-20px{-webkit-flex:2 4 20px;-moz-flex:2 4 20px;-ms-flex:2 4 20px;flex:2 4 20px}div[class*=flex-] .box-2-5-20px{-webkit-flex:2 5 20px;-moz-flex:2 5 20px;-ms-flex:2 5 20px;flex:2 5 20px}div[class*=flex-] .box-3-0-20px{-webkit-flex:3 0 20px;-moz-flex:3 0 20px;-ms-flex:3 0 20px;flex:3 0 20px}div[class*=flex-] .box-3-1-20px{-webkit-flex:3 1 20px;-moz-flex:3 1 20px;-ms-flex:3 1 20px;flex:3 1 20px}div[class*=flex-] .box-3-2-20px{-webkit-flex:3 2 20px;-moz-flex:3 2 20px;-ms-flex:3 2 20px;flex:3 2 20px}div[class*=flex-] .box-3-3-20px{-webkit-flex:3 3 20px;-moz-flex:3 3 20px;-ms-flex:3 3 20px;flex:3 3 20px}div[class*=flex-] .box-3-4-20px{-webkit-flex:3 4 20px;-moz-flex:3 4 20px;-ms-flex:3 4 20px;flex:3 4 20px}div[class*=flex-] .box-3-5-20px{-webkit-flex:3 5 20px;-moz-flex:3 5 20px;-ms-flex:3 5 20px;flex:3 5 20px}div[class*=flex-] .box-4-0-20px{-webkit-flex:4 0 20px;-moz-flex:4 0 20px;-ms-flex:4 0 20px;flex:4 0 20px}div[class*=flex-] .box-4-1-20px{-webkit-flex:4 1 20px;-moz-flex:4 1 20px;-ms-flex:4 1 20px;flex:4 1 20px}div[class*=flex-] .box-4-2-20px{-webkit-flex:4 2 20px;-moz-flex:4 2 20px;-ms-flex:4 2 20px;flex:4 2 20px}div[class*=flex-] .box-4-3-20px{-webkit-flex:4 3 20px;-moz-flex:4 3 20px;-ms-flex:4 3 20px;flex:4 3 20px}div[class*=flex-] .box-4-4-20px{-webkit-flex:4 4 20px;-moz-flex:4 4 20px;-ms-flex:4 4 20px;flex:4 4 20px}div[class*=flex-] .box-4-5-20px{-webkit-flex:4 5 20px;-moz-flex:4 5 20px;-ms-flex:4 5 20px;flex:4 5 20px}div[class*=flex-] .box-5-0-20px{-webkit-flex:5 0 20px;-moz-flex:5 0 20px;-ms-flex:5 0 20px;flex:5 0 20px}div[class*=flex-] .box-5-1-20px{-webkit-flex:5 1 20px;-moz-flex:5 1 20px;-ms-flex:5 1 20px;flex:5 1 20px}div[class*=flex-] .box-5-2-20px{-webkit-flex:5 2 20px;-moz-flex:5 2 20px;-ms-flex:5 2 20px;flex:5 2 20px}div[class*=flex-] .box-5-3-20px{-webkit-flex:5 3 20px;-moz-flex:5 3 20px;-ms-flex:5 3 20px;flex:5 3 20px}div[class*=flex-] .box-5-4-20px{-webkit-flex:5 4 20px;-moz-flex:5 4 20px;-ms-flex:5 4 20px;flex:5 4 20px}div[class*=flex-] .box-5-5-20px{-webkit-flex:5 5 20px;-moz-flex:5 5 20px;-ms-flex:5 5 20px;flex:5 5 20px}div[class*=flex-] .box-0-0-30px{-webkit-flex:0 0 30px;-moz-flex:0 0 30px;-ms-flex:0 0 30px;flex:0 0 30px}div[class*=flex-] .box-1-0-30px{-webkit-flex:1 0 30px;-moz-flex:1 0 30px;-ms-flex:1 0 30px;flex:1 0 30px}div[class*=flex-] .box-1-1-30px{-webkit-flex:1 1 30px;-moz-flex:1 1 30px;-ms-flex:1 1 30px;flex:1 1 30px}div[class*=flex-] .box-1-2-30px{-webkit-flex:1 2 30px;-moz-flex:1 2 30px;-ms-flex:1 2 30px;flex:1 2 30px}div[class*=flex-] .box-1-3-30px{-webkit-flex:1 3 30px;-moz-flex:1 3 30px;-ms-flex:1 3 30px;flex:1 3 30px}div[class*=flex-] .box-1-4-30px{-webkit-flex:1 4 30px;-moz-flex:1 4 30px;-ms-flex:1 4 30px;flex:1 4 30px}div[class*=flex-] .box-1-5-30px{-webkit-flex:1 5 30px;-moz-flex:1 5 30px;-ms-flex:1 5 30px;flex:1 5 30px}div[class*=flex-] .box-2-0-30px{-webkit-flex:2 0 30px;-moz-flex:2 0 30px;-ms-flex:2 0 30px;flex:2 0 30px}div[class*=flex-] .box-2-1-30px{-webkit-flex:2 1 30px;-moz-flex:2 1 30px;-ms-flex:2 1 30px;flex:2 1 30px}div[class*=flex-] .box-2-2-30px{-webkit-flex:2 2 30px;-moz-flex:2 2 30px;-ms-flex:2 2 30px;flex:2 2 30px}div[class*=flex-] .box-2-3-30px{-webkit-flex:2 3 0;-moz-flex:2 3 0;-ms-flex:2 3 0;flex:2 3 0}div[class*=flex-] .box-2-4-30px{-webkit-flex:2 4 30px;-moz-flex:2 4 30px;-ms-flex:2 4 30px;flex:2 4 30px}div[class*=flex-] .box-2-5-30px{-webkit-flex:2 5 30px;-moz-flex:2 5 30px;-ms-flex:2 5 30px;flex:2 5 30px}div[class*=flex-] .box-3-0-30px{-webkit-flex:3 0 30px;-moz-flex:3 0 30px;-ms-flex:3 0 30px;flex:3 0 30px}div[class*=flex-] .box-3-1-30px{-webkit-flex:3 1 30px;-moz-flex:3 1 30px;-ms-flex:3 1 30px;flex:3 1 30px}div[class*=flex-] .box-3-2-30px{-webkit-flex:3 2 30px;-moz-flex:3 2 30px;-ms-flex:3 2 30px;flex:3 2 30px}div[class*=flex-] .box-3-3-30px{-webkit-flex:3 3 30px;-moz-flex:3 3 30px;-ms-flex:3 3 30px;flex:3 3 30px}div[class*=flex-] .box-3-4-30px{-webkit-flex:3 4 30px;-moz-flex:3 4 30px;-ms-flex:3 4 30px;flex:3 4 30px}div[class*=flex-] .box-3-5-30px{-webkit-flex:3 5 30px;-moz-flex:3 5 30px;-ms-flex:3 5 30px;flex:3 5 30px}div[class*=flex-] .box-4-0-30px{-webkit-flex:4 0 30px;-moz-flex:4 0 30px;-ms-flex:4 0 30px;flex:4 0 30px}div[class*=flex-] .box-4-1-30px{-webkit-flex:4 1 30px;-moz-flex:4 1 30px;-ms-flex:4 1 30px;flex:4 1 30px}div[class*=flex-] .box-4-2-30px{-webkit-flex:4 2 30px;-moz-flex:4 2 30px;-ms-flex:4 2 30px;flex:4 2 30px}div[class*=flex-] .box-4-3-30px{-webkit-flex:4 3 30px;-moz-flex:4 3 30px;-ms-flex:4 3 30px;flex:4 3 30px}div[class*=flex-] .box-4-4-30px{-webkit-flex:4 4 30px;-moz-flex:4 4 30px;-ms-flex:4 4 30px;flex:4 4 30px}div[class*=flex-] .box-4-5-30px{-webkit-flex:4 5 30px;-moz-flex:4 5 30px;-ms-flex:4 5 30px;flex:4 5 30px}div[class*=flex-] .box-5-0-30px{-webkit-flex:5 0 30px;-moz-flex:5 0 30px;-ms-flex:5 0 30px;flex:5 0 30px}div[class*=flex-] .box-5-1-30px{-webkit-flex:5 1 30px;-moz-flex:5 1 30px;-ms-flex:5 1 30px;flex:5 1 30px}div[class*=flex-] .box-5-2-30px{-webkit-flex:5 2 30px;-moz-flex:5 2 30px;-ms-flex:5 2 30px;flex:5 2 30px}div[class*=flex-] .box-5-3-30px{-webkit-flex:5 3 30px;-moz-flex:5 3 30px;-ms-flex:5 3 30px;flex:5 3 30px}div[class*=flex-] .box-5-4-30px{-webkit-flex:5 4 30px;-moz-flex:5 4 30px;-ms-flex:5 4 30px;flex:5 4 30px}div[class*=flex-] .box-5-5-30px{-webkit-flex:5 5 30px;-moz-flex:5 5 30px;-ms-flex:5 5 30px;flex:5 5 30px}div[class*=flex-] .box-0-0-40px{-webkit-flex:0 0 40px;-moz-flex:0 0 40px;-ms-flex:0 0 40px;flex:0 0 40px}div[class*=flex-] .box-1-0-40px{-webkit-flex:1 0 40px;-moz-flex:1 0 40px;-ms-flex:1 0 40px;flex:1 0 40px}div[class*=flex-] .box-1-1-40px{-webkit-flex:1 1 40px;-moz-flex:1 1 40px;-ms-flex:1 1 40px;flex:1 1 40px}div[class*=flex-] .box-1-2-40px{-webkit-flex:1 2 40px;-moz-flex:1 2 40px;-ms-flex:1 2 40px;flex:1 2 40px}div[class*=flex-] .box-1-3-40px{-webkit-flex:1 3 40px;-moz-flex:1 3 40px;-ms-flex:1 3 40px;flex:1 3 40px}div[class*=flex-] .box-1-4-40px{-webkit-flex:1 4 40px;-moz-flex:1 4 40px;-ms-flex:1 4 40px;flex:1 4 40px}div[class*=flex-] .box-1-5-40px{-webkit-flex:1 5 40px;-moz-flex:1 5 40px;-ms-flex:1 5 40px;flex:1 5 40px}div[class*=flex-] .box-2-0-40px{-webkit-flex:2 0 40px;-moz-flex:2 0 40px;-ms-flex:2 0 40px;flex:2 0 40px}div[class*=flex-] .box-2-1-40px{-webkit-flex:2 1 40px;-moz-flex:2 1 40px;-ms-flex:2 1 40px;flex:2 1 40px}div[class*=flex-] .box-2-2-40px{-webkit-flex:2 2 40px;-moz-flex:2 2 40px;-ms-flex:2 2 40px;flex:2 2 40px}div[class*=flex-] .box-2-3-40px{-webkit-flex:2 3 0;-moz-flex:2 3 0;-ms-flex:2 3 0;flex:2 3 0}div[class*=flex-] .box-2-4-40px{-webkit-flex:2 4 40px;-moz-flex:2 4 40px;-ms-flex:2 4 40px;flex:2 4 40px}div[class*=flex-] .box-2-5-40px{-webkit-flex:2 5 40px;-moz-flex:2 5 40px;-ms-flex:2 5 40px;flex:2 5 40px}div[class*=flex-] .box-3-0-40px{-webkit-flex:3 0 40px;-moz-flex:3 0 40px;-ms-flex:3 0 40px;flex:3 0 40px}div[class*=flex-] .box-3-1-40px{-webkit-flex:3 1 40px;-moz-flex:3 1 40px;-ms-flex:3 1 40px;flex:3 1 40px}div[class*=flex-] .box-3-2-40px{-webkit-flex:3 2 40px;-moz-flex:3 2 40px;-ms-flex:3 2 40px;flex:3 2 40px}div[class*=flex-] .box-3-3-40px{-webkit-flex:3 3 40px;-moz-flex:3 3 40px;-ms-flex:3 3 40px;flex:3 3 40px}div[class*=flex-] .box-3-4-40px{-webkit-flex:3 4 40px;-moz-flex:3 4 40px;-ms-flex:3 4 40px;flex:3 4 40px}div[class*=flex-] .box-3-5-40px{-webkit-flex:3 5 40px;-moz-flex:3 5 40px;-ms-flex:3 5 40px;flex:3 5 40px}div[class*=flex-] .box-4-0-40px{-webkit-flex:4 0 40px;-moz-flex:4 0 40px;-ms-flex:4 0 40px;flex:4 0 40px}div[class*=flex-] .box-4-1-40px{-webkit-flex:4 1 40px;-moz-flex:4 1 40px;-ms-flex:4 1 40px;flex:4 1 40px}div[class*=flex-] .box-4-2-40px{-webkit-flex:4 2 40px;-moz-flex:4 2 40px;-ms-flex:4 2 40px;flex:4 2 40px}div[class*=flex-] .box-4-3-40px{-webkit-flex:4 3 40px;-moz-flex:4 3 40px;-ms-flex:4 3 40px;flex:4 3 40px}div[class*=flex-] .box-4-4-40px{-webkit-flex:4 4 40px;-moz-flex:4 4 40px;-ms-flex:4 4 40px;flex:4 4 40px}div[class*=flex-] .box-4-5-40px{-webkit-flex:4 5 40px;-moz-flex:4 5 40px;-ms-flex:4 5 40px;flex:4 5 40px}div[class*=flex-] .box-5-0-40px{-webkit-flex:5 0 40px;-moz-flex:5 0 40px;-ms-flex:5 0 40px;flex:5 0 40px}div[class*=flex-] .box-5-1-40px{-webkit-flex:5 1 40px;-moz-flex:5 1 40px;-ms-flex:5 1 40px;flex:5 1 40px}div[class*=flex-] .box-5-2-40px{-webkit-flex:5 2 40px;-moz-flex:5 2 40px;-ms-flex:5 2 40px;flex:5 2 40px}div[class*=flex-] .box-5-3-40px{-webkit-flex:5 3 40px;-moz-flex:5 3 40px;-ms-flex:5 3 40px;flex:5 3 40px}div[class*=flex-] .box-5-4-40px{-webkit-flex:5 4 40px;-moz-flex:5 4 40px;-ms-flex:5 4 40px;flex:5 4 40px}div[class*=flex-] .box-5-5-40px{-webkit-flex:5 5 40px;-moz-flex:5 5 40px;-ms-flex:5 5 40px;flex:5 5 40px}div[class*=flex-] .box-0-0-50px{-webkit-flex:0 0 50px;-moz-flex:0 0 50px;-ms-flex:0 0 50px;flex:0 0 50px}div[class*=flex-] .box-1-0-50px{-webkit-flex:1 0 50px;-moz-flex:1 0 50px;-ms-flex:1 0 50px;flex:1 0 50px}div[class*=flex-] .box-1-1-50px{-webkit-flex:1 1 50px;-moz-flex:1 1 50px;-ms-flex:1 1 50px;flex:1 1 50px}div[class*=flex-] .box-1-2-50px{-webkit-flex:1 2 50px;-moz-flex:1 2 50px;-ms-flex:1 2 50px;flex:1 2 50px}div[class*=flex-] .box-1-3-50px{-webkit-flex:1 3 50px;-moz-flex:1 3 50px;-ms-flex:1 3 50px;flex:1 3 50px}div[class*=flex-] .box-1-4-50px{-webkit-flex:1 4 50px;-moz-flex:1 4 50px;-ms-flex:1 4 50px;flex:1 4 50px}div[class*=flex-] .box-1-5-50px{-webkit-flex:1 5 50px;-moz-flex:1 5 50px;-ms-flex:1 5 50px;flex:1 5 50px}div[class*=flex-] .box-2-0-50px{-webkit-flex:2 0 50px;-moz-flex:2 0 50px;-ms-flex:2 0 50px;flex:2 0 50px}div[class*=flex-] .box-2-1-50px{-webkit-flex:2 1 50px;-moz-flex:2 1 50px;-ms-flex:2 1 50px;flex:2 1 50px}div[class*=flex-] .box-2-2-50px{-webkit-flex:2 2 50px;-moz-flex:2 2 50px;-ms-flex:2 2 50px;flex:2 2 50px}div[class*=flex-] .box-2-3-50px{-webkit-flex:2 3 0;-moz-flex:2 3 0;-ms-flex:2 3 0;flex:2 3 0}div[class*=flex-] .box-2-4-50px{-webkit-flex:2 4 50px;-moz-flex:2 4 50px;-ms-flex:2 4 50px;flex:2 4 50px}div[class*=flex-] .box-2-5-50px{-webkit-flex:2 5 50px;-moz-flex:2 5 50px;-ms-flex:2 5 50px;flex:2 5 50px}div[class*=flex-] .box-3-0-50px{-webkit-flex:3 0 50px;-moz-flex:3 0 50px;-ms-flex:3 0 50px;flex:3 0 50px}div[class*=flex-] .box-3-1-50px{-webkit-flex:3 1 50px;-moz-flex:3 1 50px;-ms-flex:3 1 50px;flex:3 1 50px}div[class*=flex-] .box-3-2-50px{-webkit-flex:3 2 50px;-moz-flex:3 2 50px;-ms-flex:3 2 50px;flex:3 2 50px}div[class*=flex-] .box-3-3-50px{-webkit-flex:3 3 50px;-moz-flex:3 3 50px;-ms-flex:3 3 50px;flex:3 3 50px}div[class*=flex-] .box-3-4-50px{-webkit-flex:3 4 50px;-moz-flex:3 4 50px;-ms-flex:3 4 50px;flex:3 4 50px}div[class*=flex-] .box-3-5-50px{-webkit-flex:3 5 50px;-moz-flex:3 5 50px;-ms-flex:3 5 50px;flex:3 5 50px}div[class*=flex-] .box-4-0-50px{-webkit-flex:4 0 50px;-moz-flex:4 0 50px;-ms-flex:4 0 50px;flex:4 0 50px}div[class*=flex-] .box-4-1-50px{-webkit-flex:4 1 50px;-moz-flex:4 1 50px;-ms-flex:4 1 50px;flex:4 1 50px}div[class*=flex-] .box-4-2-50px{-webkit-flex:4 2 50px;-moz-flex:4 2 50px;-ms-flex:4 2 50px;flex:4 2 50px}div[class*=flex-] .box-4-3-50px{-webkit-flex:4 3 50px;-moz-flex:4 3 50px;-ms-flex:4 3 50px;flex:4 3 50px}div[class*=flex-] .box-4-4-50px{-webkit-flex:4 4 50px;-moz-flex:4 4 50px;-ms-flex:4 4 50px;flex:4 4 50px}div[class*=flex-] .box-4-5-50px{-webkit-flex:4 5 50px;-moz-flex:4 5 50px;-ms-flex:4 5 50px;flex:4 5 50px}div[class*=flex-] .box-5-0-50px{-webkit-flex:5 0 50px;-moz-flex:5 0 50px;-ms-flex:5 0 50px;flex:5 0 50px}div[class*=flex-] .box-5-1-50px{-webkit-flex:5 1 50px;-moz-flex:5 1 50px;-ms-flex:5 1 50px;flex:5 1 50px}div[class*=flex-] .box-5-2-50px{-webkit-flex:5 2 50px;-moz-flex:5 2 50px;-ms-flex:5 2 50px;flex:5 2 50px}div[class*=flex-] .box-5-3-50px{-webkit-flex:5 3 50px;-moz-flex:5 3 50px;-ms-flex:5 3 50px;flex:5 3 50px}div[class*=flex-] .box-5-4-50px{-webkit-flex:5 4 50px;-moz-flex:5 4 50px;-ms-flex:5 4 50px;flex:5 4 50px}div[class*=flex-] .box-5-5-50px{-webkit-flex:5 5 50px;-moz-flex:5 5 50px;-ms-flex:5 5 50px;flex:5 5 50px}div[class*=flex-] .box-0-0-60px{-webkit-flex:0 0 60px;-moz-flex:0 0 60px;-ms-flex:0 0 60px;flex:0 0 60px}div[class*=flex-] .box-1-0-60px{-webkit-flex:1 0 60px;-moz-flex:1 0 60px;-ms-flex:1 0 60px;flex:1 0 60px}div[class*=flex-] .box-1-1-60px{-webkit-flex:1 1 60px;-moz-flex:1 1 60px;-ms-flex:1 1 60px;flex:1 1 60px}div[class*=flex-] .box-1-2-60px{-webkit-flex:1 2 60px;-moz-flex:1 2 60px;-ms-flex:1 2 60px;flex:1 2 60px}div[class*=flex-] .box-1-3-60px{-webkit-flex:1 3 60px;-moz-flex:1 3 60px;-ms-flex:1 3 60px;flex:1 3 60px}div[class*=flex-] .box-1-4-60px{-webkit-flex:1 4 60px;-moz-flex:1 4 60px;-ms-flex:1 4 60px;flex:1 4 60px}div[class*=flex-] .box-1-5-60px{-webkit-flex:1 5 60px;-moz-flex:1 5 60px;-ms-flex:1 5 60px;flex:1 5 60px}div[class*=flex-] .box-2-0-60px{-webkit-flex:2 0 60px;-moz-flex:2 0 60px;-ms-flex:2 0 60px;flex:2 0 60px}div[class*=flex-] .box-2-1-60px{-webkit-flex:2 1 60px;-moz-flex:2 1 60px;-ms-flex:2 1 60px;flex:2 1 60px}div[class*=flex-] .box-2-2-60px{-webkit-flex:2 2 60px;-moz-flex:2 2 60px;-ms-flex:2 2 60px;flex:2 2 60px}div[class*=flex-] .box-2-3-60px{-webkit-flex:2 3 0;-moz-flex:2 3 0;-ms-flex:2 3 0;flex:2 3 0}div[class*=flex-] .box-2-4-60px{-webkit-flex:2 4 60px;-moz-flex:2 4 60px;-ms-flex:2 4 60px;flex:2 4 60px}div[class*=flex-] .box-2-5-60px{-webkit-flex:2 5 60px;-moz-flex:2 5 60px;-ms-flex:2 5 60px;flex:2 5 60px}div[class*=flex-] .box-3-0-60px{-webkit-flex:3 0 60px;-moz-flex:3 0 60px;-ms-flex:3 0 60px;flex:3 0 60px}div[class*=flex-] .box-3-1-60px{-webkit-flex:3 1 60px;-moz-flex:3 1 60px;-ms-flex:3 1 60px;flex:3 1 60px}div[class*=flex-] .box-3-2-60px{-webkit-flex:3 2 60px;-moz-flex:3 2 60px;-ms-flex:3 2 60px;flex:3 2 60px}div[class*=flex-] .box-3-3-60px{-webkit-flex:3 3 60px;-moz-flex:3 3 60px;-ms-flex:3 3 60px;flex:3 3 60px}div[class*=flex-] .box-3-4-60px{-webkit-flex:3 4 60px;-moz-flex:3 4 60px;-ms-flex:3 4 60px;flex:3 4 60px}div[class*=flex-] .box-3-5-60px{-webkit-flex:3 5 60px;-moz-flex:3 5 60px;-ms-flex:3 5 60px;flex:3 5 60px}div[class*=flex-] .box-4-0-60px{-webkit-flex:4 0 60px;-moz-flex:4 0 60px;-ms-flex:4 0 60px;flex:4 0 60px}div[class*=flex-] .box-4-1-60px{-webkit-flex:4 1 60px;-moz-flex:4 1 60px;-ms-flex:4 1 60px;flex:4 1 60px}div[class*=flex-] .box-4-2-60px{-webkit-flex:4 2 60px;-moz-flex:4 2 60px;-ms-flex:4 2 60px;flex:4 2 60px}div[class*=flex-] .box-4-3-60px{-webkit-flex:4 3 60px;-moz-flex:4 3 60px;-ms-flex:4 3 60px;flex:4 3 60px}div[class*=flex-] .box-4-4-60px{-webkit-flex:4 4 60px;-moz-flex:4 4 60px;-ms-flex:4 4 60px;flex:4 4 60px}div[class*=flex-] .box-4-5-60px{-webkit-flex:4 5 60px;-moz-flex:4 5 60px;-ms-flex:4 5 60px;flex:4 5 60px}div[class*=flex-] .box-5-0-60px{-webkit-flex:5 0 60px;-moz-flex:5 0 60px;-ms-flex:5 0 60px;flex:5 0 60px}div[class*=flex-] .box-5-1-60px{-webkit-flex:5 1 60px;-moz-flex:5 1 60px;-ms-flex:5 1 60px;flex:5 1 60px}div[class*=flex-] .box-5-2-60px{-webkit-flex:5 2 60px;-moz-flex:5 2 60px;-ms-flex:5 2 60px;flex:5 2 60px}div[class*=flex-] .box-5-3-60px{-webkit-flex:5 3 60px;-moz-flex:5 3 60px;-ms-flex:5 3 60px;flex:5 3 60px}div[class*=flex-] .box-5-4-60px{-webkit-flex:5 4 60px;-moz-flex:5 4 60px;-ms-flex:5 4 60px;flex:5 4 60px}div[class*=flex-] .box-5-5-60px{-webkit-flex:5 5 60px;-moz-flex:5 5 60px;-ms-flex:5 5 60px;flex:5 5 60px}div[class*=flex-] .box-0-0-70px{-webkit-flex:0 0 70px;-moz-flex:0 0 70px;-ms-flex:0 0 70px;flex:0 0 70px}div[class*=flex-] .box-1-0-70px{-webkit-flex:1 0 70px;-moz-flex:1 0 70px;-ms-flex:1 0 70px;flex:1 0 70px}div[class*=flex-] .box-1-1-70px{-webkit-flex:1 1 70px;-moz-flex:1 1 70px;-ms-flex:1 1 70px;flex:1 1 70px}div[class*=flex-] .box-1-2-70px{-webkit-flex:1 2 70px;-moz-flex:1 2 70px;-ms-flex:1 2 70px;flex:1 2 70px}div[class*=flex-] .box-1-3-70px{-webkit-flex:1 3 70px;-moz-flex:1 3 70px;-ms-flex:1 3 70px;flex:1 3 70px}div[class*=flex-] .box-1-4-70px{-webkit-flex:1 4 70px;-moz-flex:1 4 70px;-ms-flex:1 4 70px;flex:1 4 70px}div[class*=flex-] .box-1-5-70px{-webkit-flex:1 5 70px;-moz-flex:1 5 70px;-ms-flex:1 5 70px;flex:1 5 70px}div[class*=flex-] .box-2-0-70px{-webkit-flex:2 0 70px;-moz-flex:2 0 70px;-ms-flex:2 0 70px;flex:2 0 70px}div[class*=flex-] .box-2-1-70px{-webkit-flex:2 1 70px;-moz-flex:2 1 70px;-ms-flex:2 1 70px;flex:2 1 70px}div[class*=flex-] .box-2-2-70px{-webkit-flex:2 2 70px;-moz-flex:2 2 70px;-ms-flex:2 2 70px;flex:2 2 70px}div[class*=flex-] .box-2-3-70px{-webkit-flex:2 3 0;-moz-flex:2 3 0;-ms-flex:2 3 0;flex:2 3 0}div[class*=flex-] .box-2-4-70px{-webkit-flex:2 4 70px;-moz-flex:2 4 70px;-ms-flex:2 4 70px;flex:2 4 70px}div[class*=flex-] .box-2-5-70px{-webkit-flex:2 5 70px;-moz-flex:2 5 70px;-ms-flex:2 5 70px;flex:2 5 70px}div[class*=flex-] .box-3-0-70px{-webkit-flex:3 0 70px;-moz-flex:3 0 70px;-ms-flex:3 0 70px;flex:3 0 70px}div[class*=flex-] .box-3-1-70px{-webkit-flex:3 1 70px;-moz-flex:3 1 70px;-ms-flex:3 1 70px;flex:3 1 70px}div[class*=flex-] .box-3-2-70px{-webkit-flex:3 2 70px;-moz-flex:3 2 70px;-ms-flex:3 2 70px;flex:3 2 70px}div[class*=flex-] .box-3-3-70px{-webkit-flex:3 3 70px;-moz-flex:3 3 70px;-ms-flex:3 3 70px;flex:3 3 70px}div[class*=flex-] .box-3-4-70px{-webkit-flex:3 4 70px;-moz-flex:3 4 70px;-ms-flex:3 4 70px;flex:3 4 70px}div[class*=flex-] .box-3-5-70px{-webkit-flex:3 5 70px;-moz-flex:3 5 70px;-ms-flex:3 5 70px;flex:3 5 70px}div[class*=flex-] .box-4-0-70px{-webkit-flex:4 0 70px;-moz-flex:4 0 70px;-ms-flex:4 0 70px;flex:4 0 70px}div[class*=flex-] .box-4-1-70px{-webkit-flex:4 1 70px;-moz-flex:4 1 70px;-ms-flex:4 1 70px;flex:4 1 70px}div[class*=flex-] .box-4-2-70px{-webkit-flex:4 2 70px;-moz-flex:4 2 70px;-ms-flex:4 2 70px;flex:4 2 70px}div[class*=flex-] .box-4-3-70px{-webkit-flex:4 3 70px;-moz-flex:4 3 70px;-ms-flex:4 3 70px;flex:4 3 70px}div[class*=flex-] .box-4-4-70px{-webkit-flex:4 4 70px;-moz-flex:4 4 70px;-ms-flex:4 4 70px;flex:4 4 70px}div[class*=flex-] .box-4-5-70px{-webkit-flex:4 5 70px;-moz-flex:4 5 70px;-ms-flex:4 5 70px;flex:4 5 70px}div[class*=flex-] .box-5-0-70px{-webkit-flex:5 0 70px;-moz-flex:5 0 70px;-ms-flex:5 0 70px;flex:5 0 70px}div[class*=flex-] .box-5-1-70px{-webkit-flex:5 1 70px;-moz-flex:5 1 70px;-ms-flex:5 1 70px;flex:5 1 70px}div[class*=flex-] .box-5-2-70px{-webkit-flex:5 2 70px;-moz-flex:5 2 70px;-ms-flex:5 2 70px;flex:5 2 70px}div[class*=flex-] .box-5-3-70px{-webkit-flex:5 3 70px;-moz-flex:5 3 70px;-ms-flex:5 3 70px;flex:5 3 70px}div[class*=flex-] .box-5-4-70px{-webkit-flex:5 4 70px;-moz-flex:5 4 70px;-ms-flex:5 4 70px;flex:5 4 70px}div[class*=flex-] .box-5-5-70px{-webkit-flex:5 5 70px;-moz-flex:5 5 70px;-ms-flex:5 5 70px;flex:5 5 70px}div[class*=flex-] .box-0-0-80px{-webkit-flex:0 0 80px;-moz-flex:0 0 80px;-ms-flex:0 0 80px;flex:0 0 80px}div[class*=flex-] .box-1-0-80px{-webkit-flex:1 0 80px;-moz-flex:1 0 80px;-ms-flex:1 0 80px;flex:1 0 80px}div[class*=flex-] .box-1-1-80px{-webkit-flex:1 1 80px;-moz-flex:1 1 80px;-ms-flex:1 1 80px;flex:1 1 80px}div[class*=flex-] .box-1-2-80px{-webkit-flex:1 2 80px;-moz-flex:1 2 80px;-ms-flex:1 2 80px;flex:1 2 80px}div[class*=flex-] .box-1-3-80px{-webkit-flex:1 3 80px;-moz-flex:1 3 80px;-ms-flex:1 3 80px;flex:1 3 80px}div[class*=flex-] .box-1-4-80px{-webkit-flex:1 4 80px;-moz-flex:1 4 80px;-ms-flex:1 4 80px;flex:1 4 80px}div[class*=flex-] .box-1-5-80px{-webkit-flex:1 5 80px;-moz-flex:1 5 80px;-ms-flex:1 5 80px;flex:1 5 80px}div[class*=flex-] .box-2-0-80px{-webkit-flex:2 0 80px;-moz-flex:2 0 80px;-ms-flex:2 0 80px;flex:2 0 80px}div[class*=flex-] .box-2-1-80px{-webkit-flex:2 1 80px;-moz-flex:2 1 80px;-ms-flex:2 1 80px;flex:2 1 80px}div[class*=flex-] .box-2-2-80px{-webkit-flex:2 2 80px;-moz-flex:2 2 80px;-ms-flex:2 2 80px;flex:2 2 80px}div[class*=flex-] .box-2-3-80px{-webkit-flex:2 3 0;-moz-flex:2 3 0;-ms-flex:2 3 0;flex:2 3 0}div[class*=flex-] .box-2-4-80px{-webkit-flex:2 4 80px;-moz-flex:2 4 80px;-ms-flex:2 4 80px;flex:2 4 80px}div[class*=flex-] .box-2-5-80px{-webkit-flex:2 5 80px;-moz-flex:2 5 80px;-ms-flex:2 5 80px;flex:2 5 80px}div[class*=flex-] .box-3-0-80px{-webkit-flex:3 0 80px;-moz-flex:3 0 80px;-ms-flex:3 0 80px;flex:3 0 80px}div[class*=flex-] .box-3-1-80px{-webkit-flex:3 1 80px;-moz-flex:3 1 80px;-ms-flex:3 1 80px;flex:3 1 80px}div[class*=flex-] .box-3-2-80px{-webkit-flex:3 2 80px;-moz-flex:3 2 80px;-ms-flex:3 2 80px;flex:3 2 80px}div[class*=flex-] .box-3-3-80px{-webkit-flex:3 3 80px;-moz-flex:3 3 80px;-ms-flex:3 3 80px;flex:3 3 80px}div[class*=flex-] .box-3-4-80px{-webkit-flex:3 4 80px;-moz-flex:3 4 80px;-ms-flex:3 4 80px;flex:3 4 80px}div[class*=flex-] .box-3-5-80px{-webkit-flex:3 5 80px;-moz-flex:3 5 80px;-ms-flex:3 5 80px;flex:3 5 80px}div[class*=flex-] .box-4-0-80px{-webkit-flex:4 0 80px;-moz-flex:4 0 80px;-ms-flex:4 0 80px;flex:4 0 80px}div[class*=flex-] .box-4-1-80px{-webkit-flex:4 1 80px;-moz-flex:4 1 80px;-ms-flex:4 1 80px;flex:4 1 80px}div[class*=flex-] .box-4-2-80px{-webkit-flex:4 2 80px;-moz-flex:4 2 80px;-ms-flex:4 2 80px;flex:4 2 80px}div[class*=flex-] .box-4-3-80px{-webkit-flex:4 3 80px;-moz-flex:4 3 80px;-ms-flex:4 3 80px;flex:4 3 80px}div[class*=flex-] .box-4-4-80px{-webkit-flex:4 4 80px;-moz-flex:4 4 80px;-ms-flex:4 4 80px;flex:4 4 80px}div[class*=flex-] .box-4-5-80px{-webkit-flex:4 5 80px;-moz-flex:4 5 80px;-ms-flex:4 5 80px;flex:4 5 80px}div[class*=flex-] .box-5-0-80px{-webkit-flex:5 0 80px;-moz-flex:5 0 80px;-ms-flex:5 0 80px;flex:5 0 80px}div[class*=flex-] .box-5-1-80px{-webkit-flex:5 1 80px;-moz-flex:5 1 80px;-ms-flex:5 1 80px;flex:5 1 80px}div[class*=flex-] .box-5-2-80px{-webkit-flex:5 2 80px;-moz-flex:5 2 80px;-ms-flex:5 2 80px;flex:5 2 80px}div[class*=flex-] .box-5-3-80px{-webkit-flex:5 3 80px;-moz-flex:5 3 80px;-ms-flex:5 3 80px;flex:5 3 80px}div[class*=flex-] .box-5-4-80px{-webkit-flex:5 4 80px;-moz-flex:5 4 80px;-ms-flex:5 4 80px;flex:5 4 80px}div[class*=flex-] .box-5-5-80px{-webkit-flex:5 5 80px;-moz-flex:5 5 80px;-ms-flex:5 5 80px;flex:5 5 80px}div[class*=flex-] .box-0-0-90px{-webkit-flex:0 0 90px;-moz-flex:0 0 90px;-ms-flex:0 0 90px;flex:0 0 90px}div[class*=flex-] .box-1-0-90px{-webkit-flex:1 0 90px;-moz-flex:1 0 90px;-ms-flex:1 0 90px;flex:1 0 90px}div[class*=flex-] .box-1-1-90px{-webkit-flex:1 1 90px;-moz-flex:1 1 90px;-ms-flex:1 1 90px;flex:1 1 90px}div[class*=flex-] .box-1-2-90px{-webkit-flex:1 2 90px;-moz-flex:1 2 90px;-ms-flex:1 2 90px;flex:1 2 90px}div[class*=flex-] .box-1-3-90px{-webkit-flex:1 3 90px;-moz-flex:1 3 90px;-ms-flex:1 3 90px;flex:1 3 90px}div[class*=flex-] .box-1-4-90px{-webkit-flex:1 4 90px;-moz-flex:1 4 90px;-ms-flex:1 4 90px;flex:1 4 90px}div[class*=flex-] .box-1-5-90px{-webkit-flex:1 5 90px;-moz-flex:1 5 90px;-ms-flex:1 5 90px;flex:1 5 90px}div[class*=flex-] .box-2-0-90px{-webkit-flex:2 0 90px;-moz-flex:2 0 90px;-ms-flex:2 0 90px;flex:2 0 90px}div[class*=flex-] .box-2-1-90px{-webkit-flex:2 1 90px;-moz-flex:2 1 90px;-ms-flex:2 1 90px;flex:2 1 90px}div[class*=flex-] .box-2-2-90px{-webkit-flex:2 2 90px;-moz-flex:2 2 90px;-ms-flex:2 2 90px;flex:2 2 90px}div[class*=flex-] .box-2-3-90px{-webkit-flex:2 3 0;-moz-flex:2 3 0;-ms-flex:2 3 0;flex:2 3 0}div[class*=flex-] .box-2-4-90px{-webkit-flex:2 4 90px;-moz-flex:2 4 90px;-ms-flex:2 4 90px;flex:2 4 90px}div[class*=flex-] .box-2-5-90px{-webkit-flex:2 5 90px;-moz-flex:2 5 90px;-ms-flex:2 5 90px;flex:2 5 90px}div[class*=flex-] .box-3-0-90px{-webkit-flex:3 0 90px;-moz-flex:3 0 90px;-ms-flex:3 0 90px;flex:3 0 90px}div[class*=flex-] .box-3-1-90px{-webkit-flex:3 1 90px;-moz-flex:3 1 90px;-ms-flex:3 1 90px;flex:3 1 90px}div[class*=flex-] .box-3-2-90px{-webkit-flex:3 2 90px;-moz-flex:3 2 90px;-ms-flex:3 2 90px;flex:3 2 90px}div[class*=flex-] .box-3-3-90px{-webkit-flex:3 3 90px;-moz-flex:3 3 90px;-ms-flex:3 3 90px;flex:3 3 90px}div[class*=flex-] .box-3-4-90px{-webkit-flex:3 4 90px;-moz-flex:3 4 90px;-ms-flex:3 4 90px;flex:3 4 90px}div[class*=flex-] .box-3-5-90px{-webkit-flex:3 5 90px;-moz-flex:3 5 90px;-ms-flex:3 5 90px;flex:3 5 90px}div[class*=flex-] .box-4-0-90px{-webkit-flex:4 0 90px;-moz-flex:4 0 90px;-ms-flex:4 0 90px;flex:4 0 90px}div[class*=flex-] .box-4-1-90px{-webkit-flex:4 1 90px;-moz-flex:4 1 90px;-ms-flex:4 1 90px;flex:4 1 90px}div[class*=flex-] .box-4-2-90px{-webkit-flex:4 2 90px;-moz-flex:4 2 90px;-ms-flex:4 2 90px;flex:4 2 90px}div[class*=flex-] .box-4-3-90px{-webkit-flex:4 3 90px;-moz-flex:4 3 90px;-ms-flex:4 3 90px;flex:4 3 90px}div[class*=flex-] .box-4-4-90px{-webkit-flex:4 4 90px;-moz-flex:4 4 90px;-ms-flex:4 4 90px;flex:4 4 90px}div[class*=flex-] .box-4-5-90px{-webkit-flex:4 5 90px;-moz-flex:4 5 90px;-ms-flex:4 5 90px;flex:4 5 90px}div[class*=flex-] .box-5-0-90px{-webkit-flex:5 0 90px;-moz-flex:5 0 90px;-ms-flex:5 0 90px;flex:5 0 90px}div[class*=flex-] .box-5-1-90px{-webkit-flex:5 1 90px;-moz-flex:5 1 90px;-ms-flex:5 1 90px;flex:5 1 90px}div[class*=flex-] .box-5-2-90px{-webkit-flex:5 2 90px;-moz-flex:5 2 90px;-ms-flex:5 2 90px;flex:5 2 90px}div[class*=flex-] .box-5-3-90px{-webkit-flex:5 3 90px;-moz-flex:5 3 90px;-ms-flex:5 3 90px;flex:5 3 90px}div[class*=flex-] .box-5-4-90px{-webkit-flex:5 4 90px;-moz-flex:5 4 90px;-ms-flex:5 4 90px;flex:5 4 90px}div[class*=flex-] .box-5-5-90px{-webkit-flex:5 5 90px;-moz-flex:5 5 90px;-ms-flex:5 5 90px;flex:5 5 90px}div[class*=flex-] .box-0-0-100px{-webkit-flex:0 0 100px;-moz-flex:0 0 100px;-ms-flex:0 0 100px;flex:0 0 100px}div[class*=flex-] .box-1-0-100px{-webkit-flex:1 0 100px;-moz-flex:1 0 100px;-ms-flex:1 0 100px;flex:1 0 100px}div[class*=flex-] .box-1-1-100px{-webkit-flex:1 1 100px;-moz-flex:1 1 100px;-ms-flex:1 1 100px;flex:1 1 100px}div[class*=flex-] .box-1-2-100px{-webkit-flex:1 2 100px;-moz-flex:1 2 100px;-ms-flex:1 2 100px;flex:1 2 100px}div[class*=flex-] .box-1-3-100px{-webkit-flex:1 3 100px;-moz-flex:1 3 100px;-ms-flex:1 3 100px;flex:1 3 100px}div[class*=flex-] .box-1-4-100px{-webkit-flex:1 4 100px;-moz-flex:1 4 100px;-ms-flex:1 4 100px;flex:1 4 100px}div[class*=flex-] .box-1-5-100px{-webkit-flex:1 5 100px;-moz-flex:1 5 100px;-ms-flex:1 5 100px;flex:1 5 100px}div[class*=flex-] .box-2-0-100px{-webkit-flex:2 0 100px;-moz-flex:2 0 100px;-ms-flex:2 0 100px;flex:2 0 100px}div[class*=flex-] .box-2-1-100px{-webkit-flex:2 1 100px;-moz-flex:2 1 100px;-ms-flex:2 1 100px;flex:2 1 100px}div[class*=flex-] .box-2-2-100px{-webkit-flex:2 2 100px;-moz-flex:2 2 100px;-ms-flex:2 2 100px;flex:2 2 100px}div[class*=flex-] .box-2-3-100px{-webkit-flex:2 3 0;-moz-flex:2 3 0;-ms-flex:2 3 0;flex:2 3 0}div[class*=flex-] .box-2-4-100px{-webkit-flex:2 4 100px;-moz-flex:2 4 100px;-ms-flex:2 4 100px;flex:2 4 100px}div[class*=flex-] .box-2-5-100px{-webkit-flex:2 5 100px;-moz-flex:2 5 100px;-ms-flex:2 5 100px;flex:2 5 100px}div[class*=flex-] .box-3-0-100px{-webkit-flex:3 0 100px;-moz-flex:3 0 100px;-ms-flex:3 0 100px;flex:3 0 100px}div[class*=flex-] .box-3-1-100px{-webkit-flex:3 1 100px;-moz-flex:3 1 100px;-ms-flex:3 1 100px;flex:3 1 100px}div[class*=flex-] .box-3-2-100px{-webkit-flex:3 2 100px;-moz-flex:3 2 100px;-ms-flex:3 2 100px;flex:3 2 100px}div[class*=flex-] .box-3-3-100px{-webkit-flex:3 3 100px;-moz-flex:3 3 100px;-ms-flex:3 3 100px;flex:3 3 100px}div[class*=flex-] .box-3-4-100px{-webkit-flex:3 4 100px;-moz-flex:3 4 100px;-ms-flex:3 4 100px;flex:3 4 100px}div[class*=flex-] .box-3-5-100px{-webkit-flex:3 5 100px;-moz-flex:3 5 100px;-ms-flex:3 5 100px;flex:3 5 100px}div[class*=flex-] .box-4-0-100px{-webkit-flex:4 0 100px;-moz-flex:4 0 100px;-ms-flex:4 0 100px;flex:4 0 100px}div[class*=flex-] .box-4-1-100px{-webkit-flex:4 1 100px;-moz-flex:4 1 100px;-ms-flex:4 1 100px;flex:4 1 100px}div[class*=flex-] .box-4-2-100px{-webkit-flex:4 2 100px;-moz-flex:4 2 100px;-ms-flex:4 2 100px;flex:4 2 100px}div[class*=flex-] .box-4-3-100px{-webkit-flex:4 3 100px;-moz-flex:4 3 100px;-ms-flex:4 3 100px;flex:4 3 100px}div[class*=flex-] .box-4-4-100px{-webkit-flex:4 4 100px;-moz-flex:4 4 100px;-ms-flex:4 4 100px;flex:4 4 100px}div[class*=flex-] .box-4-5-100px{-webkit-flex:4 5 100px;-moz-flex:4 5 100px;-ms-flex:4 5 100px;flex:4 5 100px}div[class*=flex-] .box-5-0-100px{-webkit-flex:5 0 100px;-moz-flex:5 0 100px;-ms-flex:5 0 100px;flex:5 0 100px}div[class*=flex-] .box-5-1-100px{-webkit-flex:5 1 100px;-moz-flex:5 1 100px;-ms-flex:5 1 100px;flex:5 1 100px}div[class*=flex-] .box-5-2-100px{-webkit-flex:5 2 100px;-moz-flex:5 2 100px;-ms-flex:5 2 100px;flex:5 2 100px}div[class*=flex-] .box-5-3-100px{-webkit-flex:5 3 100px;-moz-flex:5 3 100px;-ms-flex:5 3 100px;flex:5 3 100px}div[class*=flex-] .box-5-4-100px{-webkit-flex:5 4 100px;-moz-flex:5 4 100px;-ms-flex:5 4 100px;flex:5 4 100px}div[class*=flex-] .box-5-5-100px{-webkit-flex:5 5 100px;-moz-flex:5 5 100px;-ms-flex:5 5 100px;flex:5 5 100px}div[class*=flex-] .box-0-0-150px{-webkit-flex:0 0 150px;-moz-flex:0 0 150px;-ms-flex:0 0 150px;flex:0 0 150px}div[class*=flex-] .box-1-0-150px{-webkit-flex:1 0 150px;-moz-flex:1 0 150px;-ms-flex:1 0 150px;flex:1 0 150px}div[class*=flex-] .box-1-1-150px{-webkit-flex:1 1 150px;-moz-flex:1 1 150px;-ms-flex:1 1 150px;flex:1 1 150px}div[class*=flex-] .box-1-2-150px{-webkit-flex:1 2 150px;-moz-flex:1 2 150px;-ms-flex:1 2 150px;flex:1 2 150px}div[class*=flex-] .box-1-3-150px{-webkit-flex:1 3 150px;-moz-flex:1 3 150px;-ms-flex:1 3 150px;flex:1 3 150px}div[class*=flex-] .box-1-4-150px{-webkit-flex:1 4 150px;-moz-flex:1 4 150px;-ms-flex:1 4 150px;flex:1 4 150px}div[class*=flex-] .box-1-5-150px{-webkit-flex:1 5 150px;-moz-flex:1 5 150px;-ms-flex:1 5 150px;flex:1 5 150px}div[class*=flex-] .box-2-0-150px{-webkit-flex:2 0 150px;-moz-flex:2 0 150px;-ms-flex:2 0 150px;flex:2 0 150px}div[class*=flex-] .box-2-1-150px{-webkit-flex:2 1 150px;-moz-flex:2 1 150px;-ms-flex:2 1 150px;flex:2 1 150px}div[class*=flex-] .box-2-2-150px{-webkit-flex:2 2 150px;-moz-flex:2 2 150px;-ms-flex:2 2 150px;flex:2 2 150px}div[class*=flex-] .box-2-3-150px{-webkit-flex:2 3 0;-moz-flex:2 3 0;-ms-flex:2 3 0;flex:2 3 0}div[class*=flex-] .box-2-4-150px{-webkit-flex:2 4 150px;-moz-flex:2 4 150px;-ms-flex:2 4 150px;flex:2 4 150px}div[class*=flex-] .box-2-5-150px{-webkit-flex:2 5 150px;-moz-flex:2 5 150px;-ms-flex:2 5 150px;flex:2 5 150px}div[class*=flex-] .box-3-0-150px{-webkit-flex:3 0 150px;-moz-flex:3 0 150px;-ms-flex:3 0 150px;flex:3 0 150px}div[class*=flex-] .box-3-1-150px{-webkit-flex:3 1 150px;-moz-flex:3 1 150px;-ms-flex:3 1 150px;flex:3 1 150px}div[class*=flex-] .box-3-2-150px{-webkit-flex:3 2 150px;-moz-flex:3 2 150px;-ms-flex:3 2 150px;flex:3 2 150px}div[class*=flex-] .box-3-3-150px{-webkit-flex:3 3 150px;-moz-flex:3 3 150px;-ms-flex:3 3 150px;flex:3 3 150px}div[class*=flex-] .box-3-4-150px{-webkit-flex:3 4 150px;-moz-flex:3 4 150px;-ms-flex:3 4 150px;flex:3 4 150px}div[class*=flex-] .box-3-5-150px{-webkit-flex:3 5 150px;-moz-flex:3 5 150px;-ms-flex:3 5 150px;flex:3 5 150px}div[class*=flex-] .box-4-0-150px{-webkit-flex:4 0 150px;-moz-flex:4 0 150px;-ms-flex:4 0 150px;flex:4 0 150px}div[class*=flex-] .box-4-1-150px{-webkit-flex:4 1 150px;-moz-flex:4 1 150px;-ms-flex:4 1 150px;flex:4 1 150px}div[class*=flex-] .box-4-2-150px{-webkit-flex:4 2 150px;-moz-flex:4 2 150px;-ms-flex:4 2 150px;flex:4 2 150px}div[class*=flex-] .box-4-3-150px{-webkit-flex:4 3 150px;-moz-flex:4 3 150px;-ms-flex:4 3 150px;flex:4 3 150px}div[class*=flex-] .box-4-4-150px{-webkit-flex:4 4 150px;-moz-flex:4 4 150px;-ms-flex:4 4 150px;flex:4 4 150px}div[class*=flex-] .box-4-5-150px{-webkit-flex:4 5 150px;-moz-flex:4 5 150px;-ms-flex:4 5 150px;flex:4 5 150px}div[class*=flex-] .box-5-0-150px{-webkit-flex:5 0 150px;-moz-flex:5 0 150px;-ms-flex:5 0 150px;flex:5 0 150px}div[class*=flex-] .box-5-1-150px{-webkit-flex:5 1 150px;-moz-flex:5 1 150px;-ms-flex:5 1 150px;flex:5 1 150px}div[class*=flex-] .box-5-2-150px{-webkit-flex:5 2 150px;-moz-flex:5 2 150px;-ms-flex:5 2 150px;flex:5 2 150px}div[class*=flex-] .box-5-3-150px{-webkit-flex:5 3 150px;-moz-flex:5 3 150px;-ms-flex:5 3 150px;flex:5 3 150px}div[class*=flex-] .box-5-4-150px{-webkit-flex:5 4 150px;-moz-flex:5 4 150px;-ms-flex:5 4 150px;flex:5 4 150px}div[class*=flex-] .box-5-5-150px{-webkit-flex:5 5 150px;-moz-flex:5 5 150px;-ms-flex:5 5 150px;flex:5 5 150px}div[class*=flex-] .box-0-0-200px{-webkit-flex:0 0 200px;-moz-flex:0 0 200px;-ms-flex:0 0 200px;flex:0 0 200px}div[class*=flex-] .box-1-0-200px{-webkit-flex:1 0 200px;-moz-flex:1 0 200px;-ms-flex:1 0 200px;flex:1 0 200px}div[class*=flex-] .box-1-1-200px{-webkit-flex:1 1 200px;-moz-flex:1 1 200px;-ms-flex:1 1 200px;flex:1 1 200px}div[class*=flex-] .box-1-2-200px{-webkit-flex:1 2 200px;-moz-flex:1 2 200px;-ms-flex:1 2 200px;flex:1 2 200px}div[class*=flex-] .box-1-3-200px{-webkit-flex:1 3 200px;-moz-flex:1 3 200px;-ms-flex:1 3 200px;flex:1 3 200px}div[class*=flex-] .box-1-4-200px{-webkit-flex:1 4 200px;-moz-flex:1 4 200px;-ms-flex:1 4 200px;flex:1 4 200px}div[class*=flex-] .box-1-5-200px{-webkit-flex:1 5 200px;-moz-flex:1 5 200px;-ms-flex:1 5 200px;flex:1 5 200px}div[class*=flex-] .box-2-0-200px{-webkit-flex:2 0 200px;-moz-flex:2 0 200px;-ms-flex:2 0 200px;flex:2 0 200px}div[class*=flex-] .box-2-1-200px{-webkit-flex:2 1 200px;-moz-flex:2 1 200px;-ms-flex:2 1 200px;flex:2 1 200px}div[class*=flex-] .box-2-2-200px{-webkit-flex:2 2 200px;-moz-flex:2 2 200px;-ms-flex:2 2 200px;flex:2 2 200px}div[class*=flex-] .box-2-3-200px{-webkit-flex:2 3 0;-moz-flex:2 3 0;-ms-flex:2 3 0;flex:2 3 0}div[class*=flex-] .box-2-4-200px{-webkit-flex:2 4 200px;-moz-flex:2 4 200px;-ms-flex:2 4 200px;flex:2 4 200px}div[class*=flex-] .box-2-5-200px{-webkit-flex:2 5 200px;-moz-flex:2 5 200px;-ms-flex:2 5 200px;flex:2 5 200px}div[class*=flex-] .box-3-0-200px{-webkit-flex:3 0 200px;-moz-flex:3 0 200px;-ms-flex:3 0 200px;flex:3 0 200px}div[class*=flex-] .box-3-1-200px{-webkit-flex:3 1 200px;-moz-flex:3 1 200px;-ms-flex:3 1 200px;flex:3 1 200px}div[class*=flex-] .box-3-2-200px{-webkit-flex:3 2 200px;-moz-flex:3 2 200px;-ms-flex:3 2 200px;flex:3 2 200px}div[class*=flex-] .box-3-3-200px{-webkit-flex:3 3 200px;-moz-flex:3 3 200px;-ms-flex:3 3 200px;flex:3 3 200px}div[class*=flex-] .box-3-4-200px{-webkit-flex:3 4 200px;-moz-flex:3 4 200px;-ms-flex:3 4 200px;flex:3 4 200px}div[class*=flex-] .box-3-5-200px{-webkit-flex:3 5 200px;-moz-flex:3 5 200px;-ms-flex:3 5 200px;flex:3 5 200px}div[class*=flex-] .box-4-0-200px{-webkit-flex:4 0 200px;-moz-flex:4 0 200px;-ms-flex:4 0 200px;flex:4 0 200px}div[class*=flex-] .box-4-1-200px{-webkit-flex:4 1 200px;-moz-flex:4 1 200px;-ms-flex:4 1 200px;flex:4 1 200px}div[class*=flex-] .box-4-2-200px{-webkit-flex:4 2 200px;-moz-flex:4 2 200px;-ms-flex:4 2 200px;flex:4 2 200px}div[class*=flex-] .box-4-3-200px{-webkit-flex:4 3 200px;-moz-flex:4 3 200px;-ms-flex:4 3 200px;flex:4 3 200px}div[class*=flex-] .box-4-4-200px{-webkit-flex:4 4 200px;-moz-flex:4 4 200px;-ms-flex:4 4 200px;flex:4 4 200px}div[class*=flex-] .box-4-5-200px{-webkit-flex:4 5 200px;-moz-flex:4 5 200px;-ms-flex:4 5 200px;flex:4 5 200px}div[class*=flex-] .box-5-0-200px{-webkit-flex:5 0 200px;-moz-flex:5 0 200px;-ms-flex:5 0 200px;flex:5 0 200px}div[class*=flex-] .box-5-1-200px{-webkit-flex:5 1 200px;-moz-flex:5 1 200px;-ms-flex:5 1 200px;flex:5 1 200px}div[class*=flex-] .box-5-2-200px{-webkit-flex:5 2 200px;-moz-flex:5 2 200px;-ms-flex:5 2 200px;flex:5 2 200px}div[class*=flex-] .box-5-3-200px{-webkit-flex:5 3 200px;-moz-flex:5 3 200px;-ms-flex:5 3 200px;flex:5 3 200px}div[class*=flex-] .box-5-4-200px{-webkit-flex:5 4 200px;-moz-flex:5 4 200px;-ms-flex:5 4 200px;flex:5 4 200px}div[class*=flex-] .box-5-5-200px{-webkit-flex:5 5 200px;-moz-flex:5 5 200px;-ms-flex:5 5 200px;flex:5 5 200px}div[class*=flex-] .box-0-0-250px{-webkit-flex:0 0 250px;-moz-flex:0 0 250px;-ms-flex:0 0 250px;flex:0 0 250px}div[class*=flex-] .box-1-0-250px{-webkit-flex:1 0 250px;-moz-flex:1 0 250px;-ms-flex:1 0 250px;flex:1 0 250px}div[class*=flex-] .box-1-1-250px{-webkit-flex:1 1 250px;-moz-flex:1 1 250px;-ms-flex:1 1 250px;flex:1 1 250px}div[class*=flex-] .box-1-2-250px{-webkit-flex:1 2 250px;-moz-flex:1 2 250px;-ms-flex:1 2 250px;flex:1 2 250px}div[class*=flex-] .box-1-3-250px{-webkit-flex:1 3 250px;-moz-flex:1 3 250px;-ms-flex:1 3 250px;flex:1 3 250px}div[class*=flex-] .box-1-4-250px{-webkit-flex:1 4 250px;-moz-flex:1 4 250px;-ms-flex:1 4 250px;flex:1 4 250px}div[class*=flex-] .box-1-5-250px{-webkit-flex:1 5 250px;-moz-flex:1 5 250px;-ms-flex:1 5 250px;flex:1 5 250px}div[class*=flex-] .box-2-0-250px{-webkit-flex:2 0 250px;-moz-flex:2 0 250px;-ms-flex:2 0 250px;flex:2 0 250px}div[class*=flex-] .box-2-1-250px{-webkit-flex:2 1 250px;-moz-flex:2 1 250px;-ms-flex:2 1 250px;flex:2 1 250px}div[class*=flex-] .box-2-2-250px{-webkit-flex:2 2 250px;-moz-flex:2 2 250px;-ms-flex:2 2 250px;flex:2 2 250px}div[class*=flex-] .box-2-3-250px{-webkit-flex:2 3 0;-moz-flex:2 3 0;-ms-flex:2 3 0;flex:2 3 0}div[class*=flex-] .box-2-4-250px{-webkit-flex:2 4 250px;-moz-flex:2 4 250px;-ms-flex:2 4 250px;flex:2 4 250px}div[class*=flex-] .box-2-5-250px{-webkit-flex:2 5 250px;-moz-flex:2 5 250px;-ms-flex:2 5 250px;flex:2 5 250px}div[class*=flex-] .box-3-0-250px{-webkit-flex:3 0 250px;-moz-flex:3 0 250px;-ms-flex:3 0 250px;flex:3 0 250px}div[class*=flex-] .box-3-1-250px{-webkit-flex:3 1 250px;-moz-flex:3 1 250px;-ms-flex:3 1 250px;flex:3 1 250px}div[class*=flex-] .box-3-2-250px{-webkit-flex:3 2 250px;-moz-flex:3 2 250px;-ms-flex:3 2 250px;flex:3 2 250px}div[class*=flex-] .box-3-3-250px{-webkit-flex:3 3 250px;-moz-flex:3 3 250px;-ms-flex:3 3 250px;flex:3 3 250px}div[class*=flex-] .box-3-4-250px{-webkit-flex:3 4 250px;-moz-flex:3 4 250px;-ms-flex:3 4 250px;flex:3 4 250px}div[class*=flex-] .box-3-5-250px{-webkit-flex:3 5 250px;-moz-flex:3 5 250px;-ms-flex:3 5 250px;flex:3 5 250px}div[class*=flex-] .box-4-0-250px{-webkit-flex:4 0 250px;-moz-flex:4 0 250px;-ms-flex:4 0 250px;flex:4 0 250px}div[class*=flex-] .box-4-1-250px{-webkit-flex:4 1 250px;-moz-flex:4 1 250px;-ms-flex:4 1 250px;flex:4 1 250px}div[class*=flex-] .box-4-2-250px{-webkit-flex:4 2 250px;-moz-flex:4 2 250px;-ms-flex:4 2 250px;flex:4 2 250px}div[class*=flex-] .box-4-3-250px{-webkit-flex:4 3 250px;-moz-flex:4 3 250px;-ms-flex:4 3 250px;flex:4 3 250px}div[class*=flex-] .box-4-4-250px{-webkit-flex:4 4 250px;-moz-flex:4 4 250px;-ms-flex:4 4 250px;flex:4 4 250px}div[class*=flex-] .box-4-5-250px{-webkit-flex:4 5 250px;-moz-flex:4 5 250px;-ms-flex:4 5 250px;flex:4 5 250px}div[class*=flex-] .box-5-0-250px{-webkit-flex:5 0 250px;-moz-flex:5 0 250px;-ms-flex:5 0 250px;flex:5 0 250px}div[class*=flex-] .box-5-1-250px{-webkit-flex:5 1 250px;-moz-flex:5 1 250px;-ms-flex:5 1 250px;flex:5 1 250px}div[class*=flex-] .box-5-2-250px{-webkit-flex:5 2 250px;-moz-flex:5 2 250px;-ms-flex:5 2 250px;flex:5 2 250px}div[class*=flex-] .box-5-3-250px{-webkit-flex:5 3 250px;-moz-flex:5 3 250px;-ms-flex:5 3 250px;flex:5 3 250px}div[class*=flex-] .box-5-4-250px{-webkit-flex:5 4 250px;-moz-flex:5 4 250px;-ms-flex:5 4 250px;flex:5 4 250px}div[class*=flex-] .box-5-5-250px{-webkit-flex:5 5 250px;-moz-flex:5 5 250px;-ms-flex:5 5 250px;flex:5 5 250px}div[class*=flex-] .box-0-0-300px{-webkit-flex:0 0 300px;-moz-flex:0 0 300px;-ms-flex:0 0 300px;flex:0 0 300px}div[class*=flex-] .box-1-0-300px{-webkit-flex:1 0 300px;-moz-flex:1 0 300px;-ms-flex:1 0 300px;flex:1 0 300px}div[class*=flex-] .box-1-1-300px{-webkit-flex:1 1 300px;-moz-flex:1 1 300px;-ms-flex:1 1 300px;flex:1 1 300px}div[class*=flex-] .box-1-2-300px{-webkit-flex:1 2 300px;-moz-flex:1 2 300px;-ms-flex:1 2 300px;flex:1 2 300px}div[class*=flex-] .box-1-3-300px{-webkit-flex:1 3 300px;-moz-flex:1 3 300px;-ms-flex:1 3 300px;flex:1 3 300px}div[class*=flex-] .box-1-4-300px{-webkit-flex:1 4 300px;-moz-flex:1 4 300px;-ms-flex:1 4 300px;flex:1 4 300px}div[class*=flex-] .box-1-5-300px{-webkit-flex:1 5 300px;-moz-flex:1 5 300px;-ms-flex:1 5 300px;flex:1 5 300px}div[class*=flex-] .box-2-0-300px{-webkit-flex:2 0 300px;-moz-flex:2 0 300px;-ms-flex:2 0 300px;flex:2 0 300px}div[class*=flex-] .box-2-1-300px{-webkit-flex:2 1 300px;-moz-flex:2 1 300px;-ms-flex:2 1 300px;flex:2 1 300px}div[class*=flex-] .box-2-2-300px{-webkit-flex:2 2 300px;-moz-flex:2 2 300px;-ms-flex:2 2 300px;flex:2 2 300px}div[class*=flex-] .box-2-3-300px{-webkit-flex:2 3 0;-moz-flex:2 3 0;-ms-flex:2 3 0;flex:2 3 0}div[class*=flex-] .box-2-4-300px{-webkit-flex:2 4 300px;-moz-flex:2 4 300px;-ms-flex:2 4 300px;flex:2 4 300px}div[class*=flex-] .box-2-5-300px{-webkit-flex:2 5 300px;-moz-flex:2 5 300px;-ms-flex:2 5 300px;flex:2 5 300px}div[class*=flex-] .box-3-0-300px{-webkit-flex:3 0 300px;-moz-flex:3 0 300px;-ms-flex:3 0 300px;flex:3 0 300px}div[class*=flex-] .box-3-1-300px{-webkit-flex:3 1 300px;-moz-flex:3 1 300px;-ms-flex:3 1 300px;flex:3 1 300px}div[class*=flex-] .box-3-2-300px{-webkit-flex:3 2 300px;-moz-flex:3 2 300px;-ms-flex:3 2 300px;flex:3 2 300px}div[class*=flex-] .box-3-3-300px{-webkit-flex:3 3 300px;-moz-flex:3 3 300px;-ms-flex:3 3 300px;flex:3 3 300px}div[class*=flex-] .box-3-4-300px{-webkit-flex:3 4 300px;-moz-flex:3 4 300px;-ms-flex:3 4 300px;flex:3 4 300px}div[class*=flex-] .box-3-5-300px{-webkit-flex:3 5 300px;-moz-flex:3 5 300px;-ms-flex:3 5 300px;flex:3 5 300px}div[class*=flex-] .box-4-0-300px{-webkit-flex:4 0 300px;-moz-flex:4 0 300px;-ms-flex:4 0 300px;flex:4 0 300px}div[class*=flex-] .box-4-1-300px{-webkit-flex:4 1 300px;-moz-flex:4 1 300px;-ms-flex:4 1 300px;flex:4 1 300px}div[class*=flex-] .box-4-2-300px{-webkit-flex:4 2 300px;-moz-flex:4 2 300px;-ms-flex:4 2 300px;flex:4 2 300px}div[class*=flex-] .box-4-3-300px{-webkit-flex:4 3 300px;-moz-flex:4 3 300px;-ms-flex:4 3 300px;flex:4 3 300px}div[class*=flex-] .box-4-4-300px{-webkit-flex:4 4 300px;-moz-flex:4 4 300px;-ms-flex:4 4 300px;flex:4 4 300px}div[class*=flex-] .box-4-5-300px{-webkit-flex:4 5 300px;-moz-flex:4 5 300px;-ms-flex:4 5 300px;flex:4 5 300px}div[class*=flex-] .box-5-0-300px{-webkit-flex:5 0 300px;-moz-flex:5 0 300px;-ms-flex:5 0 300px;flex:5 0 300px}div[class*=flex-] .box-5-1-300px{-webkit-flex:5 1 300px;-moz-flex:5 1 300px;-ms-flex:5 1 300px;flex:5 1 300px}div[class*=flex-] .box-5-2-300px{-webkit-flex:5 2 300px;-moz-flex:5 2 300px;-ms-flex:5 2 300px;flex:5 2 300px}div[class*=flex-] .box-5-3-300px{-webkit-flex:5 3 300px;-moz-flex:5 3 300px;-ms-flex:5 3 300px;flex:5 3 300px}div[class*=flex-] .box-5-4-300px{-webkit-flex:5 4 300px;-moz-flex:5 4 300px;-ms-flex:5 4 300px;flex:5 4 300px}div[class*=flex-] .box-5-5-300px{-webkit-flex:5 5 300px;-moz-flex:5 5 300px;-ms-flex:5 5 300px;flex:5 5 300px}div[class*=box-].left>.btn{margin-left:0}div[class*=box-].right>.btn{margin-right:0}div[class*=box-].top>.btn{margin-top:0}div[class*=box-].bottom>.btn{margin-bottom:0}.flex--0-0px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--0-0px div[class^=box-]{-webkit-flex:0 0 calc(0% + -0px)!important;-moz-flex:0 0 calc(0% + -0px)!important;-ms-flex:0 0 calc(0% + -0px)!important;flex:0 0 calc(0% + -0px)!important}.flex--25-0px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--25-0px div[class^=box-]{-webkit-flex:0 0 calc(25% + -0px)!important;-moz-flex:0 0 calc(25% + -0px)!important;-ms-flex:0 0 calc(25% + -0px)!important;flex:0 0 calc(25% + -0px)!important}.flex--50-0px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--50-0px div[class^=box-]{-webkit-flex:0 0 calc(50% + -0px)!important;-moz-flex:0 0 calc(50% + -0px)!important;-ms-flex:0 0 calc(50% + -0px)!important;flex:0 0 calc(50% + -0px)!important}.flex--75-0px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--75-0px div[class^=box-]{-webkit-flex:0 0 calc(75% + -0px)!important;-moz-flex:0 0 calc(75% + -0px)!important;-ms-flex:0 0 calc(75% + -0px)!important;flex:0 0 calc(75% + -0px)!important}.flex--100-0px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--100-0px div[class^=box-]{-webkit-flex:0 0 calc(100% + -0px)!important;-moz-flex:0 0 calc(100% + -0px)!important;-ms-flex:0 0 calc(100% + -0px)!important;flex:0 0 calc(100% + -0px)!important}.flex--0-5px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--0-5px div[class^=box-]{-webkit-flex:0 0 calc(0% - 5px)!important;-moz-flex:0 0 calc(0% - 5px)!important;-ms-flex:0 0 calc(0% - 5px)!important;flex:0 0 calc(0% - 5px)!important}.flex--25-5px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--25-5px div[class^=box-]{-webkit-flex:0 0 calc(25% - 5px)!important;-moz-flex:0 0 calc(25% - 5px)!important;-ms-flex:0 0 calc(25% - 5px)!important;flex:0 0 calc(25% - 5px)!important}.flex--50-5px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--50-5px div[class^=box-]{-webkit-flex:0 0 calc(50% - 5px)!important;-moz-flex:0 0 calc(50% - 5px)!important;-ms-flex:0 0 calc(50% - 5px)!important;flex:0 0 calc(50% - 5px)!important}.flex--75-5px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--75-5px div[class^=box-]{-webkit-flex:0 0 calc(75% - 5px)!important;-moz-flex:0 0 calc(75% - 5px)!important;-ms-flex:0 0 calc(75% - 5px)!important;flex:0 0 calc(75% - 5px)!important}.flex--100-5px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--100-5px div[class^=box-]{-webkit-flex:0 0 calc(100% - 5px)!important;-moz-flex:0 0 calc(100% - 5px)!important;-ms-flex:0 0 calc(100% - 5px)!important;flex:0 0 calc(100% - 5px)!important}.flex--0-10px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--0-10px div[class^=box-]{-webkit-flex:0 0 calc(0% - 10px)!important;-moz-flex:0 0 calc(0% - 10px)!important;-ms-flex:0 0 calc(0% - 10px)!important;flex:0 0 calc(0% - 10px)!important}.flex--25-10px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--25-10px div[class^=box-]{-webkit-flex:0 0 calc(25% - 10px)!important;-moz-flex:0 0 calc(25% - 10px)!important;-ms-flex:0 0 calc(25% - 10px)!important;flex:0 0 calc(25% - 10px)!important}.flex--50-10px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--50-10px div[class^=box-]{-webkit-flex:0 0 calc(50% - 10px)!important;-moz-flex:0 0 calc(50% - 10px)!important;-ms-flex:0 0 calc(50% - 10px)!important;flex:0 0 calc(50% - 10px)!important}.flex--75-10px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--75-10px div[class^=box-]{-webkit-flex:0 0 calc(75% - 10px)!important;-moz-flex:0 0 calc(75% - 10px)!important;-ms-flex:0 0 calc(75% - 10px)!important;flex:0 0 calc(75% - 10px)!important}.flex--100-10px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--100-10px div[class^=box-]{-webkit-flex:0 0 calc(100% - 10px)!important;-moz-flex:0 0 calc(100% - 10px)!important;-ms-flex:0 0 calc(100% - 10px)!important;flex:0 0 calc(100% - 10px)!important}.flex--0-15px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--0-15px div[class^=box-]{-webkit-flex:0 0 calc(0% - 15px)!important;-moz-flex:0 0 calc(0% - 15px)!important;-ms-flex:0 0 calc(0% - 15px)!important;flex:0 0 calc(0% - 15px)!important}.flex--25-15px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--25-15px div[class^=box-]{-webkit-flex:0 0 calc(25% - 15px)!important;-moz-flex:0 0 calc(25% - 15px)!important;-ms-flex:0 0 calc(25% - 15px)!important;flex:0 0 calc(25% - 15px)!important}.flex--50-15px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--50-15px div[class^=box-]{-webkit-flex:0 0 calc(50% - 15px)!important;-moz-flex:0 0 calc(50% - 15px)!important;-ms-flex:0 0 calc(50% - 15px)!important;flex:0 0 calc(50% - 15px)!important}.flex--75-15px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--75-15px div[class^=box-]{-webkit-flex:0 0 calc(75% - 15px)!important;-moz-flex:0 0 calc(75% - 15px)!important;-ms-flex:0 0 calc(75% - 15px)!important;flex:0 0 calc(75% - 15px)!important}.flex--100-15px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--100-15px div[class^=box-]{-webkit-flex:0 0 calc(100% - 15px)!important;-moz-flex:0 0 calc(100% - 15px)!important;-ms-flex:0 0 calc(100% - 15px)!important;flex:0 0 calc(100% - 15px)!important}.flex--0-20px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--0-20px div[class^=box-]{-webkit-flex:0 0 calc(0% - 20px)!important;-moz-flex:0 0 calc(0% - 20px)!important;-ms-flex:0 0 calc(0% - 20px)!important;flex:0 0 calc(0% - 20px)!important}.flex--25-20px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--25-20px div[class^=box-]{-webkit-flex:0 0 calc(25% - 20px)!important;-moz-flex:0 0 calc(25% - 20px)!important;-ms-flex:0 0 calc(25% - 20px)!important;flex:0 0 calc(25% - 20px)!important}.flex--50-20px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--50-20px div[class^=box-]{-webkit-flex:0 0 calc(50% - 20px)!important;-moz-flex:0 0 calc(50% - 20px)!important;-ms-flex:0 0 calc(50% - 20px)!important;flex:0 0 calc(50% - 20px)!important}.flex--75-20px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--75-20px div[class^=box-]{-webkit-flex:0 0 calc(75% - 20px)!important;-moz-flex:0 0 calc(75% - 20px)!important;-ms-flex:0 0 calc(75% - 20px)!important;flex:0 0 calc(75% - 20px)!important}.flex--100-20px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--100-20px div[class^=box-]{-webkit-flex:0 0 calc(100% - 20px)!important;-moz-flex:0 0 calc(100% - 20px)!important;-ms-flex:0 0 calc(100% - 20px)!important;flex:0 0 calc(100% - 20px)!important}.flex--0-25px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--0-25px div[class^=box-]{-webkit-flex:0 0 calc(0% - 25px)!important;-moz-flex:0 0 calc(0% - 25px)!important;-ms-flex:0 0 calc(0% - 25px)!important;flex:0 0 calc(0% - 25px)!important}.flex--25-25px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--25-25px div[class^=box-]{-webkit-flex:0 0 calc(25% - 25px)!important;-moz-flex:0 0 calc(25% - 25px)!important;-ms-flex:0 0 calc(25% - 25px)!important;flex:0 0 calc(25% - 25px)!important}.flex--50-25px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--50-25px div[class^=box-]{-webkit-flex:0 0 calc(50% - 25px)!important;-moz-flex:0 0 calc(50% - 25px)!important;-ms-flex:0 0 calc(50% - 25px)!important;flex:0 0 calc(50% - 25px)!important}.flex--75-25px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--75-25px div[class^=box-]{-webkit-flex:0 0 calc(75% - 25px)!important;-moz-flex:0 0 calc(75% - 25px)!important;-ms-flex:0 0 calc(75% - 25px)!important;flex:0 0 calc(75% - 25px)!important}.flex--100-25px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--100-25px div[class^=box-]{-webkit-flex:0 0 calc(100% - 25px)!important;-moz-flex:0 0 calc(100% - 25px)!important;-ms-flex:0 0 calc(100% - 25px)!important;flex:0 0 calc(100% - 25px)!important}.flex--0-30px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--0-30px div[class^=box-]{-webkit-flex:0 0 calc(0% - 30px)!important;-moz-flex:0 0 calc(0% - 30px)!important;-ms-flex:0 0 calc(0% - 30px)!important;flex:0 0 calc(0% - 30px)!important}.flex--25-30px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--25-30px div[class^=box-]{-webkit-flex:0 0 calc(25% - 30px)!important;-moz-flex:0 0 calc(25% - 30px)!important;-ms-flex:0 0 calc(25% - 30px)!important;flex:0 0 calc(25% - 30px)!important}.flex--50-30px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--50-30px div[class^=box-]{-webkit-flex:0 0 calc(50% - 30px)!important;-moz-flex:0 0 calc(50% - 30px)!important;-ms-flex:0 0 calc(50% - 30px)!important;flex:0 0 calc(50% - 30px)!important}.flex--75-30px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--75-30px div[class^=box-]{-webkit-flex:0 0 calc(75% - 30px)!important;-moz-flex:0 0 calc(75% - 30px)!important;-ms-flex:0 0 calc(75% - 30px)!important;flex:0 0 calc(75% - 30px)!important}.flex--100-30px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--100-30px div[class^=box-]{-webkit-flex:0 0 calc(100% - 30px)!important;-moz-flex:0 0 calc(100% - 30px)!important;-ms-flex:0 0 calc(100% - 30px)!important;flex:0 0 calc(100% - 30px)!important}.flex--0-35px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--0-35px div[class^=box-]{-webkit-flex:0 0 calc(0% - 35px)!important;-moz-flex:0 0 calc(0% - 35px)!important;-ms-flex:0 0 calc(0% - 35px)!important;flex:0 0 calc(0% - 35px)!important}.flex--25-35px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--25-35px div[class^=box-]{-webkit-flex:0 0 calc(25% - 35px)!important;-moz-flex:0 0 calc(25% - 35px)!important;-ms-flex:0 0 calc(25% - 35px)!important;flex:0 0 calc(25% - 35px)!important}.flex--50-35px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--50-35px div[class^=box-]{-webkit-flex:0 0 calc(50% - 35px)!important;-moz-flex:0 0 calc(50% - 35px)!important;-ms-flex:0 0 calc(50% - 35px)!important;flex:0 0 calc(50% - 35px)!important}.flex--75-35px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--75-35px div[class^=box-]{-webkit-flex:0 0 calc(75% - 35px)!important;-moz-flex:0 0 calc(75% - 35px)!important;-ms-flex:0 0 calc(75% - 35px)!important;flex:0 0 calc(75% - 35px)!important}.flex--100-35px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--100-35px div[class^=box-]{-webkit-flex:0 0 calc(100% - 35px)!important;-moz-flex:0 0 calc(100% - 35px)!important;-ms-flex:0 0 calc(100% - 35px)!important;flex:0 0 calc(100% - 35px)!important}.flex--0-40px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--0-40px div[class^=box-]{-webkit-flex:0 0 calc(0% - 40px)!important;-moz-flex:0 0 calc(0% - 40px)!important;-ms-flex:0 0 calc(0% - 40px)!important;flex:0 0 calc(0% - 40px)!important}.flex--25-40px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--25-40px div[class^=box-]{-webkit-flex:0 0 calc(25% - 40px)!important;-moz-flex:0 0 calc(25% - 40px)!important;-ms-flex:0 0 calc(25% - 40px)!important;flex:0 0 calc(25% - 40px)!important}.flex--50-40px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--50-40px div[class^=box-]{-webkit-flex:0 0 calc(50% - 40px)!important;-moz-flex:0 0 calc(50% - 40px)!important;-ms-flex:0 0 calc(50% - 40px)!important;flex:0 0 calc(50% - 40px)!important}.flex--75-40px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--75-40px div[class^=box-]{-webkit-flex:0 0 calc(75% - 40px)!important;-moz-flex:0 0 calc(75% - 40px)!important;-ms-flex:0 0 calc(75% - 40px)!important;flex:0 0 calc(75% - 40px)!important}.flex--100-40px{-webkit-flex-wrap:wrap!important;-moz-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex--100-40px div[class^=box-]{-webkit-flex:0 0 calc(100% - 40px)!important;-moz-flex:0 0 calc(100% - 40px)!important;-ms-flex:0 0 calc(100% - 40px)!important;flex:0 0 calc(100% - 40px)!important}.space-row-200{height:200px!important}.space-row-195{height:195px!important}.space-row-190{height:190px!important}.space-row-185{height:185px!important}.space-row-180{height:180px!important}.space-row-175{height:175px!important}.space-row-170{height:170px!important}.space-row-165{height:165px!important}.space-row-160{height:160px!important}.space-row-155{height:155px!important}.space-row-150{height:150px!important}.space-row-145{height:145px!important}.space-row-140{height:140px!important}.space-row-135{height:135px!important}.space-row-130{height:130px!important}.space-row-125{height:125px!important}.space-row-120{height:120px!important}.space-row-115{height:115px!important}.space-row-110{height:110px!important}.space-row-105{height:105px!important}.space-row-100{height:100px!important}.space-row-95{height:95px!important}.space-row-90{height:90px!important}.space-row-85{height:85px!important}.space-row-80{height:80px!important}.space-row-75{height:75px!important}.space-row-70{height:70px!important}.space-row-65{height:65px!important}.space-row-60{height:60px!important}.space-row-55{height:55px!important}.space-row-50{height:50px!important}.space-row-45{height:45px!important}.space-row-40{height:40px!important}.space-row-35{height:35px!important}.space-row-30{height:30px!important}.space-row-25{height:25px!important}.space-row-20{height:20px!important}.space-row-15{height:15px!important}.space-row-10{height:10px!important}.space-row-5{height:5px!important}.space-col-200{width:200px!important}.space-col-195{width:195px!important}.space-col-190{width:190px!important}.space-col-185{width:185px!important}.space-col-180{width:180px!important}.space-col-175{width:175px!important}.space-col-170{width:170px!important}.space-col-165{width:165px!important}.space-col-160{width:160px!important}.space-col-155{width:155px!important}.space-col-150{width:150px!important}.space-col-145{width:145px!important}.space-col-140{width:140px!important}.space-col-135{width:135px!important}.space-col-130{width:130px!important}.space-col-125{width:125px!important}.space-col-120{width:120px!important}.space-col-115{width:115px!important}.space-col-110{width:110px!important}.space-col-105{width:105px!important}.space-col-100{width:100px!important}.space-col-95{width:95px!important}.space-col-90{width:90px!important}.space-col-85{width:85px!important}.space-col-80{width:80px!important}.space-col-75{width:75px!important}.space-col-70{width:70px!important}.space-col-65{width:65px!important}.space-col-60{width:60px!important}.space-col-55{width:55px!important}.space-col-50{width:50px!important}.space-col-45{width:45px!important}.space-col-40{width:40px!important}.space-col-35{width:35px!important}.space-col-30{width:30px!important}.space-col-25{width:25px!important}.space-col-20{width:20px!important}.space-col-15{width:15px!important}.space-col-10{width:10px!important}.space-col-5{width:5px!important}hr.hr-2-25{height:2px;border-top:2px solid #f29d22;width:25px;margin:20px auto 25px}hr.hr-2-25-left{height:2px;border-top:2px solid #f29d22;width:25px;margin:20px 0}hr.hr-2-30{height:2px;border-top:2px solid #f29d22;width:30px;margin:20px auto 25px}hr.hr-2-30-left{height:2px;border-top:2px solid #f29d22;width:30px;margin:20px 0}hr.hr-2-50{height:2px;border-bottom:2px solid #f29d22;width:50px;margin:20px auto 25px}hr.hr-2-50-left{height:2px;border-bottom:2px solid #f29d22;width:50px;margin:20px 0}hr.orange{border-color:#f29d22;border-width:2px}hr.white{border-color:#fff;background-color:#fff;border-width:2px}hr.hr-2-65{height:2px;border-bottom:2px solid #f29d22;width:65px;margin:15px auto 25px}hr.hr-2-65-left{height:2px;border-bottom:2px solid #f29d22;width:65px;margin-bottom:25px}hr.short-3-left{height:3px;border-bottom:2px solid #f29d22;width:50px;margin-bottom:15px}.disc{font-size:20px;line-height:20px;margin-top:8px;display:inline-block;padding:0 4px;vertical-align:middle}.no-wrap,.whitespace-no-wrap{white-space:nowrap!important}.cursor-disabled{cursor:not-allowed!important}.cursor-pointer{cursor:pointer!important}.cursor-default{cursor:default!important}.cursor-crosshair{cursor:crosshair!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-grab{cursor:grab!important}.antialiased{-webkit-font-smoothing:antialiased!important;font-smoothing:antialiased!important}.bg-transparent{background:transparent!important}.font-transparent{color:transparent!important}.all-transparent{background:transparent!important;color:transparent!important}.black-overlay{background:#1119!important}.img-responsive{display:block;max-width:100%;max-height:100%;height:auto}.abs-center{margin:auto;position:absolute;top:0;left:0;bottom:0;right:0;width:100%;display:table}.pos-rel{position:relative!important}.pos-fix{position:fixed!important}.pos-abs{position:absolute!important}.display-table{display:table!important}.block{display:block!important}.inline{display:inline!important}.inline-block{display:inline-block!important}.va-top{vertical-align:top!important}.va-middle{vertical-align:middle!important}.va-bottom{vertical-align:bottom!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.invisible{position:absolute!important;visibility:hidden;opacity:0!important;z-index:-1;top:-40px}.transform-center{position:absolute;top:50%;left:50%;transform:translate(-50%) translateY(-50%)}.absolute-center{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.affix{position:fixed}.rotate-45{-webkit-transform:rotate(45deg)!important;-moz-transform:rotate(45deg)!important;-ms-transform:rotate(45deg)!important;-o-transform:rotate(45deg)!important;transform:rotate(45deg)!important}.rotate--45{-webkit-transform:rotate(-45deg)!important;-moz-transform:rotate(-45deg)!important;-ms-transform:rotate(-45deg)!important;-o-transform:rotate(-45deg)!important;transform:rotate(-45deg)!important}.rotate-90{-webkit-transform:rotate(90deg)!important;-moz-transform:rotate(90deg)!important;-ms-transform:rotate(90deg)!important;-o-transform:rotate(90deg)!important;transform:rotate(90deg)!important}.rotate--90{-webkit-transform:rotate(-90deg)!important;-moz-transform:rotate(-90deg)!important;-ms-transform:rotate(-90deg)!important;-o-transform:rotate(-90deg)!important;transform:rotate(-90deg)!important}.rotate-180{-webkit-transform:rotate(180deg)!important;-moz-transform:rotate(180deg)!important;-ms-transform:rotate(180deg)!important;-o-transform:rotate(180deg)!important;transform:rotate(180deg)!important}.rotate-270{-webkit-transform:rotate(270deg)!important;-moz-transform:rotate(270deg)!important;-ms-transform:rotate(270deg)!important;-o-transform:rotate(270deg)!important;transform:rotate(270deg)!important}.rotate--270{-webkit-transform:rotate(-270deg)!important;-moz-transform:rotate(-270deg)!important;-ms-transform:rotate(-270deg)!important;-o-transform:rotate(-270deg)!important;transform:rotate(-270deg)!important}.float-right{float:right!important}.float-left{float:left!important}.float-none{float:none!important}.text-center{text-align:center!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-justify{text-align:justify!important}.div-center{margin:0 auto!important}.div-middle{margin:auto 0!important}.div-left{margin-right:auto!important}.div-right{margin-left:auto!important}.og{outline:solid green}.oo{outline:solid orange}.or{outline:solid red}.oy{outline:solid yellow}.ob{outline:solid blue}.op{outline:solid purple}.outline-black{background-color:transparent;box-shadow:inset 0 0 0 2px #90909040;color:#666!important}.outline-skel{background-color:transparent;border:solid 2px #49bf9d;color:#49bf9d!important}.blk{font-style:black!important}.italic{font-style:italic!important}.underline{text-decoration:underline!important}.capitalize{text-transform:capitalize!important}.uppercase{text-transform:uppercase!important}.lowercase{text-transform:lowercase!important}.nonecase{text-transform:nonecase!important}.b-tiles{border-top:3px dotted #e5e5e5;border-bottom:3px dotted #e5e5e5;box-shadow:inset 0 -1px #e5e5e5,inset 0 1px #e5e5e5,0 1px #e5e5e5,0 -1px #e5e5e5;margin-bottom:1px}.list-title{border-bottom:solid #333333 1px;font-weight:600}.no-border{border:0!important}.no-list-bullets{list-style-type:none!important}.ff-inter{font-family:Inter,serif!important}.ff-montserrat{font-family:Montserrat,serif!important}.ff-lato{font-family:Lato,sans-serif!important}.ff-overpass{font-family:Overpass,serif!important}.ff-poppins{font-family:Poppins,sans-serif!important}.ff-open-sans{font-family:Open Sans,sans-serif!important}.ff-noto-sans{font-family:Noto Sans,sans-serif!important}.ff-dank-mono{font-family:Dank Mono,serif!important}.ff-source-code-pro{font-family:Source Code Pro,serif!important}.ff-proxima-nova{font-family:Proxima Nova,serif!important}.ff-sf-pro{font-family:SF Pro,sans-serif!important}.b-0{border:0px!important}.b-t-0{border-top:0px!important}.b-b-0{border-bottom:0px!important}.b-r-0{border-right:0px!important}.b-l-0{border-left:0px!important}.b-rl-0{border-right:0px!important}.b-tb-0{border-top:0px!important}.b-1{border:1px solid #EEE!important}.b-t-1{border-top:1px solid #EEE!important}.b-b-1{border-bottom:1px solid #EEE!important}.b-r-1{border-right:1px solid #EEE!important}.b-l-1{border-left:1px solid #EEE!important}.b-rl-1{border-right:1px solid #EEE;border-left:1px solid #EEE!important}.b-tb-1{border-top:1px solid #EEE;border-bottom:1px solid #EEE!important}.b-2{border:2px solid #EEE!important}.b-t-2{border-top:2px solid #EEE!important}.b-b-2{border-bottom:2px solid #EEE!important}.b-r-2{border-right:2px solid #EEE!important}.b-l-2{border-left:2px solid #EEE!important}.b-rl-2{border-right:2px solid #EEE;border-left:2px solid #EEE!important}.b-tb-2{border-top:2px solid #EEE;border-bottom:2px solid #EEE!important}.b-3{border:3px solid #EEE!important}.b-t-3{border-top:3px solid #EEE!important}.b-b-3{border-bottom:3px solid #EEE!important}.b-r-3{border-right:3px solid #EEE!important}.b-l-3{border-left:3px solid #EEE!important}.b-rl-3{border-right:3px solid #EEE;border-left:3px solid #EEE!important}.b-tb-3{border-top:3px solid #EEE;border-bottom:3px solid #EEE!important}.br-1{border-radius:1px!important}.br-2{border-radius:2px!important}.br-3{border-radius:3px!important}.br-4{border-radius:4px!important}.br-5{border-radius:5px!important}.br-6{border-radius:6px!important}.br-7{border-radius:7px!important}.br-8{border-radius:8px!important}.br-9{border-radius:9px!important}.br-10{border-radius:10px!important}.br-11{border-radius:11px!important}.br-12{border-radius:12px!important}.br-13{border-radius:13px!important}.br-14{border-radius:14px!important}.br-15{border-radius:15px!important}.br-16{border-radius:16px!important}.br-17{border-radius:17px!important}.br-18{border-radius:18px!important}.br-19{border-radius:19px!important}.br-20{border-radius:20px!important}.border-blur{box-shadow:0 0 0 10px #ccc,0 0 0 15px #e6e6e6}.bevel{box-shadow:0 8px 5px -5px #0009,inset 3px 3px 5px #0000001a,inset -3px -3px 5px #fff6}#line-animation path{stroke:#fff;stroke-width:2;stroke-dasharray:1400;stroke-dashoffset:1400;-webkit-animation:dash 7s linear forwards;animation:dash 7s linear forwards;-webkit-animation-delay:.85s;animation-delay:.85s}@-webkit-keyframes dash{to{stroke-dashoffset:0}}@keyframes dash{to{stroke-dashoffset:0}}#fill-animation{animation:fill 4s linear forwards;animation-delay:7s}@keyframes fill{to{transform:translateY(100%)}}.h-800{height:800px!important}.h-775{height:775px!important}.h-750{height:750px!important}.h-725{height:725px!important}.h-700{height:700px!important}.h-675{height:675px!important}.h-650{height:650px!important}.h-625{height:625px!important}.h-600{height:600px!important}.h-575{height:575px!important}.h-550{height:550px!important}.h-525{height:525px!important}.h-500{height:500px!important}.h-475{height:475px!important}.h-450{height:450px!important}.h-425{height:425px!important}.h-400{height:400px!important}.h-375{height:375px!important}.h-350{height:350px!important}.h-325{height:325px!important}.h-300{height:300px!important}.h-275{height:275px!important}.h-250{height:250px!important}.h-225{height:225px!important}.h-200{height:200px!important}.h-175{height:175px!important}.h-150{height:150px!important}.h-125{height:125px!important}.h-100{height:100px!important}.h-95{height:95px!important}.h-90{height:90px!important}.h-85{height:85px!important}.h-80{height:80px!important}.h-75{height:75px!important}.h-70{height:70px!important}.h-65{height:65px!important}.h-60{height:60px!important}.h-55{height:55px!important}.h-50{height:50px!important}.h-45{height:45px!important}.h-40{height:40px!important}.h-35{height:35px!important}.h-30{height:30px!important}.h-25{height:25px!important}.h-20{height:20px!important}.h-15{height:15px!important}.h-14{height:14px!important}.h-13{height:13px!important}.h-12{height:12px!important}.h-11{height:11px!important}.h-10{height:10px!important}.h-5{height:5px!important}.h-4{height:4px!important}.h-3{height:3px!important}.h-2{height:2px!important}.h-1{height:1px!important}.w-800{width:800px!important}.w-775{width:775px!important}.w-750{width:750px!important}.w-725{width:725px!important}.w-700{width:700px!important}.w-675{width:675px!important}.w-650{width:650px!important}.w-625{width:625px!important}.w-600{width:600px!important}.w-575{width:575px!important}.w-550{width:550px!important}.w-525{width:525px!important}.w-500{width:500px!important}.w-475{width:475px!important}.w-450{width:450px!important}.w-425{width:425px!important}.w-400{width:400px!important}.w-375{width:375px!important}.w-350{width:350px!important}.w-325{width:325px!important}.w-300{width:300px!important}.w-275{width:275px!important}.w-250{width:250px!important}.w-225{width:225px!important}.w-200{width:200px!important}.w-175{width:175px!important}.w-150{width:150px!important}.w-125{width:125px!important}.w-100{width:100px!important}.w-95{width:95px!important}.w-90{width:90px!important}.w-85{width:85px!important}.w-80{width:80px!important}.w-75{width:75px!important}.w-70{width:70px!important}.w-65{width:65px!important}.w-60{width:60px!important}.w-55{width:55px!important}.w-50{width:50px!important}.w-45{width:45px!important}.w-40{width:40px!important}.w-35{width:35px!important}.w-30{width:30px!important}.w-25{width:25px!important}.w-20{width:20px!important}.w-15{width:15px!important}.w-14{width:14px!important}.w-13{width:13px!important}.w-12{width:12px!important}.w-11{width:11px!important}.w-10{width:10px!important}.w-5{width:5px!important}.w-4{width:4px!important}.w-3{width:3px!important}.w-2{width:2px!important}.w-1{width:1px!important}.wh-800{width:800px!important;height:800px!important}.wh-775{width:775px!important;height:775px!important}.wh-750{width:750px!important;height:750px!important}.wh-725{width:725px!important;height:725px!important}.wh-700{width:700px!important;height:700px!important}.wh-675{width:675px!important;height:675px!important}.wh-650{width:650px!important;height:650px!important}.wh-625{width:625px!important;height:625px!important}.wh-600{width:600px!important;height:600px!important}.wh-575{width:575px!important;height:575px!important}.wh-550{width:550px!important;height:550px!important}.wh-525{width:525px!important;height:525px!important}.wh-500{width:500px!important;height:500px!important}.wh-475{width:475px!important;height:475px!important}.wh-450{width:450px!important;height:450px!important}.wh-425{width:425px!important;height:425px!important}.wh-400{width:400px!important;height:400px!important}.wh-375{width:375px!important;height:375px!important}.wh-350{width:350px!important;height:350px!important}.wh-325{width:325px!important;height:325px!important}.wh-300{width:300px!important;height:300px!important}.wh-275{width:275px!important;height:275px!important}.wh-250{width:250px!important;height:250px!important}.wh-225{width:225px!important;height:225px!important}.wh-200{width:200px!important;height:200px!important}.wh-175{width:175px!important;height:175px!important}.wh-150{width:150px!important;height:150px!important}.wh-125{width:125px!important;height:125px!important}.wh-100{width:100px!important;height:100px!important}.wh-95{width:95px!important;height:95px!important}.wh-90{width:90px!important;height:90px!important}.wh-85{width:85px!important;height:85px!important}.wh-80{width:80px!important;height:80px!important}.wh-75{width:75px!important;height:75px!important}.wh-70{width:70px!important;height:70px!important}.wh-65{width:65px!important;height:65px!important}.wh-60{width:60px!important;height:60px!important}.wh-55{width:55px!important;height:55px!important}.wh-50{width:50px!important;height:50px!important}.wh-45{width:45px!important;height:45px!important}.wh-40{width:40px!important;height:40px!important}.wh-35{width:35px!important;height:35px!important}.wh-30{width:30px!important;height:30px!important}.wh-25{width:25px!important;height:25px!important}.wh-20{width:20px!important;height:20px!important}.wh-15{width:15px!important;height:15px!important}.wh-14{width:14px!important;height:14px!important}.wh-13{width:13px!important;height:13px!important}.wh-12{width:12px!important;height:12px!important}.wh-11{width:11px!important;height:11px!important}.wh-10{width:10px!important;height:10px!important}.wh-5{width:5px!important;height:5px!important}.wh-4{width:4px!important;height:4px!important}.wh-3{width:3px!important;height:3px!important}.wh-2{width:2px!important;height:2px!important}.wh-1{width:1px!important;height:1px!important}.w-100p{width:100%!important}.w-95p{width:95%!important}.w-90p{width:90%!important}.w-85p{width:85%!important}.w-80p{width:80%!important}.w-75p{width:75%!important}.w-70p{width:70%!important}.w-65p{width:65%!important}.w-60p{width:60%!important}.w-55p{width:55%!important}.w-50p{width:50%!important}.w-45p{width:45%!important}.w-40p{width:40%!important}.w-35p{width:35%!important}.w-30p{width:30%!important}.w-25p{width:25%!important}.w-20p{width:20%!important}.w-15p{width:15%!important}.w-10p{width:10%!important}.w-5p{width:5%!important}.w-0p{width:0%!important}.h-100p{height:100%!important}.h-95p{height:95%!important}.h-90p{height:90%!important}.h-85p{height:85%!important}.h-80p{height:80%!important}.h-75p{height:75%!important}.h-70p{height:70%!important}.h-65p{height:65%!important}.h-60p{height:60%!important}.h-55p{height:55%!important}.h-50p{height:50%!important}.h-45p{height:45%!important}.h-40p{height:40%!important}.h-35p{height:35%!important}.h-30p{height:30%!important}.h-25p{height:25%!important}.h-20p{height:20%!important}.h-15p{height:15%!important}.h-10p{height:10%!important}.h-5p{height:5%!important}.h-0p{height:0%!important}.h-min-800{min-height:800px!important}.h-min-775{min-height:775px!important}.h-min-750{min-height:750px!important}.h-min-725{min-height:725px!important}.h-min-700{min-height:700px!important}.h-min-675{min-height:675px!important}.h-min-650{min-height:650px!important}.h-min-625{min-height:625px!important}.h-min-600{min-height:600px!important}.h-min-575{min-height:575px!important}.h-min-550{min-height:550px!important}.h-min-525{min-height:525px!important}.h-min-500{min-height:500px!important}.h-min-475{min-height:475px!important}.h-min-450{min-height:450px!important}.h-min-425{min-height:425px!important}.h-min-400{min-height:400px!important}.h-min-375{min-height:375px!important}.h-min-350{min-height:350px!important}.h-min-325{min-height:325px!important}.h-min-300{min-height:300px!important}.h-min-275{min-height:275px!important}.h-min-250{min-height:250px!important}.h-min-225{min-height:225px!important}.h-min-200{min-height:200px!important}.h-min-175{min-height:175px!important}.h-min-150{min-height:150px!important}.h-min-125{min-height:125px!important}.h-min-100{min-height:100px!important}.h-min-95{min-height:95px!important}.h-min-90{min-height:90px!important}.h-min-85{min-height:85px!important}.h-min-80{min-height:80px!important}.h-min-75{min-height:75px!important}.h-min-70{min-height:70px!important}.h-min-65{min-height:65px!important}.h-min-60{min-height:60px!important}.h-min-55{min-height:55px!important}.h-min-50{min-height:50px!important}.h-min-45{min-height:45px!important}.h-min-40{min-height:40px!important}.h-min-35{min-height:35px!important}.h-min-30{min-height:30px!important}.h-min-25{min-height:25px!important}.h-min-20{min-height:20px!important}.h-min-15{min-height:15px!important}.h-min-14{min-height:14px!important}.h-min-13{min-height:13px!important}.h-min-12{min-height:12px!important}.h-min-11{min-height:11px!important}.h-min-10{min-height:10px!important}.h-min-9{min-height:9px!important}.h-min-8{min-height:8px!important}.h-min-7{min-height:7px!important}.h-min-6{min-height:6px!important}.h-min-5{min-height:5px!important}.h-min-4{min-height:4px!important}.h-min-3{min-height:3px!important}.h-min-2{min-height:2px!important}.h-min-1{min-height:1px!important}.w-min-800{min-width:800px!important}.w-min-775{min-width:775px!important}.w-min-750{min-width:750px!important}.w-min-725{min-width:725px!important}.w-min-700{min-width:700px!important}.w-min-675{min-width:675px!important}.w-min-650{min-width:650px!important}.w-min-625{min-width:625px!important}.w-min-600{min-width:600px!important}.w-min-575{min-width:575px!important}.w-min-550{min-width:550px!important}.w-min-525{min-width:525px!important}.w-min-500{min-width:500px!important}.w-min-475{min-width:475px!important}.w-min-450{min-width:450px!important}.w-min-425{min-width:425px!important}.w-min-400{min-width:400px!important}.w-min-375{min-width:375px!important}.w-min-350{min-width:350px!important}.w-min-325{min-width:325px!important}.w-min-300{min-width:300px!important}.w-min-275{min-width:275px!important}.w-min-250{min-width:250px!important}.w-min-225{min-width:225px!important}.w-min-200{min-width:200px!important}.w-min-175{min-width:175px!important}.w-min-150{min-width:150px!important}.w-min-125{min-width:125px!important}.w-min-100{min-width:100px!important}.w-min-95{min-width:95px!important}.w-min-90{min-width:90px!important}.w-min-85{min-width:85px!important}.w-min-80{min-width:80px!important}.w-min-75{min-width:75px!important}.w-min-70{min-width:70px!important}.w-min-65{min-width:65px!important}.w-min-60{min-width:60px!important}.w-min-55{min-width:55px!important}.w-min-50{min-width:50px!important}.w-min-45{min-width:45px!important}.w-min-40{min-width:40px!important}.w-min-35{min-width:35px!important}.w-min-30{min-width:30px!important}.w-min-25{min-width:25px!important}.w-min-20{min-width:20px!important}.w-min-15{min-width:15px!important}.w-min-14{min-width:14px!important}.w-min-13{min-width:13px!important}.w-min-12{min-width:12px!important}.w-min-11{min-width:11px!important}.w-min-10{min-width:10px!important}.w-min-9{min-width:9px!important}.w-min-8{min-width:8px!important}.w-min-7{min-width:7px!important}.w-min-6{min-width:6px!important}.w-min-5{min-width:5px!important}.w-min-4{min-width:4px!important}.w-min-3{min-width:3px!important}.w-min-2{min-width:2px!important}.w-min-1{min-width:1px!important}.wh-min-800{min-width:800px!important;min-height:800px!important}.wh-min-775{min-width:775px!important;min-height:775px!important}.wh-min-750{min-width:750px!important;min-height:750px!important}.wh-min-725{min-width:725px!important;min-height:725px!important}.wh-min-700{min-width:700px!important;min-height:700px!important}.wh-min-675{min-width:675px!important;min-height:675px!important}.wh-min-650{min-width:650px!important;min-height:650px!important}.wh-min-625{min-width:625px!important;min-height:625px!important}.wh-min-600{min-width:600px!important;min-height:600px!important}.wh-min-575{min-width:575px!important;min-height:575px!important}.wh-min-550{min-width:550px!important;min-height:550px!important}.wh-min-525{min-width:525px!important;min-height:525px!important}.wh-min-500{min-width:500px!important;min-height:500px!important}.wh-min-475{min-width:475px!important;min-height:475px!important}.wh-min-450{min-width:450px!important;min-height:450px!important}.wh-min-425{min-width:425px!important;min-height:425px!important}.wh-min-400{min-width:400px!important;min-height:400px!important}.wh-min-375{min-width:375px!important;min-height:375px!important}.wh-min-350{min-width:350px!important;min-height:350px!important}.wh-min-325{min-width:325px!important;min-height:325px!important}.wh-min-300{min-width:300px!important;min-height:300px!important}.wh-min-275{min-width:275px!important;min-height:275px!important}.wh-min-250{min-width:250px!important;min-height:250px!important}.wh-min-225{min-width:225px!important;min-height:225px!important}.wh-min-200{min-width:200px!important;min-height:200px!important}.wh-min-175{min-width:175px!important;min-height:175px!important}.wh-min-150{min-width:150px!important;min-height:150px!important}.wh-min-125{min-width:125px!important;min-height:125px!important}.wh-min-100{min-width:100px!important;min-height:100px!important}.wh-min-95{min-width:95px!important;min-height:95px!important}.wh-min-90{min-width:90px!important;min-height:90px!important}.wh-min-85{min-width:85px!important;min-height:85px!important}.wh-min-80{min-width:80px!important;min-height:80px!important}.wh-min-75{min-width:75px!important;min-height:75px!important}.wh-min-70{min-width:70px!important;min-height:70px!important}.wh-min-65{min-width:65px!important;min-height:65px!important}.wh-min-60{min-width:60px!important;min-height:60px!important}.wh-min-55{min-width:55px!important;min-height:55px!important}.wh-min-50{min-width:50px!important;min-height:50px!important}.wh-min-45{min-width:45px!important;min-height:45px!important}.wh-min-40{min-width:40px!important;min-height:40px!important}.wh-min-35{min-width:35px!important;min-height:35px!important}.wh-min-30{min-width:30px!important;min-height:30px!important}.wh-min-25{min-width:25px!important;min-height:25px!important}.wh-min-20{min-width:20px!important;min-height:20px!important}.wh-min-15{min-width:15px!important;min-height:15px!important}.wh-min-14{min-width:14px!important;min-height:14px!important}.wh-min-13{min-width:13px!important;min-height:13px!important}.wh-min-12{min-width:12px!important;min-height:12px!important}.wh-min-11{min-width:11px!important;min-height:11px!important}.wh-min-10{min-width:10px!important;min-height:10px!important}.wh-min-9{min-width:9px!important;min-height:9px!important}.wh-min-8{min-width:8px!important;min-height:8px!important}.wh-min-7{min-width:7px!important;min-height:7px!important}.wh-min-6{min-width:6px!important;min-height:6px!important}.wh-min-5{min-width:5px!important;min-height:5px!important}.wh-min-4{min-width:4px!important;min-height:4px!important}.wh-min-3{min-width:3px!important;min-height:3px!important}.wh-min-2{min-width:2px!important;min-height:2px!important}.wh-min-1{min-width:1px!important;min-height:1px!important}.w-min-500p{min-width:500%!important}.w-min-400p{min-width:400%!important}.w-min-300p{min-width:300%!important}.w-min-200p{min-width:200%!important}.w-min-100p{min-width:100%!important}.w-min-95p{min-width:95%!important}.w-min-90p{min-width:90%!important}.w-min-85p{min-width:85%!important}.w-min-80p{min-width:80%!important}.w-min-75p{min-width:75%!important}.w-min-70p{min-width:70%!important}.w-min-65p{min-width:65%!important}.w-min-60p{min-width:60%!important}.w-min-55p{min-width:55%!important}.w-min-50p{min-width:50%!important}.w-min-45p{min-width:45%!important}.w-min-40p{min-width:40%!important}.w-min-35p{min-width:35%!important}.w-min-30p{min-width:30%!important}.w-min-25p{min-width:25%!important}.w-min-20p{min-width:20%!important}.w-min-15p{min-width:15%!important}.w-min-10p{min-width:10%!important}.w-min-5p{min-width:5%!important}.w-min-0p{min-width:0%!important}.h-min-500p{min-height:500%!important}.h-min-400p{min-height:400%!important}.h-min-300p{min-height:300%!important}.h-min-200p{min-height:200%!important}.h-min-100p{min-height:100%!important}.h-min-95p{min-height:95%!important}.h-min-90p{min-height:90%!important}.h-min-85p{min-height:85%!important}.h-min-80p{min-height:80%!important}.h-min-75p{min-height:75%!important}.h-min-70p{min-height:70%!important}.h-min-65p{min-height:65%!important}.h-min-60p{min-height:60%!important}.h-min-55p{min-height:55%!important}.h-min-50p{min-height:50%!important}.h-min-45p{min-height:45%!important}.h-min-40p{min-height:40%!important}.h-min-35p{min-height:35%!important}.h-min-30p{min-height:30%!important}.h-min-25p{min-height:25%!important}.h-min-20p{min-height:20%!important}.h-min-15p{min-height:15%!important}.h-min-10p{min-height:10%!important}.h-min-5p{min-height:5%!important}.h-min-0p{min-height:0%!important}.sw-10{stroke-width:10px!important}.sw-9p75{stroke-width:9.75px!important}.sw-9p5{stroke-width:9.5px!important}.sw-9p25{stroke-width:9.25px!important}.sw-9{stroke-width:9px!important}.sw-8p75{stroke-width:8.75px!important}.sw-8p5{stroke-width:8.5px!important}.sw-8p25{stroke-width:8.25px!important}.sw-8{stroke-width:8px!important}.sw-7p75{stroke-width:7.75px!important}.sw-7p5{stroke-width:7.5px!important}.sw-7p25{stroke-width:7.25px!important}.sw-7{stroke-width:7px!important}.sw-6p75{stroke-width:6.75px!important}.sw-6p5{stroke-width:6.5px!important}.sw-6p25{stroke-width:6.25px!important}.sw-6{stroke-width:6px!important}.sw-5p75{stroke-width:5.75px!important}.sw-5p5{stroke-width:5.5px!important}.sw-5p55{stroke-width:5.55px!important}.sw-5{stroke-width:5px!important}.sw-4p75{stroke-width:4.75px!important}.sw-4p5{stroke-width:4.5px!important}.sw-4p45{stroke-width:4.45px!important}.sw-4{stroke-width:4px!important}.sw-3p75{stroke-width:3.75px!important}.sw-3p5{stroke-width:3.5px!important}.sw-3p35{stroke-width:3.35px!important}.sw-3{stroke-width:3px!important}.sw-2p75{stroke-width:2.75px!important}.sw-2p5{stroke-width:2.5px!important}.sw-2p25{stroke-width:2.25px!important}.sw-2{stroke-width:2px!important}.sw-1p75{stroke-width:1.75px!important}.sw-1p5{stroke-width:1.5px!important}.sw-1p25{stroke-width:1.25px!important}.sw-1{stroke-width:1px!important}.sw-p75{stroke-width:.75px!important}.sw-p5{stroke-width:.5px!important}.sw-p25{stroke-width:.25px!important}.sw-0{stroke-width:0px!important}.fs-6{font-size:6px!important}.fs-7{font-size:7px!important}.fs-8{font-size:8px!important}.fs-9{font-size:9px!important}.fs-10{font-size:10px!important}.fs-11{font-size:11px!important}.fs-12{font-size:12px!important}.fs-13{font-size:13px!important}.fs-14{font-size:14px!important}.fs-15{font-size:15px!important}.fs-16{font-size:16px!important}.fs-17{font-size:17px!important}.fs-18{font-size:18px!important}.fs-19{font-size:19px!important}.fs-20{font-size:20px!important}.fs-21{font-size:21px!important}.fs-22{font-size:22px!important}.fs-23{font-size:23px!important}.fs-24{font-size:24px!important}.fs-25{font-size:25px!important}.fs-26{font-size:26px!important}.fs-27{font-size:27px!important}.fs-28{font-size:28px!important}.fs-29{font-size:29px!important}.fs-30{font-size:30px!important}.fs-31{font-size:31px!important}.fs-32{font-size:32px!important}.fs-33{font-size:33px!important}.fs-34{font-size:34px!important}.fs-35{font-size:35px!important}.fs-36{font-size:36px!important}.fs-37{font-size:37px!important}.fs-38{font-size:38px!important}.fs-39{font-size:39px!important}.fs-40{font-size:40px!important}.fs-41{font-size:41px!important}.fs-42{font-size:42px!important}.fs-43{font-size:43px!important}.fs-44{font-size:44px!important}.fs-45{font-size:45px!important}.fs-46{font-size:46px!important}.fs-47{font-size:47px!important}.fs-48{font-size:48px!important}.fs-49{font-size:49px!important}.fs-50{font-size:50px!important}.fs-51{font-size:51px!important}.fs-52{font-size:52px!important}.fs-53{font-size:53px!important}.fs-54{font-size:54px!important}.fs-55{font-size:55px!important}.fs-56{font-size:56px!important}.fs-57{font-size:57px!important}.fs-58{font-size:58px!important}.fs-59{font-size:59px!important}.fs-60{font-size:60px!important}.fs-61{font-size:61px!important}.fs-62{font-size:62px!important}.fs-63{font-size:63px!important}.fs-64{font-size:64px!important}.fs-65{font-size:65px!important}.fs-66{font-size:66px!important}.fs-67{font-size:67px!important}.fs-68{font-size:68px!important}.fs-69{font-size:69px!important}.fs-70{font-size:70px!important}.fs-71{font-size:71px!important}.fs-72{font-size:72px!important}.fs-73{font-size:73px!important}.fs-74{font-size:74px!important}.fs-75{font-size:75px!important}.fs-76{font-size:76px!important}.fs-77{font-size:77px!important}.fs-78{font-size:78px!important}.fs-79{font-size:79px!important}.fs-80{font-size:80px!important}.fs-81{font-size:81px!important}.fs-82{font-size:82px!important}.fs-83{font-size:83px!important}.fs-84{font-size:84px!important}.fs-85{font-size:85px!important}.fs-86{font-size:86px!important}.fs-87{font-size:87px!important}.fs-88{font-size:88px!important}.fs-89{font-size:89px!important}.fs-90{font-size:90px!important}.fs-91{font-size:91px!important}.fs-92{font-size:92px!important}.fs-93{font-size:93px!important}.fs-94{font-size:94px!important}.fs-95{font-size:95px!important}.fs-96{font-size:96px!important}.fs-97{font-size:97px!important}.fs-98{font-size:98px!important}.fs-99{font-size:99px!important}.fs-100{font-size:100px!important}.fw-100{font-weight:100!important}.fw-200{font-weight:200!important}.fw-300{font-weight:300!important}.fw-400{font-weight:400!important}.fw-500{font-weight:500!important}.fw-600{font-weight:600!important}.fw-700{font-weight:700!important}.fw-800{font-weight:800!important}.fw-900{font-weight:900!important}.lh-0{line-height:0px!important}.lh-1{line-height:1px!important}.lh-2{line-height:2px!important}.lh-3{line-height:3px!important}.lh-4{line-height:4px!important}.lh-5{line-height:5px!important}.lh-6{line-height:6px!important}.lh-7{line-height:7px!important}.lh-8{line-height:8px!important}.lh-9{line-height:9px!important}.lh-10{line-height:10px!important}.lh-11{line-height:11px!important}.lh-12{line-height:12px!important}.lh-13{line-height:13px!important}.lh-14{line-height:14px!important}.lh-15{line-height:15px!important}.lh-16{line-height:16px!important}.lh-17{line-height:17px!important}.lh-18{line-height:18px!important}.lh-19{line-height:19px!important}.lh-20{line-height:20px!important}.lh-21{line-height:21px!important}.lh-22{line-height:22px!important}.lh-23{line-height:23px!important}.lh-24{line-height:24px!important}.lh-25{line-height:25px!important}.lh-26{line-height:26px!important}.lh-27{line-height:27px!important}.lh-28{line-height:28px!important}.lh-29{line-height:29px!important}.lh-30{line-height:30px!important}.lh-31{line-height:31px!important}.lh-32{line-height:32px!important}.lh-33{line-height:33px!important}.lh-34{line-height:34px!important}.lh-35{line-height:35px!important}.lh-36{line-height:36px!important}.lh-37{line-height:37px!important}.lh-38{line-height:38px!important}.lh-39{line-height:39px!important}.lh-40{line-height:40px!important}.o-100{opacity:1!important}.o-95{opacity:.95!important}.o-90{opacity:.9!important}.o-85{opacity:.85!important}.o-80{opacity:.8!important}.o-75{opacity:.75!important}.o-70{opacity:.7!important}.o-65{opacity:.65!important}.o-60{opacity:.6!important}.o-55{opacity:.55!important}.o-50{opacity:.5!important}.o-45{opacity:.45!important}.o-40{opacity:.4!important}.o-35{opacity:.35!important}.o-30{opacity:.3!important}.o-25{opacity:.25!important}.o-20{opacity:.2!important}.o-15{opacity:.15!important}.o-10{opacity:.1!important}.o-05{opacity:5!important}.o-0{opacity:0!important}.m-auto{margin:auto!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mr-auto{margin-right:auto!important}.ml-auto{margin-left:auto!important}.mt-auto{margin-top:auto!important}.mb-auto{margin-bottom:auto!important}.m-0{margin:0!important}.m-1{margin:1px!important}.m-2{margin:2px!important}.m-3{margin:3px!important}.m-4{margin:4px!important}.m-5{margin:5px!important}.m-6{margin:6px!important}.m-7{margin:7px!important}.m-8{margin:8px!important}.m-9{margin:9px!important}.m-10{margin:10px!important}.m-11{margin:11px!important}.m-12{margin:12px!important}.m-13{margin:13px!important}.m-14{margin:14px!important}.m-15{margin:15px!important}.m-16{margin:16px!important}.m-17{margin:17px!important}.m-18{margin:18px!important}.m-19{margin:19px!important}.m-20{margin:20px!important}.m-21{margin:21px!important}.m-22{margin:22px!important}.m-23{margin:23px!important}.m-24{margin:24px!important}.m-25{margin:25px!important}.m-30{margin:30px!important}.m-35{margin:35px!important}.m-40{margin:40px!important}.m-45{margin:45px!important}.m-50{margin:50px!important}.m-55{margin:55px!important}.m-60{margin:60px!important}.m-65{margin:65px!important}.m-70{margin:70px!important}.m-75{margin:75px!important}.m-80{margin:80px!important}.m-85{margin:85px!important}.m-90{margin:90px!important}.m-95{margin:95px!important}.m-100{margin:100px!important}.m-125{margin:125px!important}.m-150{margin:150px!important}.m-175{margin:175px!important}.m-200{margin:200px!important}.m-225{margin:225px!important}.m-250{margin:250px!important}.m-275{margin:275px!important}.m-300{margin:300px!important}.mr-0{margin-right:0!important}.mr-1{margin-right:1px!important}.mr-2{margin-right:2px!important}.mr-3{margin-right:3px!important}.mr-4{margin-right:4px!important}.mr-5{margin-right:5px!important}.mr-6{margin-right:6px!important}.mr-7{margin-right:7px!important}.mr-8{margin-right:8px!important}.mr-9{margin-right:9px!important}.mr-10{margin-right:10px!important}.mr-11{margin-right:11px!important}.mr-12{margin-right:12px!important}.mr-13{margin-right:13px!important}.mr-14{margin-right:14px!important}.mr-15{margin-right:15px!important}.mr-16{margin-right:16px!important}.mr-17{margin-right:17px!important}.mr-18{margin-right:18px!important}.mr-19{margin-right:19px!important}.mr-20{margin-right:20px!important}.mr-21{margin-right:21px!important}.mr-22{margin-right:22px!important}.mr-23{margin-right:23px!important}.mr-24{margin-right:24px!important}.mr-25{margin-right:25px!important}.mr-30{margin-right:30px!important}.mr-35{margin-right:35px!important}.mr-40{margin-right:40px!important}.mr-45{margin-right:45px!important}.mr-50{margin-right:50px!important}.mr-55{margin-right:55px!important}.mr-60{margin-right:60px!important}.mr-65{margin-right:65px!important}.mr-70{margin-right:70px!important}.mr-75{margin-right:75px!important}.mr-80{margin-right:80px!important}.mr-85{margin-right:85px!important}.mr-90{margin-right:90px!important}.mr-95{margin-right:95px!important}.mr-100{margin-right:100px!important}.mr-125{margin-right:125px!important}.mr-150{margin-right:150px!important}.mr-175{margin-right:175px!important}.mr-200{margin-right:200px!important}.mr-225{margin-right:225px!important}.mr-250{margin-right:250px!important}.mr-275{margin-right:275px!important}.mr-300{margin-right:300px!important}.ml-0{margin-left:0!important}.ml-1{margin-left:1px!important}.ml-2{margin-left:2px!important}.ml-3{margin-left:3px!important}.ml-4{margin-left:4px!important}.ml-5{margin-left:5px!important}.ml-6{margin-left:6px!important}.ml-7{margin-left:7px!important}.ml-8{margin-left:8px!important}.ml-9{margin-left:9px!important}.ml-10{margin-left:10px!important}.ml-11{margin-left:11px!important}.ml-12{margin-left:12px!important}.ml-13{margin-left:13px!important}.ml-14{margin-left:14px!important}.ml-15{margin-left:15px!important}.ml-16{margin-left:16px!important}.ml-17{margin-left:17px!important}.ml-18{margin-left:18px!important}.ml-19{margin-left:19px!important}.ml-20{margin-left:20px!important}.ml-21{margin-left:21px!important}.ml-22{margin-left:22px!important}.ml-23{margin-left:23px!important}.ml-24{margin-left:24px!important}.ml-25{margin-left:25px!important}.ml-30{margin-left:30px!important}.ml-31{margin-left:31px!important}.ml-32{margin-left:32px!important}.ml-33{margin-left:33px!important}.ml-34{margin-left:34px!important}.ml-35{margin-left:35px!important}.ml-40{margin-left:40px!important}.ml-45{margin-left:45px!important}.ml-50{margin-left:50px!important}.ml-55{margin-left:55px!important}.ml-60{margin-left:60px!important}.ml-65{margin-left:65px!important}.ml-70{margin-left:70px!important}.ml-75{margin-left:75px!important}.ml-80{margin-left:80px!important}.ml-85{margin-left:85px!important}.ml-90{margin-left:90px!important}.ml-95{margin-left:95px!important}.ml-100{margin-left:100px!important}.ml-125{margin-left:125px!important}.ml-150{margin-left:150px!important}.ml-175{margin-left:175px!important}.ml-200{margin-left:200px!important}.ml-225{margin-left:225px!important}.ml-250{margin-left:250px!important}.ml-275{margin-left:275px!important}.ml-300{margin-left:300px!important}.mt-0{margin-top:0!important}.mt-1{margin-top:1px!important}.mt-2{margin-top:2px!important}.mt-3{margin-top:3px!important}.mt-4{margin-top:4px!important}.mt-5{margin-top:5px!important}.mt-6{margin-top:6px!important}.mt-7{margin-top:7px!important}.mt-8{margin-top:8px!important}.mt-9{margin-top:9px!important}.mt-10{margin-top:10px!important}.mt-11{margin-top:11px!important}.mt-12{margin-top:12px!important}.mt-13{margin-top:13px!important}.mt-14{margin-top:14px!important}.mt-15{margin-top:15px!important}.mt-16{margin-top:16px!important}.mt-17{margin-top:17px!important}.mt-18{margin-top:18px!important}.mt-19{margin-top:19px!important}.mt-20{margin-top:20px!important}.mt-21{margin-top:21px!important}.mt-22{margin-top:22px!important}.mt-23{margin-top:23px!important}.mt-24{margin-top:24px!important}.mt-25{margin-top:25px!important}.mt-30{margin-top:30px!important}.mt-35{margin-top:35px!important}.mt-40{margin-top:40px!important}.mt-45{margin-top:45px!important}.mt-50{margin-top:50px!important}.mt-55{margin-top:55px!important}.mt-60{margin-top:60px!important}.mt-65{margin-top:65px!important}.mt-70{margin-top:70px!important}.mt-75{margin-top:75px!important}.mt-80{margin-top:80px!important}.mt-85{margin-top:85px!important}.mt-90{margin-top:90px!important}.mt-95{margin-top:95px!important}.mt-100{margin-top:100px!important}.mt-125{margin-top:125px!important}.mt-150{margin-top:150px!important}.mt-175{margin-top:175px!important}.mt-200{margin-top:200px!important}.mt-225{margin-top:225px!important}.mt-250{margin-top:250px!important}.mt-275{margin-top:275px!important}.mt-300{margin-top:300px!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:1px!important}.mb-2{margin-bottom:2px!important}.mb-3{margin-bottom:3px!important}.mb-4{margin-bottom:4px!important}.mb-5{margin-bottom:5px!important}.mb-6{margin-bottom:6px!important}.mb-7{margin-bottom:7px!important}.mb-8{margin-bottom:8px!important}.mb-9{margin-bottom:9px!important}.mb-10{margin-bottom:10px!important}.mb-11{margin-bottom:11px!important}.mb-12{margin-bottom:12px!important}.mb-13{margin-bottom:13px!important}.mb-14{margin-bottom:14px!important}.mb-15{margin-bottom:15px!important}.mb-16{margin-bottom:16px!important}.mb-17{margin-bottom:17px!important}.mb-18{margin-bottom:18px!important}.mb-19{margin-bottom:19px!important}.mb-20{margin-bottom:20px!important}.mb-21{margin-bottom:21px!important}.mb-22{margin-bottom:22px!important}.mb-23{margin-bottom:23px!important}.mb-24{margin-bottom:24px!important}.mb-25{margin-bottom:25px!important}.mb-30{margin-bottom:30px!important}.mb-35{margin-bottom:35px!important}.mb-40{margin-bottom:40px!important}.mb-45{margin-bottom:45px!important}.mb-50{margin-bottom:50px!important}.mb-55{margin-bottom:55px!important}.mb-60{margin-bottom:60px!important}.mb-65{margin-bottom:65px!important}.mb-70{margin-bottom:70px!important}.mb-75{margin-bottom:75px!important}.mb-80{margin-bottom:80px!important}.mb-85{margin-bottom:85px!important}.mb-90{margin-bottom:90px!important}.mb-95{margin-bottom:95px!important}.mb-100{margin-bottom:100px!important}.mb-125{margin-bottom:125px!important}.mb-150{margin-bottom:150px!important}.mb-175{margin-bottom:175px!important}.mb-200{margin-bottom:200px!important}.mb-225{margin-bottom:225px!important}.mb-250{margin-bottom:250px!important}.mb-275{margin-bottom:275px!important}.mb-300{margin-bottom:300px!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:1px!important;margin-top:1px!important}.my-2{margin-bottom:2px!important;margin-top:2px!important}.my-3{margin-bottom:3px!important;margin-top:3px!important}.my-4{margin-bottom:4px!important;margin-top:4px!important}.my-5{margin-bottom:5px!important;margin-top:5px!important}.my-6{margin-bottom:6px!important;margin-top:6px!important}.my-7{margin-bottom:7px!important;margin-top:7px!important}.my-8{margin-bottom:8px!important;margin-top:8px!important}.my-9{margin-bottom:9px!important;margin-top:9px!important}.my-10{margin-bottom:10px!important;margin-top:10px!important}.my-11{margin-bottom:11px!important;margin-top:11px!important}.my-12{margin-bottom:12px!important;margin-top:12px!important}.my-13{margin-bottom:13px!important;margin-top:13px!important}.my-14{margin-bottom:14px!important;margin-top:14px!important}.my-15{margin-bottom:15px!important;margin-top:15px!important}.my-16{margin-bottom:16px!important;margin-top:16px!important}.my-17{margin-bottom:17px!important;margin-top:17px!important}.my-18{margin-bottom:18px!important;margin-top:18px!important}.my-19{margin-bottom:19px!important;margin-top:19px!important}.my-20{margin-bottom:20px!important;margin-top:20px!important}.my-21{margin-bottom:21px!important;margin-top:21px!important}.my-22{margin-bottom:22px!important;margin-top:22px!important}.my-23{margin-bottom:23px!important;margin-top:23px!important}.my-24{margin-bottom:24px!important;margin-top:24px!important}.my-25{margin-bottom:25px!important;margin-top:25px!important}.my-30{margin-bottom:30px!important;margin-top:30px!important}.my-35{margin-bottom:35px!important;margin-top:35px!important}.my-40{margin-bottom:40px!important;margin-top:40px!important}.my-45{margin-bottom:45px!important;margin-top:45px!important}.my-50{margin-bottom:50px!important;margin-top:50px!important}.my-55{margin-bottom:55px!important;margin-top:55px!important}.my-60{margin-bottom:60px!important;margin-top:60px!important}.my-65{margin-bottom:65px!important;margin-top:65px!important}.my-70{margin-bottom:70px!important;margin-top:70px!important}.my-75{margin-bottom:75px!important;margin-top:75px!important}.my-80{margin-bottom:80px!important;margin-top:80px!important}.my-85{margin-bottom:85px!important;margin-top:85px!important}.my-90{margin-bottom:90px!important;margin-top:90px!important}.my-95{margin-bottom:95px!important;margin-top:95px!important}.my-100{margin-bottom:100px!important;margin-top:100px!important}.my-125{margin-bottom:125px!important;margin-top:125px!important}.my-150{margin-bottom:150px!important;margin-top:150px!important}.my-175{margin-bottom:175px!important;margin-top:175px!important}.my-200{margin-bottom:200px!important;margin-top:200px!important}.my-300{margin-bottom:300px!important;margin-top:300px!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:1px!important;margin-left:1px!important}.mx-2{margin-right:2px!important;margin-left:2px!important}.mx-3{margin-right:3px!important;margin-left:3px!important}.mx-4{margin-right:4px!important;margin-left:4px!important}.mx-5{margin-right:5px!important;margin-left:5px!important}.mx-6{margin-right:6px!important;margin-left:6px!important}.mx-7{margin-right:7px!important;margin-left:7px!important}.mx-8{margin-right:8px!important;margin-left:8px!important}.mx-9{margin-right:9px!important;margin-left:9px!important}.mx-10{margin-right:10px!important;margin-left:10px!important}.mx-11{margin-right:11px!important;margin-left:11px!important}.mx-12{margin-right:12px!important;margin-left:12px!important}.mx-13{margin-right:13px!important;margin-left:13px!important}.mx-14{margin-right:14px!important;margin-left:14px!important}.mx-15{margin-right:15px!important;margin-left:15px!important}.mx-16{margin-right:16px!important;margin-left:16px!important}.mx-17{margin-right:17px!important;margin-left:17px!important}.mx-18{margin-right:18px!important;margin-left:18px!important}.mx-19{margin-right:19px!important;margin-left:19px!important}.mx-20{margin-right:20px!important;margin-left:20px!important}.mx-21{margin-right:21px!important;margin-left:21px!important}.mx-22{margin-right:22px!important;margin-left:22px!important}.mx-23{margin-right:23px!important;margin-left:23px!important}.mx-24{margin-right:24px!important;margin-left:24px!important}.mx-25{margin-right:25px!important;margin-left:25px!important}.mx-30{margin-right:30px!important;margin-left:30px!important}.mx-35{margin-right:35px!important;margin-left:35px!important}.mx-40{margin-right:40px!important;margin-left:40px!important}.mx-45{margin-right:45px!important;margin-left:45px!important}.mx-50{margin-right:50px!important;margin-left:50px!important}.mx-55{margin-right:55px!important;margin-left:55px!important}.mx-60{margin-right:60px!important;margin-left:60px!important}.mx-65{margin-right:65px!important;margin-left:65px!important}.mx-70{margin-right:70px!important;margin-left:70px!important}.mx-75{margin-right:75px!important;margin-left:75px!important}.mx-80{margin-right:80px!important;margin-left:80px!important}.mx-85{margin-right:85px!important;margin-left:85px!important}.mx-90{margin-right:90px!important;margin-left:90px!important}.mx-95{margin-right:95px!important;margin-left:95px!important}.mx-100{margin-right:100px!important;margin-left:100px!important}.mx-125{margin-right:125px!important;margin-left:125px!important}.mx-150{margin-right:150px!important;margin-left:150px!important}.mx-175{margin-right:175px!important;margin-left:175px!important}.mx-200{margin-right:200px!important;margin-left:200px!important}.mx-300{margin-right:300px!important;margin-left:300px!important}.-m-0{margin:0!important}.-m-1{margin:-1px!important}.-m-2{margin:-2px!important}.-m-3{margin:-3px!important}.-m-4{margin:-4px!important}.-m-5{margin:-5px!important}.-m-6{margin:-6px!important}.-m-7{margin:-7px!important}.-m-8{margin:-8px!important}.-m-9{margin:-9px!important}.-m-10{margin:-10px!important}.-m-11{margin:-11px!important}.-m-12{margin:-12px!important}.-m-13{margin:-13px!important}.-m-14{margin:-14px!important}.-m-15{margin:-15px!important}.-m-16{margin:-16px!important}.-m-17{margin:-17px!important}.-m-18{margin:-18px!important}.-m-19{margin:-19px!important}.-m-20{margin:-20px!important}.-m-21{margin:-21px!important}.-m-22{margin:-22px!important}.-m-23{margin:-23px!important}.-m-24{margin:-24px!important}.-m-25{margin:-25px!important}.-m-30{margin:-30px!important}.-m-35{margin:-35px!important}.-m-40{margin:-40px!important}.-m-45{margin:-45px!important}.-m-50{margin:-50px!important}.-m-55{margin:-55px!important}.-m-60{margin:-60px!important}.-m-65{margin:-65px!important}.-m-70{margin:-70px!important}.-m-75{margin:-75px!important}.-m-80{margin:-80px!important}.-m-85{margin:-85px!important}.-m-90{margin:-90px!important}.-m-95{margin:-95px!important}.-m-100{margin:-100px!important}.-m-125{margin:-125px!important}.-m-150{margin:-150px!important}.-m-175{margin:-175px!important}.-m-200{margin:-200px!important}.-m-225{margin:-225px!important}.-m-250{margin:-250px!important}.-m-275{margin:-275px!important}.-m-300{margin:-300px!important}.-mr-0{margin-right:0!important}.-mr-1{margin-right:-1px!important}.-mr-2{margin-right:-2px!important}.-mr-3{margin-right:-3px!important}.-mr-4{margin-right:-4px!important}.-mr-5{margin-right:-5px!important}.-mr-6{margin-right:-6px!important}.-mr-7{margin-right:-7px!important}.-mr-8{margin-right:-8px!important}.-mr-9{margin-right:-9px!important}.-mr-10{margin-right:-10px!important}.-mr-11{margin-right:-11px!important}.-mr-12{margin-right:-12px!important}.-mr-13{margin-right:-13px!important}.-mr-14{margin-right:-14px!important}.-mr-15{margin-right:-15px!important}.-mr-16{margin-right:-16px!important}.-mr-17{margin-right:-17px!important}.-mr-18{margin-right:-18px!important}.-mr-19{margin-right:-19px!important}.-mr-20{margin-right:-20px!important}.-mr-21{margin-right:-21px!important}.-mr-22{margin-right:-22px!important}.-mr-23{margin-right:-23px!important}.-mr-24{margin-right:-24px!important}.-mr-25{margin-right:-25px!important}.-mr-30{margin-right:-30px!important}.-mr-35{margin-right:-35px!important}.-mr-40{margin-right:-40px!important}.-mr-45{margin-right:-45px!important}.-mr-50{margin-right:-50px!important}.-mr-55{margin-right:-55px!important}.-mr-60{margin-right:-60px!important}.-mr-65{margin-right:-65px!important}.-mr-70{margin-right:-70px!important}.-mr-75{margin-right:-75px!important}.-mr-80{margin-right:-80px!important}.-mr-85{margin-right:-85px!important}.-mr-90{margin-right:-90px!important}.-mr-95{margin-right:-95px!important}.-mr-100{margin-right:-100px!important}.-mr-125{margin-right:-125px!important}.-mr-150{margin-right:-150px!important}.-mr-175{margin-right:-175px!important}.-mr-200{margin-right:-200px!important}.-mr-225{margin-right:-225px!important}.-mr-250{margin-right:-250px!important}.-mr-275{margin-right:-275px!important}.-mr-300{margin-right:-300px!important}.-ml-0{margin-left:0!important}.-ml-1{margin-left:-1px!important}.-ml-2{margin-left:-2px!important}.-ml-3{margin-left:-3px!important}.-ml-4{margin-left:-4px!important}.-ml-5{margin-left:-5px!important}.-ml-6{margin-left:-6px!important}.-ml-7{margin-left:-7px!important}.-ml-8{margin-left:-8px!important}.-ml-9{margin-left:-9px!important}.-ml-10{margin-left:-10px!important}.-ml-11{margin-left:-11px!important}.-ml-12{margin-left:-12px!important}.-ml-13{margin-left:-13px!important}.-ml-14{margin-left:-14px!important}.-ml-15{margin-left:-15px!important}.-ml-16{margin-left:-16px!important}.-ml-17{margin-left:-17px!important}.-ml-18{margin-left:-18px!important}.-ml-19{margin-left:-19px!important}.-ml-20{margin-left:-20px!important}.-ml-21{margin-left:-21px!important}.-ml-22{margin-left:-22px!important}.-ml-23{margin-left:-23px!important}.-ml-24{margin-left:-24px!important}.-ml-25{margin-left:-25px!important}.-ml-30{margin-left:-30px!important}.-ml-31{margin-left:-31px!important}.-ml-32{margin-left:-32px!important}.-ml-33{margin-left:-33px!important}.-ml-34{margin-left:-34px!important}.-ml-35{margin-left:-35px!important}.-ml-40{margin-left:-40px!important}.-ml-45{margin-left:-45px!important}.-ml-50{margin-left:-50px!important}.-ml-55{margin-left:-55px!important}.-ml-60{margin-left:-60px!important}.-ml-65{margin-left:-65px!important}.-ml-70{margin-left:-70px!important}.-ml-75{margin-left:-75px!important}.-ml-80{margin-left:-80px!important}.-ml-85{margin-left:-85px!important}.-ml-90{margin-left:-90px!important}.-ml-95{margin-left:-95px!important}.-ml-100{margin-left:-100px!important}.-ml-125{margin-left:-125px!important}.-ml-150{margin-left:-150px!important}.-ml-175{margin-left:-175px!important}.-ml-200{margin-left:-200px!important}.-ml-225{margin-left:-225px!important}.-ml-250{margin-left:-250px!important}.-ml-275{margin-left:-275px!important}.-ml-300{margin-left:-300px!important}.-mt-0{margin-top:0!important}.-mt-1{margin-top:-1px!important}.-mt-2{margin-top:-2px!important}.-mt-3{margin-top:-3px!important}.-mt-4{margin-top:-4px!important}.-mt-5{margin-top:-5px!important}.-mt-6{margin-top:-6px!important}.-mt-7{margin-top:-7px!important}.-mt-8{margin-top:-8px!important}.-mt-9{margin-top:-9px!important}.-mt-10{margin-top:-10px!important}.-mt-11{margin-top:-11px!important}.-mt-12{margin-top:-12px!important}.-mt-13{margin-top:-13px!important}.-mt-14{margin-top:-14px!important}.-mt-15{margin-top:-15px!important}.-mt-16{margin-top:-16px!important}.-mt-17{margin-top:-17px!important}.-mt-18{margin-top:-18px!important}.-mt-19{margin-top:-19px!important}.-mt-20{margin-top:-20px!important}.-mt-21{margin-top:-21px!important}.-mt-22{margin-top:-22px!important}.-mt-23{margin-top:-23px!important}.-mt-24{margin-top:-24px!important}.-mt-25{margin-top:-25px!important}.-mt-30{margin-top:-30px!important}.-mt-35{margin-top:-35px!important}.-mt-40{margin-top:-40px!important}.-mt-45{margin-top:-45px!important}.-mt-50{margin-top:-50px!important}.-mt-55{margin-top:-55px!important}.-mt-60{margin-top:-60px!important}.-mt-65{margin-top:-65px!important}.-mt-70{margin-top:-70px!important}.-mt-75{margin-top:-75px!important}.-mt-80{margin-top:-80px!important}.-mt-85{margin-top:-85px!important}.-mt-90{margin-top:-90px!important}.-mt-95{margin-top:-95px!important}.-mt-100{margin-top:-100px!important}.-mt-125{margin-top:-125px!important}.-mt-150{margin-top:-150px!important}.-mt-175{margin-top:-175px!important}.-mt-200{margin-top:-200px!important}.-mt-225{margin-top:-225px!important}.-mt-250{margin-top:-250px!important}.-mt-275{margin-top:-275px!important}.-mt-300{margin-top:-300px!important}.-mb-0{margin-bottom:0!important}.-mb-1{margin-bottom:-1px!important}.-mb-2{margin-bottom:-2px!important}.-mb-3{margin-bottom:-3px!important}.-mb-4{margin-bottom:-4px!important}.-mb-5{margin-bottom:-5px!important}.-mb-6{margin-bottom:-6px!important}.-mb-7{margin-bottom:-7px!important}.-mb-8{margin-bottom:-8px!important}.-mb-9{margin-bottom:-9px!important}.-mb-10{margin-bottom:-10px!important}.-mb-11{margin-bottom:-11px!important}.-mb-12{margin-bottom:-12px!important}.-mb-13{margin-bottom:-13px!important}.-mb-14{margin-bottom:-14px!important}.-mb-15{margin-bottom:-15px!important}.-mb-16{margin-bottom:-16px!important}.-mb-17{margin-bottom:-17px!important}.-mb-18{margin-bottom:-18px!important}.-mb-19{margin-bottom:-19px!important}.-mb-20{margin-bottom:-20px!important}.-mb-21{margin-bottom:-21px!important}.-mb-22{margin-bottom:-22px!important}.-mb-23{margin-bottom:-23px!important}.-mb-24{margin-bottom:-24px!important}.-mb-25{margin-bottom:-25px!important}.-mb-30{margin-bottom:-30px!important}.-mb-35{margin-bottom:-35px!important}.-mb-40{margin-bottom:-40px!important}.-mb-45{margin-bottom:-45px!important}.-mb-50{margin-bottom:-50px!important}.-mb-55{margin-bottom:-55px!important}.-mb-60{margin-bottom:-60px!important}.-mb-65{margin-bottom:-65px!important}.-mb-70{margin-bottom:-70px!important}.-mb-75{margin-bottom:-75px!important}.-mb-80{margin-bottom:-80px!important}.-mb-85{margin-bottom:-85px!important}.-mb-90{margin-bottom:-90px!important}.-mb-95{margin-bottom:-95px!important}.-mb-100{margin-bottom:-100px!important}.-mb-125{margin-bottom:-125px!important}.-mb-150{margin-bottom:-150px!important}.-mb-175{margin-bottom:-175px!important}.-mb-200{margin-bottom:-200px!important}.-mb-225{margin-bottom:-225px!important}.-mb-250{margin-bottom:-250px!important}.-mb-275{margin-bottom:-275px!important}.-mb-300{margin-bottom:-300px!important}.p-auto{padding:auto!important}.px-auto{padding-right:auto!important;padding-left:auto!important}.py-auto{padding-top:auto!important;padding-bottom:auto!important}.pr-auto{padding-right:auto!important}.pl-auto{padding-left:auto!important}.pt-auto{padding-top:auto!important}.pb-auto{padding-bottom:auto!important}.p-0{padding:0!important}.p-1{padding:1px!important}.p-2{padding:2px!important}.p-3{padding:3px!important}.p-4{padding:4px!important}.p-5{padding:5px!important}.p-6{padding:6px!important}.p-7{padding:7px!important}.p-8{padding:8px!important}.p-9{padding:9px!important}.p-10{padding:10px!important}.p-11{padding:11px!important}.p-12{padding:12px!important}.p-13{padding:13px!important}.p-14{padding:14px!important}.p-15{padding:15px!important}.p-16{padding:16px!important}.p-17{padding:17px!important}.p-18{padding:18px!important}.p-19{padding:19px!important}.p-20{padding:20px!important}.p-21{padding:21px!important}.p-22{padding:22px!important}.p-23{padding:23px!important}.p-24{padding:24px!important}.p-25{padding:25px!important}.p-30{padding:30px!important}.p-35{padding:35px!important}.p-40{padding:40px!important}.p-45{padding:45px!important}.p-50{padding:50px!important}.p-55{padding:55px!important}.p-60{padding:60px!important}.p-65{padding:65px!important}.p-70{padding:70px!important}.p-75{padding:75px!important}.p-80{padding:80px!important}.p-85{padding:85px!important}.p-90{padding:90px!important}.p-95{padding:95px!important}.p-100{padding:100px!important}.p-125{padding:125px!important}.p-150{padding:150px!important}.p-175{padding:175px!important}.p-200{padding:200px!important}.p-225{padding:225px!important}.p-250{padding:250px!important}.p-275{padding:275px!important}.p-300{padding:300px!important}.pr-0{padding-right:0!important}.pr-1{padding-right:1px!important}.pr-2{padding-right:2px!important}.pr-3{padding-right:3px!important}.pr-4{padding-right:4px!important}.pr-5{padding-right:5px!important}.pr-6{padding-right:6px!important}.pr-7{padding-right:7px!important}.pr-8{padding-right:8px!important}.pr-9{padding-right:9px!important}.pr-10{padding-right:10px!important}.pr-11{padding-right:11px!important}.pr-12{padding-right:12px!important}.pr-13{padding-right:13px!important}.pr-14{padding-right:14px!important}.pr-15{padding-right:15px!important}.pr-16{padding-right:16px!important}.pr-17{padding-right:17px!important}.pr-18{padding-right:18px!important}.pr-19{padding-right:19px!important}.pr-20{padding-right:20px!important}.pr-21{padding-right:21px!important}.pr-22{padding-right:22px!important}.pr-23{padding-right:23px!important}.pr-24{padding-right:24px!important}.pr-25{padding-right:25px!important}.pr-30{padding-right:30px!important}.pr-35{padding-right:35px!important}.pr-40{padding-right:40px!important}.pr-45{padding-right:45px!important}.pr-50{padding-right:50px!important}.pr-55{padding-right:55px!important}.pr-60{padding-right:60px!important}.pr-65{padding-right:65px!important}.pr-70{padding-right:70px!important}.pr-75{padding-right:75px!important}.pr-80{padding-right:80px!important}.pr-85{padding-right:85px!important}.pr-90{padding-right:90px!important}.pr-95{padding-right:95px!important}.pr-100{padding-right:100px!important}.pr-125{padding-right:125px!important}.pr-150{padding-right:150px!important}.pr-175{padding-right:175px!important}.pr-200{padding-right:200px!important}.pr-225{padding-right:225px!important}.pr-250{padding-right:250px!important}.pr-275{padding-right:275px!important}.pr-300{padding-right:300px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:1px!important}.pl-2{padding-left:2px!important}.pl-3{padding-left:3px!important}.pl-4{padding-left:4px!important}.pl-5{padding-left:5px!important}.pl-6{padding-left:6px!important}.pl-7{padding-left:7px!important}.pl-8{padding-left:8px!important}.pl-9{padding-left:9px!important}.pl-10{padding-left:10px!important}.pl-11{padding-left:11px!important}.pl-12{padding-left:12px!important}.pl-13{padding-left:13px!important}.pl-14{padding-left:14px!important}.pl-15{padding-left:15px!important}.pl-16{padding-left:16px!important}.pl-17{padding-left:17px!important}.pl-18{padding-left:18px!important}.pl-19{padding-left:19px!important}.pl-20{padding-left:20px!important}.pl-21{padding-left:21px!important}.pl-22{padding-left:22px!important}.pl-23{padding-left:23px!important}.pl-24{padding-left:24px!important}.pl-25{padding-left:25px!important}.pl-30{padding-left:30px!important}.pl-31{padding-left:31px!important}.pl-32{padding-left:32px!important}.pl-33{padding-left:33px!important}.pl-34{padding-left:34px!important}.pl-35{padding-left:35px!important}.pl-40{padding-left:40px!important}.pl-45{padding-left:45px!important}.pl-50{padding-left:50px!important}.pl-55{padding-left:55px!important}.pl-60{padding-left:60px!important}.pl-65{padding-left:65px!important}.pl-70{padding-left:70px!important}.pl-75{padding-left:75px!important}.pl-80{padding-left:80px!important}.pl-85{padding-left:85px!important}.pl-90{padding-left:90px!important}.pl-95{padding-left:95px!important}.pl-100{padding-left:100px!important}.pl-125{padding-left:125px!important}.pl-150{padding-left:150px!important}.pl-175{padding-left:175px!important}.pl-200{padding-left:200px!important}.pl-225{padding-left:225px!important}.pl-250{padding-left:250px!important}.pl-275{padding-left:275px!important}.pl-300{padding-left:300px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:1px!important}.pt-2{padding-top:2px!important}.pt-3{padding-top:3px!important}.pt-4{padding-top:4px!important}.pt-5{padding-top:5px!important}.pt-6{padding-top:6px!important}.pt-7{padding-top:7px!important}.pt-8{padding-top:8px!important}.pt-9{padding-top:9px!important}.pt-10{padding-top:10px!important}.pt-11{padding-top:11px!important}.pt-12{padding-top:12px!important}.pt-13{padding-top:13px!important}.pt-14{padding-top:14px!important}.pt-15{padding-top:15px!important}.pt-16{padding-top:16px!important}.pt-17{padding-top:17px!important}.pt-18{padding-top:18px!important}.pt-19{padding-top:19px!important}.pt-20{padding-top:20px!important}.pt-21{padding-top:21px!important}.pt-22{padding-top:22px!important}.pt-23{padding-top:23px!important}.pt-24{padding-top:24px!important}.pt-25{padding-top:25px!important}.pt-30{padding-top:30px!important}.pt-35{padding-top:35px!important}.pt-40{padding-top:40px!important}.pt-45{padding-top:45px!important}.pt-50{padding-top:50px!important}.pt-55{padding-top:55px!important}.pt-60{padding-top:60px!important}.pt-65{padding-top:65px!important}.pt-70{padding-top:70px!important}.pt-75{padding-top:75px!important}.pt-80{padding-top:80px!important}.pt-85{padding-top:85px!important}.pt-90{padding-top:90px!important}.pt-95{padding-top:95px!important}.pt-100{padding-top:100px!important}.pt-125{padding-top:125px!important}.pt-150{padding-top:150px!important}.pt-175{padding-top:175px!important}.pt-200{padding-top:200px!important}.pt-225{padding-top:225px!important}.pt-250{padding-top:250px!important}.pt-275{padding-top:275px!important}.pt-300{padding-top:300px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:1px!important}.pb-2{padding-bottom:2px!important}.pb-3{padding-bottom:3px!important}.pb-4{padding-bottom:4px!important}.pb-5{padding-bottom:5px!important}.pb-6{padding-bottom:6px!important}.pb-7{padding-bottom:7px!important}.pb-8{padding-bottom:8px!important}.pb-9{padding-bottom:9px!important}.pb-10{padding-bottom:10px!important}.pb-11{padding-bottom:11px!important}.pb-12{padding-bottom:12px!important}.pb-13{padding-bottom:13px!important}.pb-14{padding-bottom:14px!important}.pb-15{padding-bottom:15px!important}.pb-16{padding-bottom:16px!important}.pb-17{padding-bottom:17px!important}.pb-18{padding-bottom:18px!important}.pb-19{padding-bottom:19px!important}.pb-20{padding-bottom:20px!important}.pb-21{padding-bottom:21px!important}.pb-22{padding-bottom:22px!important}.pb-23{padding-bottom:23px!important}.pb-24{padding-bottom:24px!important}.pb-25{padding-bottom:25px!important}.pb-30{padding-bottom:30px!important}.pb-35{padding-bottom:35px!important}.pb-40{padding-bottom:40px!important}.pb-45{padding-bottom:45px!important}.pb-50{padding-bottom:50px!important}.pb-55{padding-bottom:55px!important}.pb-60{padding-bottom:60px!important}.pb-65{padding-bottom:65px!important}.pb-70{padding-bottom:70px!important}.pb-75{padding-bottom:75px!important}.pb-80{padding-bottom:80px!important}.pb-85{padding-bottom:85px!important}.pb-90{padding-bottom:90px!important}.pb-95{padding-bottom:95px!important}.pb-100{padding-bottom:100px!important}.pb-125{padding-bottom:125px!important}.pb-150{padding-bottom:150px!important}.pb-175{padding-bottom:175px!important}.pb-200{padding-bottom:200px!important}.pb-225{padding-bottom:225px!important}.pb-250{padding-bottom:250px!important}.pb-275{padding-bottom:275px!important}.pb-300{padding-bottom:300px!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:1px!important;padding-top:1px!important}.py-2{padding-bottom:2px!important;padding-top:2px!important}.py-3{padding-bottom:3px!important;padding-top:3px!important}.py-4{padding-bottom:4px!important;padding-top:4px!important}.py-5{padding-bottom:5px!important;padding-top:5px!important}.py-6{padding-bottom:6px!important;padding-top:6px!important}.py-7{padding-bottom:7px!important;padding-top:7px!important}.py-8{padding-bottom:8px!important;padding-top:8px!important}.py-9{padding-bottom:9px!important;padding-top:9px!important}.py-10{padding-bottom:10px!important;padding-top:10px!important}.py-11{padding-bottom:11px!important;padding-top:11px!important}.py-12{padding-bottom:12px!important;padding-top:12px!important}.py-13{padding-bottom:13px!important;padding-top:13px!important}.py-14{padding-bottom:14px!important;padding-top:14px!important}.py-15{padding-bottom:15px!important;padding-top:15px!important}.py-16{padding-bottom:16px!important;padding-top:16px!important}.py-17{padding-bottom:17px!important;padding-top:17px!important}.py-18{padding-bottom:18px!important;padding-top:18px!important}.py-19{padding-bottom:19px!important;padding-top:19px!important}.py-20{padding-bottom:20px!important;padding-top:20px!important}.py-21{padding-bottom:21px!important;padding-top:21px!important}.py-22{padding-bottom:22px!important;padding-top:22px!important}.py-23{padding-bottom:23px!important;padding-top:23px!important}.py-24{padding-bottom:24px!important;padding-top:24px!important}.py-25{padding-bottom:25px!important;padding-top:25px!important}.py-30{padding-bottom:30px!important;padding-top:30px!important}.py-35{padding-bottom:35px!important;padding-top:35px!important}.py-40{padding-bottom:40px!important;padding-top:40px!important}.py-45{padding-bottom:45px!important;padding-top:45px!important}.py-50{padding-bottom:50px!important;padding-top:50px!important}.py-55{padding-bottom:55px!important;padding-top:55px!important}.py-60{padding-bottom:60px!important;padding-top:60px!important}.py-65{padding-bottom:65px!important;padding-top:65px!important}.py-70{padding-bottom:70px!important;padding-top:70px!important}.py-75{padding-bottom:75px!important;padding-top:75px!important}.py-80{padding-bottom:80px!important;padding-top:80px!important}.py-85{padding-bottom:85px!important;padding-top:85px!important}.py-90{padding-bottom:90px!important;padding-top:90px!important}.py-95{padding-bottom:95px!important;padding-top:95px!important}.py-100{padding-bottom:100px!important;padding-top:100px!important}.py-125{padding-bottom:125px!important;padding-top:125px!important}.py-150{padding-bottom:150px!important;padding-top:150px!important}.py-175{padding-bottom:175px!important;padding-top:175px!important}.py-200{padding-bottom:200px!important;padding-top:200px!important}.py-300{padding-bottom:300px!important;padding-top:300px!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:1px!important;padding-left:1px!important}.px-2{padding-right:2px!important;padding-left:2px!important}.px-3{padding-right:3px!important;padding-left:3px!important}.px-4{padding-right:4px!important;padding-left:4px!important}.px-5{padding-right:5px!important;padding-left:5px!important}.px-6{padding-right:6px!important;padding-left:6px!important}.px-7{padding-right:7px!important;padding-left:7px!important}.px-8{padding-right:8px!important;padding-left:8px!important}.px-9{padding-right:9px!important;padding-left:9px!important}.px-10{padding-right:10px!important;padding-left:10px!important}.px-11{padding-right:11px!important;padding-left:11px!important}.px-12{padding-right:12px!important;padding-left:12px!important}.px-13{padding-right:13px!important;padding-left:13px!important}.px-14{padding-right:14px!important;padding-left:14px!important}.px-15{padding-right:15px!important;padding-left:15px!important}.px-16{padding-right:16px!important;padding-left:16px!important}.px-17{padding-right:17px!important;padding-left:17px!important}.px-18{padding-right:18px!important;padding-left:18px!important}.px-19{padding-right:19px!important;padding-left:19px!important}.px-20{padding-right:20px!important;padding-left:20px!important}.px-21{padding-right:21px!important;padding-left:21px!important}.px-22{padding-right:22px!important;padding-left:22px!important}.px-23{padding-right:23px!important;padding-left:23px!important}.px-24{padding-right:24px!important;padding-left:24px!important}.px-25{padding-right:25px!important;padding-left:25px!important}.px-30{padding-right:30px!important;padding-left:30px!important}.px-35{padding-right:35px!important;padding-left:35px!important}.px-40{padding-right:40px!important;padding-left:40px!important}.px-45{padding-right:45px!important;padding-left:45px!important}.px-50{padding-right:50px!important;padding-left:50px!important}.px-55{padding-right:55px!important;padding-left:55px!important}.px-60{padding-right:60px!important;padding-left:60px!important}.px-65{padding-right:65px!important;padding-left:65px!important}.px-70{padding-right:70px!important;padding-left:70px!important}.px-75{padding-right:75px!important;padding-left:75px!important}.px-80{padding-right:80px!important;padding-left:80px!important}.px-85{padding-right:85px!important;padding-left:85px!important}.px-90{padding-right:90px!important;padding-left:90px!important}.px-95{padding-right:95px!important;padding-left:95px!important}.px-100{padding-right:100px!important;padding-left:100px!important}.px-125{padding-right:125px!important;padding-left:125px!important}.px-150{padding-right:150px!important;padding-left:150px!important}.px-175{padding-right:175px!important;padding-left:175px!important}.px-200{padding-right:200px!important;padding-left:200px!important}.px-300{padding-right:300px!important;padding-left:300px!important}.-p-0{padding:0!important}.-p-1{padding:-1px!important}.-p-2{padding:-2px!important}.-p-3{padding:-3px!important}.-p-4{padding:-4px!important}.-p-5{padding:-5px!important}.-p-6{padding:-6px!important}.-p-7{padding:-7px!important}.-p-8{padding:-8px!important}.-p-9{padding:-9px!important}.-p-10{padding:-10px!important}.-p-11{padding:-11px!important}.-p-12{padding:-12px!important}.-p-13{padding:-13px!important}.-p-14{padding:-14px!important}.-p-15{padding:-15px!important}.-p-16{padding:-16px!important}.-p-17{padding:-17px!important}.-p-18{padding:-18px!important}.-p-19{padding:-19px!important}.-p-20{padding:-20px!important}.-p-21{padding:-21px!important}.-p-22{padding:-22px!important}.-p-23{padding:-23px!important}.-p-24{padding:-24px!important}.-p-25{padding:-25px!important}.-p-30{padding:-30px!important}.-p-35{padding:-35px!important}.-p-40{padding:-40px!important}.-p-45{padding:-45px!important}.-p-50{padding:-50px!important}.-p-55{padding:-55px!important}.-p-60{padding:-60px!important}.-p-65{padding:-65px!important}.-p-70{padding:-70px!important}.-p-75{padding:-75px!important}.-p-80{padding:-80px!important}.-p-85{padding:-85px!important}.-p-90{padding:-90px!important}.-p-95{padding:-95px!important}.-p-100{padding:-100px!important}.-p-125{padding:-125px!important}.-p-150{padding:-150px!important}.-p-175{padding:-175px!important}.-p-200{padding:-200px!important}.-p-225{padding:-225px!important}.-p-250{padding:-250px!important}.-p-275{padding:-275px!important}.-p-300{padding:-300px!important}.-pr-0{padding-right:0!important}.-pr-1{padding-right:-1px!important}.-pr-2{padding-right:-2px!important}.-pr-3{padding-right:-3px!important}.-pr-4{padding-right:-4px!important}.-pr-5{padding-right:-5px!important}.-pr-6{padding-right:-6px!important}.-pr-7{padding-right:-7px!important}.-pr-8{padding-right:-8px!important}.-pr-9{padding-right:-9px!important}.-pr-10{padding-right:-10px!important}.-pr-11{padding-right:-11px!important}.-pr-12{padding-right:-12px!important}.-pr-13{padding-right:-13px!important}.-pr-14{padding-right:-14px!important}.-pr-15{padding-right:-15px!important}.-pr-16{padding-right:-16px!important}.-pr-17{padding-right:-17px!important}.-pr-18{padding-right:-18px!important}.-pr-19{padding-right:-19px!important}.-pr-20{padding-right:-20px!important}.-pr-21{padding-right:-21px!important}.-pr-22{padding-right:-22px!important}.-pr-23{padding-right:-23px!important}.-pr-24{padding-right:-24px!important}.-pr-25{padding-right:-25px!important}.-pr-30{padding-right:-30px!important}.-pr-35{padding-right:-35px!important}.-pr-40{padding-right:-40px!important}.-pr-45{padding-right:-45px!important}.-pr-50{padding-right:-50px!important}.-pr-55{padding-right:-55px!important}.-pr-60{padding-right:-60px!important}.-pr-65{padding-right:-65px!important}.-pr-70{padding-right:-70px!important}.-pr-75{padding-right:-75px!important}.-pr-80{padding-right:-80px!important}.-pr-85{padding-right:-85px!important}.-pr-90{padding-right:-90px!important}.-pr-95{padding-right:-95px!important}.-pr-100{padding-right:-100px!important}.-pr-125{padding-right:-125px!important}.-pr-150{padding-right:-150px!important}.-pr-175{padding-right:-175px!important}.-pr-200{padding-right:-200px!important}.-pr-225{padding-right:-225px!important}.-pr-250{padding-right:-250px!important}.-pr-275{padding-right:-275px!important}.-pr-300{padding-right:-300px!important}.-pl-0{padding-left:0!important}.-pl-1{padding-left:-1px!important}.-pl-2{padding-left:-2px!important}.-pl-3{padding-left:-3px!important}.-pl-4{padding-left:-4px!important}.-pl-5{padding-left:-5px!important}.-pl-6{padding-left:-6px!important}.-pl-7{padding-left:-7px!important}.-pl-8{padding-left:-8px!important}.-pl-9{padding-left:-9px!important}.-pl-10{padding-left:-10px!important}.-pl-11{padding-left:-11px!important}.-pl-12{padding-left:-12px!important}.-pl-13{padding-left:-13px!important}.-pl-14{padding-left:-14px!important}.-pl-15{padding-left:-15px!important}.-pl-16{padding-left:-16px!important}.-pl-17{padding-left:-17px!important}.-pl-18{padding-left:-18px!important}.-pl-19{padding-left:-19px!important}.-pl-20{padding-left:-20px!important}.-pl-21{padding-left:-21px!important}.-pl-22{padding-left:-22px!important}.-pl-23{padding-left:-23px!important}.-pl-24{padding-left:-24px!important}.-pl-25{padding-left:-25px!important}.-pl-30{padding-left:-30px!important}.-pl-31{padding-left:-31px!important}.-pl-32{padding-left:-32px!important}.-pl-33{padding-left:-33px!important}.-pl-34{padding-left:-34px!important}.-pl-35{padding-left:-35px!important}.-pl-40{padding-left:-40px!important}.-pl-45{padding-left:-45px!important}.-pl-50{padding-left:-50px!important}.-pl-55{padding-left:-55px!important}.-pl-60{padding-left:-60px!important}.-pl-65{padding-left:-65px!important}.-pl-70{padding-left:-70px!important}.-pl-75{padding-left:-75px!important}.-pl-80{padding-left:-80px!important}.-pl-85{padding-left:-85px!important}.-pl-90{padding-left:-90px!important}.-pl-95{padding-left:-95px!important}.-pl-100{padding-left:-100px!important}.-pl-125{padding-left:-125px!important}.-pl-150{padding-left:-150px!important}.-pl-175{padding-left:-175px!important}.-pl-200{padding-left:-200px!important}.-pl-225{padding-left:-225px!important}.-pl-250{padding-left:-250px!important}.-pl-275{padding-left:-275px!important}.-pl-300{padding-left:-300px!important}.-pt-0{padding-top:0!important}.-pt-1{padding-top:-1px!important}.-pt-2{padding-top:-2px!important}.-pt-3{padding-top:-3px!important}.-pt-4{padding-top:-4px!important}.-pt-5{padding-top:-5px!important}.-pt-6{padding-top:-6px!important}.-pt-7{padding-top:-7px!important}.-pt-8{padding-top:-8px!important}.-pt-9{padding-top:-9px!important}.-pt-10{padding-top:-10px!important}.-pt-11{padding-top:-11px!important}.-pt-12{padding-top:-12px!important}.-pt-13{padding-top:-13px!important}.-pt-14{padding-top:-14px!important}.-pt-15{padding-top:-15px!important}.-pt-16{padding-top:-16px!important}.-pt-17{padding-top:-17px!important}.-pt-18{padding-top:-18px!important}.-pt-19{padding-top:-19px!important}.-pt-20{padding-top:-20px!important}.-pt-21{padding-top:-21px!important}.-pt-22{padding-top:-22px!important}.-pt-23{padding-top:-23px!important}.-pt-24{padding-top:-24px!important}.-pt-25{padding-top:-25px!important}.-pt-30{padding-top:-30px!important}.-pt-35{padding-top:-35px!important}.-pt-40{padding-top:-40px!important}.-pt-45{padding-top:-45px!important}.-pt-50{padding-top:-50px!important}.-pt-55{padding-top:-55px!important}.-pt-60{padding-top:-60px!important}.-pt-65{padding-top:-65px!important}.-pt-70{padding-top:-70px!important}.-pt-75{padding-top:-75px!important}.-pt-80{padding-top:-80px!important}.-pt-85{padding-top:-85px!important}.-pt-90{padding-top:-90px!important}.-pt-95{padding-top:-95px!important}.-pt-100{padding-top:-100px!important}.-pt-125{padding-top:-125px!important}.-pt-150{padding-top:-150px!important}.-pt-175{padding-top:-175px!important}.-pt-200{padding-top:-200px!important}.-pt-225{padding-top:-225px!important}.-pt-250{padding-top:-250px!important}.-pt-275{padding-top:-275px!important}.-pt-300{padding-top:-300px!important}.-pb-0{padding-bottom:0!important}.-pb-1{padding-bottom:-1px!important}.-pb-2{padding-bottom:-2px!important}.-pb-3{padding-bottom:-3px!important}.-pb-4{padding-bottom:-4px!important}.-pb-5{padding-bottom:-5px!important}.-pb-6{padding-bottom:-6px!important}.-pb-7{padding-bottom:-7px!important}.-pb-8{padding-bottom:-8px!important}.-pb-9{padding-bottom:-9px!important}.-pb-10{padding-bottom:-10px!important}.-pb-11{padding-bottom:-11px!important}.-pb-12{padding-bottom:-12px!important}.-pb-13{padding-bottom:-13px!important}.-pb-14{padding-bottom:-14px!important}.-pb-15{padding-bottom:-15px!important}.-pb-16{padding-bottom:-16px!important}.-pb-17{padding-bottom:-17px!important}.-pb-18{padding-bottom:-18px!important}.-pb-19{padding-bottom:-19px!important}.-pb-20{padding-bottom:-20px!important}.-pb-21{padding-bottom:-21px!important}.-pb-22{padding-bottom:-22px!important}.-pb-23{padding-bottom:-23px!important}.-pb-24{padding-bottom:-24px!important}.-pb-25{padding-bottom:-25px!important}.-pb-30{padding-bottom:-30px!important}.-pb-35{padding-bottom:-35px!important}.-pb-40{padding-bottom:-40px!important}.-pb-45{padding-bottom:-45px!important}.-pb-50{padding-bottom:-50px!important}.-pb-55{padding-bottom:-55px!important}.-pb-60{padding-bottom:-60px!important}.-pb-65{padding-bottom:-65px!important}.-pb-70{padding-bottom:-70px!important}.-pb-75{padding-bottom:-75px!important}.-pb-80{padding-bottom:-80px!important}.-pb-85{padding-bottom:-85px!important}.-pb-90{padding-bottom:-90px!important}.-pb-95{padding-bottom:-95px!important}.-pb-100{padding-bottom:-100px!important}.-pb-125{padding-bottom:-125px!important}.-pb-150{padding-bottom:-150px!important}.-pb-175{padding-bottom:-175px!important}.-pb-200{padding-bottom:-200px!important}.-pb-225{padding-bottom:-225px!important}.-pb-250{padding-bottom:-250px!important}.-pb-275{padding-bottom:-275px!important}.-pb-300{padding-bottom:-300px!important}#view-admin{width:100%;height:100%}#view-admin #content{padding:15px 25px 20px}.ant-layout{font-family:Inter,serif;min-height:100%;background:#fafafb}.ant-layout .admin-logo{height:60px;padding:0 0 10px 22px}.ant-layout .admin-logo img{height:100%}.ant-layout-content{color:#4c4c4c;height:calc(100vh - 60px);overflow-y:scroll}.ant-layout-sider{position:relative;background:#fff;transition:all .2s;border-right:1px solid #f0f0f0}.ant-layout-header{height:60px;padding:0 25px;color:#4c4c4c;line-height:60px;background:#fff;border-bottom:1px solid #f0f0f0;min-height:60px}.ant-layout-footer{text-align:center;font-size:12px;color:#4c4c4c;background:#fff;border-top:1px solid #f0f0f0;padding:10px 20px}.ant-menu{font-family:Inter,serif;font-size:14px;margin-top:30px}.ant-menu.ant-menu-inline .ant-menu-item{height:40px;line-height:40px;margin-inline:11px;width:calc(100% - 22px);color:#4c4c4c}.ant-menu-light.ant-menu.ant-menu-inline{border-right:0}.ant-menu.ant-menu-inline .ant-menu-item>.ant-menu-title-content{font-size:14px;font-weight:500;color:#4c4c4c}.ant-menu-light.ant-menu .ant-menu-item{border-radius:80px}.ant-menu-light.ant-menu .ant-menu-item .ant-menu-item-icon{color:#4c4c4c;width:20px;height:20px}.ant-menu-light.ant-menu .ant-menu-item .anticon+span{margin-inline-start:12px}.ant-menu.ant-menu-inline .ant-menu-item-selected>span.ant-menu-title-content,.ant-menu.ant-menu-inline .ant-menu-item-selected>.ant-menu-item-icon,.ant-menu-light .ant-menu-item:hover .ant-menu-item-icon,.ant-menu.ant-menu-inline.ant-menu-root .ant-menu-item>.ant-menu-title-content:hover,.ant-menu-light .ant-menu-item a:hover,.ant-menu-light .ant-menu-item:hover{color:#0088e6}.setting-row{padding:20px 0;min-height:110px!important;border-bottom:1px solid #eee}.setting-row:first-child{padding-top:0}.setting-row:last-child{border-bottom:0px}.setting-row .ant-select-single .ant-select-selector{font-size:12px}.ant-select .ant-select-arrow.ant-select-arrow-loading{font-size:16px}.setting-row .ant-input-number .ant-input-number-input{font-size:12px;line-height:24px}.setting-label p{font-size:14px;font-weight:600;line-height:20px;color:#4c4c4c}.setting-label span{display:inline-block;font-size:11px;font-weight:400;line-height:16px;color:#909090}.setting-header{margin-bottom:5px}.setting-header p{font-size:15px;font-weight:800;line-height:24px;color:#4c4c4c;text-decoration:underline}.back-to-app-wrapper{padding:16px;border-top:none;position:absolute;width:100%;bottom:0}.back-to-app{display:"flex";align-items:center;text-align:center;gap:"8px";padding-left:0}.file-uploader .ant-upload-select{width:var(--uploader-w, 120px)!important;height:var(--uploader-h, 120px)!important}.upload-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#909090}.upload-placeholder span{font-size:11px}.glb-upload .ant-upload-select{margin:0!important;border-radius:8px;overflow:hidden}.glb-preview-card{position:relative;width:100%;height:100%;background:#fff;border-radius:6px}.glb-preview-card canvas{border-radius:6px}.glb-preview-card:hover .glb-preview-actions{opacity:1}.glb-preview-modal .ant-modal-body{padding:0}.img-upload .ant-upload-select{margin:0!important;border-radius:8px;overflow:hidden}.img-upload.upload-error .ant-upload-select{border-color:#ff4d4f!important}.img-preview-card{position:relative;width:100%;height:100%;overflow:hidden;border-radius:6px}.img-preview-card img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.img-preview-card:hover .img-preview-actions{opacity:1}.video-preview-card{position:relative;width:100%;height:100%;overflow:hidden;border-radius:6px}.video-preview-card .video-filename{font-size:11px;font-weight:500;color:#6e8595;line-height:11px;text-wrap:wrap;padding:2px 10px}.video-preview-card video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.video-preview-card:hover .video-preview-actions{opacity:1}.audio-preview-actions,.glb-preview-actions,.img-preview-actions,.video-preview-actions{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;gap:6px;background:#00000080;border-radius:6px;opacity:0;transition:opacity .2s ease;cursor:default}.audio-preview-actions svg,.glb-preview-actions svg,.img-preview-actions svg,.video-preview-actions svg{color:#fff;cursor:pointer;padding:6px;border-radius:4px;transition:background .15s ease}.audio-preview-actions svg:hover,.glb-preview-actions svg:hover,.img-preview-actions svg:hover,.video-preview-actions svg:hover{background:#fff3}.img-preview-modal .ant-modal-body,.video-preview-modal .ant-modal-body{padding:12px}.video-preview-modal .ant-modal-body video{width:100%;border-radius:6px}.audio-preview-card{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:#fff;border-radius:6px}.audio-preview-card .audio-filename{font-size:11px;font-weight:500;color:#6e8595;line-height:11px;text-wrap:wrap;padding:2px 10px}.audio-preview-card:hover .audio-preview-actions{opacity:1}.audio-icon-only,.video-icon-only{display:flex;align-items:center;justify-content:center}.audio-icon-only>svg,.video-icon-only>svg{stroke:#6e8595;stroke-width:1.5px;width:30px;height:30px}.audio-icon-only .spinning,.video-icon-only .spinning{animation:spin 1s linear infinite}.table-header-wrapper{padding:5px 0 10px}.table-header-wrapper .ant-input-affix-wrapper{border-radius:50px;max-width:250px;line-height:1.45;color:#4c4c4c;border-color:#e6e6e6}.table-header-wrapper .ant-input-affix-wrapper.search-with-filter-btn{width:auto;border-radius:0 6px 6px 0/0px 6px 6px 0px;border-left:0}.table-header-wrapper .ant-input-affix-wrapper input::placeholder{font-size:12px;font-family:Inter,serif;color:#c7c4c4}.table{width:100%}.table .ant-table{font-family:Inter,serif;font-size:12px;color:#4c4c4c;border-radius:8px;border:1px solid #eee}.table.ant-table-wrapper .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before{content:none}.table.ant-table-wrapper .ant-table-thead>tr>th,.table.ant-table-wrapper .ant-table-tbody>tr>td{font-size:12px;padding:8px 10px}.table.ant-table-wrapper .ant-table-thead>tr>th{background:#fafafb;color:#333}.table.ant-table-wrapper .ant-table-tbody>tr>td{height:48px;padding:4px 10px}.table.ant-table-wrapper .ant-table-tbody>tr>td .table-markdown{height:40px;overflow-y:auto;overflow-x:hidden;white-space:normal}.table.ant-table-wrapper .ant-table-row:last-child td{border-bottom:0px}.table.ant-table-wrapper .ant-table-thead th.ant-table-column-sort{background:#fafafb}.table.ant-table-wrapper td.ant-table-column-sort{background:#fff}.table.ant-table-wrapper .ant-table-thead th:not(.ant-table-column-sort) .ant-table-column-sorter-inner{display:none}.table.ant-table-wrapper .ant-table-column-sorter-up,.table.ant-table-wrapper .ant-table-column-sorter-down{font-size:10px;color:#ccc}.table.ant-table-wrapper .ant-table-column-sorter-up.active,.table.ant-table-wrapper .ant-table-column-sorter-down.active{color:#0088e6}.table.ant-table-wrapper .ant-pagination-options-size-changer{display:none}.ant-select .ant-select-arrow{font-size:8px}.select-per-page{width:55px}.select-per-page .ant-select-selection-item{font-size:12px;font-weight:500;padding-inline-end:12px}.table-filter-dropdown-btn{background:#fff;color:#4c4c4c}.tts-voice-cell{display:flex;flex-direction:column;align-items:center;gap:2px}.tts-voice-cell .voice{font-size:11px;color:#666}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:100%}.table-filter-tag.ant-tag{font-size:9px;line-height:16px;max-width:125px;display:inline-flex;align-items:center}.table-filter-tag.ant-tag .ant-tag-close-icon{margin-inline-start:8px!important;font-size:8px;color:#00000040;cursor:pointer;transition:all .2s;flex-shrink:0}.filter-wrapper{position:relative;text-align:right}.filter-wrapper .ant-input-outlined:active,.filter-wrapper .ant-input-outlined:hover{border:1px solid #0088E6!important}button.resync{background:#f45255;color:#fff;border-color:#f45255}button.resync:hover{background:#f45255!important;color:#fff!important;border-color:#f45255!important}.table-filter-btn-right{font-size:12px;font-weight:500}.table-filter-clear{position:absolute;z-index:10;right:260px;top:4px}tr.current-user-row{background:#fafafa}.ant-breadcrumb{font-size:12px;color:#b3b3b3}.portlet{background:#fff;height:fit-content;width:100%;border:1px solid #eee;border-radius:8px;box-shadow:0 5px 10px #5a727b12}.portlet-content{width:100%}.portlet-header{padding:15px 30px;background:#fff;border-bottom:1px solid #eee;border-top-left-radius:8px;border-top-right-radius:8px}.portlet-header h5{font-size:16px;font-weight:600;color:#0088e6;font-family:Montserrat}.portlet-header.no-border{border-bottom:0px}.portlet-body{padding:15px 30px 10px}.portlet.no-border{border:0px}.portlets>div{margin:7.5px}.portlets.flex-row>div:first-child{margin-left:0}.portlets.flex-row>div:last-child{margin-right:0}.portlets.flex-col>div:first-child{margin-top:0}.portlets.flex-col>div:last-child{margin-bottom:0}.logging-panel{position:fixed;top:30px;right:30px;width:300px;z-index:1000;border:.741px solid #2B2E30;border-radius:13px;background:linear-gradient(0deg,#0003,#0003),radial-gradient(96.41% 96.41% at 28.45% 10.44%,#804a8359,#07223259);-webkit-backdrop-filter:blur(29.6487998962px);backdrop-filter:blur(29.6487998962px);box-shadow:0 8px 32px #0006}.logging-panel .ant-card-body{padding:10px 14px 8px}.logging-panel ul{margin:0;padding:0;list-style:none;font-size:13px}.logging-panel ul>li{font-family:Inter,serif;font-size:12px;color:#e8e8e8;line-height:22px}div.table-markdown>*{color:#4c4c4c}div.table-markdown strong{font-weight:500}div.table-markdown h2,div.table-markdown h3{padding-top:8px;font-size:12px;font-weight:500;border-bottom:1px solid rgba(76,76,76,.5)}div.table-markdown h2:first-child,div.table-markdown h3:first-child,div.table-markdown h4:first-child,div.table-markdown h5:first-child,div.table-markdown h6:first-child,div.table-markdown ul:first-child,div.table-markdown p:first-child{padding-top:0;margin-top:0}div.table-markdown h4{font-size:12px;text-decoration:underline;padding-top:8px}div.table-markdown>p{font-size:12px}div.table-markdown ol,div.table-markdown ul{padding:5px 0 8px 15px}div.table-markdown ol>li,div.table-markdown ul>li{font-size:12px;line-height:1.4;padding:2.5px 0 2.5px 4px}div.chat-table-markdown hr{border-width:.5px;border-color:#4c4c4c80;margin:5px 0}.chat-history-modal{display:flex;flex-direction:column;gap:16px;padding:10px 0}.chat-history-modal .chat-message{display:flex;flex-direction:column;max-width:80%}.chat-history-modal .chat-message.user{align-self:flex-end;align-items:flex-end}.chat-history-modal .chat-message.user .chat-header{flex-direction:row-reverse}.chat-history-modal .chat-message.user .chat-bubble{background:#d4e4fb;border-radius:18px 2px 18px 18px;margin-right:35px}.chat-history-modal .chat-message.assistant{align-self:flex-start;align-items:flex-start}.chat-history-modal .chat-message.assistant .chat-bubble{background:#f5f5f5;border-radius:2px 18px 18px;margin-left:35px}.chat-history-modal .chat-message.tool{align-self:flex-start;align-items:flex-start}.chat-history-modal .chat-message.tool .chat-bubble{background:#fef3c7;border-radius:2px 18px 18px;margin-left:35px}.chat-history-modal .chat-message .chat-header{display:flex;align-items:center;gap:8px;margin-bottom:0}.chat-history-modal .chat-message .chat-header .chat-role{font-size:14px;font-weight:500;line-height:18px;text-transform:capitalize;color:#909090}.chat-history-modal .chat-message .chat-header .chat-time{font-size:10px;color:#909090}.chat-history-modal .chat-message .chat-bubble{padding:12px 16px}.chat-history-modal .chat-message .chat-markdown{font-size:14px;line-height:1.5;color:#333}.chat-history-modal .chat-message .chat-markdown p{margin:0 0 8px}.chat-history-modal .chat-message .chat-markdown p:last-child{margin-bottom:0}.chat-history-modal .chat-message .chat-markdown strong{font-weight:600}.chat-history-modal .chat-message .chat-markdown em{font-style:italic}.chat-history-modal .chat-message .chat-markdown h1,.chat-history-modal .chat-message .chat-markdown h2,.chat-history-modal .chat-message .chat-markdown h3,.chat-history-modal .chat-message .chat-markdown h4{font-weight:600;margin:12px 0 6px}.chat-history-modal .chat-message .chat-markdown h1:first-child,.chat-history-modal .chat-message .chat-markdown h2:first-child,.chat-history-modal .chat-message .chat-markdown h3:first-child,.chat-history-modal .chat-message .chat-markdown h4:first-child{margin-top:0}.chat-history-modal .chat-message .chat-markdown h1{font-size:18px}.chat-history-modal .chat-message .chat-markdown h2{font-size:16px}.chat-history-modal .chat-message .chat-markdown h3{font-size:14px}.chat-history-modal .chat-message .chat-markdown h4{font-size:13px}.chat-history-modal .chat-message .chat-markdown ul,.chat-history-modal .chat-message .chat-markdown ol{padding-left:20px;margin:8px 0}.chat-history-modal .chat-message .chat-markdown li{margin:4px 0}.chat-history-modal .chat-message .chat-markdown code{padding:2px 6px;border-radius:4px;font-family:Source Code Pro,Monaco,monospace;font-size:12px;line-height:0px}.chat-history-modal .chat-message .chat-markdown pre{margin:8px 0;border-radius:8px;overflow-x:auto}.chat-history-modal .chat-message .chat-markdown blockquote{border-left:3px solid #e0e0e0;padding-left:12px;margin:8px 0;color:#4c4c4c}.chat-history-modal .chat-message .chat-markdown hr{border:none;border-top:1px solid #eee;margin:12px 0}.chat-history-modal .no-chats{text-align:center;padding:40px 20px;color:#969696;font-size:14px}.rich-editor{border:1px solid #e6e6e6;border-radius:6px;overflow:hidden;transition:all .3s}.rich-editor:focus-within{border-color:#0088e6}.rich-editor .rich-toolbar{background:#fafafa;border-bottom:1px solid #e6e6e6;padding:8px;display:flex;flex-wrap:wrap;gap:4px}.rich-editor .rich-toolbar .ant-select-single.ant-select-sm .ant-select-selector{font-size:12px}.rich-editor .rich-content .ProseMirror{min-height:150px;max-height:100%;overflow-y:auto;padding:12px;outline:none}.rich-editor .rich-content .ProseMirror:focus{outline:none}.rich-editor .rich-content .ProseMirror p.is-editor-empty:first-child:before{color:#adb5bd;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.rich-editor .rich-content .ProseMirror p{font-size:13px}.rich-editor .rich-content .ProseMirror h1{font-size:1.5em;font-weight:700;margin:20px 0 2px}.rich-editor .rich-content .ProseMirror h2{font-size:1.25em;font-weight:700;margin:20px 0 2px}.rich-editor .rich-content .ProseMirror h3{font-size:1.07em;font-weight:700;margin:20px 0 2px}.rich-editor .rich-content .ProseMirror ul,.rich-editor .rich-content .ProseMirror ol{padding-left:1.5rem;margin:.4rem 0}.rich-editor .rich-content .ProseMirror ul{list-style-type:disc}.rich-editor .rich-content .ProseMirror ol{list-style-type:decimal}.rich-editor .rich-content .ProseMirror li{margin:.25rem 0}.rich-editor .rich-content .ProseMirror h1:first-child,.rich-editor .rich-content .ProseMirror h2:first-child,.rich-editor .rich-content .ProseMirror h3:first-child,.rich-editor .rich-content .ProseMirror h4:first-child,.rich-editor .rich-content .ProseMirror h5:first-child{margin-top:0}.rich-editor .rich-content .ProseMirror ul[data-type=taskList]{list-style:none;padding-left:0}.rich-editor .rich-content .ProseMirror ul[data-type=taskList] li{display:flex;align-items:flex-start}.rich-editor .rich-content .ProseMirror ul[data-type=taskList] li>label{flex:0 0 auto;margin-right:.5rem;-webkit-user-select:none;user-select:none}.rich-editor .rich-content .ProseMirror ul[data-type=taskList] li>label input[type=checkbox]{cursor:pointer}.rich-editor .rich-content .ProseMirror ul[data-type=taskList] li>div{flex:1 1 auto}.rich-editor .rich-content .ProseMirror ul[data-type=taskList] ul[data-type=taskList]{margin:.5rem 0 0 1.5rem}.rich-editor .rich-content .ProseMirror blockquote{border-left:3px solid #d9d9d9;padding-left:1rem;margin:1rem 0;font-style:italic;color:#666}.rich-editor .rich-content .ProseMirror code{background:#f5f5f5;padding:.2em .4em;border-radius:3px;font-family:monospace;font-size:.9em}.rich-editor .rich-content .ProseMirror pre{background:#f5f5f5;padding:1rem;border-radius:6px;overflow-x:auto;margin:1rem 0}.rich-editor .rich-content .ProseMirror pre code{background:none;padding:0}.rich-editor .rich-content .ProseMirror a{color:#0088e6;text-decoration:underline;cursor:pointer}.rich-editor .rich-content .ProseMirror a:hover{color:#0088e6}.rich-editor .rich-content .ProseMirror strong{font-weight:700}.rich-editor .rich-content .ProseMirror em{font-style:italic}.rich-editor .rich-content .ProseMirror u{text-decoration:underline}.rich-editor .rich-content .ProseMirror s{text-decoration:line-through}.rich-editor .rich-markdown-textarea{width:100%;min-height:150px;max-height:100%;padding:12px;border:none;outline:none;resize:vertical;font-family:SF Mono,Monaco,Inconsolata,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:13px;line-height:1.6;background:#fafafa;color:#333;box-sizing:border-box}.rich-editor .rich-markdown-textarea:focus{outline:none}.rich-editor .rich-markdown-textarea::placeholder{color:#969696}.rich-editor .rich-markdown-textarea:disabled{background:#f5f5f5;color:#969696;cursor:not-allowed}.action-dropdown-trigger{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:4px;border-radius:4px;transition:background .15s ease;color:#777}.action-dropdown-trigger svg{width:22px;height:22px}.action-dropdown-trigger:hover{background:#e6f4ff;color:#0088e6}@font-face{font-family:Digital Numbers;src:url(/assets/DigitalNumbers-Regular-D2SuiGNn.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}html,body,#root{width:100%;height:100%;background:linear-gradient(0deg,#5ca9df2b,#5ca9df2b),radial-gradient(115.39% 115.36% at 53.65% 100%,#a7c6ed,#c7e9f3)}body{margin:0;min-height:100%;line-height:1.5;color:#4b5563cc;font-weight:400;font-family:Inter,serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}#root,#pip-root,#app{width:100%;height:100%;margin:0}p{font-size:12px;color:#4c4c4c}a{cursor:pointer;text-decoration:none}ul>li{font-size:12px;color:#4c4c4c}h1{font-size:36px}h2{font-size:32px}h3{font-size:28px}h4{font-size:24px}h5{font-size:18px}h6{font-size:14px}strong{font-weight:700}button{border:0px}[draggable]{cursor:"move";-webkit-user-select:"none";user-select:"none"}.scrollbar ::-webkit-scrollbar{-webkit-appearance:none;width:6px;background:#e8e8e8;border-radius:4px}.scrollbar ::-webkit-scrollbar-thumb{border-radius:4px;background-color:#7a7a7a}.draggable{cursor:move;z-index:1000;position:absolute}.hidden{display:none}.hidden-hard{display:none!important}.view-wrapper{height:100%;margin:0 auto;display:flex;flex-direction:column}.view-wrapper>.view-content{flex:1;position:relative}.view-wrapper>.view-content.min-width{min-width:1200px}.view-wrapper>.view-content.max-width{max-width:1600px}.loading-middle{display:flex;align-items:center;justify-content:center;width:100%;height:100%}#header{font-family:Manjari,serif!important;padding:20px 50px;height:80px;min-height:80px;width:100%}#header.header-overlay{position:absolute;top:0;left:0;z-index:10}#header h4{color:#6e8595;padding:6px 10px 0;line-height:30px;font-weight:600;font-size:20px}#header .beta-tag{color:#6e8595;font-weight:400;padding:6px 10px 0;display:inline-block;font-size:16px}#header a{color:#6e8595;padding:6px 10px 0;line-height:30px;font-weight:600;font-size:16px}#header span.header-title{border:1px solid #FFF;border-radius:30px;background:#ffffff1c;box-shadow:0 -1px 7.2px #63ace038;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);color:#fff;text-align:center;line-height:22px;font-family:Manjari;padding:12px 28px;font-size:22px;font-weight:700}#header .nav-popover{color:#6e8595;padding:6px 10px 0;line-height:30px;font-weight:600;font-size:16px}.ant-popover .main.nav-popover-content p{color:#6e8595;font-weight:500}.ant-popover .main.nav-popover-content p:hover{background:transparent;color:#0088e6!important}.ant-popover .main.nav-popover-content p:hover svg{stroke:#0088e6!important}#logo{font-family:Manjari,serif!important;width:40px;height:40px;border-radius:50%;position:relative;cursor:pointer}#logo span{position:absolute;font-weight:600;font-size:20px;top:50%;left:50%;transform:translate(-47%,-35%)}#logo.primary{background:#fff}#logo.primary span{color:#5ca9df}#logo.secondary{background:#ffffff4d}#logo.secondary span{color:#5ca9df}#logo.shadow{box-shadow:0 5px 15px #1111111a}.back-btn{width:30px;height:30px;border:3.5px solid #5CA9DF;border-radius:6px;cursor:pointer}.back-btn svg{width:22px;height:22px;stroke:#5ca9df;stroke-width:3.5px;margin:.5px 0 0}.company h4,.company span{display:inline-block}#footer{font-family:Manjari,serif!important;padding:20px 0;height:140px;width:100%;flex-shrink:0}#footer.transparent{background:transparent}#footer.primary{background:#c8e2f4}#footer.secondary{background:#2e373d}#footer ul{display:flex;gap:30px;list-style:none;padding:0;margin:0}#footer ul>li,#footer p,#footer a{color:#6e8595;font-size:14px;font-weight:600}#footer ul>li:hover,#footer a:hover{color:#5ca9df;cursor:pointer}.animate__animated.animate__flipInX,.animate__animated.animate__flipOutX{--animate-duration: .75s}.animate__animated.animate__fadeIn,.animate__animated.animate__fadeOut{--animate-duration: .35s}.animate__animated.animate__fadeInDown,.animate__animated.animate__zoomIn{--animate-duration: .5s}.spin{animation:spin 2s linear infinite}a.btn{display:inline-block;text-align:center;background:#bfbfbf;color:#333;padding:8px 18px;border-radius:8px;font-weight:600;text-decoration:none;cursor:pointer}a.btn.small{padding:6px 16px;font-size:11px}a.btn.shadow{box-shadow:0 2px 6px #11111113;border:1px solid #E8E8E8}a.btn-rounded{border-radius:40px}a.btn-white,a.btn-grey,a.btn-grey-blue,a.btn-transparent{color:#333!important}a.btn-wide{width:100%}.ant-btn{font-weight:500;font-family:Inter,serif;font-size:14px;padding:0 10px;border-radius:6px;gap:0px}span.pill-icon{display:inline-block;background:#bfbfbf;color:#333;padding:6px 8px;border-radius:2px;margin:0 9px;cursor:pointer}span.pill-icon.bg-transparent{padding:6px 2px}span.pill-icon.rounded{padding:6px 8px;border-radius:8px}span.pill-icon.rounded-small{padding:4px 8px;border-radius:8px;font-size:13px}span.pill-icon.circle{padding:8px;border-radius:50%}span.pill-icon.circle-small{padding:6px;border-radius:50%;font-size:13px}span.pill-icon.glassy{height:50px;width:50px;border-radius:10px;border:.25px solid #959595;background:radial-gradient(96.41% 96.41% at 28.45% 10.44%,#804a8359,#07223259);-webkit-backdrop-filter:blur(29.6487998962px);backdrop-filter:blur(29.6487998962px);padding:4px}span.pill-icon.glassy svg{stroke:#fff;width:28px;height:28px;stroke-width:2px}span.pill-icon.glassy.with-border{border:.25px solid #959595}span.pill-icon.glassy.muted{border-color:#6e859566;background:#6e8595}.ant-btn-variant-outlined{border-color:#e6e6e6;background:#fff}.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover{color:auto;border-color:auto;background:auto}.ant-wave,.ant-wave.wave-motion-appear-active{box-shadow:none}.ant-btn-compact-item:not(.ant-btn-compact-last-item){margin-inline-end:0px}.ant-btn-loading-icon{margin-right:10px}.table-filter-btn-left{font-size:12px;font-weight:500;border-top-right-radius:0;border-bottom-right-radius:0}a.btn-main,button.btn-main{text-transform:capitalize;font-family:Manjari,serif;color:#094a76;font-weight:700;margin-top:15px;display:inline-block;height:60px;line-height:60px;vertical-align:middle;padding:3px 24px 0;position:relative;background:linear-gradient(to bottom,#f877ff33,#fff3),linear-gradient(to bottom,#5ca9df,#c8f4e0);box-shadow:inset 0 -16px 82.5px #ceedff;border-radius:16px;cursor:pointer}a.btn-main:before,button.btn-main:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;padding:2px;background:linear-gradient(to bottom,#fff,#9dd0f0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}a.btn-main.btn-rounded,button.btn-main.btn-rounded{border-radius:40px}a.btn-main.btn-rounded:before,button.btn-main.btn-rounded:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:40px;padding:2px;background:linear-gradient(to bottom,#fff,#9dd0f0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}a.btn-main:disabled,button.btn-main:disabled{cursor:not-allowed}button.btn-outline-white{font-family:Manjari,serif;font-weight:700;font-size:14px;color:#fff;background:transparent;border:1.5px solid #FFF;border-radius:9px;padding:6px 16px;cursor:pointer;transition:background .2s ease,border-color .2s ease}button.btn-outline-white span{display:inline-block;line-height:16px;vertical-align:bottom}button.btn-outline-white svg{display:inline-block;line-height:10px;vertical-align:middle}button.btn-outline-white:hover{background:#ffffff1a;border-color:#fffc}.ant-badge .ant-badge-count-sm{min-width:14px;height:14px;font-size:9px;line-height:14px;font-weight:500;border-radius:7px;background:#0088e6}.ant-badge .ant-badge-multiple-words{padding:0 4px}.ant-select-dropdown{z-index:1075}.ant-select-dropdown .ant-select-item{min-height:28px;padding:5px 10px;color:#4c4c4c;font-weight:400;font-size:12px;border-radius:4px;cursor:pointer}.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){color:#0088e6;font-weight:600;background-color:#e6f4ff}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item,.ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item,.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title,.ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title{padding:2px 12px;font-size:12px;color:#4c4c4c;font-family:Inter,serif}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,.ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled,.ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled{color:#00000040;cursor:not-allowed}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,.ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,.ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon{color:#909090;font-size:10px;display:none}.ant-select{color:#4c4c4c;font-size:12px;font-family:Inter,serif;cursor:pointer}.ant-select-single .ant-select-selector{color:#4c4c4c;font-size:13px;line-height:1.57;font-family:Inter,serif;display:flex;border-radius:8px;flex:1 1 auto}.ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector{border:1px solid #e6e6e6;background:#fff;padding:0 6px}.ant-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:#4c4c4c;font-size:12px;line-height:1.57;font-family:Inter,serif;cursor:pointer}.ant-checkbox-checked .ant-checkbox-inner{background-color:#0088e6;border-color:#0088e6}.ant-switch{background:#00000040}.ant-switch:hover:not(.ant-switch-disabled){background:#00000040}.ant-switch:focus-visible{outline:0;outline-offset:0px}.switch-lg.ant-switch{height:28px}.switch-lg.ant-switch .ant-switch-handle{top:3px;inset-inline-start:3px;width:22px;height:22px}.switch-lg.ant-switch.ant-switch-checked .ant-switch-handle{inset-inline-start:calc(100% - 25px)}.switch-lg.ant-switch .ant-switch-handle:before{border-radius:20px}.switch-lg.ant-switch .ant-switch-inner .ant-switch-inner-checked,.switch-lg.ant-switch .ant-switch-inner .ant-switch-inner-unchecked{font-size:13px;min-height:28px;font-weight:500}.switch-lg.ant-switch .ant-switch-inner .ant-switch-inner-checked{padding:2.5px 8px 0 3px}.switch-lg.ant-switch .ant-switch-inner .ant-switch-inner-unchecked{padding:.5px 3px 0 5px;margin-top:-26px}.ant-switch.ant-switch-checked{background:#0088e6}.ant-tooltip{font-family:Montserrat,serif;font-size:10px;transform:translateY(3px)}.ant-tooltip .ant-tooltip-inner{background-color:#0088e6;min-height:20px;font-weight:600;padding:4px 8px;box-shadow:0 4px 16px #0095ff4d}.ant-tooltip .ant-tooltip-arrow:before{background:#0088e6;bottom:-1px}.ant-tooltip .ant-tooltip-arrow:after{box-shadow:2px 2px 5px #0000000d}.ant-slider-horizontal .ant-slider-mark{top:12px}.ant-slider .ant-slider-mark{font-size:12px;font-weight:600}.ant-slider .ant-slider-mark-text{color:#91caff}.chat-history-loader .ant-spin{padding:10px}.chat-history-loader .ant-spin .ant-spin-dot{width:50px;height:50px}.chat-history-loader .ant-spin .ant-spin-dot-item{background:#fff;width:20px;height:20px}.end-session-loader .ant-spin .ant-spin-dot-item{background:#fff;width:14px;height:14px}.chat-history-api-error{background:#f45255b3;border-radius:14px;padding:10px 20px;margin:0 20px!important}.chat-history-api-error p{vertical-align:middle;line-height:40px;margin-left:10px;font-size:16px;font-weight:400;color:#fff}.prompt-enabled-loader{position:absolute;left:15px;top:7px}ul.list-settings{list-style-type:none;padding:0;background:#fafafa}ul.list-settings li{border:1.5px solid #ddd;padding:10px 16px;border-top:0}ul.list-settings li:first-child{border-top:1.5px solid #ddd;border-top-left-radius:14px;border-top-right-radius:14px}ul.list-settings li:last-child{border-bottom-left-radius:14px;border-bottom-right-radius:14px}ul.list-settings span.label{line-height:34px;font-size:14px;font-weight:500}.ant-input-number{font-family:Inter,serif}.ant-input-number .ant-input-number-input{font-weight:500}.ant-slider{width:100%}.ant-slider .ant-slider-track{background-color:#0088e6}.ant-slider .ant-slider-handle:after{background-color:#fff;box-shadow:0 0 0 2px #0088e6}.ant-slider .ant-slider-tooltip,.ant-tooltip.ant-slider-tooltip{z-index:1100!important}.ant-popover .ant-popover-inner{border-radius:8px;padding:0}.ant-popover .ant-popover-inner-content{padding:0;color:#4c4c4c;font-size:12px;font-weight:500}.nav-popover-content{min-width:120px}.nav-popover-content p{padding:6px 8px 6px 12px;font-family:Inter,serif;margin-bottom:0;font-weight:500;cursor:pointer}.nav-popover-content p:first-child{padding-top:10px}.nav-popover-content p:last-child{margin-bottom:5px}.nav-popover-content p.divider{border-top:1px solid #eee;margin:0;background:#fafafa;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.nav-popover-content p:hover{background:#e6f4ff;color:#0088e6!important}.nav-popover-content p:hover svg{stroke:#0088e6!important}.ant-modal{font-family:Inter,serif}.ant-modal .ant-modal-header{padding-bottom:16px}.no-header-underline .ant-modal .ant-modal-header{border-bottom:0px;padding-bottom:0}.ant-modal .ant-modal-title{font-family:Montserrat;font-size:16px;font-weight:600;color:#0088e6}.ant-modal .ant-modal-body{padding:20px 0}.ant-modal .ant-modal-footer .ant-btn-variant-solid{background:#0088e6}.ant-modal.card-header .ant-modal-content{padding:0 0 20px}.ant-modal.card-header .ant-modal-header{background:#fafafb;border-bottom:1px solid #eee;padding:15px 30px}.ant-modal.card-header .ant-modal-body{padding:20px 36px}.ant-modal.card-header .ant-modal-title{font-family:Montserrat;font-size:16px;font-weight:600;color:#0088e6}.ant-modal .ant-modal-footer{padding:0 20px}.ant-modal .ant-modal-footer .modal-cancel-btn,.ant-modal .ant-modal-footer .modal-ok-btn{min-width:80px}.ant-modal .ant-modal-footer .modal-ok-btn{background:#0088e6}.ant-modal .ant-modal-footer .modal-cancel-btn{background:#fafafb}.ant-modal .ant-modal-footer .modal-ok-btn .ant-btn-loading-icon{margin-right:8px}.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover{background:#0088e6}.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover{color:#0088e6;border-color:#0088e6;background:#fff}.delete-account-modal .ant-modal-content,.cancel-subscription-modal .ant-modal-content{background:linear-gradient(to bottom right,#f877ff33,#fff3),linear-gradient(to bottom right,#5ca9df,#c8f4e0);box-shadow:inset 0 -16px 82.5px #ceedff;border:1px solid rgba(255,255,255,.6);border-radius:16px}.delete-account-modal .ant-modal-header,.cancel-subscription-modal .ant-modal-header{background:transparent}.delete-account-modal .ant-modal-title,.cancel-subscription-modal .ant-modal-title{color:#094a76;text-align:center;font-family:Manjari,serif;font-size:22px;font-weight:700;line-height:normal;padding-top:25px}.delete-account-modal .ant-modal-body,.cancel-subscription-modal .ant-modal-body{padding:10px 30px 30px}.delete-account-modal p,.cancel-subscription-modal p{color:#094a76;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:normal}.segmented-switch{display:inline-flex;position:relative;background-color:#e6f4ff;border-radius:6px;padding:2px;gap:2px}.segmented-switch.rounded{border-radius:50px}.segmented-switch .segmented-switch-slider{position:absolute;top:3px;left:3px;height:calc(100% - 6px);background-color:#0088e6;border-radius:4px;transition:transform .35s cubic-bezier(.4,0,.2,1);z-index:1}.segmented-switch.rounded .segmented-switch-slider{border-radius:50px}.segmented-switch-option{font-family:Inter,serif;position:relative;z-index:2;padding:10px 0;border:none;background:transparent;font-size:11px;font-weight:600;color:#0088e6;cursor:pointer;transition:color .3s ease;white-space:nowrap;flex:1;line-height:1;min-width:90px}.segmented-switch-option.active{color:#fff}.segmented-switch-loader{position:relative;left:-4px;margin-right:1px}.avatar-container{position:relative;display:flex;min-width:1200px;align-items:center;justify-content:center;overflow:hidden}#chatbox{padding-top:2px}#chatbox #chat-history{margin:0 5px;min-height:80px;max-height:250px;padding-right:20px;overflow-y:scroll}#chatbox #chat-history .chat-history-item{margin-bottom:15px}#chatbox #chat-history .chat-history-item p{font-size:16px;text-align:left;line-height:1.65}#chatbox #chat-history .chat-history-item .chat-time-box{min-width:85px}#chatbox #chat-history .chat-history-item p.chat-time{color:#969696;font-size:12px;letter-spacing:.4px;line-height:1.5;text-transform:uppercase}#chatbox #chat-history .chat-history-item p.chat-role{color:#969696;text-transform:uppercase;letter-spacing:.4px;font-size:12px;line-height:1.5}#chatbox #chat-history .chat-history-item div.chat-markdown *{color:#e8e8e8}#chatbox #chat-history .chat-history-item div.chat-markdown strong{font-weight:500}#chatbox #chat-history .chat-history-item div.chat-markdown h2,#chatbox #chat-history .chat-history-item div.chat-markdown h3{font-size:16px;padding-top:15px;padding-bottom:3px;margin-bottom:3px;font-weight:600;border-bottom:.5px solid rgba(232,232,232,.5)}#chatbox #chat-history .chat-history-item div.chat-markdown h4{font-size:16px;text-decoration:underline;padding-top:10px}#chatbox #chat-history .chat-history-item div.chat-markdown ol,#chatbox #chat-history .chat-history-item div.chat-markdown ul{padding:5px 0 8px 15px}#chatbox #chat-history .chat-history-item div.chat-markdown ol>li,#chatbox #chat-history .chat-history-item div.chat-markdown ul>li{font-size:15px;line-height:1.65;padding:2.5px 0 2.5px 4px}#chatbox #chat-history .chat-history-item div.chat-markdown hr{border-width:.5px;border-color:#e8e8e880;margin:5px 0}#chatbox .chat-divider{margin:15px 5px;border-bottom:.5px solid rgba(232,232,232,.35)}#chatbox .chat-submit{position:relative}#chatbox input.chat-input{font-family:Inter,serif;font-weight:500;color:#505050;border:0px;height:45px;background:#bfbfbf;border-top-left-radius:14px;border-bottom-left-radius:14px}#chatbox input.chat-input::placeholder{color:#969696;font-weight:400}#chatbox input.chat-input:focus,#chatbox input.chat-input:hover{box-shadow:none;border:0px;z-index:0}#chatbox button.chat-button,#chatbox button.chat-interrupt{border:0px;height:45px;padding-left:5px;background:#bfbfbf;border-top-right-radius:14px;border-bottom-right-radius:14px}#chatbox button.chat-button:focus,#chatbox button.chat-button:hover,#chatbox button.chat-interrupt:focus,#chatbox button.chat-interrupt:hover{box-shadow:none;border:0px}#chatbox button.chat-voice-button{border:0px;height:45px;padding-right:10px;background:#bfbfbf;border-top-right-radius:0;border-bottom-right-radius:0}#chatbox button.chat-voice-button:focus,#chatbox button.chat-voice-button:hover{box-shadow:none;border:0px}.ant-tag{font-family:Inter,serif;box-sizing:border-box;font-size:12px;font-weight:500;line-height:20px;margin-inline-end:0px;padding-inline:7px;padding:2px 5px;background:#fafafa;border:1px solid #d9d9d9;border-radius:4px;opacity:1;transition:all .2s;text-align:start;position:relative}.ant-tag.ant-tag-blue{color:#0088e6;background:#e6f4ff;border-color:#0088e680}.segmentation-table-wrapper{width:100%;max-width:400px;overflow-y:auto;overflow-x:auto;border-radius:13px;border:.741px solid #2B2E30;background:linear-gradient(0deg,#0003,#0003),radial-gradient(96.41% 96.41% at 28.45% 10.44%,#804a8359,#07223259);-webkit-backdrop-filter:blur(29.6487998962px);backdrop-filter:blur(29.6487998962px);box-shadow:0 8px 32px #0006;padding:2px 8px 12px;margin-bottom:10px;display:flex;flex-direction:column;gap:8px;cursor:default}.segmentation-table-wrapper .ant-table-wrapper .ant-table-tbody>tr>td,.segmentation-table-wrapper .ant-table-cell{background:transparent!important;color:#ffffff80;border-color:#e8e8e859!important;padding:6px 8px;font-size:14px}.segmentation-table-wrapper .ant-table-wrapper .ant-table-tbody>tr>td .segmentation-progress,.segmentation-table-wrapper .ant-table-cell .segmentation-progress{margin-top:2px}.segmentation-table-wrapper .ant-empty-description{color:#fff}.segmentation-table-wrapper .ant-table-placeholder,.segmentation-table-wrapper .ant-table-placeholder:hover>td{background:transparent!important}.segmentation-table-wrapper .ant-table{background:transparent;color:#e8e8e8;font-family:Inter,serif}.segmentation-table-wrapper .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before{content:none}.segmentation-table-wrapper .ant-table-wrapper .ant-table-tbody>tr.ant-table-placeholder{background:transparent}.segmentation-table-wrapper .ant-table-wrapper .ant-table-tbody>tr.ant-table-placeholder .ant-table-cell{padding:20px;text-align:left}.segmentation-table-wrapper .ant-table-cell-row-hover{background:transparent}.segmentation-table-wrapper .ant-table-thead>tr>th{color:#e8e8e8}.segmentation-table-wrapper .clickable-row{cursor:pointer}.segmentation-table-wrapper .clickable-row:active{background:transparent}.segmentation-table-wrapper .segmentation-table{width:100%;border-collapse:collapse;background:transparent;overflow:hidden;color:#e8e8e8}.segmentation-table-wrapper .segmentation-table .ant-table-row{cursor:pointer}.segmentation-table-wrapper .segmentation-table tr.ant-table-expanded-row>.ant-table-cell{padding:0}.segmentation-table-wrapper .segmentation-table th,.segmentation-table-wrapper .segmentation-table td{text-align:center;font-size:14px;padding:10px 4px}.segmentation-table-wrapper .segmentation-table th{font-weight:500;border-bottom:1px solid #e0e0e0;background:transparent;padding:6px 4px!important}.segmentation-table-wrapper .segmentation-table td{font-weight:400;border-bottom:1px solid rgba(232,232,232,.35);text-transform:capitalize}.segmentation-table-wrapper .segmentation-table th:nth-child(1),.segmentation-table-wrapper .segmentation-table td:nth-child(1){min-width:175px;overflow-wrap:break-word;width:50%;text-align:left}.segmentation-table-wrapper .segmentation-table th:nth-child(2),.segmentation-table-wrapper .segmentation-table td:nth-child(2){width:25%}.segmentation-table-wrapper .segmentation-table th:nth-child(3),.segmentation-table-wrapper .segmentation-table td:nth-child(3){width:25%}.segmentation-table-wrapper .segmentation-table .ant-progress.ant-progress-circle .ant-progress-text{color:#e8e8e8;font-size:10px}.segmentation-table-wrapper .segments-table{padding:2px 0}.segmentation-table-wrapper .segments-table .ant-table{color:#ccc}.segmentation-table-wrapper .segments-table .ant-table-thead{display:none}.segmentation-table-wrapper .segments-table td{font-size:12px!important;font-weight:400;border-bottom:0px!important;text-transform:capitalize;padding:6px}.segmentation-table-wrapper .segments-table td:nth-child(1){min-width:175px;padding-left:30px!important;width:50%;text-align:left}.segmentation-table-wrapper .segments-table td:nth-child(2){width:25%}.segmentation-table-wrapper .segments-table td:nth-child(3){width:25%}.segmentation-table-wrapper .segments-table .segmentation-status{font-size:11px;padding:3px 7px}.segmentation-table-wrapper .segments-table .ant-statistic .ant-statistic-content{color:#ccc;font-size:14px;font-family:Inter,serif}.segmentation-table-wrapper .segments-table .tr.ant-table-expanded-row{cursor:default}.segmentation-table-wrapper .segmentation-summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.1);font-family:Manjari,serif}.segmentation-table-wrapper .segmentation-summary-row:last-child{border-bottom:none}.segmentation-table-wrapper .segmentation-summary-name{color:#fff;font-size:13px;flex:1;margin-right:12px}.segmentation-table-wrapper .segmentation-summary-status{font-size:11px;text-transform:capitalize;padding:2px 8px;border-radius:10px;white-space:nowrap;background:#ffffff1a;color:#ffffffb3}.segmentation-table-wrapper .segmentation-summary-empty{color:#ffffff80;font-size:13px;text-align:center;padding:16px 0;font-family:Manjari,serif}#view-home{background:linear-gradient(0deg,#5ca9df2b,#5ca9df2b),radial-gradient(115.39% 115.36% at 53.65% 100%,#a7c6ed,#c7e9f3);width:100%;height:100%}#view-home .room-img{max-width:1200px;margin:15px 0 0;max-height:60vh;width:100%;height:auto;object-fit:contain}#view-home button.get-started-btn{text-transform:uppercase;font-family:Inter,serif;color:#094a76;font-weight:500;margin-top:15px;height:60px;padding:10px 24px;position:relative;background:linear-gradient(to bottom right,#f877ff33,#fff3),linear-gradient(to bottom right,#5ca9df,#c8f4e0);box-shadow:inset 0 -16px 82.5px #ceedff;border-radius:16px;cursor:pointer}#view-home button.get-started-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;padding:2px;background:linear-gradient(to bottom,#fff,#9dd0f0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}#view-home .session-start{position:relative;margin-top:20px;height:60px}#view-home .session-start .session-start-avatar-and-room-change{width:575px;height:55px;position:absolute;top:4px;left:50%;transform:translate(-50%);background:#c8e2f4;border-radius:30px 30px 13px 13px;border-top:1px solid #fff;border-bottom:1px solid #fff}#view-home .session-start .session-start-avatar-and-room-change .session-start-avatar-change{height:calc(100% - 2px);width:100px;position:absolute;top:-4px;left:50%;transform:translate(calc(-100% - 40px));border-radius:15px 10px 10px 100px;background-color:#80abd4;background-size:contain;background-repeat:no-repeat;border:3.5px solid #A0C7EB;box-shadow:0 1px #fff}#view-home .session-start .session-start-avatar-and-room-change .session-start-avatar-change span{display:inline-block;font-family:Manjari,serif;font-size:14px;font-weight:700;color:#094a76;position:absolute;text-align:center;transform:translate(calc(-50% - 20px));left:-50%;top:7px;white-space:nowrap;width:fit-content}#view-home .session-start .session-start-avatar-and-room-change .session-start-avatar-change button{font-family:Manjari,serif;font-weight:500;font-size:10px;color:#0088e6;background:transparent;border:1px solid #0088E6;border-radius:12px;white-space:nowrap;padding:2px 8px 0;cursor:pointer;position:absolute;text-align:center;transform:translate(calc(-50% - 20px));left:-50%;bottom:-3px}#view-home .session-start .session-start-avatar-and-room-change .session-start-room-change{height:calc(100% - 2px);width:100px;position:absolute;top:-4px;left:50%;transform:translate(calc(0% + 40px));background-color:#80abd4;background-size:cover;background-repeat:no-repeat;border-radius:10px 15px 100px 10px;border:3.5px solid #A0C7EB;box-shadow:0 1px #fff}#view-home .session-start .session-start-avatar-and-room-change .session-start-room-change span{display:inline-block;font-family:Manjari,serif;font-size:14px;font-weight:700;color:#094a76;white-space:nowrap;position:absolute;text-align:center;transform:translate(calc(50% - 20px));width:fit-content;right:-100%;top:7px}#view-home .session-start .session-start-avatar-and-room-change .session-start-room-change button{font-family:Manjari,serif;font-weight:500;font-size:10px;color:#0088e6;background:transparent;border:1px solid #0088E6;border-radius:12px;white-space:nowrap;padding:2px 8px 0;cursor:pointer;position:absolute;text-align:center;transform:translate(calc(50% - 20px));width:fit-content;right:-100%;bottom:-3px}#view-home .session-start .session-start-btn{position:absolute;margin-top:0;width:160px;white-space:nowrap;top:0;left:50%;transform:translate(-50%)}#view-age{background:linear-gradient(0deg,#5ca9df2b,#5ca9df2b),radial-gradient(115.39% 115.36% at 53.65% 100%,#a7c6ed,#c7e9f3);width:100%;height:100%}#view-age .room-img{max-width:740px;margin:15px 20px 0 0}#view-age .age-form{width:100%;display:flex;flex-direction:column;align-items:center;padding:20px 0}#view-age .age-steps{width:100%;margin-bottom:40px}#view-age .age-steps .ant-steps-item-process .ant-steps-item-icon{background:#0088e6;border-color:#0088e6}#view-age .age-steps .ant-steps-item-finish .ant-steps-item-icon{background:#fff;border-color:#0088e6}#view-age .age-steps .ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon{color:#0088e6}#view-age .age-steps .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#0088e6}#view-age .age-steps .ant-steps-item-title{font-family:Inter,serif;font-size:14px;font-weight:600}#view-age .age-steps .ant-steps-item-description{font-family:Inter,serif;font-size:12px;color:#6e8595!important}#view-age .age-step{width:100%;text-align:center}#view-age .age-title{font-family:Manjari,serif;font-size:26px;font-weight:700;color:#0088e6;margin-bottom:8px}#view-age .age-subtitle{font-family:Inter,serif;font-size:14px;color:#6e8595;margin-bottom:30px}#view-age .age-options{display:flex;flex-direction:column;gap:14px;width:100%}#view-age .age-option{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:transparent;border:1px solid rgba(255,255,255,.8);border-radius:12px;cursor:pointer;transition:all .2s ease}#view-age .age-option:hover{background:#ffffff26;border-color:#fff}#view-age .age-option.selected{background:#fff3;border-color:#fff}#view-age .age-option.selected .option-label{color:#0088e6;font-weight:500}#view-age .age-option .option-label{font-family:Inter,serif;font-size:15px;color:#6e8595;transition:all .2s ease}#view-age .age-option .option-check{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#0088e6;border-radius:50%;color:#fff}#view-age .age-actions{display:flex;flex-direction:column;gap:12px;margin-top:30px;width:100%}#view-age .age-actions .btn-main{width:100%;margin-top:0}#view-age .age-btn-back{font-family:Inter,serif;font-size:14px;font-weight:500;color:#6e8595;background:transparent;border:2px solid #6E8595;border-radius:40px;padding:12px 30px;cursor:pointer;transition:all .2s ease;width:100%}#view-age .age-btn-back:hover:not(:disabled){color:#0088e6;border-color:#0088e6}#view-age .age-btn-back:disabled{opacity:.5;cursor:not-allowed}#view-age .btn-main.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}#view-avatar{background:linear-gradient(0deg,#5ca9df2b,#5ca9df2b),radial-gradient(115.39% 115.36% at 53.65% 100%,#a7c6ed,#c7e9f3);width:100%;height:100%;position:relative}#view-avatar .avatar-bio{display:flex;flex-direction:column;padding:6px 8px;width:160px;height:300px;border:1.5px solid #fff;background:radial-gradient(circle,rgba(255,255,255,.3) 2px,transparent 2px),linear-gradient(180deg,#f877ff33,#fff3),linear-gradient(166.11deg,#5ca9df -22.66%,#c8f4e0 103.91%);background-size:30px 30px,100% 100%,100% 100%;box-shadow:inset 0 -6.41382px 33.0712px #ceedff;border-radius:8px;position:absolute;top:140px;right:-250px}#view-avatar .avatar-bio .avatar-bio-cutout{width:35%;height:10px;position:absolute;top:10px;left:50%;transform:translate(-50%);border-radius:4.946px;background:#9cbbe6;box-shadow:0 .495px 6.084px 2.473px #0722324a inset}#view-avatar .avatar-bio .avatar-bio-cutout .avatar-bio-id{position:absolute;top:-1.5px;right:calc(-50% - 15px);color:#6e809d;font-family:Inter,serif;font-size:9px;font-weight:600}#view-avatar .avatar-bio .avatar-bio-content-wrapper{margin-top:20px;flex:1;display:flex;flex-direction:column}#view-avatar .avatar-bio .avatar-bio-content-wrapper .avatar-bio-company{color:#225172;text-align:center;font-family:Inter,serif;font-size:14.6px;font-weight:600;flex:2;display:flex;align-items:center;justify-content:center}#view-avatar .avatar-bio .avatar-bio-content-wrapper .avatar-bio-thumbnail{flex:4}#view-avatar .avatar-bio .avatar-bio-content-wrapper .avatar-bio-thumbnail img{margin:auto;width:55%;height:100%;object-fit:cover;display:block;border-radius:3.866px;border:1px solid #F4F4F4;background:linear-gradient(150deg,#d9d9d9b8 2.29%,#cdcdcd0d 98.89%)}#view-avatar .avatar-bio .avatar-bio-content-wrapper .avatar-bio-name{flex:1;display:flex;align-items:center;justify-content:center;color:#225172;font-family:Inter,serif;font-size:22px;font-weight:600}#view-avatar .avatar-bio .avatar-bio-content-wrapper .avatar-bio-title{flex:1;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:8px;background:#c6e8ea;color:#225172;font-family:Inter,serif;font-size:14px}#view-avatar .avatar-bio .avatar-bio-content-wrapper .avatar-bio-bio{flex:3;display:flex;align-items:center;justify-content:center;color:#7fa3bc;text-align:center;font-family:Inter,serif;font-size:13px}#view-avatar .avatar-bio .avatar-bio-content-wrapper .avatar-bio-bio span{padding-top:4px;line-height:16px}#view-avatar .avatar-contine-btn{position:absolute;right:0;top:0;transform:translateY(calc(50% + 10px)) translate(-50px)}#view-room{width:100%;height:100%;background:linear-gradient(0deg,#5ca9df2b,#5ca9df2b),radial-gradient(115.39% 115.36% at 53.65% 100%,#a7c6ed,#c7e9f3)}#view-room .view-content{display:flex;flex-direction:column}#view-room .title-pill{font-family:Manjari,serif;font-size:18px;font-weight:600;color:#4c4c4c;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:12px 40px;border-radius:40px;text-align:center;box-shadow:0 4px 16px #0000001a}#view-room .room-loading-state{display:flex;align-items:center;justify-content:center;width:100%;height:100%}#view-room .room-selection-area{padding:20px 50px 0}#view-room .room-thumbnails{display:flex;gap:16px;justify-content:center;align-items:center}#view-room .room-thumb{width:80px;height:80px;border-radius:12px;overflow:hidden;cursor:pointer;border:3px solid transparent;background:#ffffffb3;transition:all .2s ease}#view-room .room-thumb:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0003}#view-room .room-thumb.selected{border-color:#fff;box-shadow:0 4px 16px #ffffff80}#view-room .room-thumb img{width:100%;height:100%;object-fit:cover}#view-room .room-thumb .thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:Manjari,serif;font-size:24px;font-weight:700;color:#5ca9df;background:#5ca9df1a}#view-room .btn-main{margin-top:0}#view-room .btn-main.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}#view-room .room-start-session{position:absolute;right:0;top:50%;transform:translateY(-50%) translate(-50px)}#start-session-content{width:100%;position:relative;margin:40px 0 100px}#start-session-icons{position:relative;top:60px}#start-session-icons button{font-size:16px;font-weight:400;color:#333;padding:0 10px;background:transparent;border:0px;cursor:pointer}#start-session-icons button img{display:inline-block;vertical-align:bottom;width:38px;height:38px;margin:0 8px}.pick-session-mode-switch .ant-radio-button-wrapper{height:55px}#bd-pick-session-mode{margin-top:25px;max-width:600px}.pick-session-mode-tabs .ant-tabs-tab{width:161px;justify-content:center}.pick-session-mode-tabs.ant-tabs .ant-tabs-tab+.ant-tabs-tab{margin:0 0 0 160px}.pick-session-mode-tabs.ant-tabs-top>.ant-tabs-nav:before{border-radius:20px;height:4px;background:transparent;border:1px solid #fff}.pick-session-mode-tabs.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap{overflow:visible}.pick-session-mode-tabs.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar{height:10px;bottom:-2.5px;border-radius:20px;background:#0088e6}.pick-session-mode-tabs.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#0088e6;text-shadow:none;font-size:20px;text-transform:uppercase;font-weight:700}.pick-session-mode-tabs.ant-tabs .ant-tabs-tab-btn{color:#7fa3bc;text-shadow:none;font-size:20px;text-transform:uppercase;font-weight:700}#view-session{background:linear-gradient(0deg,#5ca9df2b,#5ca9df2b),radial-gradient(115.39% 115.36% at 53.65% 100%,#a7c6ed,#c7e9f3);width:100%;height:100%;padding:0;position:relative;overflow:hidden}#session-controls{position:absolute;top:0;left:0;right:0;bottom:0;z-index:100;pointer-events:none;font-family:Manjari,serif}#session-controls .session-controls-container{display:flex;flex-direction:row;height:100%;width:100%;padding:30px;pointer-events:none}#session-controls .column-left{flex:3;display:flex;flex-direction:column;justify-content:space-between;gap:15px;pointer-events:auto}#session-controls .column-left .column-left-top{flex:1;min-width:400px;max-width:500px;height:calc(100% - 100px);position:relative;display:flex}#session-controls .column-left .column-left-bottom{min-width:400px;max-width:500px}#session-controls .column-left .chat-open-btn{cursor:pointer}#session-controls .column-left .chat-panel{width:100%;border-radius:13px;border:.741px solid #2B2E30;background:linear-gradient(0deg,#0003,#0003),radial-gradient(96.41% 96.41% at 28.45% 10.44%,#804a8359,#07223259);-webkit-backdrop-filter:blur(29.6487998962px);backdrop-filter:blur(29.6487998962px);box-shadow:0 8px 32px #0006;overflow:hidden;display:flex;flex-direction:column}#session-controls .column-left .chat-panel .chat-panel-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px}#session-controls .column-left .chat-panel .chat-panel-header .chat-panel-close{display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ffffffb3;transition:color .2s ease;width:24px}#session-controls .column-left .chat-panel .chat-panel-header .chat-panel-close:hover{color:#fff}#session-controls .column-left .chat-panel .chat-panel-header .chat-panel-minimize{display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ffffffb3;transition:color .2s ease;width:24px}#session-controls .column-left .chat-panel .chat-panel-header .chat-panel-minimize:hover{color:#fff}#session-controls .column-left .chat-panel .chat-panel-header .chat-panel-date{color:#ffffffb3;font-size:14px;font-family:Manjari,serif}#session-controls .column-left .chat-panel .chat-panel-footer{display:flex;justify-content:flex-end;align-items:center;gap:6px;padding:12px 16px;cursor:pointer;color:#c8c8c8;font-size:12px;font-family:Manjari,serif;transition:color .2s ease;border-top:1px solid rgba(255,255,255,.1)}#session-controls .column-left .chat-panel .chat-panel-footer:hover{color:#fff}#session-controls .column-left .chat-panel .chat-panel-footer span.disabled{color:#666;cursor:default;pointer-events:none}#session-controls .column-left .chat-panel .chat-messages{overflow-y:auto;padding:0 20px 10px;display:flex;flex-direction:column;gap:12px;transition:max-height .3s ease;box-sizing:border-box}#session-controls .column-left .chat-panel .chat-messages::-webkit-scrollbar{width:6px}#session-controls .column-left .chat-panel .chat-messages::-webkit-scrollbar-track{background:transparent}#session-controls .column-left .chat-panel .chat-messages::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}#session-controls .column-left .chat-panel .chat-bubble-row{display:flex;flex-direction:column}#session-controls .column-left .chat-panel .chat-bubble-row.assistant{align-items:flex-start}#session-controls .column-left .chat-panel .chat-bubble-row.assistant .chat-bubble{background:#1e1e1e85;border-radius:12px 12px 12px 4px}#session-controls .column-left .chat-panel .chat-bubble-row.assistant .chat-timestamp{margin-left:4px}#session-controls .column-left .chat-panel .chat-bubble-row.user{align-items:flex-end}#session-controls .column-left .chat-panel .chat-bubble-row.user .chat-bubble{background:#7fa3bc;border-radius:12px 12px 4px}#session-controls .column-left .chat-panel .chat-bubble-row.user .chat-timestamp{margin-right:4px}#session-controls .column-left .chat-panel .chat-bubble{max-width:85%;padding:8px 12px 6px}#session-controls .column-left .chat-panel .chat-bubble p,#session-controls .column-left .chat-panel .chat-bubble div.chat-markdown *{color:#fff;font-size:14px;line-height:1.5;margin:0}#session-controls .column-left .chat-panel .chat-bubble div.chat-markdown strong{font-weight:600}#session-controls .column-left .chat-panel .chat-bubble div.chat-markdown h2,#session-controls .column-left .chat-panel .chat-bubble div.chat-markdown h3{font-size:16px;padding-top:12px;padding-bottom:2px;margin-bottom:8px;font-weight:700;border-bottom:.5px solid rgba(232,232,232,.5)}#session-controls .column-left .chat-panel .chat-bubble div.chat-markdown h4{font-size:16px;text-decoration:underline;padding-top:10px}#session-controls .column-left .chat-panel .chat-bubble div.chat-markdown ol,#session-controls .column-left .chat-panel .chat-bubble div.chat-markdown ul{padding:5px 0 8px 15px}#session-controls .column-left .chat-panel .chat-bubble div.chat-markdown ol>li,#session-controls .column-left .chat-panel .chat-bubble div.chat-markdown ul>li{font-size:14px;line-height:1.5;padding:0 0 0 2px}#session-controls .column-left .chat-panel .chat-bubble div.chat-markdown hr{border-width:.5px;border-color:#e8e8e880;margin:5px 0}#session-controls .column-left .chat-panel .chat-timestamp{font-size:11px;color:#c8c8c8;margin-top:4px}#session-controls .column-left .column-left-top.expanded .chat-panel{flex:1;width:100%;min-height:0}#session-controls .column-left .column-left-top.expanded .chat-panel .chat-messages{flex:1;min-height:0;max-height:none;padding:0 20px 10px}#session-controls .column-left .column-left-top.collapsed{display:block}#session-controls .column-left .column-left-top.collapsed.collapsed .chat-panel .chat-messages{max-height:none;overflow-y:visible}#session-controls .column-left .chat-input-wrapper{width:100%;min-height:50px;max-height:100px;display:flex;align-items:center;gap:8px;line-height:1.25;padding:0 16px;border-radius:13px;border:.741px solid #2B2E30;background:linear-gradient(0deg,#0003,#0003),radial-gradient(96.41% 96.41% at 28.45% 10.44%,#804a8359,#07223259);-webkit-backdrop-filter:blur(29.6487998962px);backdrop-filter:blur(29.6487998962px)}#session-controls .column-left .chat-input-wrapper textarea{width:100%;min-height:50px;max-height:100px;padding:15px 0 8px}#session-controls .column-left .chat-input-wrapper .ant-input,#session-controls .column-left .chat-input-wrapper .ant-input:hover,#session-controls .column-left .chat-input-wrapper .ant-input:focus,#session-controls .column-left .chat-input-wrapper .ant-input-outlined,#session-controls .column-left .chat-input-wrapper .ant-input-outlined:hover,#session-controls .column-left .chat-input-wrapper .ant-input-outlined:focus{background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important;color:#fff!important;font-family:Manjari,serif!important}#session-controls .column-left .chat-input-wrapper .ant-input::placeholder,#session-controls .column-left .chat-input-wrapper .ant-input:hover::placeholder,#session-controls .column-left .chat-input-wrapper .ant-input:focus::placeholder,#session-controls .column-left .chat-input-wrapper .ant-input-outlined::placeholder,#session-controls .column-left .chat-input-wrapper .ant-input-outlined:hover::placeholder,#session-controls .column-left .chat-input-wrapper .ant-input-outlined:focus::placeholder{color:#ffffff80}#session-controls .column-left .chat-input-wrapper .chat-send-btn{cursor:pointer;color:#ffffffb3;display:flex;align-items:center;transition:color .2s ease}#session-controls .column-left .chat-input-wrapper .chat-send-btn:hover{color:#fff}#session-controls .volume-controls-group{display:flex;align-items:center;justify-content:center;gap:8px;position:relative}#session-controls .volume-controls-group .mic-btn{margin-right:-4px}#session-controls .volume-controls-group .mic-btn.disabled{background:#2d2f30ed;border-color:#959595}#session-controls .volume-controls-group .mic-btn.disabled svg{stroke:#5c5c5c}#session-controls .volume-controls-group .mic-tooltip{position:absolute;bottom:67px;left:50%;transform:translate(-50%);padding:12px 15px;border-radius:9.64px;background:#2d2f30ed;font-family:Inter,sans-serif;font-weight:400;font-size:13px;line-height:1;color:#fff;z-index:1000;text-align:center;white-space:nowrap}#session-controls .volume-controls-group .mic-tooltip a{color:#9ab8ff;cursor:pointer}#session-controls .volume-controls-group .volume-panel-btn{margin-right:-10px;border-top-right-radius:0;border-bottom-right-radius:0;border-right:none;padding-left:4px}#session-controls .volume-controls-group .mute-btn{margin-left:-8px;margin-right:-4px}#session-controls .volume-controls-group .pill-icon.muted{border-color:#6e859566;background:#6e8595}#session-controls .controls-row{display:flex;align-items:center;gap:8px;pointer-events:auto}#session-controls .pill-icon.end-session{background:#f45255;border-radius:50%;padding:5px}#session-controls .pill-icon.end-session svg{stroke:#fff;width:28px;height:28px}#session-controls .column-center{flex:2;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;pointer-events:none}#session-controls .column-right{flex:3;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;pointer-events:none;min-height:0}#session-controls .column-right .column-right-bottom{display:flex;align-items:center;gap:8px;pointer-events:auto}#session-controls .column-right .tasks-btn{cursor:pointer;margin-right:-4px}.volume-panel-wrapper{position:relative;display:inline-flex;align-items:center}.volume-panel-popover{position:absolute;bottom:calc(100% + 16px);left:100%;transform:translate(-50%);border-radius:13px;border:.741px solid #2B2E30;background:linear-gradient(0deg,#0003,#0003),radial-gradient(96.41% 96.41% at 28.45% 10.44%,#804a8359,#07223259);-webkit-backdrop-filter:blur(29.6487998962px);backdrop-filter:blur(29.6487998962px);padding:4px 16px 2px;box-shadow:0 8px 32px #0006;z-index:1000;-webkit-user-select:none;user-select:none}.volume-slider-tooltip .ant-tooltip-inner,.volume-slider-tooltip .ant-tooltip-content .ant-tooltip-inner{background:linear-gradient(135deg,#804a83f2,#323c46fa)!important;background-color:transparent!important;border:none!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff!important;font-size:12px;font-weight:500;min-height:24px;padding:4px 8px;box-shadow:none!important}.volume-slider-tooltip .ant-tooltip-arrow:before,.volume-slider-tooltip .ant-tooltip-arrow:after{background:#323c46fa!important;background-color:#323c46fa!important;border:none!important}.volume-panel{min-width:280px}.volume-panel .volume-row{display:flex;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1)}.volume-panel .volume-row:last-child{border-bottom:none}.volume-panel .volume-row.mute-all{padding-top:16px}.volume-panel .volume-row .volume-label{color:#fff;font-size:14px;font-weight:500;min-width:130px}.volume-panel .volume-row .volume-icon{display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fffc;transition:color .2s ease}.volume-panel .volume-row .volume-icon:hover{color:#fff}.volume-panel .volume-row .volume-icon.clickable{border-radius:4px}.volume-panel .volume-row .volume-icon.clickable:hover{background:#ffffff1a}.volume-panel .volume-row .volume-slider{flex:1;margin:0}.volume-panel .volume-row .volume-slider .ant-slider-rail{background:#fff3;height:4px}.volume-panel .volume-row .volume-slider .ant-slider-track{background:#fff9;height:4px}.volume-panel .volume-row .volume-slider .ant-slider-handle:after{background:#fff;box-shadow:0 2px 4px #0000004d;width:14px;height:14px;inset-block-start:-3px;inset-inline-start:-3px}.volume-panel .volume-row .volume-slider .ant-slider-handle:hover:after,.volume-panel .volume-row .volume-slider .ant-slider-handle:focus:after{box-shadow:0 0 0 4px #fff3}.volume-panel .volume-row .volume-slider.ant-slider-disabled .ant-slider-rail{background:#ffffff1a!important}.volume-panel .volume-row .volume-slider.ant-slider-disabled .ant-slider-track{background:#ffffff4d!important}.volume-panel .volume-row .volume-slider.ant-slider-disabled .ant-slider-handle:after{background:#8c8c96!important;opacity:1!important}#side-controls{width:120px;position:absolute;top:50%;left:60px;transform:translateY(-50%)}#side-controls .control-panel{background:#505050;border-radius:36px;padding:15px}#side-controls .control-panel .control-panel-item{padding:2px 0;position:relative}#side-controls .control-panel .control-panel-item-content{width:100%;text-align:center;color:#acacac;margin:8px 0;font-weight:500;font-size:14px}#chatbox-wrapper-full{min-height:82px;width:600px;display:none;background:#505050;border-radius:24px;padding:25px 20px;position:absolute;left:120px;top:-10px}#view-session-pip{width:100%;padding:0;background:#505050}#pip-placeholder{font-family:Manjari,serif;background:linear-gradient(to bottom,#f877ff33,#fff3),linear-gradient(to bottom,#5ca9df,#c8f4e0);box-shadow:inset 0 -16px 82.5px #ceedff;width:100%;height:100%}#pip-placeholder p{color:#094a76;text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:normal}#chrome-warning{background:#233343;width:100%;height:100%}#chrome-warning p{text-align:center;font-size:20px;font-weight:600;line-height:1.5}.responding-icon{background:#1e1e1e85;padding:6px 8px;border-radius:40px;display:inline-flex;align-items:center;justify-content:center;gap:5px}.responding-icon .dot{width:8px;height:8px;background:#fff;border-radius:50%;animation:responding-dot-bounce 1.4s infinite ease-in-out}.responding-icon .dot:nth-child(1){animation-delay:-.32s}.responding-icon .dot:nth-child(2){animation-delay:-.16s}.responding-icon .dot:nth-child(3){animation-delay:0s}@keyframes responding-dot-bounce{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-10px);opacity:1}}.ant-notification .ant-notification-notice-wrapper .session-ended-idle{width:550px;background:#fff}.ant-notification .ant-notification-notice-wrapper .session-ended-idle .ant-notification-notice-icon{margin-top:5px}.ant-notification .ant-notification-notice-wrapper .session-ended-idle .ant-notification-notice-icon svg{width:40px;height:40px;color:#0088e6}.ant-notification .ant-notification-notice-wrapper .session-ended-idle .ant-notification-notice-message{margin-inline-start:60px;font-size:18px;font-weight:600;color:#4c4c4c;font-family:Inter,serif}.ant-notification .ant-notification-notice-wrapper .session-ended-idle .ant-notification-notice-description{margin-inline-start:60px;color:#4c4c4c;font-family:Inter,serif}.ant-notification .ant-notification-notice-wrapper .session-not-found{width:400px;background:#fff}.ant-notification .ant-notification-notice-wrapper .session-not-found .ant-notification-notice-icon{margin-top:5px}.ant-notification .ant-notification-notice-wrapper .session-not-found .ant-notification-notice-icon svg{width:40px;height:40px;color:#0088e6}.ant-notification .ant-notification-notice-wrapper .session-not-found .ant-notification-notice-message{margin-inline-start:60px;font-size:18px;font-weight:600;color:#4c4c4c;font-family:Inter,serif}.ant-notification .ant-notification-notice-wrapper .session-not-found .ant-notification-notice-description{margin-inline-start:60px;color:#4c4c4c;font-family:Inter,serif}#view-terms{background:#2e373d;width:100%;height:100%;overflow:hidden}#view-terms .terms-container{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:0 50px;height:100%}#view-terms .terms-tabs{display:flex;justify-content:center;gap:20px;padding:0 0 50px}#view-terms .terms-tab{font-family:Manjari,serif;background:transparent;border:none;color:#6e8595;font-size:14px;font-weight:600;padding:8px 16px;cursor:pointer;transition:color .2s ease;position:relative;outline:none}#view-terms .terms-tab:hover{color:#5ca9df}#view-terms .terms-tab:focus{outline:none}#view-terms .terms-tab.active{color:#5ca9df}#view-terms .terms-tab.active:after{content:"";position:absolute;bottom:10px;left:50%;transform:translate(-50%);width:78%;height:2px;background:#5ca9df;border-radius:1px}#view-terms .terms-title{font-family:Manjari,serif;text-align:center;color:#fff;font-size:30px;margin-bottom:0;text-transform:uppercase}#view-terms .terms-content{flex:1;overflow-y:auto;padding:0 20px 40px}#view-terms .terms-content::-webkit-scrollbar{width:8px;background:transparent;border-radius:4px}#view-terms .terms-content::-webkit-scrollbar-thumb{border-radius:4px;background-color:transparent;transition:background-color .3s ease}#view-terms .terms-content:hover::-webkit-scrollbar-thumb{background-color:#fff3}#view-terms .terms-markdown{max-width:550px;margin:0 auto;overflow-y:scroll;height:calc(100% - 15px);scrollbar-width:thin;scrollbar-color:transparent transparent}#view-terms .terms-markdown:hover{scrollbar-color:rgba(255,255,255,.2) transparent}#view-terms .terms-markdown::-webkit-scrollbar{width:8px}#view-terms .terms-markdown::-webkit-scrollbar-track{background:transparent}#view-terms .terms-markdown::-webkit-scrollbar-thumb{border-radius:4px;background-color:transparent}#view-terms .terms-markdown:hover::-webkit-scrollbar-thumb{background-color:#fff3}#view-terms .terms-markdown h1,#view-terms .terms-markdown h2,#view-terms .terms-markdown h3,#view-terms .terms-markdown h4,#view-terms .terms-markdown h5,#view-terms .terms-markdown h6{color:#ddeefb;font-family:Inter,serif;margin-top:30px;margin-bottom:15px}#view-terms .terms-markdown h1{font-size:32px;text-align:center;font-weight:600;letter-spacing:6px;text-transform:uppercase;margin-top:10px}#view-terms .terms-markdown h2{font-size:24px;font-weight:600}#view-terms .terms-markdown h3{font-size:18px;font-weight:600}#view-terms .terms-markdown h4,#view-terms .terms-markdown h5,#view-terms .terms-markdown h6{font-size:16px;font-weight:600}#view-terms .terms-markdown p{color:#92a9b9;font-size:14px;line-height:1.8;margin-bottom:16px}#view-terms .terms-markdown strong{color:#ddeefb;font-weight:600}#view-terms .terms-markdown em{font-style:italic}#view-terms .terms-markdown ul,#view-terms .terms-markdown ol{color:#6e8595;padding-left:24px;margin-bottom:16px}#view-terms .terms-markdown ul li,#view-terms .terms-markdown ol li{font-size:14px;line-height:1.8;margin-bottom:8px;color:#6e8595}#view-terms .terms-markdown a{color:#5ca9df;text-decoration:underline}#view-terms .terms-markdown a:hover{color:#3fa9f5}#view-terms .terms-markdown blockquote{border-left:3px solid #5CA9DF;padding-left:16px;margin:20px 0;color:#6e8595;font-style:italic}#view-terms .terms-markdown hr{border:none;border-top:1px solid rgba(255,255,255,.1);margin:30px 0}#view-terms .terms-markdown code{background:#ffffff1a;padding:2px 6px;border-radius:4px;font-family:Source Code Pro,monospace;font-size:13px;color:#3fa9f5}#view-terms .terms-markdown pre{background:#0000004d;padding:16px;border-radius:8px;overflow-x:auto;margin:16px 0}#view-terms .terms-markdown pre code{background:transparent;padding:0}#view-terms .terms-markdown>p:first-of-type{font-family:Manjari,serif;text-align:center;color:#6e8595;font-size:14px;margin-bottom:60px;text-transform:capitalize}.thumbnail-selector{display:flex;flex-direction:column;align-items:center;width:100%;position:relative}.thumbnail-selector.disabled{opacity:.6;pointer-events:none}.thumbnail-selector.background-mode{flex:1;justify-content:flex-end;transition:background-image .5s ease}.thumbnail-selector .thumbnail-selector-main{display:flex;align-items:flex-end;justify-content:center;position:relative;min-width:300px}.thumbnail-selector .thumbnail-selector-main-image,.thumbnail-selector .thumbnail-selector-main-video{max-width:100%;max-height:100%;object-fit:contain;image-rendering:high-quality;transform:translateZ(0);filter:drop-shadow(0px 8px 24px rgba(0,0,0,.15))}.thumbnail-selector .thumbnail-selector-thumbnails{position:relative;display:flex;gap:30px;justify-content:center;align-items:center;padding:40px 0;flex-shrink:0;margin-top:20px;width:100%}.thumbnail-selector .thumbnail-selector-item{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s ease;flex-shrink:0}.thumbnail-selector .thumbnail-selector-item .thumbnail-selector-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0006;z-index:2;color:#fff}.thumbnail-selector .thumbnail-selector-item img{width:100%;height:100%;object-fit:cover;display:block}.thumbnail-selector .thumbnail-selector-item.default{border:1.5px solid #fff;background:#fff}.thumbnail-selector .thumbnail-selector-item.default:hover{transform:translateY(-4px);box-shadow:0 6px 20px #00000026}.thumbnail-selector .thumbnail-selector-item.default.selected{outline:3px solid #fff;box-shadow:0 4px 16px #5ca9df4d;transform:scale(1.15)}.thumbnail-selector .thumbnail-selector-item.glassy{border:1.5px solid #fff;background:radial-gradient(circle,rgba(255,255,255,.3) 2px,transparent 2px),linear-gradient(180deg,#f877ff33,#fff3),linear-gradient(166.11deg,#5ca9df -22.66%,#c8f4e0 103.91%);background-size:30px 30px,100% 100%,100% 100%;box-shadow:inset 0 -6.41382px 33.0712px #ceedff}.thumbnail-selector .thumbnail-selector-item.glassy:hover{transform:translateY(-4px);box-shadow:inset 0 -6.41382px 33.0712px #ceedff,0 6px 20px #00000026}.thumbnail-selector .thumbnail-selector-item.glassy.selected{outline:3px solid #fff;box-shadow:inset 0 -6.41382px 33.0712px #ceedff,0 4px 16px #5ca9df4d;transform:scale(1.15)}.thumbnail-selector .thumbnail-selector-label{display:block;text-align:center;font-size:12px;font-weight:500;color:#6e8595;margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thumbnail-selector .thumbnail-selector-placeholder{display:flex;align-items:center;justify-content:center;width:100%;color:#fff6}#error-page{background:#2e373d;width:100%;height:100%}#error-page p{text-align:center;font-size:20px;font-weight:600;line-height:1.5}#loading-page{width:100%;height:100%;background:linear-gradient(90deg,#f877ff33,#fff3),linear-gradient(180deg,#5ca9df,#c8f4e0);box-shadow:0 -16px 82.5px #ceeddf inset}#loading-page .loading-page-content{display:flex;flex-direction:column;align-items:center;gap:20px;justify-content:flex-start;padding-top:100px}#loading-page .loading-page-text{text-align:center}#loading-page .loading-page-text p+p{margin-top:15px}#loading-page .loading-page-text h3{color:#094a76;text-align:center;font-family:Manjari;font-size:24px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:8px}#loading-page .loading-page-text p{color:#225172;text-align:center;font-family:Inter;font-size:18px;font-style:normal;font-weight:500;line-height:normal;margin:0}#loading-page .loading-page-spinner{margin-top:40px}#loading-page .loading-page-spinner svg{color:#fff9}#loading-page .loading-page-highlight{color:#0088e6}input:-webkit-autofill,input:-webkit-autofill:focus{transition:background-color 600000s 0s,color 600000s 0s}input[data-autocompleted]{background-color:transparent!important}input:-webkit-autofill{-webkit-text-fill-color:#4C4C4C!important}.ant-form-vertical .ant-form-item-label{padding-bottom:0}.ant-form-item .ant-form-item-label>label{color:#333;font-size:12px}.ant-form-item-label>label{font-size:12px;font-weight:500;color:#8c8c8c;line-height:1}.ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before{margin-right:0;position:absolute;right:5px}.ant-form-item{color:#4c4c4c;font-size:13px;line-height:1.57;margin-bottom:16px}.ant-form-item .ant-form-item-explain-error{display:none}.ant-input-outlined.ant-input-status-error:not(.ant-input-disabled),:where(.css-dev-only-do-not-override-kk2c0l).ant-select-outlined.ant-select-status-error:not(.ant-select-customize-input) .ant-select-selector{border-color:#f45255}.ant-input{width:100%;min-width:0;padding:4px 11px;color:#4c4c4c;font-size:13px;line-height:1.57;background-color:#fff;border:1px solid #e6e6e6;border-radius:4px;transition:all .3s}.ant-input:focus,.ant-input:hover{border-color:none;box-shadow:none}.ant-input-outlined:hover{border-color:#0088e6;background-color:#fff}.ant-input-outlined:focus,.ant-input-outlined:focus-within{box-shadow:none}.ant-input.search{border-radius:40px}.ant-input-affix-wrapper{border-radius:4px}.ant-form-item-explain,.ant-form-item-extra{color:#4c4c4c;font-size:11px}.ant-form-item-explain-error{color:#ff4d4f}.access-denied-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.access-denied-modal{position:relative;display:flex;flex-direction:column;align-items:center;padding:40px 60px;border-radius:24px;border:3px solid #fff;background:linear-gradient(90deg,#f877ff33,#fff3),linear-gradient(76deg,#5ca9df -22.66%,#c8f4e0 103.91%);box-shadow:0 -16px 82.5px #ceedff inset;text-align:center;max-width:420px;animation:access-denied-appear .3s ease-out}.access-denied-title{font-family:Manjari,serif;font-size:24px;font-weight:700;color:#2c3e50}.access-denied-message{font-family:Inter,serif;font-size:15px;font-weight:400;color:#4a5568;line-height:1.6;margin:0}@keyframes access-denied-appear{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}#view-plans{min-height:100vh;width:100%;display:flex;flex-direction:column;position:relative;background:#c8e2f4}#view-plans .plans-back-btn{position:absolute;top:28px;left:28px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:3px solid #5CA9DF;background:transparent;color:#5ca9df;cursor:pointer;flex-shrink:0;z-index:10;transition:border-color .2s ease,background .2s ease}#view-plans .plans-back-btn:hover{border-color:#4fa3d8;background:#63b4e614}#view-plans .plans-back-btn svg{stroke:#63b4e6}#view-plans .plans-content{flex:1;display:flex;flex-direction:column;align-items:center;padding:60px 20px 0}#view-plans .plans-title{font-family:Manjari,serif;font-size:36px;font-weight:700;color:#0088e6;letter-spacing:.03em;line-height:normal;text-align:center;margin:0 0 30px}#view-plans .plans-toggle-row{display:flex;align-items:center;justify-content:center;gap:8px;z-index:10;transform:translate(60px)}#view-plans .plans-toggle{display:inline-flex;align-items:stretch;background:#9ccef2;border-radius:50px;padding:0;gap:0px;width:298px;height:31px}#view-plans .plans-save-badge-wrap{display:flex;align-items:center;justify-content:flex-start;min-width:92px}#view-plans .plans-toggle-btn{font-family:Manjari,serif;font-size:16px;font-weight:400;border:none;border-radius:68px;padding:5px 0 0;cursor:pointer;background:transparent;color:#5fa2d1;transition:all .25s ease;line-height:1;display:flex;width:149px;justify-content:center;align-items:center;gap:10px}#view-plans .plans-toggle-btn.active{background:#0088e6;color:#fff;font-weight:700;box-shadow:0 2px 8px #0088e64d}#view-plans .plans-save-badge{font-family:Manjari,serif;font-size:14px;font-weight:400;padding:10px 20px;line-height:1;white-space:nowrap;border-radius:68px;border:2px;position:relative;color:transparent;background:radial-gradient(291.74% 151.07% at 0% 72.22%,#c077ff,#5ca9df 50.34%,#c8f4e0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}#view-plans .plans-save-badge:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:68px;padding:1.5px;background:radial-gradient(291.74% 151.07% at 0% 72.22%,#c077ff,#5ca9df 50.34%,#c8f4e0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1}#view-plans .plans-save-badge__text{display:inline-block;transform:translateY(2px);font-family:Manjari,serif;font-size:14px;font-weight:400;color:transparent;background:radial-gradient(291.74% 151.07% at 0% 72.22%,#c077ff,#5ca9df 50.34%,#c8f4e0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}#view-plans .plans-card{display:flex;width:359px;height:360px;flex-direction:column;justify-content:center;align-items:center;gap:33px;background:#fff;border-radius:16px;overflow:hidden;margin-top:50px;position:relative}#view-plans .plans-card-info-anchor{position:absolute;top:12px;right:20px;z-index:2;display:inline-flex;line-height:0}#view-plans .plans-card-info-icon{cursor:pointer;color:#5b95c2}#view-plans .plans-card-banner{display:flex;align-items:center;align-self:stretch;justify-content:space-between;padding:8px 19px;height:46px;border-radius:12.088px 12.088px 0 0;background:linear-gradient(180deg,#f877ff33 -6.25%,#fff3),linear-gradient(180deg,#5ca9df,#c8f4e0 101.04%);font-family:Manjari,serif;font-size:18px;font-weight:700;color:#2e373d;line-height:1}#view-plans .plans-card-banner .plans-card-banner-side{flex:1;display:flex;align-items:center;min-width:0}#view-plans .plans-card-banner .plans-card-banner-side--end{justify-content:flex-end}#view-plans .plans-card-banner .plans-card-banner-title{flex:0 0 auto;transform:translateY(3px)}#view-plans .plans-card-banner svg{stroke:#2e373d;flex-shrink:0}#view-plans .plans-card-banner:not(.early-bird){background:var(--End-year-discount, linear-gradient(180deg, rgba(248, 119, 255, .2) -6.25%, rgba(255, 255, 255, .2) 100%), radial-gradient(215.95% 197% at -.29% -7.61%, #C077FF 0%, #5CA9DF 50.34%, #C8F4E0 100%))}#view-plans .plans-card-banner:not(.early-bird) .plans-card-banner-title{color:#fff}#view-plans .plans-card-banner:not(.early-bird) svg{stroke:#fff}#view-plans .plans-card-banner.early-bird .plans-card-banner-title{color:#2e373d}#view-plans .plans-card-banner.early-bird svg{stroke:#2e373d}#view-plans .plans-card-banner-spacer{height:46px;align-self:stretch;visibility:hidden;pointer-events:none}#view-plans .plans-card-info-btn{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;cursor:pointer;line-height:0}#view-plans .plans-card-body{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 32px 32px;gap:0px;height:calc(100% - 46px)}#view-plans .plans-card-duration{font-family:Manjari,serif;font-size:36px;font-weight:700;color:#225172;margin:0 0 40px;line-height:1}#view-plans .plans-card-billing{font-family:Manjari,serif;font-size:16px;font-weight:400;color:#225172;margin:4px 0 20px;line-height:1}#view-plans .plans-card-price{display:flex;align-items:baseline;gap:6px;margin-bottom:28px}#view-plans .plans-card-original{font-family:Manjari,serif;font-size:16px;font-weight:400;color:#aaa;text-decoration:line-through}#view-plans .plans-card-amount{font-family:Manjari,serif;font-size:28px;font-weight:700;color:#0088e6;line-height:1}#view-plans .plans-card-period{font-family:Manjari,serif;font-size:14px;font-weight:700;color:#0088e6}#view-plans .plans-card.end-of-trial .plans-card-amount,#view-plans .plans-card.end-of-trial .plans-card-period{color:#c37dff}#view-plans .plans-card.current-plan .plans-card-body{height:calc(100% - 46px)}#view-plans .plans-card-subscribe-btn{display:flex;align-items:center;justify-content:center;width:185px;height:49px;padding:0 38px;font-family:Inter,sans-serif;font-size:18px;font-weight:600;color:#0000008a!important;line-height:1;background:#fff!important;border:none!important;border-radius:9px!important;cursor:pointer;box-shadow:0 0 2.7px #00000014,0 1.8px 2.7px #0000002b;transition:all .2s ease;flex-shrink:0}#view-plans .plans-card-subscribe-btn:hover{color:#000000b3!important;box-shadow:0 1.8px 4px #0003,0 0 4px #0000001a}#view-plans .plans-card-subscribe-btn.current-plan,#view-plans .plans-card-subscribe-btn.current-plan.ant-btn[disabled]{display:flex;width:184.5px;height:48.6px;padding:0 28.95px 0 27.55px;justify-content:center;align-items:center;flex-shrink:0;border-radius:9px!important;border:.9px solid #A4BFD2!important;background:#fff!important;box-shadow:none!important;color:#a4bfd2!important;opacity:1!important;cursor:default!important}#view-plans .plans-offer-details{display:flex;width:184px;height:173px;flex-direction:column;justify-content:center;align-items:center;gap:9px;flex-shrink:0}#view-plans .plans-offer-details h4{font-family:Manjari,serif;font-size:16px;font-weight:700;color:#225172;text-align:center;line-height:1;margin:0}#view-plans .plans-offer-details p{font-family:Inter,serif;font-size:13px;font-weight:400;color:#225172;margin:0;line-height:1.4}#view-plans .plans-offer-details p strong{font-weight:700}#view-plans .plans-card-countdown{margin:14px 0 0;font-family:Manjari,serif;font-size:32px;font-weight:400;line-height:1;color:#c37dff}#view-plans #footer{margin-top:auto}.plans-offer-details{display:flex;flex-direction:column;gap:10px}.plans-offer-details h4{font-family:Manjari,serif;font-size:16px;font-weight:700;color:#225172;text-align:center;line-height:1;margin:0}.plans-offer-details p{font-family:Inter,serif;font-size:14px;font-weight:400;color:#225172;margin:0;line-height:1}.plans-offer-details p strong{font-weight:600}.plans-offer-details hr{width:100%;border:none;border-top:1px solid #E0E0E0;margin:10px 0}.safety-notice-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;display:flex;align-items:center;justify-content:center;background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.safety-notice-content{display:flex;flex-direction:column;align-items:center;gap:24px}.safety-notice-content p+p{margin-top:20px}.safety-notice-modal{width:500px;height:440px;max-width:80vw;display:flex;flex-direction:column;align-items:flex-start;padding:60px;background:linear-gradient(90deg,#f877ff33,#fff3),linear-gradient(180deg,#5ca9df -22.66%,#c8f4e0 103.91%);box-shadow:0 -16px 82.5px #ceedff inset;animation:safety-notice-appear .3s ease-out;border:3px solid rgba(255,255,255,.75);border-radius:16px}.safety-notice-title{font-family:Manjari;font-size:22px;font-weight:700;font-style:normal;line-height:normal;color:#094a76;text-align:center;align-self:stretch;margin-bottom:20px}.safety-notice-text{font-family:Inter;font-size:16px;font-style:normal;font-weight:400;color:#225172;line-height:normal;margin:0 0 14px;align-self:stretch}.safety-notice-text a{color:#225172;text-decoration:underline;font-weight:500}.safety-notice-text a:hover{color:#fff}.safety-notice-bold{font-weight:600}.safety-notice-btn{width:160px;height:60px;border:2.769px solid #FFF;border-radius:12px;background:linear-gradient(90deg,#f877ff33,#fff3),linear-gradient(180deg,#5ca9df -22.66%,#c8f4e0 103.91%);box-shadow:0 -14.769px 76.154px #ceedff inset;color:#094a76;font-family:Manjari;font-size:18px;font-weight:700;text-align:center;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding-top:8px}.safety-notice-btn:hover{transform:scale(1.03)}@keyframes safety-notice-appear{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}#view-subscription{min-height:100vh;width:100%}#view-subscription .ant-layout{min-height:100vh}#view-subscription .ant-layout-sider{width:20%!important;max-width:20%!important;min-width:20%!important;min-height:100vh;background:linear-gradient(0deg,#5ca9df2b,#5ca9df2b),radial-gradient(115.39% 115.36% at 53.65% 100%,#a7c6ed,#c7e9f3);overflow:hidden}#view-subscription .ant-layout-content{width:80%;min-height:100vh;background:#fff}#view-subscription .subscription-sider-inner{padding:24px 20px;display:flex;flex-direction:column;align-items:stretch;gap:40px}#view-subscription .subscription-back-btn{margin-left:10px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:3px solid #5CA9DF;background:transparent;color:#5ca9df;cursor:pointer;flex-shrink:0;transition:border-color .2s ease,background .2s ease}#view-subscription .subscription-back-btn:hover{border-color:#4fa3d8;background:#63b4e614}#view-subscription .subscription-back-btn svg{stroke:#63b4e6}#view-subscription .subscription-nav{margin-top:60px;display:flex;flex-direction:column;gap:16px;width:100%}#view-subscription .subscription-nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px 12px 10px;border-radius:8px;width:100%;box-sizing:border-box;font-family:Manjari,serif;font-size:16px;font-weight:600;line-height:1;color:#072232;cursor:pointer;transition:background .2s ease,color .2s ease}#view-subscription .subscription-nav-item svg{flex-shrink:0;stroke:#072232;transition:stroke .2s ease}#view-subscription .subscription-nav-item span{transform:translateY(3px)}#view-subscription .subscription-nav-item:hover:not(.active){background:#ddeefb;color:#0088e6}#view-subscription .subscription-nav-item:hover:not(.active) svg{stroke:#0088e6}#view-subscription .subscription-nav-item.active{background:#ddeefb;color:#0088e6}#view-subscription .subscription-nav-item.active svg{stroke:#0088e6}#view-subscription .subscription-content-inner{padding:40px 50px}#view-subscription .subscription-title{margin:50px 0 40px;font-family:Manjari,serif;font-size:26px;font-weight:700;color:#0088e6}#view-subscription .subscription-card{display:flex;align-items:center;justify-content:space-between;font-family:Manjari,serif;background:#c8e2f440;border-radius:13px;padding:24px 21px;margin-top:20px;margin-bottom:20px;min-height:auto;box-sizing:border-box}#view-subscription .subscription-card-left{display:flex;flex-direction:column;gap:10px}#view-subscription .subscription-card-header{display:flex;flex-direction:row;align-items:baseline;gap:12px}#view-subscription .subscription-card-plan{margin:0;font-size:18px;font-weight:700;line-height:1;color:#072232}#view-subscription .subscription-card-badge{font-family:Manjari,serif;font-size:18px;font-weight:700;line-height:1;color:#f877ff;transform:translateY(-3px)}#view-subscription .subscription-card-detail{font-family:Manjari,serif;font-size:14px;font-weight:400;color:#6e8595;margin:0}#view-subscription .subscription-card-btn{border-radius:9px;border:none;background:#fff;font-family:Inter,sans-serif;width:140px;text-align:center;font-size:14px;font-weight:500;line-height:1;color:#6e8595;padding:14px 48px;height:auto;cursor:pointer;box-shadow:0 1.8px 2.7px #0000002b,0 0 2.7px #00000015}#view-subscription .subscription-card-btn:hover{color:#0088e6;box-shadow:0 1.8px 4px #0003,0 0 4px #0000001a}#view-subscription .subscription-section{padding:40px 0 37px;border-top:3px solid rgba(200,226,244,.2509803922)}#view-subscription .subscription-section:first-of-type{border-top:none}#view-subscription .subscription-section-title{font-family:Manjari,serif;font-size:18px;font-weight:700;line-height:1;color:#072232;margin:0 0 10px}#view-subscription .subscription-section-detail{font-family:Manjari,serif;font-size:14px;font-weight:400;color:#6e8595;margin:4px 0}#view-subscription .subscription-section-row{display:flex;align-items:center;justify-content:space-between;padding-right:25px}#view-subscription .subscription-link{color:#0088e6;text-decoration:underline;font-weight:700}#view-subscription .subscription-link:hover{text-decoration:underline}#view-subscription .subscription-cancel-btn{width:140px;border-radius:9px;border:.9px solid #6E8595;background:transparent;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:1;color:#6e8595;padding:14px 0;height:auto;text-align:center;cursor:pointer;box-shadow:none}#view-subscription .subscription-cancel-btn:hover{border-color:#0088e6;color:#0088e6}#view-subscription .subscription-delete-btn{width:140px;border-radius:9px;border:1.2px solid #F45255;background:transparent;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:1;color:#f45255;padding:14px 0;height:auto;text-align:center;cursor:pointer;box-shadow:none}#view-subscription .subscription-delete-btn:hover{border-color:#f45255;background:#f45255;color:#fff}#view-subscription .subscription-invoices-table{width:100%;border-collapse:collapse;margin-top:16px}#view-subscription .subscription-invoices-table th,#view-subscription .subscription-invoices-table td{text-align:left;padding:8px 0;font-size:14px;line-height:1;font-family:Manjari,serif}#view-subscription .subscription-invoices-table th{font-weight:700;color:#072232;padding-bottom:12px}#view-subscription .subscription-invoices-table td{font-weight:400;color:#6e8595}#view-subscription .subscription-invoices-table td a{color:#6e8595;text-decoration:underline;font-weight:500;cursor:pointer}#view-subscription .subscription-invoices-table td a:hover{color:#0088e6}#view-subscription .subscription-invoices-table th:nth-child(1),#view-subscription .subscription-invoices-table td:nth-child(1){width:20%}#view-subscription .subscription-invoices-table th:nth-child(2),#view-subscription .subscription-invoices-table td:nth-child(2){width:20%}#view-subscription .subscription-invoices-table th:nth-child(3),#view-subscription .subscription-invoices-table td:nth-child(3){width:20%}#view-subscription .subscription-invoices-table th:nth-child(4),#view-subscription .subscription-invoices-table td:nth-child(4){width:20%}@media(max-width:1024px){#view-subscription .ant-layout-sider{width:60px!important;min-width:60px!important;max-width:60px!important}#view-subscription .subscription-sider-inner{padding:24px 10px;align-items:center}#view-subscription .subscription-back-btn{margin-left:0}#view-subscription .subscription-nav-item{justify-content:center;padding:12px}#view-subscription .subscription-nav-item span{display:none}}.trial-end-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#00000059;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation:trial-end-fade-in .3s ease-out}.trial-end-title{color:#fff;text-align:center;font-family:Manjari;font-size:36px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:1.08px}.trial-end-modal{position:relative;display:flex;flex-direction:column;width:944px;height:696px;background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026;overflow:hidden;animation:trial-end-scale-in .3s ease-out}.trial-end-columns{display:flex;flex:1;min-height:0;padding:0;gap:16px}.trial-end-left{width:314px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#c8c8c8;border:3px solid #FFF;border-right:none;border-radius:20px 0 0 20px}.trial-end-placeholder{color:#fff;font-family:Inter;font-size:36px;font-style:normal;font-weight:500;line-height:normal}.trial-end-right{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px}.trial-end-close{position:absolute;top:22px;right:25px;width:32px;height:32px;background:transparent;color:#a4bfd2;cursor:pointer;transition:color .2s ease,background .2s ease}.trial-end-close:hover{color:#333;background:transparent}.trial-end-offer-title{position:absolute;top:80px;color:#0088e6;text-align:center;font-family:Inter;font-size:28px;font-style:normal;font-weight:700;line-height:normal}.trial-end-subtitle{color:#225172;text-align:center;font-family:Inter;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.trial-end-card{width:100%;max-width:503px;height:131px;border-radius:18px;overflow:hidden;border:5px solid transparent;margin-top:60px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(91deg,#caefe7 11.38%,#88ace5 77.14%,#f877ff 122.32%) border-box}.trial-end-card-banner{display:flex;align-items:center;justify-content:flex-end;padding:8px 23px 8px 20px;background:linear-gradient(91deg,#caefe7 11.38%,#88ace5 77.14%,#f877ff 122.32%);font-family:Manjari,serif;font-size:22px;font-weight:700;color:#fff;line-height:1;letter-spacing:1px;align-self:stretch;height:28px}.trial-end-card-body{height:103px;display:flex;align-items:center;justify-content:space-between;padding:16px 24px}.trial-end-duration{font-family:Manjari,serif;font-size:28px;font-weight:700;color:#225172;line-height:normal}.trial-end-price{display:flex;align-items:baseline;gap:6px}.trial-end-original{color:#a4bfd2;font-family:Manjari;font-size:18px;font-style:normal;font-weight:400;line-height:normal;text-decoration:line-through}.trial-end-amount{color:#225172;text-align:right;font-family:Manjari;font-size:28px;font-style:normal;font-weight:700;line-height:normal}.trial-end-period{color:#225172;font-family:Manjari;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.trial-end-countdown{color:#c077ff;font-family:Manjari;font-size:18px;font-style:normal;font-weight:700;line-height:normal;margin-top:20px}.trial-end-button{display:flex;align-items:center;justify-content:center;width:185px;height:49px;padding:0 42px;font-family:Inter;font-size:18px;font-weight:500;color:#6e8595;background:#fff;line-height:normal;border:none;border-radius:9px;cursor:pointer;box-shadow:0 0 2.7px #00000014,0 1.8px 2.7px #0000002b;transition:all .3s ease;margin-top:60px}.trial-end-button:hover{color:#000000b3;box-shadow:0 1.8px 4px #0003,0 0 4px #0000001a}.trial-end-link{align-self:stretch;font-family:Inter,sans-serif;font-size:18px;font-weight:500;color:#225172;text-align:center;text-decoration:underline solid;background:transparent;border:none;cursor:pointer;padding:0;line-height:normal;transition:color .2s ease;margin-top:60px}.trial-end-link:hover{color:#0088e6}@keyframes trial-end-fade-in{0%{opacity:0}to{opacity:1}}@keyframes trial-end-scale-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.loading-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:100;background:linear-gradient(0deg,#5ca9df2b,#5ca9df2b),radial-gradient(115.39% 115.36% at 53.65% 100%,#a7c6ed,#c7e9f3)}.loading-fullscreen-spinner{width:40px;height:40px;color:#4b556399;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.clock-timer-wrapper{position:relative;width:max-content;height:max-content;isolation:isolate}.clock-timer{position:relative;width:280px;height:100px;cursor:pointer;-webkit-user-select:none;user-select:none;z-index:1;height:clamp(70px,10.2vh,130px);aspect-ratio:286/92;width:auto}.clock-timer .clock-body-art{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;pointer-events:none}.clock-timer .clock-digits{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;margin-top:.35vh;text-shadow:0 0 5.1px rgba(255,255,255,.54);font-family:Digital Numbers,monospace;font-size:clamp(22px,3.85vh,44px);letter-spacing:clamp(.8px,.13vh,1.6px)}.clock-timer .clock-digits .ant-statistic,.clock-timer .clock-digits .ant-statistic-content,.clock-timer .clock-digits .ant-statistic-content-value{display:inline;color:inherit;font:inherit;letter-spacing:inherit;line-height:inherit;text-shadow:inherit}.task-table{position:absolute;bottom:calc(100% + clamp(6px,1vh,14px));width:clamp(300px,32vw,382px);left:calc(50% - (clamp(300px,32vw,282px)/2) - 30px);z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;width:382px;height:397px;padding:16px 15px 16px 16px;gap:10px;border-radius:23.375px;border:1px solid #ACACAC;background:linear-gradient(0deg,#0003,#0003),radial-gradient(96.41% 96.41% at 28.45% 10.44%,#804a8359,#07223259);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);-webkit-user-select:none;user-select:none}.task-table .task-table-inner{display:flex;flex-direction:column;align-items:stretch;width:351.21px;height:364.58px;flex:1;padding:16px 15px 16px 16px;gap:10px;border-radius:8.892px;background:linear-gradient(0deg,#0003,#0003),radial-gradient(96.41% 96.41% at 28.45% 10.44%,#804a8359,#07223259)}.task-table .task-table-inner .task-table-header{display:flex;align-items:flex-start;justify-content:space-between;align-self:stretch;width:100%;gap:12px;cursor:move;-webkit-user-select:none;user-select:none}.task-table .task-table-inner .task-table-date{display:flex;flex-direction:column;gap:2px}.task-table .task-table-inner .task-table-date .task-table-date-main{align-self:stretch;transform:rotate(-.066deg);color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.task-table .task-table-inner .task-table-date .task-table-date-sub{align-self:stretch;transform:rotate(-.066deg);color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.task-table .task-table-inner .task-table-view-toggle{display:inline-flex;padding:5px 10px;justify-content:center;align-items:center;gap:10px;border:none;border-radius:11px;background:#c8e2f4;cursor:pointer;transform:rotate(-.066deg);width:77px;height:25px;color:#5a7394;text-align:center;font-family:Bebas Neue,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.task-table .task-table-inner .task-table-body{display:flex;flex-direction:column;gap:14px;flex:1;overflow-y:auto}.task-table .task-table-inner .task-table-empty{display:flex;align-items:center;justify-content:center;flex:1}.task-table .task-table-inner .task-table-empty p{font-size:24px;font-weight:500;color:#ffffffb3}.task-table .task-table-inner .task-table-list{display:flex;flex-direction:column;align-self:center;flex-shrink:0;width:292px;height:210.133px;padding:16px 15px 16px 16px;gap:10px;border-radius:8.892px;background:transparent}.task-table .task-table-inner .task-table-timer{display:flex;flex-direction:column;align-items:center;align-self:center;flex-shrink:0;width:292px;padding:0 16px 12px;margin-top:9px;gap:10px}.task-table .task-table-inner .task-table-timer .task-table-timer-tabs{display:flex;align-items:center;gap:14px}.task-table .task-table-inner .task-table-timer .task-table-timer-tab{color:#ffffff59;text-align:center;font-family:Bebas Neue,sans-serif;font-size:19.604px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:3.529px;transform:rotate(-.066deg)}.task-table .task-table-inner .task-table-timer .task-table-timer-tab.task-table-timer-tab--active{color:#fff;text-shadow:0 0 7.4px rgba(255,255,255,.54)}.task-table .task-table-inner .task-table-timer .task-table-timer-ring{position:relative;flex-shrink:0;width:220px;height:220px;display:flex;align-items:center;justify-content:center}.task-table .task-table-inner .task-table-timer .task-table-timer-dot{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;overflow:visible}.task-table .task-table-inner .task-table-timer .ant-progress.ant-progress-circle{width:100%!important;height:100%!important;line-height:0}.task-table .task-table-inner .task-table-timer .ant-progress.ant-progress-circle .ant-progress-inner{width:100%!important;height:100%!important}.task-table .task-table-inner .task-table-timer .ant-progress.ant-progress-circle .ant-progress-text{display:none}.task-table .task-table-inner .task-table-timer .task-table-timer-display{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.task-table .task-table-inner .task-table-timer .task-table-timer-time{color:#fff;text-align:center;font-family:Bebas Neue,sans-serif;font-size:54.291px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:9.772px;text-shadow:0 0 8.049px rgba(255,255,255,.54);transform:rotate(-.066deg)}.task-table .task-table-inner .task-table-timer .task-table-timer-time .ant-statistic,.task-table .task-table-inner .task-table-timer .task-table-timer-time .ant-statistic-content,.task-table .task-table-inner .task-table-timer .task-table-timer-time .ant-statistic-content-value{display:inline;color:inherit;font:inherit;letter-spacing:inherit;line-height:inherit;text-shadow:inherit}.task-table .task-table-inner .task-table-timer .task-table-timer-total{margin-top:-4px;color:#fff;text-align:center;font-family:Bebas Neue,sans-serif;font-size:26.62px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:4.792px;transform:rotate(-.066deg)}.task-table .task-table-inner .task-table-section{display:flex;flex-direction:column;gap:6px}.task-table .task-table-inner .task-table-section .task-table-section-header{display:flex;align-items:center;gap:8px}.task-table .task-table-inner .task-table-section .task-table-section-header .task-table-section-label{flex-shrink:0;transform:rotate(-.066deg);color:#fff;leading-trim:both;text-edge:cap;text-shadow:0 0 4.435px rgba(255,255,255,.54);font-family:Bebas Neue,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:normal}.task-table .task-table-inner .task-table-section .task-table-section-header .task-table-section-divider{flex:1;height:1px;background:#ffffff26}.task-table .task-table-inner .task-table-section.task-table-section--done .task-table-section-label{color:#6bbf59}.task-table .task-table-inner .task-table-section .task-table-section-rows{display:flex;flex-direction:column;gap:4px}.task-table .task-table-inner .task-row{display:flex;align-items:center;gap:10px;width:100%;height:25px;padding:3px 6px 2px 14px;border-radius:12px}.task-table .task-table-inner .task-row .task-row-count{flex-shrink:0;transform:rotate(-.066deg);color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.task-table .task-table-inner .task-row .task-row-name{flex:1;min-width:0;transform:rotate(-.066deg);color:#fff;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-table .task-table-inner .task-row .task-row-timer{flex-shrink:0;box-sizing:border-box;width:84.742px;transform:rotate(-.066deg);color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:normal;display:inline-flex;align-items:center;justify-content:center}.task-table .task-table-inner .task-row .task-row-timer .ant-statistic,.task-table .task-table-inner .task-row .task-row-timer .ant-statistic-content,.task-table .task-table-inner .task-row .task-row-timer .ant-statistic-content-value{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.task-table .task-table-inner .task-row.task-row--active{background:#f877ff7a}.task-table .task-table-inner .task-row.task-row--active .task-row-timer{background:#f877ff;padding:3px 10px;border-radius:999px;margin-right:-4px;margin-top:-1px}.task-table .task-table-inner .task-row.task-row--done .task-row-count,.task-table .task-table-inner .task-row.task-row--done .task-row-name{color:#6bbf59;text-decoration:line-through}.task-table .task-table-inner .task-row.task-row--done .task-row-timer{color:#ffffff73}#view-session-pip{position:relative;width:100%;height:100vh;padding:0 0 10px;background:#171719;display:flex;flex-direction:column;align-items:center;overflow:hidden}#view-session-pip span.pill-icon.glassy{display:flex;justify-content:center;align-items:center;padding:0}#view-session-pip span.pill-icon.glassy svg{width:24px;height:24px;stroke-width:1.5px}#view-session-pip span.pill-icon{margin:0}#view-session-pip .mini-avatar{flex:1;width:100%;min-height:200px;background-size:cover;background-position:right;position:relative}#view-session-pip .mini-avatar .avatar-container{min-width:unset}#view-session-pip .pip-message-popup{position:absolute;bottom:10px;left:10px;right:10px;padding:14px 16px;border-radius:13px;background:linear-gradient(0deg,#0003,#0003),radial-gradient(96.41% 96.41% at 28.45% 10.44%,#804a8359,#07223259);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);cursor:pointer;z-index:15;max-height:88px;overflow:hidden}#view-session-pip .pip-message-popup p{margin:0;color:#fff;font-family:Manjari,serif;font-size:14px;font-weight:400;line-height:normal;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}#view-session-pip .pip-bottom-bar{display:flex;align-items:center;gap:8px;width:100%;padding:10px 13px 0;flex-shrink:0}#view-session-pip .pip-bottom-bar .pip-chat-toggle{cursor:pointer;display:flex;justify-content:center;align-items:center;width:45px;height:41px;padding:2px 4.5px;flex-shrink:0;border-radius:7.2px;border:none;background:radial-gradient(96.41% 96.41% at 28.45% 10.44%,#804a8359,#07223259);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);color:#fffc;transition:color .2s ease;position:relative}#view-session-pip .pip-bottom-bar .pip-chat-toggle:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:7.2px;padding:.15px;background:linear-gradient(225deg,#2b2e30 -61.97%,#a1a1a1 89.2%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}#view-session-pip .pip-bottom-bar .pip-chat-toggle:hover{color:#fff}#view-session-pip .pip-bottom-bar .pip-chat-toggle.active{background:#6e8595}#view-session-pip .pip-bottom-bar .chat-input-wrapper{flex:1;min-height:40px!important;max-height:48px!important;display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:8px;border-radius:8.379px!important;border:none!important;background:linear-gradient(0deg,#0003,#0003),radial-gradient(96.41% 96.41% at 28.45% 10.44%,#804a8359,#07223259)!important;-webkit-backdrop-filter:blur(25.78px);backdrop-filter:blur(25.78px);padding:13px!important;position:relative}#view-session-pip .pip-bottom-bar .chat-input-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8.379px;padding:.645px;background:linear-gradient(225deg,#2b2e30 -61.97%,#a1a1a1 89.2%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}#view-session-pip .pip-bottom-bar .chat-input-wrapper textarea{flex:1;min-width:0;min-height:14px!important;max-height:14px!important;height:14px!important;padding:0 8px!important;line-height:14px!important;font-size:14px!important;resize:none!important;overflow:hidden!important;white-space:nowrap!important;overflow-x:auto!important}#view-session-pip .pip-bottom-bar .chat-input-wrapper textarea::-webkit-scrollbar{display:none}#view-session-pip .pip-bottom-bar .chat-input-wrapper textarea{scrollbar-width:none}#view-session-pip .pip-bottom-bar .chat-input-wrapper .chat-send-btn{flex-shrink:0;color:#8e8e8e}#view-session-pip .pip-bottom-bar .chat-input-wrapper .ant-input,#view-session-pip .pip-bottom-bar .chat-input-wrapper .ant-input:hover,#view-session-pip .pip-bottom-bar .chat-input-wrapper .ant-input:focus,#view-session-pip .pip-bottom-bar .chat-input-wrapper .ant-input-outlined,#view-session-pip .pip-bottom-bar .chat-input-wrapper .ant-input-outlined:hover,#view-session-pip .pip-bottom-bar .chat-input-wrapper .ant-input-outlined:focus{background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important;outline:none!important;color:#fff!important;font-family:Manjari,serif!important}#view-session-pip .pip-bottom-bar .chat-input-wrapper .ant-input::placeholder,#view-session-pip .pip-bottom-bar .chat-input-wrapper .ant-input:hover::placeholder,#view-session-pip .pip-bottom-bar .chat-input-wrapper .ant-input:focus::placeholder,#view-session-pip .pip-bottom-bar .chat-input-wrapper .ant-input-outlined::placeholder,#view-session-pip .pip-bottom-bar .chat-input-wrapper .ant-input-outlined:hover::placeholder,#view-session-pip .pip-bottom-bar .chat-input-wrapper .ant-input-outlined:focus::placeholder{color:#ffffff80}#view-session-pip .pip-chat-panel{width:100%;flex-shrink:0;padding:10px;max-height:300px}#view-session-pip .pip-chat-panel .chat-panel{width:100%;border-radius:13px;border:none;background:linear-gradient(0deg,#0003,#0003),radial-gradient(96.41% 96.41% at 28.45% 10.44%,#804a8359,#07223259);-webkit-backdrop-filter:blur(29.65px);backdrop-filter:blur(29.65px);outline:1px solid transparent;background-clip:padding-box;position:relative}#view-session-pip .pip-chat-panel .chat-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:13px;padding:.741px;background:linear-gradient(225deg,#2b2e30 -61.97%,#a1a1a1 89.2%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}#view-session-pip .pip-chat-panel .chat-panel-header{display:flex;justify-content:center;align-items:center;padding:10px 16px}#view-session-pip .pip-chat-panel .chat-panel-date{font-size:12px;color:#c8c8c8;font-family:Manjari,serif}#view-session-pip .pip-chat-panel .chat-messages{overflow-y:auto;padding:0 12px 10px;display:flex;flex-direction:column;gap:10px;max-height:230px}#view-session-pip .pip-chat-panel .chat-messages::-webkit-scrollbar{width:4px}#view-session-pip .pip-chat-panel .chat-messages::-webkit-scrollbar-track{background:transparent}#view-session-pip .pip-chat-panel .chat-messages::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}#view-session-pip .pip-chat-panel .chat-bubble-row{display:flex;flex-direction:column}#view-session-pip .pip-chat-panel .chat-bubble-row.assistant{align-items:flex-start}#view-session-pip .pip-chat-panel .chat-bubble-row.assistant .chat-bubble{background:#1e1e1e85;border-radius:12px 12px 12px 4px}#view-session-pip .pip-chat-panel .chat-bubble-row.assistant .chat-timestamp{margin-left:4px}#view-session-pip .pip-chat-panel .chat-bubble-row.user{align-items:flex-end}#view-session-pip .pip-chat-panel .chat-bubble-row.user .chat-bubble{background:#7fa3bc;border-radius:12px 12px 4px}#view-session-pip .pip-chat-panel .chat-bubble-row.user .chat-timestamp{margin-right:4px}#view-session-pip .pip-chat-panel .chat-bubble{max-width:85%;padding:8px 12px 6px}#view-session-pip .pip-chat-panel .chat-bubble p{font-size:13px;line-height:1.5;margin:0}#view-session-pip .pip-chat-panel .chat-bubble div.chat-markdown *{color:#fff;font-size:13px;line-height:1.5;margin:0;font-family:Manjari,serif}#view-session-pip .pip-chat-panel .chat-bubble div.chat-markdown strong{font-weight:600}#view-session-pip .pip-chat-panel .chat-bubble div.chat-markdown h2,#view-session-pip .pip-chat-panel .chat-bubble div.chat-markdown h3{font-size:14px;padding-top:8px;padding-bottom:2px;font-weight:700;border-bottom:.5px solid rgba(232,232,232,.5)}#view-session-pip .pip-chat-panel .chat-bubble div.chat-markdown h4{font-size:14px;text-decoration:underline;padding-top:8px}#view-session-pip .pip-chat-panel .chat-bubble div.chat-markdown ol,#view-session-pip .pip-chat-panel .chat-bubble div.chat-markdown ul{padding:4px 0 6px 14px}#view-session-pip .pip-chat-panel .chat-bubble div.chat-markdown ol>li,#view-session-pip .pip-chat-panel .chat-bubble div.chat-markdown ul>li{font-size:13px;line-height:1.5;padding:0 0 0 2px}#view-session-pip .pip-chat-panel .chat-bubble div.chat-markdown hr{border-width:.5px;border-color:#e8e8e880;margin:4px 0}#view-session-pip .pip-chat-panel .chat-timestamp{font-size:11px;color:#c8c8c8;margin-top:4px}#view-session-pip.pip-compact .pip-chat-panel{position:absolute;top:0;left:0;right:0;bottom:61px;z-index:15;display:flex;flex-direction:column;justify-content:flex-end;max-height:none;flex-shrink:unset}#view-session-pip.pip-compact .pip-chat-panel .chat-panel{display:flex;flex-direction:column;max-height:100%;overflow:hidden}#view-session-pip.pip-compact .pip-chat-panel .chat-messages{flex:1;min-height:0;max-height:none}#view-session-pip .pip-controls-overlay{position:absolute;top:0;left:0;right:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:16px 12px;opacity:0;transition:opacity .2s ease;pointer-events:none;background:linear-gradient(to bottom,rgba(0,0,0,.5) 0%,transparent 100%)}#view-session-pip:hover .pip-controls-overlay{opacity:1;pointer-events:auto}#view-session-pip .pip-controls-left,#view-session-pip .pip-controls-right{display:flex;align-items:center;gap:8px}#view-session-pip .pill-icon.end-session{background:#f45255;border-radius:50%;padding:5px}#view-session-pip .pill-icon.end-session svg{stroke:#fff;width:28px;height:28px}
