@charset "UTF-8";
:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
.ablocks-invisible{visibility:hidden}.ablocks-icon-wrap{display:inline-block;font-size:50px;line-height:1}.ablocks-icon-wrap svg.ablocks-svg-icon{display:block;height:1em;line-height:1;width:1em}.ablocks-icon-wrap img.ablocks-image-icon{height:auto}.ablocks-background-video{background-size:cover;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}

.ablocks-block--container{box-sizing:border-box!important;padding:var(--ablocks-container-padding)}a.ablocks-block--container{display:block;text-decoration:none}.ablocks-block--container.ablocks-has-block-container>.ablocks-block-container{width:100%}:not(.ablocks-block--container--is-root).ablocks-block--container{max-width:min(100%,100%);width:100%}.ablocks-is-fse-theme .is-layout-constrained .ablocks-block--container--is-root:not(.alignfull){margin-left:calc(var(--wp--style--root--padding-left)*-1)!important;margin-right:calc(var(--wp--style--root--padding-right)*-1)!important;max-width:100vw}.ablocks-is-classic-theme .ablocks-block--container--is-root:not(.alignfull){margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;max-width:100vw;width:100vw}.ablocks-container-shape{left:0;margin:0 auto;overflow:hidden;pointer-events:none;position:absolute;width:100%}.ablocks-container-shape-top{top:-9px;transform:rotate(1turn)}.ablocks-container-shape-bottom{bottom:-9px;transform:rotate(180deg)}.ablocks-container-shape-fill{transform:rotateY(0deg);transform-origin:center}.ablocks-block-container>.ablocks-container-shape-bottom,.ablocks-block-container>.ablocks-container-shape-top{width:100%!important}.ablocks-container-shape-bottom>svg,.ablocks-container-shape-top>svg{width:100%}
.ablocks-heading-text{margin:0;padding:0}.ablocks-animated-text .ablocks-animated-text-wrapper{display:inline-block;font-style:normal;position:relative}.ablocks-animated-text .ablocks-animated-text-wrapper svg{height:calc(100% + 8px);left:-8px;overflow:visible;pointer-events:none;position:absolute;top:-5px;width:calc(100% + 16px)}.ablocks-animated-text path{stroke:#ff000e;stroke-width:.5em;stroke-dasharray:1500 1500}.ablocks-animated-text .ablocks-animated-text-wrapper path{animation:draw-auto 6s infinite forwards;animation-iteration-count:infinite}@keyframes draw-auto{0%{stroke-dasharray:0 1500}80%{stroke-dasharray:1500 0}to{stroke-dasharray:1500 0}}:root{--typing-selected-bg-color:#0d0d0d;--typing-selected-color:var(--dynamic-text-color,#aebcb9)}.ablocks-rotate-typing .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-typing .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:90%;left:auto;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.ablocks-rotate-typing .ablocks-animated-text-wrapper:not(.ablocks-typing-selected):after{animation:ablocks-headline-pulse 1s infinite}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected{background-color:var(--typing-selected-bg-color,#0d0d0d)}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected:after{visibility:hidden}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected .ablocks-dynamic-text{color:var(--typing-selected-color,var(--dynamic-text-color,#aebcb9))}.ablocks-rotate-typing .ablocks-dynamic-text:not(.ablocks-headline-text-active){visibility:hidden}.ablocks-rotate-typing .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}@keyframes ablocks-headline-pulse{0%{opacity:1;transform:translateY(-50%) scale(1)}40%{opacity:0;transform:translateY(-50%) scale(.9)}to{opacity:0;transform:translateY(-50%) scale(0)}}.ablocks-rotate-clip{display:inline-block;padding:.2em 0}.ablocks-rotate-clip .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-clip .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:100%;left:auto;position:absolute;right:0;top:0;width:2px}.ablocks-rotate-clip .ablocks-dynamic-text{opacity:0}.ablocks-rotate-clip .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1}.ablocks-rotate-flip .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-flip .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transform-origin:50% 100%;transition:all .6s ease;visibility:hidden}.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-flip-in 1.2s;opacity:1;transform:rotateX(0deg);visibility:visible}.ablocks-rotate-flip .ablocks-dynamic-text{animation:ablocks-heading-flip-out 1.2s;transform:rotateX(180deg)}@keyframes ablocks-heading-flip-in{0%{opacity:0;transform:rotateX(180deg)}35%{opacity:0;transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;transform:rotateX(1turn)}}@keyframes ablocks-heading-flip-out{0%{opacity:1;transform:rotateX(0deg)}35%{opacity:1;transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;transform:rotateX(180deg)}}.ablocks-rotate-blind .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-blind .ablocks-dynamic-text{opacity:0}.ablocks-rotate-blind .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block;transform:rotateY(180deg)}.ablocks-rotate-blind .ablocks-headline-text-active .ablocks-dynamic-letter{transform:rotateY(0deg)}.ablocks-rotate-blind .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-heading-blinds-in .6s forwards}.ablocks-rotate-blind .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-heading-blind-out .6s forwards}@keyframes ablocks-heading-blinds-in{0%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}@keyframes ablocks-heading-blind-out{0%{transform:rotateY(0)}to{transform:rotateY(-180deg)}}.ablocks-rotate-swirl .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-swirl .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block}.ablocks-rotate-swirl .ablocks-dynamic-text{transform:scaleX(1.0005)}.ablocks-rotate-swirl .ablocks-dynamic-letter .ablocks-headline-text-active{opacity:1;transform:translateZ(-20px) rotateX(90deg);transform-style:preserve-3d}.ablocks-rotate-swirl .ablocks-headline-text-active{opacity:1}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}.ablocks-rotate-swirl .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-swirl-in .4s forwards}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-swirl-out .4s forwards}@keyframes ablocks-swirl-in{0%{opacity:0;transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;transform:translateZ(-20px) rotateX(0deg)}}@keyframes ablocks-swirl-out{0%{opacity:1;transform:translateZ(-20px) rotateX(0)}60%{opacity:0;transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;transform:translateZ(-20px) rotateX(-90deg)}}.ablocks-morph-letter{display:inline-block;transform-origin:center;transition:transform .4s,opacity .4s}.morph-flip{color:#e91e63;transform:rotateX(180deg)}.ablocks-rotate-slide-down .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide-down .ablocks-dynamic-text{animation:ablocksHeadingSlideDownOut .6s ease forwards;left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden;visibility:visible}.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideDownIn .6s ease forwards;opacity:1}@keyframes ablocksHeadingSlideDownIn{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes ablocksHeadingSlideDownOut{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}to{opacity:0;transform:translateY(100%)}}.ablocks-rotate-slide .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide .ablocks-dynamic-text{animation:ablocksHeadingSlideOut .6s;opacity:0;position:absolute;top:-5px;visibility:hidden}.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideIn .6s;opacity:1;visibility:visible}@keyframes ablocksHeadingSlideIn{0%{opacity:0;transform:translateX(-100%)}60%{opacity:1;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes ablocksHeadingSlideOut{0%{opacity:1;transform:translateX(0)}60%{opacity:0;transform:translateX(110%)}to{opacity:0;transform:translateX(100%)}}.ablocks-rotate-drop-in .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-drop-in .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-drop-in-in .8s;opacity:1;visibility:visible}.ablocks-rotate-drop-in .ablocks-dynamic-text{animation:ablocks-heading-drop-in-out .8s}@keyframes ablocks-heading-drop-in-in{0%{opacity:0;transform:translateZ(100px)}to{opacity:1;transform:translateZ(0)}}@keyframes ablocks-heading-drop-in-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translateZ(-100px)}}.ablocks-rotate-wave .ablocks-dynamic-text{opacity:0}.ablocks-rotate-wave .ablocks-dynamic-letter{display:inline-block;opacity:0;transform:scale(0)}.ablocks-rotate-wave .ablocks-headline-text-active .ablocks-dynamic-letter{opacity:1}.ablocks-rotate-wave .ablocks-dynamic-letter.ablocks-animation-in{animation:elementor-headline-wave-up .6s forwards}.ablocks-rotate-wave .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:elementor-headline-wave-down .6s forwards}@keyframes elementor-headline-wave-up{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes elementor-headline-wave-down{0%{opacity:1;transform:scale(1)}60%{opacity:0;transform:scale(0)}}.ablocks-rotate-bind .ablocks-animated-text-wrapper,.ablocks-rotate-drop-in .ablocks-animated-text-wrapper,.ablocks-rotate-flip .ablocks-animated-text-wrapper,.ablocks-rotate-slide .ablocks-animated-text-wrapper,.ablocks-rotate-slide-down .ablocks-animated-text-wrapper,.ablocks-rotate-swirl .ablocks-animated-text-wrapper,.ablocks-rotate-wave .ablocks-animated-text-wrapper{transition:width .5s}.ablocks-rotate-swirl .ablocks-dynamic-letter{white-space:pre}.ablocks-rotate-drop-in .ablocks-dynamic-text,.ablocks-rotate-flip .ablocks-dynamic-text,.ablocks-rotate-slide .ablocks-dynamic-text,.ablocks-rotate-slide-down .ablocks-dynamic-text{opacity:0;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1;visibility:visible}
.ablocks-paragraph-text{margin:0;padding:0}.ablocks-paragraph-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-paragraph-text-sm{font-size:14px}.ablocks-paragraph-text-md{font-size:16px}.ablocks-paragraph-text-lg{font-size:20px}
.ablocks-button{align-items:center;border-radius:6px;box-sizing:border-box;color:#000;column-gap:5px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:auto}.ablocks-button--link{background:none;border:none;box-shadow:none;cursor:pointer!important;padding:0}.ablocks-button--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-button--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-button--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-button--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-button--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-button.ablocks-button--icon-left .ablocks-icon-wrap{order:5}.ablocks-button__text{order:10}.ablocks-button.ablocks-button--icon-right .ablocks-icon-wrap{order:15}
.ablocks-block--info-box{border:1px solid #dddddf;padding:30px}.ablocks-block--info-box .ablocks-block-container{width:100%}.ablocks-block--info-box .ablocks-icon-wrap{height:fit-content;width:fit-content}.ablocks-block--info-box__content{display:flex;flex-direction:column;width:100%}.ablocks-info-box-heading,.ablocks-info-box-sub-heading,.ablocks-info-box-text{margin:0}.ablocks-info-box-text{margin:0;padding:0}.ablocks-info-box-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-info-box-badge-link{align-items:center;background:#ddd;border-radius:6px;box-sizing:border-box;color:#000;column-gap:2px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;position:absolute;text-decoration:none;transition:all .3s ease;width:fit-content}.ablocks-info-box-badge-link--xs{border-radius:2px;font-size:10px;padding:5px 15px}.ablocks-info-box-badge-link--sm{border-radius:3px;font-size:12px;padding:8px 18px}.ablocks-info-box-badge-link--md{border-radius:4px;font-size:14px;padding:11px 21px}.ablocks-info-box-badge-link--lg{border-radius:5px;font-size:16px;padding:14px 25px}.ablocks-info-box-badge-link.ablocks-info-box-badge-link--icon-left .ablocks-icon-wrap{order:5}.ablocks-info-box-badge-link-text{order:10}.ablocks-info-box-badge-link.ablocks-info-box-badge-link--icon-right .ablocks-icon-wrap{order:15}.ablocks-badge-hover-enable{opacity:0;transition:opacity .1s ease}.ablocks-block--info-box:hover .ablocks-badge-hover-enable{opacity:1;transition-duration:3s}.ablocks-info-box-btn-link{align-items:center;background:#ddd;border-radius:6px;box-sizing:border-box;color:#000;column-gap:2px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:fit-content}.ablocks-info-box-btn-link--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-info-box-btn-link--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-info-box-btn-link--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-info-box-btn-link--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-info-box-btn-link--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-info-box-btn-link.ablocks-info-box-btn-link--icon-left .ablocks-icon-wrap{order:5}.ablocks-info-box-btn-link-text{order:10}.ablocks-info-box-btn-link.ablocks-info-box-btn-link--icon-right .ablocks-icon-wrap{order:15}.ablocks-button-hover-enable{opacity:0;transition:opacity .1s ease}.ablocks-block--info-box:hover .ablocks-block--info-box__content>.ablocks-button-hover-enable{opacity:1;transition-duration:3s}.ablocks-info-box-star-ratings{align-items:center;display:inline-flex;flex-wrap:wrap;width:100%}.ablocks-info-box-star-ratings-icons{display:flex;flex-wrap:wrap;width:fit-content}.ablocks-info-box-star-ratings-icons .ablocks-info-box-rating{display:inline-block;position:relative}.ablocks-info-box-rating__fill{height:100%;left:0;overflow:hidden;position:absolute;top:0}.ablocks-block--star-ratings svg.ablocks-svg-icon{height:1em;width:1em}
.ablocks-image-figure{display:flex;flex-direction:column;height:auto;margin:0;max-width:100%;position:relative;width:fit-content;width:-moz-fit-content}.ablocks-image-figure img{display:block;height:100%;max-width:100%}.ablocks-image-figure .components-resizable-box__container{max-width:100%!important}.ablocks-alt-text-control{display:flex;flex-direction:column;width:100%}.ablocks-alt-text-control__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.ablocks-alt-text-control__clear{cursor:pointer}.ablocks-alt-text-control .components-base-control .components-base-control__field,.ablocks-alt-text-control .components-base-control{width:100%}.ablocks-image--effect{transition:all .3s ease}.ablocks-image--effect-zoomin{transform:scale(1)}.ablocks-image--effect-zoomin:hover{transform:scale(1.1)}.ablocks-image--effect-grayscale:hover{filter:grayscale(100%)}.ablocks-image--effect-blur:hover{filter:blur(3px)}.ablocks-image--effect-slide{transform:translate3d(-20px,0,0)}.ablocks-image--effect-slide:hover{transform:translateZ(0)}.ablocks-image-caption{margin-top:.5em}
.ablocks-block-marquee[data-animated=true][data-enable-shadow=true]{-webkit-mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent)}.ablocks-block-marquee[data-animated=true]{--ablocks-block-animation-direction:normal;display:flex;gap:var(--ablocks-block-content-gap);overflow:hidden;padding-block:8px;position:relative;user-select:none}.ablocks-block-marquee[data-animated=true][data-direction=down][data-enable-shadow=true],.ablocks-block-marquee[data-animated=true][data-direction=up][data-enable-shadow=true]{-webkit-mask:linear-gradient(180deg,transparent,#fff 20%,#fff 80%,transparent);mask:linear-gradient(180deg,transparent,#fff 20%,#fff 80%,transparent)}.ablocks-block-marquee[data-animated=true][data-direction=down],.ablocks-block-marquee[data-animated=true][data-direction=up]{flex-direction:column;height:200px}.ablocks-block-marquee__children,.ablocks-block-marquee__children-mirror{align-items:center;animation:var(--ablocks-block-animation-name) var(--ablocks-block-animation-speed) linear infinite;animation-direction:var(--ablocks-block-animation-direction);display:flex;flex-shrink:0;gap:var(--ablocks-block-content-gap);white-space:nowrap}.ablocks-block-marquee[data-direction=down] .ablocks-block-marquee__children,.ablocks-block-marquee[data-direction=down] .ablocks-block-marquee__children-mirror,.ablocks-block-marquee[data-direction=up] .ablocks-block-marquee__children,.ablocks-block-marquee[data-direction=up] .ablocks-block-marquee__children-mirror{flex-direction:column}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(calc(var(--ablocks-block-total-width)*-1))}}@keyframes marquee-scroll-vertical{0%{transform:translateY(0)}to{transform:translateY(calc(var(--ablocks-block-total-height)*-1))}}.ablocks-block-marquee__children,.ablocks-block-marquee__children-mirror{scrollbar-width:none;-ms-overflow-style:none}.ablocks-block-marquee__children-mirror::-webkit-scrollbar,.ablocks-block-marquee__children::-webkit-scrollbar{display:none}.ablocks-block-marquee__custom-btn{background:#1e1e1e;color:#fff;height:28px;min-width:24px;padding:0}.ablocks-block-marquee__custom-btn svg{fill:#fff}.ablocks-block-marquee__custom-btn .ablocks-icon--plus:before{color:#fff}.ablocks-block-marquee__children>div[role=presentation],.ablocks-block-marquee__custom-btn{cursor:pointer;z-index:1}.is-layout-constrained>.ablocks-block--marquee:where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width:100%!important}.ablocks-block-marquee-dropdown-toolbar-menu .ablocks-icon--plus:before{color:#000;font-size:20px}.ablocks-block-marquee__children-child{align-items:center;display:flex}

.ablocks-block-a8045e11-abad-4bb2-9eec-4f45d7f98160 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a8045e11-abad-4bb2-9eec-4f45d7f98160.ablocks-block--container { padding:0px;overflow:visible; } .ablocks-block-a8045e11-abad-4bb2-9eec-4f45d7f98160 > .ablocks-block-container { max-width:min(100%,1140px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-a8045e11-abad-4bb2-9eec-4f45d7f98160 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a8045e11-abad-4bb2-9eec-4f45d7f98160.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-39da70b7-8019-426a-9c8b-1dd0fda898f2 { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-39da70b7-8019-426a-9c8b-1dd0fda898f2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-39da70b7-8019-426a-9c8b-1dd0fda898f2 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-39da70b7-8019-426a-9c8b-1dd0fda898f2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0af7fce5-3023-4691-a472-13642cb1876b { margin-top:24px;width:63%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0af7fce5-3023-4691-a472-13642cb1876b { width:58%; } } @media screen and (max-width: 480px) { .ablocks-block-0af7fce5-3023-4691-a472-13642cb1876b { width:100%; } } .ablocks-block-0af7fce5-3023-4691-a472-13642cb1876b { text-align:center; } .ablocks-block-0af7fce5-3023-4691-a472-13642cb1876b .ablocks-heading-text { color:#1D2D52;font-family:Inter Tight;font-weight:500;font-style:Medium;font-size:64px;line-height:82px; } @media screen and (max-width: 800px) { .ablocks-block-0af7fce5-3023-4691-a472-13642cb1876b .ablocks-heading-text { font-size:42px;line-height:52px; } } @media screen and (max-width: 480px) { .ablocks-block-0af7fce5-3023-4691-a472-13642cb1876b .ablocks-heading-text { font-size:34px;line-height:42px; } } 
.ablocks-block-84d0d8b2-d43e-45b5-9190-b5fb6117f337 { margin-top:18px;width:34%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-84d0d8b2-d43e-45b5-9190-b5fb6117f337 { width:60%; } } @media screen and (max-width: 480px) { .ablocks-block-84d0d8b2-d43e-45b5-9190-b5fb6117f337 { width:100%; } } .ablocks-block-84d0d8b2-d43e-45b5-9190-b5fb6117f337 { text-align:center; } .ablocks-block-84d0d8b2-d43e-45b5-9190-b5fb6117f337 .ablocks-paragraph-text { color:#455366;font-family:Inter Tight;font-weight:400;font-style:Regular;font-size:16px;line-height:24px; } .ablocks-block-84d0d8b2-d43e-45b5-9190-b5fb6117f337 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-10b4540a-77c1-4947-89a6-fbc2eb8bcf3a { margin-top:24px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-10b4540a-77c1-4947-89a6-fbc2eb8bcf3a { text-align:left; } .ablocks-block-10b4540a-77c1-4947-89a6-fbc2eb8bcf3a .ablocks-button { column-gap:8px;background:#b0e757;justify-content:left;color:var(--wp--preset--color--black);border-radius:10px;box-shadow:inset 0px 0px 10px 1px rgba(0,85,255,0.12);font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-10b4540a-77c1-4947-89a6-fbc2eb8bcf3a .ablocks-button { font-family:Inter; } } .ablocks-block-10b4540a-77c1-4947-89a6-fbc2eb8bcf3a .ablocks-button:hover { transition-duration:s;color:var(--wp--preset--color--black);background:#b0e757; } .ablocks-block-10b4540a-77c1-4947-89a6-fbc2eb8bcf3a .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:var(--wp--preset--color--black); } .ablocks-block-10b4540a-77c1-4947-89a6-fbc2eb8bcf3a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-10b4540a-77c1-4947-89a6-fbc2eb8bcf3a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-10b4540a-77c1-4947-89a6-fbc2eb8bcf3a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-6f2870a5-b9fe-4d64-a3a6-727384538dae { margin-top:0px;padding-top:0px;padding-bottom:120px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6f2870a5-b9fe-4d64-a3a6-727384538dae { padding-bottom:60px; } } .ablocks-block-6f2870a5-b9fe-4d64-a3a6-727384538dae.ablocks-block--container { padding-top:0px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6f2870a5-b9fe-4d64-a3a6-727384538dae.ablocks-block--container { padding-bottom:60px; } } .ablocks-block-6f2870a5-b9fe-4d64-a3a6-727384538dae > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-6f2870a5-b9fe-4d64-a3a6-727384538dae > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:120px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-6f2870a5-b9fe-4d64-a3a6-727384538dae > .ablocks-block-container { row-gap:60px; } } @media screen and (max-width: 480px) { .ablocks-block-6f2870a5-b9fe-4d64-a3a6-727384538dae > .ablocks-block-container { row-gap:40px; } } .ablocks-block-6f2870a5-b9fe-4d64-a3a6-727384538dae.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:120px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-6f2870a5-b9fe-4d64-a3a6-727384538dae.ablocks-has-block-container > .ablocks-block-container { row-gap:60px; } } @media screen and (max-width: 480px) { .ablocks-block-6f2870a5-b9fe-4d64-a3a6-727384538dae.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-609bd3a9-acc9-46dd-884a-f2bbf1f310f1 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-609bd3a9-acc9-46dd-884a-f2bbf1f310f1.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-609bd3a9-acc9-46dd-884a-f2bbf1f310f1 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-609bd3a9-acc9-46dd-884a-f2bbf1f310f1 { column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-609bd3a9-acc9-46dd-884a-f2bbf1f310f1 { flex-direction:column-reverse;row-gap:30px; } } .ablocks-block-609bd3a9-acc9-46dd-884a-f2bbf1f310f1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-609bd3a9-acc9-46dd-884a-f2bbf1f310f1.ablocks-has-block-container > .ablocks-block-container { column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-609bd3a9-acc9-46dd-884a-f2bbf1f310f1.ablocks-has-block-container > .ablocks-block-container { flex-direction:column-reverse;row-gap:30px; } } .ablocks-block-609bd3a9-acc9-46dd-884a-f2bbf1f310f1 { display:inline-flex; } 
.ablocks-block-d77b8ef3-d63a-412f-9be5-1db1d60f841f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d77b8ef3-d63a-412f-9be5-1db1d60f841f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d77b8ef3-d63a-412f-9be5-1db1d60f841f { display:flex;flex-direction:column;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d77b8ef3-d63a-412f-9be5-1db1d60f841f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 { margin-top:32px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 { margin-top:20px; } } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8:not(.ablocks-has-block-container), .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-block--info-box__content { gap:24px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-block--info-box__content { gap:10px; } } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:40px;line-height:52px;color:#1d2d52; } @media screen and (max-width: 800px) { .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter;font-size:30px;line-height:41px; } } @media screen and (max-width: 480px) { .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:32px;line-height:42px; } } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#455366; } @media screen and (max-width: 800px) { .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter;font-size:14px; } } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-4ee14b71-18b7-456f-8ffb-63141630ced8 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-4c040aa0-8e5b-4f2e-9650-cced5c8605bd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4c040aa0-8e5b-4f2e-9650-cced5c8605bd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4c040aa0-8e5b-4f2e-9650-cced5c8605bd { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4c040aa0-8e5b-4f2e-9650-cced5c8605bd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-cc57d5fd-09e6-4b82-8426-86ac91881e35 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cc57d5fd-09e6-4b82-8426-86ac91881e35 { display:flex;justify-content:center; } .ablocks-block-cc57d5fd-09e6-4b82-8426-86ac91881e35 .ablocks-image-figure img { height:auto;opacity:1;border-style:solid; } .ablocks-block-cc57d5fd-09e6-4b82-8426-86ac91881e35 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-cc57d5fd-09e6-4b82-8426-86ac91881e35 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f9938e9f-b04b-4a58-96c1-effe3a8d6af7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f9938e9f-b04b-4a58-96c1-effe3a8d6af7.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f9938e9f-b04b-4a58-96c1-effe3a8d6af7 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-f9938e9f-b04b-4a58-96c1-effe3a8d6af7 { column-gap:40px; } } @media screen and (max-width: 480px) { .ablocks-block-f9938e9f-b04b-4a58-96c1-effe3a8d6af7 { flex-direction:column;row-gap:30px; } } .ablocks-block-f9938e9f-b04b-4a58-96c1-effe3a8d6af7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-f9938e9f-b04b-4a58-96c1-effe3a8d6af7.ablocks-has-block-container > .ablocks-block-container { column-gap:40px; } } @media screen and (max-width: 480px) { .ablocks-block-f9938e9f-b04b-4a58-96c1-effe3a8d6af7.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-f9938e9f-b04b-4a58-96c1-effe3a8d6af7 { display:inline-flex; } 
.ablocks-block-01ed1d82-e1cb-4005-861c-a725642e6dce { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-01ed1d82-e1cb-4005-861c-a725642e6dce.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-01ed1d82-e1cb-4005-861c-a725642e6dce { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-01ed1d82-e1cb-4005-861c-a725642e6dce.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e1dbc6e9-b259-447c-98c5-946f891a9cdc { position:relative;z-index:6;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e1dbc6e9-b259-447c-98c5-946f891a9cdc { display:flex;justify-content:center; } .ablocks-block-e1dbc6e9-b259-447c-98c5-946f891a9cdc .ablocks-image-figure img { height:auto;opacity:1;border-style:solid; } .ablocks-block-e1dbc6e9-b259-447c-98c5-946f891a9cdc .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e1dbc6e9-b259-447c-98c5-946f891a9cdc .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-0a15d2c1-1377-47f0-9c0a-d0c00e74abee { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0a15d2c1-1377-47f0-9c0a-d0c00e74abee.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0a15d2c1-1377-47f0-9c0a-d0c00e74abee { display:flex;flex-direction:column;align-items:flex-start;min-height:0px;row-gap:32px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-0a15d2c1-1377-47f0-9c0a-d0c00e74abee { row-gap:17px; } } @media screen and (max-width: 480px) { .ablocks-block-0a15d2c1-1377-47f0-9c0a-d0c00e74abee { row-gap:20px; } } .ablocks-block-0a15d2c1-1377-47f0-9c0a-d0c00e74abee.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:flex-start;min-height:0px;row-gap:32px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-0a15d2c1-1377-47f0-9c0a-d0c00e74abee.ablocks-has-block-container > .ablocks-block-container { row-gap:17px; } } @media screen and (max-width: 480px) { .ablocks-block-0a15d2c1-1377-47f0-9c0a-d0c00e74abee.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } 
.ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd { margin-top:20px; } } @media screen and (max-width: 480px) { .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd { margin-top:0px; } } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd:not(.ablocks-has-block-container), .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-block--info-box__content { gap:24px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-block--info-box__content { gap:10px; } } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:40px;line-height:52px;color:#1d2d52; } @media screen and (max-width: 800px) { .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter;font-size:30px;line-height:41px; } } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#455366; } @media screen and (max-width: 800px) { .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter;font-size:14px; } } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-235ac975-6ca6-46ff-acb6-bbdec31e3afd .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-a56f152f-bd2e-48d0-9732-79b14c512ee1 { margin-top:0px;padding-top:0px;padding-bottom:120px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a56f152f-bd2e-48d0-9732-79b14c512ee1 { padding-bottom:60px; } } .ablocks-block-a56f152f-bd2e-48d0-9732-79b14c512ee1.ablocks-block--container { padding-top:0px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a56f152f-bd2e-48d0-9732-79b14c512ee1.ablocks-block--container { padding-bottom:60px; } } .ablocks-block-a56f152f-bd2e-48d0-9732-79b14c512ee1 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-a56f152f-bd2e-48d0-9732-79b14c512ee1 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:120px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-a56f152f-bd2e-48d0-9732-79b14c512ee1 > .ablocks-block-container { row-gap:60px; } } @media screen and (max-width: 480px) { .ablocks-block-a56f152f-bd2e-48d0-9732-79b14c512ee1 > .ablocks-block-container { row-gap:40px; } } .ablocks-block-a56f152f-bd2e-48d0-9732-79b14c512ee1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:120px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-a56f152f-bd2e-48d0-9732-79b14c512ee1.ablocks-has-block-container > .ablocks-block-container { row-gap:60px; } } @media screen and (max-width: 480px) { .ablocks-block-a56f152f-bd2e-48d0-9732-79b14c512ee1.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-ad95d485-1911-4406-b37a-b19691b49747 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ad95d485-1911-4406-b37a-b19691b49747.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ad95d485-1911-4406-b37a-b19691b49747 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-ad95d485-1911-4406-b37a-b19691b49747 { column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-ad95d485-1911-4406-b37a-b19691b49747 { flex-direction:column-reverse;row-gap:30px; } } .ablocks-block-ad95d485-1911-4406-b37a-b19691b49747.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-ad95d485-1911-4406-b37a-b19691b49747.ablocks-has-block-container > .ablocks-block-container { column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-ad95d485-1911-4406-b37a-b19691b49747.ablocks-has-block-container > .ablocks-block-container { flex-direction:column-reverse;row-gap:30px; } } .ablocks-block-ad95d485-1911-4406-b37a-b19691b49747 { display:inline-flex; } 
.ablocks-block-dec761a6-0d51-4eaf-94b4-f79a9ac9181a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dec761a6-0d51-4eaf-94b4-f79a9ac9181a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-dec761a6-0d51-4eaf-94b4-f79a9ac9181a { display:flex;flex-direction:column;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-dec761a6-0d51-4eaf-94b4-f79a9ac9181a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 { margin-top:32px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 { margin-top:20px; } } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739:not(.ablocks-has-block-container), .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-block--info-box__content { gap:24px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-block--info-box__content { gap:10px; } } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:40px;line-height:52px;color:#1d2d52; } @media screen and (max-width: 800px) { .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter;font-size:30px;line-height:41px; } } @media screen and (max-width: 480px) { .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:32px;line-height:42px; } } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#455366; } @media screen and (max-width: 800px) { .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter;font-size:14px; } } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a7d2962b-c23b-4a14-b6de-cf7e2f66f739 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-014cdfad-d50f-461f-abf3-129663ccf06a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-014cdfad-d50f-461f-abf3-129663ccf06a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-014cdfad-d50f-461f-abf3-129663ccf06a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-014cdfad-d50f-461f-abf3-129663ccf06a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9954fc78-d7cb-4962-84bb-610ddf6f9112 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9954fc78-d7cb-4962-84bb-610ddf6f9112 { display:flex;justify-content:center; } .ablocks-block-9954fc78-d7cb-4962-84bb-610ddf6f9112 .ablocks-image-figure img { height:auto;opacity:1;border-style:solid; } .ablocks-block-9954fc78-d7cb-4962-84bb-610ddf6f9112 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-9954fc78-d7cb-4962-84bb-610ddf6f9112 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-298e4a16-5685-4428-b936-f4e609f863df { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-298e4a16-5685-4428-b936-f4e609f863df.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-298e4a16-5685-4428-b936-f4e609f863df { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-298e4a16-5685-4428-b936-f4e609f863df { column-gap:40px; } } @media screen and (max-width: 480px) { .ablocks-block-298e4a16-5685-4428-b936-f4e609f863df { flex-direction:column;row-gap:30px; } } .ablocks-block-298e4a16-5685-4428-b936-f4e609f863df.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-298e4a16-5685-4428-b936-f4e609f863df.ablocks-has-block-container > .ablocks-block-container { column-gap:40px; } } @media screen and (max-width: 480px) { .ablocks-block-298e4a16-5685-4428-b936-f4e609f863df.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-298e4a16-5685-4428-b936-f4e609f863df { display:inline-flex; } 
.ablocks-block-f8184c76-7ce6-4a60-91db-0eb0f6e539a5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f8184c76-7ce6-4a60-91db-0eb0f6e539a5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f8184c76-7ce6-4a60-91db-0eb0f6e539a5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f8184c76-7ce6-4a60-91db-0eb0f6e539a5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-946ef571-7014-4bed-aa05-29c0aaef8449 { position:relative;z-index:6;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-946ef571-7014-4bed-aa05-29c0aaef8449 { display:flex;justify-content:center; } .ablocks-block-946ef571-7014-4bed-aa05-29c0aaef8449 .ablocks-image-figure img { height:auto;opacity:1;border-style:solid; } .ablocks-block-946ef571-7014-4bed-aa05-29c0aaef8449 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-946ef571-7014-4bed-aa05-29c0aaef8449 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-57a593df-b490-4964-b13a-d305af8e42e2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-57a593df-b490-4964-b13a-d305af8e42e2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-57a593df-b490-4964-b13a-d305af8e42e2 { display:flex;flex-direction:column;align-items:flex-start;min-height:0px;row-gap:32px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-57a593df-b490-4964-b13a-d305af8e42e2 { row-gap:17px; } } @media screen and (max-width: 480px) { .ablocks-block-57a593df-b490-4964-b13a-d305af8e42e2 { row-gap:20px; } } .ablocks-block-57a593df-b490-4964-b13a-d305af8e42e2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:flex-start;min-height:0px;row-gap:32px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-57a593df-b490-4964-b13a-d305af8e42e2.ablocks-has-block-container > .ablocks-block-container { row-gap:17px; } } @media screen and (max-width: 480px) { .ablocks-block-57a593df-b490-4964-b13a-d305af8e42e2.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } 
.ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 { margin-top:20px; } } @media screen and (max-width: 480px) { .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 { margin-top:0px; } } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592:not(.ablocks-has-block-container), .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-block--info-box__content { gap:24px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-block--info-box__content { gap:10px; } } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:40px;line-height:52px;color:#1d2d52; } @media screen and (max-width: 800px) { .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter;font-size:30px;line-height:41px; } } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#455366; } @media screen and (max-width: 800px) { .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter;font-size:14px; } } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-99df2e20-b786-4338-b35c-60ad4cdb1592 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-fb69bc5f-e820-4861-ab86-787ff96fb537 { margin-top:0px;padding-top:120px;padding-bottom:120px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-fb69bc5f-e820-4861-ab86-787ff96fb537 { padding-top:60px;padding-bottom:0px; } } @media screen and (max-width: 480px) { .ablocks-block-fb69bc5f-e820-4861-ab86-787ff96fb537 { padding-bottom:60px; } } .ablocks-block-fb69bc5f-e820-4861-ab86-787ff96fb537.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-fb69bc5f-e820-4861-ab86-787ff96fb537.ablocks-block--container { padding-top:60px;padding-bottom:0px; } } @media screen and (max-width: 480px) { .ablocks-block-fb69bc5f-e820-4861-ab86-787ff96fb537.ablocks-block--container { padding-bottom:60px; } } .ablocks-block-fb69bc5f-e820-4861-ab86-787ff96fb537 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-fb69bc5f-e820-4861-ab86-787ff96fb537 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-fb69bc5f-e820-4861-ab86-787ff96fb537 > .ablocks-block-container { row-gap:40px; } } .ablocks-block-fb69bc5f-e820-4861-ab86-787ff96fb537.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-fb69bc5f-e820-4861-ab86-787ff96fb537.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-e9c9e5f7-3f72-430c-b7d9-b9949829e4d2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e9c9e5f7-3f72-430c-b7d9-b9949829e4d2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e9c9e5f7-3f72-430c-b7d9-b9949829e4d2 { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-e9c9e5f7-3f72-430c-b7d9-b9949829e4d2 { row-gap:32px; } } .ablocks-block-e9c9e5f7-3f72-430c-b7d9-b9949829e4d2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-e9c9e5f7-3f72-430c-b7d9-b9949829e4d2.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } 
.ablocks-block-c1f36867-5ec7-4278-be00-607c6f7e55b0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c1f36867-5ec7-4278-be00-607c6f7e55b0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c1f36867-5ec7-4278-be00-607c6f7e55b0 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c1f36867-5ec7-4278-be00-607c6f7e55b0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71:not(.ablocks-has-block-container), .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-block--info-box__content { gap:12px;align-items:center; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:40px;line-height:52px;color:#1D2D52; } @media screen and (max-width: 800px) { .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter;font-size:38px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:34px; } } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#455366; } @media screen and (max-width: 800px) { .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#b0e757;justify-content:center;color:#000000;border-width:1px 2px 1px 2px;border-style:solid;border-color:var(--wp--preset--color--white);border-radius:26px;font-family:Inter,sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:16px;line-height:24px;padding-top:8px;padding-right:16px;padding-bottom:8px;padding-left:16px; } @media screen and (max-width: 800px) { .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { font-family:Inter; } } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-fc620614-f652-4425-88ad-10fbb544ac71 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-3db2df8e-a4ef-4ed6-a421-f89bfcee095f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3db2df8e-a4ef-4ed6-a421-f89bfcee095f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3db2df8e-a4ef-4ed6-a421-f89bfcee095f { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:27px;column-gap:27px; } @media screen and (max-width: 480px) { .ablocks-block-3db2df8e-a4ef-4ed6-a421-f89bfcee095f { row-gap:20px; } } .ablocks-block-3db2df8e-a4ef-4ed6-a421-f89bfcee095f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:27px;column-gap:27px; } @media screen and (max-width: 480px) { .ablocks-block-3db2df8e-a4ef-4ed6-a421-f89bfcee095f.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } .ablocks-block-3db2df8e-a4ef-4ed6-a421-f89bfcee095f { display:inline-flex; } 
.ablocks-block-128bb1ff-c747-4ab8-9da7-9dc10165bbe3 { padding:32px;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-128bb1ff-c747-4ab8-9da7-9dc10165bbe3 { padding:24px; } } @media screen and (max-width: 480px) { .ablocks-block-128bb1ff-c747-4ab8-9da7-9dc10165bbe3 { padding:16px; } } .ablocks-block-128bb1ff-c747-4ab8-9da7-9dc10165bbe3.ablocks-block--container { padding:32px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-128bb1ff-c747-4ab8-9da7-9dc10165bbe3.ablocks-block--container { padding:24px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-128bb1ff-c747-4ab8-9da7-9dc10165bbe3.ablocks-block--container { padding:16px;max-width:min(100%,100%) !important; } } .ablocks-block-128bb1ff-c747-4ab8-9da7-9dc10165bbe3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-128bb1ff-c747-4ab8-9da7-9dc10165bbe3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30:not(.ablocks-has-block-container), .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30.ablocks-block--info-box > .ablocks-block-container { gap:24px;display:flex;flex-direction:column;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30:not(.ablocks-has-block-container), .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-block--info-box__content { gap:14px;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-block--info-box__content { align-items:center; } } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:24px;line-height:36px;color:#0F172A; } @media screen and (max-width: 800px) { .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center; } } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#455366; } @media screen and (max-width: 800px) { .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center; } } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } @media screen and (max-width: 480px) { .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-95240833-6f95-413c-a02a-de41e1743d30 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-85aea5ae-a0e9-4af2-b46a-0bc19b550bc3 { padding:32px;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-85aea5ae-a0e9-4af2-b46a-0bc19b550bc3 { padding:24px; } } @media screen and (max-width: 480px) { .ablocks-block-85aea5ae-a0e9-4af2-b46a-0bc19b550bc3 { padding:16px; } } .ablocks-block-85aea5ae-a0e9-4af2-b46a-0bc19b550bc3.ablocks-block--container { padding:32px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-85aea5ae-a0e9-4af2-b46a-0bc19b550bc3.ablocks-block--container { padding:24px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-85aea5ae-a0e9-4af2-b46a-0bc19b550bc3.ablocks-block--container { padding:16px;max-width:min(100%,100%) !important; } } .ablocks-block-85aea5ae-a0e9-4af2-b46a-0bc19b550bc3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-85aea5ae-a0e9-4af2-b46a-0bc19b550bc3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609:not(.ablocks-has-block-container), .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609.ablocks-block--info-box > .ablocks-block-container { gap:24px;display:flex;flex-direction:column;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609:not(.ablocks-has-block-container), .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-block--info-box__content { gap:14px;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-block--info-box__content { align-items:center; } } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:24px;line-height:36px;color:#0F172A; } @media screen and (max-width: 800px) { .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center; } } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#455366; } @media screen and (max-width: 800px) { .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center; } } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } @media screen and (max-width: 480px) { .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a0bed60c-c522-4d46-9177-20b982fe1609 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-27ea095f-6be1-4e77-8a28-f5a7141306e3 { padding:32px;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-27ea095f-6be1-4e77-8a28-f5a7141306e3 { padding:24px; } } @media screen and (max-width: 480px) { .ablocks-block-27ea095f-6be1-4e77-8a28-f5a7141306e3 { padding:16px; } } .ablocks-block-27ea095f-6be1-4e77-8a28-f5a7141306e3.ablocks-block--container { padding:32px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-27ea095f-6be1-4e77-8a28-f5a7141306e3.ablocks-block--container { padding:24px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-27ea095f-6be1-4e77-8a28-f5a7141306e3.ablocks-block--container { padding:16px;max-width:min(100%,100%) !important; } } .ablocks-block-27ea095f-6be1-4e77-8a28-f5a7141306e3 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-27ea095f-6be1-4e77-8a28-f5a7141306e3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83:not(.ablocks-has-block-container), .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83.ablocks-block--info-box > .ablocks-block-container { gap:24px;display:flex;flex-direction:column;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83:not(.ablocks-has-block-container), .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-block--info-box__content { gap:14px;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-block--info-box__content { align-items:center; } } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:24px;line-height:36px;color:#0F172A; } @media screen and (max-width: 800px) { .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center; } } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#455366; } @media screen and (max-width: 800px) { .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center; } } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } @media screen and (max-width: 480px) { .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-e19cafcb-cf93-4124-99a5-879e47875c83 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-244e155d-82cd-49a6-bf81-f8da72db9c3c { padding:32px;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-244e155d-82cd-49a6-bf81-f8da72db9c3c { padding:24px; } } @media screen and (max-width: 480px) { .ablocks-block-244e155d-82cd-49a6-bf81-f8da72db9c3c { padding:16px; } } .ablocks-block-244e155d-82cd-49a6-bf81-f8da72db9c3c.ablocks-block--container { padding:32px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-244e155d-82cd-49a6-bf81-f8da72db9c3c.ablocks-block--container { padding:24px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-244e155d-82cd-49a6-bf81-f8da72db9c3c.ablocks-block--container { padding:16px;max-width:min(100%,100%) !important; } } .ablocks-block-244e155d-82cd-49a6-bf81-f8da72db9c3c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-244e155d-82cd-49a6-bf81-f8da72db9c3c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f:not(.ablocks-has-block-container), .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f.ablocks-block--info-box > .ablocks-block-container { gap:24px;display:flex;flex-direction:column;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f:not(.ablocks-has-block-container), .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-block--info-box__content { gap:14px;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-block--info-box__content { align-items:center; } } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:24px;line-height:36px;color:#0F172A; } @media screen and (max-width: 800px) { .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center; } } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#455366; } @media screen and (max-width: 800px) { .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center; } } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } @media screen and (max-width: 480px) { .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1f57c183-f45d-4848-9421-c27aaa95ec3f .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-b27a563f-ac2d-44a6-86fb-c34ed44b0546 { padding:32px;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b27a563f-ac2d-44a6-86fb-c34ed44b0546 { padding:24px; } } @media screen and (max-width: 480px) { .ablocks-block-b27a563f-ac2d-44a6-86fb-c34ed44b0546 { padding:16px; } } .ablocks-block-b27a563f-ac2d-44a6-86fb-c34ed44b0546.ablocks-block--container { padding:32px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b27a563f-ac2d-44a6-86fb-c34ed44b0546.ablocks-block--container { padding:24px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-b27a563f-ac2d-44a6-86fb-c34ed44b0546.ablocks-block--container { padding:16px;max-width:min(100%,100%) !important; } } .ablocks-block-b27a563f-ac2d-44a6-86fb-c34ed44b0546 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b27a563f-ac2d-44a6-86fb-c34ed44b0546.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed:not(.ablocks-has-block-container), .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed.ablocks-block--info-box > .ablocks-block-container { gap:24px;display:flex;flex-direction:column;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed:not(.ablocks-has-block-container), .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-block--info-box__content { gap:14px;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-block--info-box__content { align-items:center; } } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:24px;line-height:36px;color:#0F172A; } @media screen and (max-width: 800px) { .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center; } } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#455366; } @media screen and (max-width: 800px) { .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center; } } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } @media screen and (max-width: 480px) { .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-3d044902-0a37-4621-b989-594ceabf14ed .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-03ca05a7-e096-4605-936a-554b08a51802 { padding:32px;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-03ca05a7-e096-4605-936a-554b08a51802 { padding:24px; } } @media screen and (max-width: 480px) { .ablocks-block-03ca05a7-e096-4605-936a-554b08a51802 { padding:16px; } } .ablocks-block-03ca05a7-e096-4605-936a-554b08a51802.ablocks-block--container { padding:32px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-03ca05a7-e096-4605-936a-554b08a51802.ablocks-block--container { padding:24px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-03ca05a7-e096-4605-936a-554b08a51802.ablocks-block--container { padding:16px;max-width:min(100%,100%) !important; } } .ablocks-block-03ca05a7-e096-4605-936a-554b08a51802 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-03ca05a7-e096-4605-936a-554b08a51802.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7:not(.ablocks-has-block-container), .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7.ablocks-block--info-box > .ablocks-block-container { gap:24px;display:flex;flex-direction:column;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7:not(.ablocks-has-block-container), .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-block--info-box__content { gap:14px;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-block--info-box__content { align-items:center; } } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:24px;line-height:36px;color:#0F172A; } @media screen and (max-width: 800px) { .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center; } } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#455366; } @media screen and (max-width: 800px) { .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center; } } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } @media screen and (max-width: 480px) { .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-599f8089-595b-4544-af6c-2b3852c39ea7 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-b1d71f01-cf44-4bce-bd5a-9ce571a9a3c0 { padding:0px;position:relative;z-index:2;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b1d71f01-cf44-4bce-bd5a-9ce571a9a3c0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b1d71f01-cf44-4bce-bd5a-9ce571a9a3c0 { display:flex;flex-direction:column;min-height:0px;row-gap:36px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-b1d71f01-cf44-4bce-bd5a-9ce571a9a3c0 { row-gap:26px; } } @media screen and (max-width: 480px) { .ablocks-block-b1d71f01-cf44-4bce-bd5a-9ce571a9a3c0 { row-gap:20px; } } .ablocks-block-b1d71f01-cf44-4bce-bd5a-9ce571a9a3c0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:36px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-b1d71f01-cf44-4bce-bd5a-9ce571a9a3c0.ablocks-has-block-container > .ablocks-block-container { row-gap:26px; } } @media screen and (max-width: 480px) { .ablocks-block-b1d71f01-cf44-4bce-bd5a-9ce571a9a3c0.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } 
.ablocks-block-c8ff8a91-d48a-47d5-8938-e6c1cd6eb7af { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c8ff8a91-d48a-47d5-8938-e6c1cd6eb7af .ablocks-block-marquee .ablocks-block-marquee__children { gap:30px; } 
.ablocks-block-ab0c3fd0-8977-4e37-9229-91935ec6f3c1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-bc7f1337-5d26-4a44-9db6-a6cc61018695 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bc7f1337-5d26-4a44-9db6-a6cc61018695.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bc7f1337-5d26-4a44-9db6-a6cc61018695 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bc7f1337-5d26-4a44-9db6-a6cc61018695.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7f4063bc-5bbc-46d7-a542-fd53b3675b3e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7f4063bc-5bbc-46d7-a542-fd53b3675b3e { text-align:left; } .ablocks-block-7f4063bc-5bbc-46d7-a542-fd53b3675b3e .ablocks-button { column-gap:10px;background:#F6F5FF;justify-content:left;color:#0F172A;border-width:1px;border-style:solid;border-color:#FFF;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-7f4063bc-5bbc-46d7-a542-fd53b3675b3e .ablocks-button { font-family:Inter; } } .ablocks-block-7f4063bc-5bbc-46d7-a542-fd53b3675b3e .ablocks-button:hover { transition-duration:s; } .ablocks-block-7f4063bc-5bbc-46d7-a542-fd53b3675b3e .ablocks-icon-wrap { font-size:16px; } .ablocks-block-7f4063bc-5bbc-46d7-a542-fd53b3675b3e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-7f4063bc-5bbc-46d7-a542-fd53b3675b3e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-c38f093d-8f7a-49c8-b640-8597fee95f95 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-7fd0201e-3119-46a5-a81a-fa551f741c15 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7fd0201e-3119-46a5-a81a-fa551f741c15.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7fd0201e-3119-46a5-a81a-fa551f741c15 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7fd0201e-3119-46a5-a81a-fa551f741c15.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-53f62208-6907-41d6-b006-ab32964dd34c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-53f62208-6907-41d6-b006-ab32964dd34c { text-align:left; } .ablocks-block-53f62208-6907-41d6-b006-ab32964dd34c .ablocks-button { column-gap:10px;background:#F6F5FF;justify-content:left;color:#0F172A;border-width:1px;border-style:solid;border-color:#FFF;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-53f62208-6907-41d6-b006-ab32964dd34c .ablocks-button { font-family:Inter; } } .ablocks-block-53f62208-6907-41d6-b006-ab32964dd34c .ablocks-button:hover { transition-duration:s; } .ablocks-block-53f62208-6907-41d6-b006-ab32964dd34c .ablocks-icon-wrap { font-size:16px; } .ablocks-block-53f62208-6907-41d6-b006-ab32964dd34c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-53f62208-6907-41d6-b006-ab32964dd34c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-1461dc84-a2ba-4ce3-a3aa-dce902ff97f5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-33294846-2a02-4b4c-967e-d3084b4e3493 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-33294846-2a02-4b4c-967e-d3084b4e3493.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-33294846-2a02-4b4c-967e-d3084b4e3493 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-33294846-2a02-4b4c-967e-d3084b4e3493.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-951f79fe-5d4c-4de7-b2d6-99f2989f92fe { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-951f79fe-5d4c-4de7-b2d6-99f2989f92fe { text-align:left; } .ablocks-block-951f79fe-5d4c-4de7-b2d6-99f2989f92fe .ablocks-button { column-gap:10px;background:#F6F5FF;justify-content:left;color:#0F172A;border-width:1px;border-style:solid;border-color:#FFF;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-951f79fe-5d4c-4de7-b2d6-99f2989f92fe .ablocks-button { font-family:Inter; } } .ablocks-block-951f79fe-5d4c-4de7-b2d6-99f2989f92fe .ablocks-button:hover { transition-duration:s; } .ablocks-block-951f79fe-5d4c-4de7-b2d6-99f2989f92fe .ablocks-icon-wrap { font-size:16px; } .ablocks-block-951f79fe-5d4c-4de7-b2d6-99f2989f92fe .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-951f79fe-5d4c-4de7-b2d6-99f2989f92fe .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-968bde11-8fc1-4ce1-9e1a-bde2a197ac04 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-0229ddc9-d5c6-475e-bd63-313cd7ef5048 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0229ddc9-d5c6-475e-bd63-313cd7ef5048.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0229ddc9-d5c6-475e-bd63-313cd7ef5048 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0229ddc9-d5c6-475e-bd63-313cd7ef5048.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-18fe02c3-4be5-457e-814a-c78e20257b33 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-18fe02c3-4be5-457e-814a-c78e20257b33 { text-align:left; } .ablocks-block-18fe02c3-4be5-457e-814a-c78e20257b33 .ablocks-button { column-gap:10px;background:#F6F5FF;justify-content:left;color:#0F172A;border-width:1px;border-style:solid;border-color:#FFF;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-18fe02c3-4be5-457e-814a-c78e20257b33 .ablocks-button { font-family:Inter; } } .ablocks-block-18fe02c3-4be5-457e-814a-c78e20257b33 .ablocks-button:hover { transition-duration:s; } .ablocks-block-18fe02c3-4be5-457e-814a-c78e20257b33 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-18fe02c3-4be5-457e-814a-c78e20257b33 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-18fe02c3-4be5-457e-814a-c78e20257b33 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-d2c12e9b-ac28-44cf-b5a7-8a1e15310b24 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-a4edf58c-854e-4695-88df-a5a30beb5003 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a4edf58c-854e-4695-88df-a5a30beb5003.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a4edf58c-854e-4695-88df-a5a30beb5003 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a4edf58c-854e-4695-88df-a5a30beb5003.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9a2a6985-1c18-47b6-b7d8-447d320f3101 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9a2a6985-1c18-47b6-b7d8-447d320f3101 { text-align:left; } .ablocks-block-9a2a6985-1c18-47b6-b7d8-447d320f3101 .ablocks-button { column-gap:10px;background:#F6F5FF;justify-content:left;color:#0F172A;border-width:1px;border-style:solid;border-color:#FFF;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-9a2a6985-1c18-47b6-b7d8-447d320f3101 .ablocks-button { font-family:Inter; } } .ablocks-block-9a2a6985-1c18-47b6-b7d8-447d320f3101 .ablocks-button:hover { transition-duration:s; } .ablocks-block-9a2a6985-1c18-47b6-b7d8-447d320f3101 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-9a2a6985-1c18-47b6-b7d8-447d320f3101 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-9a2a6985-1c18-47b6-b7d8-447d320f3101 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-4beeb058-e36a-4cc6-86f8-1e001a47a6cb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-59a7bab3-d9b5-420c-927c-4bc3ec8f328c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-59a7bab3-d9b5-420c-927c-4bc3ec8f328c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-59a7bab3-d9b5-420c-927c-4bc3ec8f328c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-59a7bab3-d9b5-420c-927c-4bc3ec8f328c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-64771cab-6d56-4376-a7d9-c090fb14e842 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-64771cab-6d56-4376-a7d9-c090fb14e842 { text-align:left; } .ablocks-block-64771cab-6d56-4376-a7d9-c090fb14e842 .ablocks-button { column-gap:10px;background:#F6F5FF;justify-content:left;color:#0F172A;border-width:1px;border-style:solid;border-color:#FFF;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-64771cab-6d56-4376-a7d9-c090fb14e842 .ablocks-button { font-family:Inter; } } .ablocks-block-64771cab-6d56-4376-a7d9-c090fb14e842 .ablocks-button:hover { transition-duration:s; } .ablocks-block-64771cab-6d56-4376-a7d9-c090fb14e842 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-64771cab-6d56-4376-a7d9-c090fb14e842 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-64771cab-6d56-4376-a7d9-c090fb14e842 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-cbd435fc-5cf7-4c8f-ad07-a93f4994bb04 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cbd435fc-5cf7-4c8f-ad07-a93f4994bb04 .ablocks-block-marquee .ablocks-block-marquee__children { gap:30px; } 
.ablocks-block-a4d8c397-b2cc-4b5d-ac53-511d0a6fc97c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-f73ef0e4-4523-4e17-b114-75e9cab5aa92 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f73ef0e4-4523-4e17-b114-75e9cab5aa92.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f73ef0e4-4523-4e17-b114-75e9cab5aa92 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f73ef0e4-4523-4e17-b114-75e9cab5aa92.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4a655fd7-1ffc-4ccc-9c11-1f204dd87f10 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4a655fd7-1ffc-4ccc-9c11-1f204dd87f10 { text-align:left; } .ablocks-block-4a655fd7-1ffc-4ccc-9c11-1f204dd87f10 .ablocks-button { column-gap:10px;background:#F6F5FF;justify-content:left;color:#0F172A;border-width:1px;border-style:solid;border-color:#FFF;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-4a655fd7-1ffc-4ccc-9c11-1f204dd87f10 .ablocks-button { font-family:Inter; } } .ablocks-block-4a655fd7-1ffc-4ccc-9c11-1f204dd87f10 .ablocks-button:hover { transition-duration:s; } .ablocks-block-4a655fd7-1ffc-4ccc-9c11-1f204dd87f10 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-4a655fd7-1ffc-4ccc-9c11-1f204dd87f10 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-4a655fd7-1ffc-4ccc-9c11-1f204dd87f10 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f6bee093-f2b5-40c4-84f1-a1207604abb6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-ca174318-8bc1-478b-86ab-0b18ae145902 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ca174318-8bc1-478b-86ab-0b18ae145902.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ca174318-8bc1-478b-86ab-0b18ae145902 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ca174318-8bc1-478b-86ab-0b18ae145902.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-864412fe-e977-48a5-a588-ef8c13fc6e31 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-864412fe-e977-48a5-a588-ef8c13fc6e31 { text-align:left; } .ablocks-block-864412fe-e977-48a5-a588-ef8c13fc6e31 .ablocks-button { column-gap:10px;background:#F6F5FF;justify-content:left;color:#0F172A;border-width:1px;border-style:solid;border-color:#FFF;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-864412fe-e977-48a5-a588-ef8c13fc6e31 .ablocks-button { font-family:Inter; } } .ablocks-block-864412fe-e977-48a5-a588-ef8c13fc6e31 .ablocks-button:hover { transition-duration:s; } .ablocks-block-864412fe-e977-48a5-a588-ef8c13fc6e31 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-864412fe-e977-48a5-a588-ef8c13fc6e31 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-864412fe-e977-48a5-a588-ef8c13fc6e31 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-96946dc6-f89c-4452-9075-d98a7c1d27e2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-1bdf2ac8-9237-4b33-9921-35ecfabd2315 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1bdf2ac8-9237-4b33-9921-35ecfabd2315.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1bdf2ac8-9237-4b33-9921-35ecfabd2315 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1bdf2ac8-9237-4b33-9921-35ecfabd2315.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-eb1fb101-23d3-4ddf-8aed-01eeeeda5f6a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eb1fb101-23d3-4ddf-8aed-01eeeeda5f6a { text-align:left; } .ablocks-block-eb1fb101-23d3-4ddf-8aed-01eeeeda5f6a .ablocks-button { column-gap:10px;background:#F6F5FF;justify-content:left;color:#0F172A;border-width:1px;border-style:solid;border-color:#FFF;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-eb1fb101-23d3-4ddf-8aed-01eeeeda5f6a .ablocks-button { font-family:Inter; } } .ablocks-block-eb1fb101-23d3-4ddf-8aed-01eeeeda5f6a .ablocks-button:hover { transition-duration:s; } .ablocks-block-eb1fb101-23d3-4ddf-8aed-01eeeeda5f6a .ablocks-icon-wrap { font-size:16px; } .ablocks-block-eb1fb101-23d3-4ddf-8aed-01eeeeda5f6a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-eb1fb101-23d3-4ddf-8aed-01eeeeda5f6a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-91e82040-8178-4abc-b5a5-111c849e7c82 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-1c1ac456-52a3-4242-86ce-4365915f502b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c1ac456-52a3-4242-86ce-4365915f502b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1c1ac456-52a3-4242-86ce-4365915f502b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1c1ac456-52a3-4242-86ce-4365915f502b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1e1d80a0-57f8-4a6a-b0f3-8fad683ac361 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1e1d80a0-57f8-4a6a-b0f3-8fad683ac361 { text-align:left; } .ablocks-block-1e1d80a0-57f8-4a6a-b0f3-8fad683ac361 .ablocks-button { column-gap:10px;background:#F6F5FF;justify-content:left;color:#0F172A;border-width:1px;border-style:solid;border-color:#FFF;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-1e1d80a0-57f8-4a6a-b0f3-8fad683ac361 .ablocks-button { font-family:Inter; } } .ablocks-block-1e1d80a0-57f8-4a6a-b0f3-8fad683ac361 .ablocks-button:hover { transition-duration:s; } .ablocks-block-1e1d80a0-57f8-4a6a-b0f3-8fad683ac361 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-1e1d80a0-57f8-4a6a-b0f3-8fad683ac361 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-1e1d80a0-57f8-4a6a-b0f3-8fad683ac361 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-7f2fe219-b183-4005-9525-183841c7947d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-b57a3ee5-fd79-4427-aee5-0c73869e69a5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b57a3ee5-fd79-4427-aee5-0c73869e69a5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b57a3ee5-fd79-4427-aee5-0c73869e69a5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b57a3ee5-fd79-4427-aee5-0c73869e69a5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4b1d703c-6ba3-4367-98fd-cfb69294b8a8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4b1d703c-6ba3-4367-98fd-cfb69294b8a8 { text-align:left; } .ablocks-block-4b1d703c-6ba3-4367-98fd-cfb69294b8a8 .ablocks-button { column-gap:10px;background:#F6F5FF;justify-content:left;color:#0F172A;border-width:1px;border-style:solid;border-color:#FFF;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-4b1d703c-6ba3-4367-98fd-cfb69294b8a8 .ablocks-button { font-family:Inter; } } .ablocks-block-4b1d703c-6ba3-4367-98fd-cfb69294b8a8 .ablocks-button:hover { transition-duration:s; } .ablocks-block-4b1d703c-6ba3-4367-98fd-cfb69294b8a8 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-4b1d703c-6ba3-4367-98fd-cfb69294b8a8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-4b1d703c-6ba3-4367-98fd-cfb69294b8a8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-33e4fd7e-4c6a-4bc6-8699-913fae2cc4c0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-be9bc794-166b-4bf4-8a57-33938757a92a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-be9bc794-166b-4bf4-8a57-33938757a92a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-be9bc794-166b-4bf4-8a57-33938757a92a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-be9bc794-166b-4bf4-8a57-33938757a92a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-68c292ae-b087-4bb0-aaa2-62c9e4981b17 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-68c292ae-b087-4bb0-aaa2-62c9e4981b17 { text-align:left; } .ablocks-block-68c292ae-b087-4bb0-aaa2-62c9e4981b17 .ablocks-button { column-gap:10px;background:#F6F5FF;justify-content:left;color:#0F172A;border-width:1px;border-style:solid;border-color:#FFF;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-68c292ae-b087-4bb0-aaa2-62c9e4981b17 .ablocks-button { font-family:Inter; } } .ablocks-block-68c292ae-b087-4bb0-aaa2-62c9e4981b17 .ablocks-button:hover { transition-duration:s; } .ablocks-block-68c292ae-b087-4bb0-aaa2-62c9e4981b17 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-68c292ae-b087-4bb0-aaa2-62c9e4981b17 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-68c292ae-b087-4bb0-aaa2-62c9e4981b17 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-382c49c3-d87b-4b1a-a40e-7475b29e057f { margin-top:0px;padding-top:60px;padding-bottom:120px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-382c49c3-d87b-4b1a-a40e-7475b29e057f { padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-382c49c3-d87b-4b1a-a40e-7475b29e057f { padding-top:0px; } } .ablocks-block-382c49c3-d87b-4b1a-a40e-7475b29e057f.ablocks-block--container { padding-top:60px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-382c49c3-d87b-4b1a-a40e-7475b29e057f.ablocks-block--container { padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-382c49c3-d87b-4b1a-a40e-7475b29e057f.ablocks-block--container { padding-top:0px; } } .ablocks-block-382c49c3-d87b-4b1a-a40e-7475b29e057f > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-382c49c3-d87b-4b1a-a40e-7475b29e057f > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:120px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-382c49c3-d87b-4b1a-a40e-7475b29e057f > .ablocks-block-container { row-gap:60px; } } .ablocks-block-382c49c3-d87b-4b1a-a40e-7475b29e057f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:120px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-382c49c3-d87b-4b1a-a40e-7475b29e057f.ablocks-has-block-container > .ablocks-block-container { row-gap:60px; } } 
.ablocks-block-a858f42d-817d-42b4-bcb4-35e4e757aa17 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a858f42d-817d-42b4-bcb4-35e4e757aa17.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a858f42d-817d-42b4-bcb4-35e4e757aa17 { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-a858f42d-817d-42b4-bcb4-35e4e757aa17 { row-gap:40px; } } .ablocks-block-a858f42d-817d-42b4-bcb4-35e4e757aa17.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-a858f42d-817d-42b4-bcb4-35e4e757aa17.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-b3dcd153-4ed3-406a-95f9-53a69d5a844b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b3dcd153-4ed3-406a-95f9-53a69d5a844b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b3dcd153-4ed3-406a-95f9-53a69d5a844b { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b3dcd153-4ed3-406a-95f9-53a69d5a844b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb:not(.ablocks-has-block-container), .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-block--info-box__content { gap:18px;align-items:center; } @media screen and (max-width: 800px) { .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-block--info-box__content { gap:14px; } } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:64px;line-height:82px;color:#1d2d52; } @media screen and (max-width: 800px) { .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter;font-size:38px;line-height:52px; } } @media screen and (max-width: 480px) { .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-block--info-box__content > .ablocks-info-box-heading { line-height:48px; } } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Inter Tight;font-weight:400;font-style:Regular;font-size:16px;line-height:24px;color:#455366; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:8px;transition-duration:s;background:#2934ff00;justify-content:center;color:#8aa5ff;border-width:1px 2px 1px 2px;border-style:solid;border-color:#2934ff;border-radius:99px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-block--info-box__content > .ablocks-info-box-btn-link { font-family:Inter; } } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:16px; } .ablocks-block-3f3dc27e-75c6-4c86-b26f-9b0b2f7ce1eb .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-5e06c3e8-f2dd-4b06-8291-216654783a8e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5e06c3e8-f2dd-4b06-8291-216654783a8e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5e06c3e8-f2dd-4b06-8291-216654783a8e { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:32px;column-gap:32px; } .ablocks-block-5e06c3e8-f2dd-4b06-8291-216654783a8e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:32px;column-gap:32px; } .ablocks-block-5e06c3e8-f2dd-4b06-8291-216654783a8e { display:inline-flex; } 
.ablocks-block-c3ea287f-6e60-4c82-a744-3625797d9186 { padding:32px;border-radius:16px;position:relative;z-index:1;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c3ea287f-6e60-4c82-a744-3625797d9186 { padding:24px; } } @media screen and (max-width: 480px) { .ablocks-block-c3ea287f-6e60-4c82-a744-3625797d9186 { padding:16px; } } .ablocks-block-c3ea287f-6e60-4c82-a744-3625797d9186.ablocks-block--container { padding:32px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c3ea287f-6e60-4c82-a744-3625797d9186.ablocks-block--container { padding:24px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-c3ea287f-6e60-4c82-a744-3625797d9186.ablocks-block--container { padding:16px;max-width:min(100%,100%) !important; } } .ablocks-block-c3ea287f-6e60-4c82-a744-3625797d9186 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c3ea287f-6e60-4c82-a744-3625797d9186.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903:not(.ablocks-has-block-container), .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903:not(.ablocks-has-block-container), .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-block--info-box__content { gap:15px;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-block--info-box__content { align-items:center; } } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:50px; } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#0F172A; } @media screen and (max-width: 800px) { .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center; } } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#455366; } @media screen and (max-width: 800px) { .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center; } } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } @media screen and (max-width: 480px) { .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0167a0a1-9f91-42a6-bcbe-f2d191f99903 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-a19b9169-0f57-4cef-8d56-9c8acc5a0c4c { padding:32px;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a19b9169-0f57-4cef-8d56-9c8acc5a0c4c { padding:24px; } } @media screen and (max-width: 480px) { .ablocks-block-a19b9169-0f57-4cef-8d56-9c8acc5a0c4c { padding:16px; } } .ablocks-block-a19b9169-0f57-4cef-8d56-9c8acc5a0c4c.ablocks-block--container { padding:32px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a19b9169-0f57-4cef-8d56-9c8acc5a0c4c.ablocks-block--container { padding:24px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-a19b9169-0f57-4cef-8d56-9c8acc5a0c4c.ablocks-block--container { padding:16px;max-width:min(100%,100%) !important; } } .ablocks-block-a19b9169-0f57-4cef-8d56-9c8acc5a0c4c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a19b9169-0f57-4cef-8d56-9c8acc5a0c4c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca:not(.ablocks-has-block-container), .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca:not(.ablocks-has-block-container), .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-block--info-box__content { gap:15px;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-block--info-box__content { align-items:center; } } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:50px; } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#0F172A; } @media screen and (max-width: 800px) { .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center; } } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#455366; } @media screen and (max-width: 800px) { .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center; } } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } @media screen and (max-width: 480px) { .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-e6d1dd5c-ed6f-4f76-b5c0-ee26e590e3ca .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-0ecce7e3-44da-4708-b7d4-54d2f83617bb { padding:32px;border-radius:16px;position:relative;z-index:1;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0ecce7e3-44da-4708-b7d4-54d2f83617bb { padding:24px; } } @media screen and (max-width: 480px) { .ablocks-block-0ecce7e3-44da-4708-b7d4-54d2f83617bb { padding:16px; } } .ablocks-block-0ecce7e3-44da-4708-b7d4-54d2f83617bb.ablocks-block--container { padding:32px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0ecce7e3-44da-4708-b7d4-54d2f83617bb.ablocks-block--container { padding:24px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-0ecce7e3-44da-4708-b7d4-54d2f83617bb.ablocks-block--container { padding:16px;max-width:min(100%,100%) !important; } } .ablocks-block-0ecce7e3-44da-4708-b7d4-54d2f83617bb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0ecce7e3-44da-4708-b7d4-54d2f83617bb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0:not(.ablocks-has-block-container), .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0:not(.ablocks-has-block-container), .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-block--info-box__content { gap:15px;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-block--info-box__content { align-items:center; } } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:50px; } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#0F172A; } @media screen and (max-width: 800px) { .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center; } } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#455366; } @media screen and (max-width: 800px) { .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center; } } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } @media screen and (max-width: 480px) { .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2ae676ab-b3c0-4956-addc-22548d3265a0 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-b6139070-e8b8-44b5-8220-71e29d77de95 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b6139070-e8b8-44b5-8220-71e29d77de95.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b6139070-e8b8-44b5-8220-71e29d77de95 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:24px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-b6139070-e8b8-44b5-8220-71e29d77de95 { row-gap:20px; } } .ablocks-block-b6139070-e8b8-44b5-8220-71e29d77de95.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:24px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-b6139070-e8b8-44b5-8220-71e29d77de95.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } 
.ablocks-block-e6bd93f1-91cb-49c8-988c-fdf05c4c831b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e6bd93f1-91cb-49c8-988c-fdf05c4c831b { text-align:center; } .ablocks-block-e6bd93f1-91cb-49c8-988c-fdf05c4c831b .ablocks-heading-text { color:#455366;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:40px;line-height:52px; } @media screen and (max-width: 800px) { .ablocks-block-e6bd93f1-91cb-49c8-988c-fdf05c4c831b .ablocks-heading-text { font-family:Inter;font-size:30px;line-height:40px; } } @media screen and (max-width: 480px) { .ablocks-block-e6bd93f1-91cb-49c8-988c-fdf05c4c831b .ablocks-heading-text { font-size:24px;line-height:36px; } } 
.ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172:not(.ablocks-has-block-container), .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172.ablocks-block--info-box > .ablocks-block-container { gap:8px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 .ablocks-info-box-badge-link { color:#13191B;transition-duration:s;top:0;right:0;bottom:auto;left:auto;background:#DDDDDF;font-family:Roboto,sans-serif;font-weight:400;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#455366; } @media screen and (max-width: 800px) { .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { fill:#e99516;transition-duration:s; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s;fill:#696969; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#13191B;justify-content:center;color:#FAFAFA; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-b9b15a20-1c85-4fa7-adc7-05657b106172 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
