@import "https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Source+Sans+3:wght@200;300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Sintony&display=swap";
@import "https://fonts.googleapis.com/css2?family=Catamaran&display=swap";
@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);-webkit-user-select:none;user-select:none;border-radius:.25rem;width:100%;line-height:1;display:inline-flex;position:relative;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);background-repeat:no-repeat;background-image:var(--custom-highlight-background,linear-gradient(90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100%));height:100%;animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;top:0;left:0;right:0;transform:translate(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}
:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-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{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{animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__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{animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay) * 3);animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__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{animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay) * 5);animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration) / 2);animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration) * .8);animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{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{transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-30px)scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px)scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0,0)scaleY(.95)}90%{transform:translateY(-4px)scaleY(1.02)}}.animate__bounce{transform-origin:bottom;animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scale(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scale(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translate(0,0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translate(0,0)}10%,30%,50%,70%,90%{transform:translateY(-10px)}20%,40%,60%,80%{transform:translateY(10px)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px)rotateY(-9deg)}18.5%{transform:translate(5px)rotateY(7deg)}31.5%{transform:translate(-3px)rotateY(-5deg)}43.5%{transform:translate(2px)rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.animate__swing{transform-origin:top;animation-name:swing}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale3d(.9,.9,.9)rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1)rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1)rotate(-3deg)}to{transform:scale(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translate(0,0)}15%{transform:translate(-25%)rotate(-5deg)}30%{transform:translate(20%)rotate(3deg)}45%{transform:translate(-15%)rotate(-3deg)}60%{transform:translate(10%)rotate(2deg)}75%{transform:translate(-5%)rotate(-1deg)}to{transform:translate(0,0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translate(0,0)}22.2%{transform:skew(-12.5deg)skewY(-12.5deg)}33.3%{transform:skew(6.25deg)skewY(6.25deg)}44.4%{transform:skew(-3.125deg)skewY(-3.125deg)}55.5%{transform:skew(1.5625deg)skewY(1.5625deg)}66.6%{transform:skew(-.78125deg)skewY(-.78125deg)}77.7%{transform:skew(.390625deg)skewY(.390625deg)}88.8%{transform:skew(-.195313deg)skewY(-.195313deg)}}.animate__jello{transform-origin:50%;animation-name:jello}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration) * 1.3);animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{opacity:.7;transform:translate(-2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{opacity:.7;transform:translate(2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(700px)scale(.7)}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(-2000px)scale(.7)}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(2000px)scale(.7)}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(-700px)scale(.7)}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale(1)}}.animate__bounceIn{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)scaleY(3)}60%{opacity:1;transform:translateY(25px)scaleY(.9)}75%{transform:translateY(-10px)scaleY(.95)}90%{transform:translateY(5px)scaleY(.985)}to{transform:translate(0,0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)scaleX(3)}60%{opacity:1;transform:translate(25px)scaleX(1)}75%{transform:translate(-10px)scaleX(.98)}90%{transform:translate(5px)scaleX(.995)}to{transform:translate(0,0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)scaleX(3)}60%{opacity:1;transform:translate(-25px)scaleX(1)}75%{transform:translate(10px)scaleX(.98)}90%{transform:translate(-5px)scaleX(.995)}to{transform:translate(0,0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)scaleY(5)}60%{opacity:1;transform:translateY(-20px)scaleY(.9)}75%{transform:translateY(10px)scaleY(.95)}90%{transform:translateY(-5px)scaleY(.985)}to{transform:translate(0,0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translateY(10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(-20px)scaleY(.9)}to{opacity:0;transform:translateY(2000px)scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)scaleX(.9)}to{opacity:0;transform:translate(-2000px)scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px)scaleX(.9)}to{opacity:0;transform:translate(2000px)scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translateY(-10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(20px)scaleY(.9)}to{opacity:0;transform:translateY(-2000px)scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate(-100%,-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate(100%,-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate(-100%,100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate(100%,100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translateY(100%)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translateY(2000px)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate(-2000px)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate(2000px)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translateY(-100%)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translateY(-2000px)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(-100%,-100%)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(100%,-100%)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(100%,100%)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(-100%,100%)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px)scale(1)translate(0,0)rotateY(-360deg)}40%{animation-timing-function:ease-out;transform:perspective(400px)scale(1)translateZ(150px)rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px)scale(1)translateZ(150px)rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px)scale3d(.95,.95,.95)translate(0,0)rotateY(0)}to{animation-timing-function:ease-in;transform:perspective(400px)scale(1)translate(0,0)rotateY(0)}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;transform:perspective(400px)rotateY(10deg)}80%{transform:perspective(400px)rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.animate__flipOutX{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateY(-15deg)}to{opacity:0;transform:perspective(400px)rotateY(90deg)}}.animate__flipOutY{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate(100%)skew(-30deg)}60%{opacity:1;transform:skew(20deg)}80%{transform:skew(-5deg)}to{transform:translate(0,0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate(-100%)skew(30deg)}60%{opacity:1;transform:skew(-20deg)}80%{transform:skew(5deg)}to{transform:translate(0,0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)skew(30deg)}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)skew(-30deg)}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateIn{transform-origin:50%;animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInDownLeft{transform-origin:0 100%;animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInDownRight{transform-origin:100% 100%;animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInUpLeft{transform-origin:0 100%;animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInUpRight{transform-origin:100% 100%;animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.animate__rotateOut{transform-origin:50%;animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.animate__rotateOutDownLeft{transform-origin:0 100%;animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutDownRight{transform-origin:100% 100%;animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutUpLeft{transform-origin:0 100%;animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.animate__rotateOutUpRight{transform-origin:100% 100%;animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{opacity:1;animation-timing-function:ease-in-out;transform:rotate(60deg)}to{opacity:0;transform:translateY(700px)}}.animate__hinge{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2);transform-origin:0 0;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform-origin:bottom;transform:scale(.1)rotate(30deg)}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate(-100%)rotate(-120deg)}to{opacity:1;transform:translate(0,0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate(100%)rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(60px)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(10px)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(-10px)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(-60px)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(2000px)}}.animate__zoomOutDown{transform-origin:bottom;animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;transform:scale(.1)translate(-2000px)}}.animate__zoomOutLeft{transform-origin:0;animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;transform:scale(.1)translate(2000px)}}.animate__zoomOutRight{transform-origin:100%;animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(-2000px)}}.animate__zoomOutUp{transform-origin:bottom;animation-name:zoomOutUp}@keyframes slideInDown{0%{visibility:visible;transform:translateY(-100%)}to{transform:translate(0,0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{transform:translate(0,0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{transform:translate(0,0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{visibility:visible;transform:translateY(100%)}to{transform:translate(0,0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(100%)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-100%)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(100%)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-100%)}}.animate__slideOutUp{animation-name:slideOutUp}
@font-face{font-family:apercu-mono;src:url(../media/ApercuMono.0dp~rc3637h8e.ttf)}@font-face{font-family:apercu-regular;src:url(../media/Apercu-Regular.0lnn29ae5~u_k.otf)}@font-face{font-family:apercu-pro-light;src:url(../media/apercu-pro-light.0rhy3gl0wwafj.otf)}@font-face{font-family:whyte-book;src:url(../media/Whyte-Book.0g0~kf4c83_vm.ttf)}@font-face{font-family:whyte-regular;src:url(../media/Whyte-Regular.11ppo0fjwd69k.ttf)}::selection{color:#e6e6e6;background-color:#00a69c}html,body{color:#e6e6e6;background-color:#0d0929;margin:0;padding:0;font-family:"Source Sans 3",sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue}.dashboard-video{padding-top:20px}.dashboard-page{background-color:#0d0929;min-height:100vh}.dashboard-page .wp-block-group{margin-bottom:0}.dashboard-page .wp-block-image{margin-top:80px;margin-bottom:40px}.dashboard-page h1,.dashboard-page h2,.dashboard-page h3,.dashboard-page h4,.dashboard-page h5,.dashboard-page h6,.dashboard-page p{color:#fff}video{width:100%}a{color:inherit;text-decoration:none}a:hover{color:#707070}h1,h2,h3,h4,h5,h6,.title,.headline,.page-title,.section-title,.card-title,.modal-title,.nav-title{font-family:Poppins,sans-serif;font-weight:600;line-height:1.2}h1,.h1,.page-title{font-weight:700}h2,.h2,.section-title,h3,.h3,.card-title{font-weight:600}h4,.h4,h5,.h5,h6,.h6{font-weight:500}hr{opacity:1;border:1px solid #e6e6e6;border-radius:1px}img{max-width:100%}.wp-block-columns,.columns,.buttons{display:flex}.buttons .wp-block-button a,input.button .wp-block-button a{cursor:pointer;text-transform:uppercase;background-color:#00a69c;margin-right:20px;padding:10px;font-family:"Source Sans 3",sans-serif;font-weight:400}.wp-block-button{margin-top:10px}.funding-research-partner .wp-block-button a{color:#fff!important;letter-spacing:.5px!important;text-align:center!important;text-transform:uppercase!important;background:linear-gradient(135deg,#d9a23d 0%,#d36342 100%)!important;border:none!important;border-radius:8px!important;padding:10px 20px!important;font-family:Poppins,sans-serif!important;font-size:14px!important;font-weight:600!important;text-decoration:none!important;transition:all .3s!important;display:inline-block!important}.funding-research-partner .wp-block-button a:hover{color:#fff!important;background:linear-gradient(135deg,#c8912a 0%,#b8552d 100%)!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #d9a23d4d!important}.funding-research-partner .wp-block-button a:focus{color:#fff!important;box-shadow:0 0 0 3px #d9a23d4d!important}.group.container-wide.container{width:90%;max-width:90%}h1{font-family:Poppins,sans-serif;font-size:50px}h2{font-family:Poppins,sans-serif;font-size:30px}figure img{width:100%}.accordion-item{background-color:inherit;background-color:inherit}.accordion-item .accordion-button{color:#fff;background-color:inherit!important}.accordion-item .accordion-button:not(.collapsed){color:#fff}.accordion-item .accordion-button:after{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>")!important}.accordion-item .accordion-button:focus{box-shadow:none}.image-skeleton-container{padding:.25rem}.image-skeleton-container .react-loading-skeleton{height:202px}.accordion .react-loading-skeleton{width:100px}.inline{min-width:100px;display:inline-block}.inline .react-loading-skeleton{display:inline-block}.inline-wrapper{display:block}.inline-wrapper .react-loading-skeleton{width:calc(33.33% - 3px);margin-top:3px;margin-right:3px;display:inline-block}.inline-wrapper br{display:none}.btn.btn-primary{color:#fff;background-color:#ff6b35;border-color:#ff6b35;border-radius:2px}.progress-bar-wrapper{z-index:4;width:100%}.progress-bar-wrapper .progress{border-radius:0}.progress-bar-wrapper .progress .progress-bar{background-color:#cc5529}.progress-bar-wrapper span{text-align:center;width:100%;font-size:12px}.dropdown-item:hover,.dropdown-item:focus{color:#707070;background-color:#cc5529}.dropdown-item a:hover{color:inherit}.nav-pills .nav-item .nav-link{color:#cc5529;cursor:pointer}.nav-pills .nav-item .nav-link.active{color:#e6e6e6;background-color:#cc5529}.section-divider{border:0 solid #cc5529;border-top-width:2px}.video-wrapper{width:100%;padding-top:56.25%;position:relative;overflow:hidden}.video-wrapper iframe{width:100%;height:100%;position:absolute;top:0;left:0}.color-teal{color:#00a69c}.color-orange{color:#ff6b35}.orange-gradient-btn{color:#fff!important;text-transform:uppercase!important;letter-spacing:1px!important;background:linear-gradient(135deg,#d9a23d 0%,#d36342 100%)!important;border:none!important;border-radius:25px!important;padding:12px 30px!important;font-size:16px!important;font-weight:600!important;transition:all .3s!important;box-shadow:0 4px 15px #d9a23d4d!important}.orange-gradient-btn:hover{background:linear-gradient(135deg,#e5b347 0%,#e06a47 100%)!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #d9a23d66!important}.orange-gradient-btn:active{transform:translateY(0)!important;box-shadow:0 2px 10px #d9a23d4d!important}.orange-gradient-btn:focus{outline:none!important;box-shadow:0 4px 15px #d9a23d4d,0 0 0 3px #d9a23d33!important}.orange-gradient-btn:disabled{box-shadow:none!important;cursor:not-allowed!important;background:#d9a23d80!important;transform:none!important}.tooltip-inner{color:#0d0929;background-color:#e6e6e6}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-left-color:#e6e6e6}.has-text-align-center{text-align:center}.alert{border-radius:2px;width:800px;max-width:90%;margin:40px auto}.alert.alert-primary{color:#cc5529;background-color:#fff;border-color:#fff}.custom-wide-container{margin-left:140px;margin-right:140px}@media (max-width:1440px){.custom-wide-container{margin-left:80px;margin-right:80px}}@media (max-width:992px){.custom-wide-container{margin-left:15px;margin-right:15px}}.btn-check:focus+.btn-primary,.btn-primary:focus{box-shadow:0 0 0 3px #00a69c40}.modal-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#1a171cb3}.modal-content .modal-body .flexible-body{text-align:center}.modal-content .modal-body .flexible-body .qr-code-wrapper{margin-bottom:40px}.modal-content .modal-body .flexible-body .content{margin-bottom:30px}.modal-content .modal-body .flexible-body .content .secret-code{font-size:18px;transition:all .2s}.modal-content .modal-body .flexible-body .content .secret-code span,.modal-content .modal-body .flexible-body .content .secret-code svg{margin-right:10px}.modal-content .modal-body .flexible-body .content .secret-code svg:hover{color:#b399d2}.modal-content .modal-body .activation-code-wrapper{flex-direction:column;justify-content:center;align-items:center;min-height:250px;display:flex}.modal-content .modal-body .activation-code-wrapper .activation-code{width:calc(100% - 40px);margin:0 20px 30px}.modal-content .modal-footer{border-top-color:#000}.modal-content .modal-header{border-bottom-color:#000}.modal-content .btn-close{background-color:#ffffffd9}.separated-block-wrapper:empty{display:none}.academy-enterprise .progress{background-color:#2d2a32}.academy-enterprise .btn-primary{background-color:#7c3aed;border-color:#7c3aed}.academy-enterprise .btn-primary:hover{background-color:#4c1d95;border-color:#4c1d95}.academy-enterprise .form-select{color:#f3f4f6;background-color:#2d2a32;border-color:#3d3a40}.academy-enterprise .form-select:focus{border-color:#7c3aed;box-shadow:0 0 0 .2rem #7c3aed40}.academy-enterprise .modal-header .btn-close{opacity:.7;background-color:#f3f4f6}.academy-enterprise .modal-header .btn-close:hover{opacity:1}body.certificate-page nav[class*=siteHeader],body.certificate-page nav[class*=Header],body.certificate-page div[class*=footer],body.certificate-page div[class*=Footer]{opacity:.5;transition:opacity .3s}body.certificate-page nav[class*=siteHeader] hr,body.certificate-page nav[class*=Header] hr{opacity:.3}.notification-center.modal-content{background:#280760}.notification-center .modal-header{border-bottom:2px solid #cc5529;padding:1rem 1.5rem}.notification-center .modal-body{padding:1rem 1.5rem}
@font-face{font-family:apercu-mono;src:url(../media/ApercuMono.0dp~rc3637h8e.ttf)}@font-face{font-family:apercu-regular;src:url(../media/Apercu-Regular.0lnn29ae5~u_k.otf)}@font-face{font-family:apercu-pro-light;src:url(../media/apercu-pro-light.0rhy3gl0wwafj.otf)}@font-face{font-family:whyte-book;src:url(../media/Whyte-Book.0g0~kf4c83_vm.ttf)}@font-face{font-family:whyte-regular;src:url(../media/Whyte-Regular.11ppo0fjwd69k.ttf)}.Footer-module-scss-module__kQc2fa__footer{margin-bottom:30px;margin-left:100px;margin-right:100px;padding-top:30px;font-family:apercu-mono}@media (max-width:992px){.Footer-module-scss-module__kQc2fa__footer{margin-left:20px;margin-right:20px}}.Footer-module-scss-module__kQc2fa__footer>div{color:#e9e7eb;justify-content:space-between;display:flex}@media (max-width:600px){.Footer-module-scss-module__kQc2fa__footer>div{flex-flow:column wrap;align-items:center}}.Footer-module-scss-module__kQc2fa__footer ul{padding-left:0;list-style-type:none;display:flex}@media (max-width:600px){.Footer-module-scss-module__kQc2fa__footer ul{flex-direction:column;flex-basis:100%;align-items:center;margin-top:30px}}.Footer-module-scss-module__kQc2fa__footer li{margin-left:40px;font-size:1.2rem}@media (max-width:600px){.Footer-module-scss-module__kQc2fa__footer li{margin-left:0;line-height:1.8}}
@font-face{font-family:apercu-mono;src:url(../media/ApercuMono.0dp~rc3637h8e.ttf)}@font-face{font-family:apercu-regular;src:url(../media/Apercu-Regular.0lnn29ae5~u_k.otf)}@font-face{font-family:apercu-pro-light;src:url(../media/apercu-pro-light.0rhy3gl0wwafj.otf)}@font-face{font-family:whyte-book;src:url(../media/Whyte-Book.0g0~kf4c83_vm.ttf)}@font-face{font-family:whyte-regular;src:url(../media/Whyte-Regular.11ppo0fjwd69k.ttf)}.Header-module-scss-module__P7cjuG__siteHeader{margin-top:50px;margin-left:100px;margin-right:100px}@media (max-width:992px){.Header-module-scss-module__P7cjuG__siteHeader{margin-left:20px;margin-right:20px}}.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userMenuToggle{cursor:pointer;border:1px solid #0000;border-radius:8px;padding:8px 12px;transition:all .2s}.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userMenuToggle:hover{background-color:#ffffff0d;border-color:#ffffff1a}.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userMenuToggle:focus{background-color:#ffffff14;border-color:#ffffff26;outline:none}.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__currentUser{align-items:center;margin-left:20px;display:inline-flex}.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__currentUser .Header-module-scss-module__P7cjuG__userImage{border:2px solid #ffffff1a;border-radius:50%;width:40px;height:40px;margin-right:15px;transition:border-color .2s;display:inline-block;overflow:hidden}.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__currentUser .Header-module-scss-module__P7cjuG__userImage:hover{border-color:#fff3}.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__currentUser .Header-module-scss-module__P7cjuG__userName{cursor:pointer;margin-right:12px}.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__currentUser .Header-module-scss-module__P7cjuG__userName__desktop{color:#fffffff2;font-weight:500}@media (max-width:992px){.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__currentUser .Header-module-scss-module__P7cjuG__userName__desktop{display:none}}.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__currentUser .Header-module-scss-module__P7cjuG__userName__mobile{cursor:pointer;border-radius:10px;padding:0 10px;font-size:30px;display:none}@media (max-width:992px){.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__currentUser .Header-module-scss-module__P7cjuG__userName__mobile{display:inline}}.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__currentUser .Header-module-scss-module__P7cjuG__dropdownIndicator{color:#ffffffb3;margin-left:4px;transition:all .2s}.Header-module-scss-module__P7cjuG__userMenuToggle:hover .Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__currentUser .Header-module-scss-module__P7cjuG__dropdownIndicator{color:#ffffffe6;transform:translateY(1px)}@media (max-width:992px){.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__currentUser .Header-module-scss-module__P7cjuG__dropdownIndicator{display:none}}.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__separator{margin-left:10px;margin-right:10px;display:inline-block}.Header-module-scss-module__P7cjuG__siteHeader .dropdown-toggle:after{content:none}.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background-color:#280760f2!important;border:1px solid #ffffff26!important;border-radius:12px!important;min-width:280px!important;margin-top:8px!important;padding:8px 0!important;position:absolute!important;left:auto!important;right:0!important;transform:translate(0)!important;box-shadow:0 8px 25px #0009!important}.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu:before{content:"";z-index:1;background-color:#280760f2;border:none;border-top:1px solid #ffffff26;border-left:1px solid #ffffff26;width:12px;height:12px;position:absolute;top:-6px;right:20px;transform:rotate(45deg)}.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item{background:0 0!important;border:none!important;border-radius:8px!important;padding:2px 8px!important;transition:all .2s!important}:is(.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item:hover,.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item:focus,.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item:active){background-color:#ffffff14!important;outline:none!important}:is(.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item a,.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item span){color:#ffffffd9!important;border-radius:6px!important;align-items:center!important;width:100%!important;padding:14px 12px!important;font-size:14px!important;font-weight:500!important;text-decoration:none!important;transition:color .2s!important;display:flex!important}:is(.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item a:hover,.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item a:focus,.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item a:active,.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item span:hover,.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item span:focus,.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item span:active){color:#fff!important;background-color:#0000!important;outline:none!important;text-decoration:none!important}:is(.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item a svg,.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item span svg){opacity:.7!important;width:16px!important;margin-right:12px!important;transition:opacity .2s!important}:is(.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item:hover a svg,.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item:focus a svg,.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item:hover span svg,.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item:focus span svg){opacity:.9!important}:is(.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item:hover a,.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item:focus a,.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item:hover span,.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-item:focus span){color:#fff!important}.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__userDropdownMenu .dropdown-divider{opacity:.3!important;border-color:#fff3!important;margin:8px 16px!important}.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__logoutItem{color:#ef4444d9!important;cursor:pointer!important;border-radius:6px!important;align-items:center!important;width:100%!important;padding:14px 12px!important;font-size:14px!important;font-weight:500!important;text-decoration:none!important;transition:color .2s!important;display:flex!important}.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__logoutItem:hover,.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__logoutItem:focus,.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__logoutItem:active{color:#ef4444!important;background-color:#0000!important;outline:none!important;text-decoration:none!important}.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__logoutItem svg{opacity:.7!important;width:16px!important;margin-right:12px!important;transition:opacity .2s!important}.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__logoutItem:hover svg,.Header-module-scss-module__P7cjuG__siteHeader .Header-module-scss-module__P7cjuG__logoutItem:focus svg{opacity:.9!important}:is(.Header-module-scss-module__P7cjuG__siteHeader .dropdown-item:has(.Header-module-scss-module__P7cjuG__logoutItem):hover,.Header-module-scss-module__P7cjuG__siteHeader .dropdown-item:has(.Header-module-scss-module__P7cjuG__logoutItem):focus,.Header-module-scss-module__P7cjuG__siteHeader .dropdown-item:has(.Header-module-scss-module__P7cjuG__logoutItem):active){background-color:#ef444414!important}.Header-module-scss-module__P7cjuG__registerButton{color:#fff!important;letter-spacing:.5px!important;text-align:center!important;background:linear-gradient(135deg,#d9a23d 0%,#d36342 100%)!important;border:none!important;border-radius:8px!important;padding:10px 20px!important;font-size:14px!important;font-weight:600!important;text-decoration:none!important;transition:all .3s!important;display:inline-block!important}.Header-module-scss-module__P7cjuG__registerButton:hover{color:#fff!important;background:linear-gradient(135deg,#c8912a 0%,#b8552d 100%)!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #d9a23d4d!important}.Header-module-scss-module__P7cjuG__registerButton:focus{color:#fff!important;box-shadow:0 0 0 3px #d9a23d4d!important}.Header-module-scss-module__P7cjuG__registerButtonMobile{color:#fff!important;letter-spacing:.5px!important;text-align:center!important;background:linear-gradient(135deg,#d9a23d 0%,#d36342 100%)!important;border:none!important;border-radius:6px!important;width:100%!important;padding:8px 16px!important;font-size:14px!important;font-weight:600!important;text-decoration:none!important;transition:all .3s!important;display:inline-block!important}.Header-module-scss-module__P7cjuG__registerButtonMobile:hover{color:#fff!important;background:linear-gradient(135deg,#c8912a 0%,#b8552d 100%)!important}.Header-module-scss-module__P7cjuG__registerButtonMobile:focus{color:#fff!important;box-shadow:0 0 0 3px #d9a23d4d!important}.Header-module-scss-module__P7cjuG__upperHeader{justify-content:space-between;align-items:center;display:flex}@media (max-width:600px){.Header-module-scss-module__P7cjuG__upperHeader{padding-bottom:20px}}.Header-module-scss-module__P7cjuG__upperHeader__menu__mobile{cursor:pointer;border:1px solid #494545;border-radius:10px;padding:0 10px;font-size:30px;display:none}@media (max-width:992px){.Header-module-scss-module__P7cjuG__upperHeader__menu__mobile{display:inline}}.Header-module-scss-module__P7cjuG__profile{justify-content:flex-end;display:flex}.Header-module-scss-module__P7cjuG__logo{cursor:pointer;align-items:center;margin-left:10px;display:flex}.Header-module-scss-module__P7cjuG__logo img{max-width:300px;height:auto}.Header-module-scss-module__P7cjuG__logo img[src*=academy-enterprise-logo]{max-width:500px}@media (max-width:768px){.Header-module-scss-module__P7cjuG__logo img[src*=academy-enterprise-logo]{max-width:350px}}@media (max-width:480px){.Header-module-scss-module__P7cjuG__logo img[src*=academy-enterprise-logo]{max-width:280px}}.Header-module-scss-module__P7cjuG__backButton{color:#e9e7eb;cursor:pointer;width:fit-content;height:18px;margin-top:-4px;font-family:"Source Sans 3",sans-serif;font-size:15px;transition:color .2s}.Header-module-scss-module__P7cjuG__backButton span{margin-right:10px;display:inline-block}.Header-module-scss-module__P7cjuG__backButton:hover{color:#b399d2}.Header-module-scss-module__P7cjuG__authentication{color:#e9e7eb;font-family:"Source Sans 3",sans-serif;font-size:21px;position:relative}.Header-module-scss-module__P7cjuG__authentication .dropdown{position:relative}.Header-module-scss-module__P7cjuG__authentication .dropdown-menu{position:absolute!important;top:100%!important;left:auto!important;right:0!important}@media (max-width:992px){.Header-module-scss-module__P7cjuG__authentication__desktop{display:none}}.Header-module-scss-module__P7cjuG__authentication__desktop ul{align-items:center;gap:20px;display:flex}.Header-module-scss-module__P7cjuG__authentication__mobile{cursor:pointer;border-radius:10px;padding:0 10px;font-size:30px;display:none}@media (max-width:992px){.Header-module-scss-module__P7cjuG__authentication__mobile{display:inline}}.Header-module-scss-module__P7cjuG__menu{font-family:"Source Sans 3",sans-serif}.Header-module-scss-module__P7cjuG__menu__desktop{justify-content:space-between;align-items:center;margin-bottom:80px;display:flex}@media (max-width:992px){.Header-module-scss-module__P7cjuG__menu{margin-bottom:30px}}.Header-module-scss-module__P7cjuG__menu ul{padding-inline-start:0;list-style-type:none;display:flex}@media (max-width:992px){.Header-module-scss-module__P7cjuG__menu ul{text-align:center;background-color:#343a40;width:100%;max-height:400px;margin-top:10px;transition:all .4s;display:block;overflow:hidden}.Header-module-scss-module__P7cjuG__menu ul li{margin-right:0;padding:.6em}.Header-module-scss-module__P7cjuG__menu ul li:first-child{padding-top:2em}.Header-module-scss-module__P7cjuG__menu ul li:last-child{padding-bottom:2em}}.Header-module-scss-module__P7cjuG__menu li{color:#e9e7eb;margin-right:40px;font-size:18px}.Header-module-scss-module__P7cjuG__link{cursor:pointer}.Header-module-scss-module__P7cjuG__link:hover{color:#707070}.Header-module-scss-module__P7cjuG__menuActive{color:#94681e}.Header-module-scss-module__P7cjuG__loginActive{color:#e9e7eb}@media (max-width:992px){.Header-module-scss-module__P7cjuG__hr{display:none}.Header-module-scss-module__P7cjuG__hidden ul{max-height:0}}@media (max-width:1150px){.Header-module-scss-module__P7cjuG__linkToOldSite{display:none}}
@font-face{font-family:apercu-mono;src:url(../media/ApercuMono.0dp~rc3637h8e.ttf)}@font-face{font-family:apercu-regular;src:url(../media/Apercu-Regular.0lnn29ae5~u_k.otf)}@font-face{font-family:apercu-pro-light;src:url(../media/apercu-pro-light.0rhy3gl0wwafj.otf)}@font-face{font-family:whyte-book;src:url(../media/Whyte-Book.0g0~kf4c83_vm.ttf)}@font-face{font-family:whyte-regular;src:url(../media/Whyte-Regular.11ppo0fjwd69k.ttf)}
:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
