@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-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-menu__new-item{background-color:#000;border:none;color:#fff;outline:none;padding:2px 5px}.ablocks-menu{box-sizing:border-box;display:flex}.ablocks-block--menu .ablocks-block-container>.ablocks-menu>.ablocks-main-menu,.ablocks-main-menu,.ablocks-menu{list-style:none;margin:0;padding:0}.ablocks-menu-item.ablocks-has-sub-menu{position:relative}.ablocks-menu-item.ablocks-has-mega-menu{position:static!important}.ablocks-main-menu>.ablocks-menu-item{align-items:center;cursor:pointer;display:inline-flex;flex-wrap:wrap;padding:10px}.ablocks-block--menu .ablocks-menu-item a:focus{box-shadow:none;outline:none}.ablocks-menu-child-sub .ablocks-menu-item{display:flex;padding:10px}.ablocks-menu-item a{box-sizing:border-box;text-decoration:none!important}.ablocks-menu-child-mega,.ablocks-menu-item>.ablocks-menu-child-sub{left:0;list-style:none;margin:0;padding:0;position:absolute!important;top:100%;z-index:10}.ablocks-menu-child-mega{background-color:transparent;width:100%}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item>.ablocks-menu-child-sub{opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility 0s .2s;visibility:hidden}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item:hover>.ablocks-menu-child-sub{opacity:1;transform:translateY(0);transition:opacity .2s ease,transform .2s ease,visibility 0s;visibility:visible}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item>.ablocks-menu-child-mega{opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility 0s .2s;visibility:hidden}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item:hover>.ablocks-menu-child-mega{opacity:1;transform:translateY(0);transition:opacity .2s ease,transform .2s ease,visibility 0s;visibility:visible}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-item:not(:hover)>.ablocks-menu-child-mega{opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility 0s .2s;visibility:hidden}.ablocks-menu-item>.ablocks-menu-child-sub .ablocks-menu-item .ablocks-menu-child-sub{left:100%;top:0}.ablocks-menu__trigger-wrapper{display:flex}.ablocks-menu__trigger{cursor:pointer;display:none;height:30px;width:30px}.ablocks-menu__trigger-toggle{height:30px;opacity:0;position:absolute;width:30px;z-index:5}.ablocks-menu__trigger .ablocks-menu__trigger-item{display:block;height:3px;transition:transform .3s ease,opacity .3s ease;width:30px}.ablocks-menu__trigger .ablocks-menu__trigger-item:nth-child(2){transform:translateY(-5px)}.ablocks-menu__trigger .ablocks-menu__trigger-item:nth-child(4){transform:translateY(5px);transform-origin:60%}.ablocks-menu__trigger-toggle:checked~.ablocks-menu__trigger-item:nth-child(2){transform:rotate(-45deg)}.ablocks-menu__trigger-toggle:checked~.ablocks-menu__trigger-item:nth-child(3){display:none;opacity:0}.ablocks-menu__trigger-toggle:checked~.ablocks-menu__trigger-item:nth-child(4){transform:rotate(45deg)}.ablocks-menu-item__dropdown-icon.rotate-icon{transform:rotate(-180deg)}@media (min-width:800px){.ablocks-menu-tablet .ablocks-menu-item:hover>.ablocks-menu-child-mega,.ablocks-menu-tablet .ablocks-menu-item:hover>.ablocks-menu-child-sub{display:block;padding-left:0}.ablocks-menu--outside,.ablocks-menu-tablet--active{display:none}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-tablet .ablocks-menu-item:hover>.ablocks-menu-item__dropdown-icon svg{transform:rotate(-180deg);transition:.2s}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-tablet .ablocks-menu-child-sub>.ablocks-menu-item:hover .ablocks-menu-item__dropdown-icon svg{transform:rotate(-90deg);transition:.2s}}@media (min-width:480px){.ablocks-menu-mobile .ablocks-menu-item:hover>.ablocks-menu-child-mega,.ablocks-menu-mobile .ablocks-menu-item:hover>.ablocks-menu-child-sub{display:block;padding-left:0}.ablocks-menu--outside,.ablocks-menu-mobile--active{display:none}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-mobile .ablocks-menu-item:hover>.ablocks-menu-item__dropdown-icon svg{transform:rotate(-180deg);transition:.2s}:not(.block-editor-block-list__block).ablocks-block--menu .ablocks-menu-mobile .ablocks-menu-child-sub>.ablocks-menu-item:hover .ablocks-menu-item__dropdown-icon svg{transform:rotate(-90deg);transition:.2s}}.ablocks-menu-child-mega--editor,.ablocks-menu-child-sub--editor{display:block!important}@media (max-width:480px){.ablocks-block--menu{position:static!important}.ablocks-menu-mobile{display:none;transition:transform .3s ease}.ablocks-menu-mobile--active .ablocks-menu-item>.ablocks-menu-child-sub{position:static!important;width:100%!important}.ablocks-menu-item>.ablocks-menu-child-mega{position:static!important}.ablocks-menu-mobile--active{background-color:#fff;display:block;left:0;position:absolute;top:100%;width:100%;z-index:99}.ablocks-menu-mobile .ablocks-menu-item{display:flex!important;flex-wrap:wrap;justify-content:space-between;position:static!important}.ablocks-sub-menu--active>.ablocks-menu-child-mega,.ablocks-sub-menu--active>.ablocks-menu-child-sub{display:block}.ablocks-sub-menu--active>.ablocks-menu-item__dropdown-icon svg{transform:rotate(180deg)}.ablocks-menu-mobile__trigger{align-items:center;display:flex;flex-direction:column;justify-content:center}.ablocks-menu-item>.ablocks-menu-child-mega,.ablocks-menu-item>.ablocks-menu-child-sub{display:none}}@media (max-width:800px){.ablocks-menu-item .ablocks-menu-child-mega,.ablocks-menu-item .ablocks-menu-child-sub{display:none}.ablocks-block--menu{position:static!important}.ablocks-menu-tablet{display:none;transition:transform .3s ease}.ablocks-menu-tablet--active .ablocks-menu-item>.ablocks-menu-child-sub{position:static!important;width:100%!important}.ablocks-menu-tablet--active{background-color:#fff;display:block;left:0;position:absolute;top:100%;width:100%;z-index:99}.ablocks-menu-tablet .ablocks-menu-item{display:flex!important;flex-wrap:wrap;justify-content:space-between;position:static!important}.ablocks-sub-menu--active>.ablocks-menu-child-mega,.ablocks-sub-menu--active>.ablocks-menu-child-sub{display:block;padding-left:0}.ablocks-sub-menu--active>.ablocks-menu-item__dropdown-icon svg{transform:rotate(180deg)}.ablocks-menu-tablet__trigger{align-items:center;display:flex;flex-direction:column;justify-content:center}}.ablocks-block--menu-child-mega{white-space:nowrap}.ablocks-menu-child-sub__new-item{background-color:transparent;border:1px solid rgba(0,0,0,.452);padding:5px 0;width:100%}.ablocks-menu-child-sub{align-items:flex-start;align-self:stretch;background:#fff;border:1px solid #eaecf0;box-shadow:0 12px 16px -4px rgba(16,24,40,.08),0 4px 6px -2px rgba(16,24,40,.03);display:flex;flex-direction:column;gap:8px;padding:12px}.ablocks-menu-child-sub li{display:flex;padding-left:6px}.ablocks-menu-item__submenu-overlay{background:#000;height:100%;left:0;opacity:0;position:fixed;right:0;top:0;width:100%}.ablocks-menu-item-toolbar-dropdown-icon{align-items:center;cursor:pointer;display:flex;font-size:16px;justify-content:center;margin:0 5px}.ablocks-menu-item-toolbar-dropdown-icon .ablocks-tooltip:hover .ablocks-tooltip__text{padding:15px}.ablocks-menu-item__dropdown-icon{align-items:center;display:flex;font-size:16px;margin:0 5px}.ablocks-menu-item__dropdown-icon svg{height:1em;width:1em}


.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-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-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-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-block-tabs{display:flex;margin:0;padding:0}.ablocks-block-tabs li{list-style:none}.ablocks-block-tabs a{text-decoration:none!important}.ablocks-block-tabs__tab-panel{display:flex;margin:0;padding:0}.ablocks-block-tabs__tab{border:1px solid #e0e0e0;cursor:pointer;position:relative;text-align:center}.ablocks-block-tabs__tab--active .ablocks-block-tabs__progressbar{bottom:0;height:4px;left:0;position:absolute}.ablocks-block-tabs__tab-menu{background-color:transparent;color:#000;cursor:pointer;display:inline-flex;padding:8px 18px;position:relative}.ablocks-block-tabs__tab-menu-title{font-size:20px;margin:0}.ablocks-block-tabs__tab-active a{background-color:#fff!important;border:none}.ablocks-block-tabs .ablocks-block-tabs__icon .ablocks-icon-wrap img.ablocks-image-icon{max-width:none!important}.ablocks-block-tabs__add-tab{align-items:center;color:#000;cursor:pointer;display:flex;justify-content:center;padding:6px 18px;width:auto!important}.ablocks-block-tabs__add-tab .ablocks-icon--plus:before{color:#000!important;font-size:25px;font-weight:900}.ablocks-block-tabs__tab-menu{align-items:center;display:flex;outline-style:none!important}.ablocks-block-tabs__tab-menu-content{display:flex;flex-direction:column;text-align:start}.ablocks-block-tabs__tab-menu-subtitle{font-size:14px;line-height:21px;margin:0}.ablocks-block-tabs__body{flex-grow:1;max-width:100%;padding:10px;position:relative}.ablocks-block-tabs__body .block-editor-button-block-appender{height:60px}.ablocks-block--tabs-child{display:none}.ablocks-block-tabs .has-child-selected{display:block}.ablocks-block-tabs__tab-controls{display:none;max-width:100%;position:absolute;top:-35px;z-index:10}.ablocks-block-tabs__tab--active .ablocks-block-tabs__tab-controls{display:block}.ablocks-block-tabs__tab-controls .components-toolbar{background-color:#0a0909;border:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:20px}.ablocks-block-tabs .ablocks-icon--close,.ablocks-block-tabs .ablocks-icon--direction-row-horizontal,.ablocks-block-tabs .ablocks-icon--direction-row-reversed{padding:8px 2px}.ablocks-block-tabs .ablocks-icon--close:before,.ablocks-block-tabs .ablocks-icon--direction-row-horizontal:before,.ablocks-block-tabs .ablocks-icon--direction-row-reversed:before{color:#fff!important;font-size:17px}.ablocks-block-tabs__tab--active .ablocks-block-tabs__progressbar{display:block}.ablocks-block-tabs__progressbar{display:none}.ablocks-block-tabs__progressbar-editor{display:none!important}

.ablocks-list{display:flex;flex-direction:column;flex-wrap:wrap}.ablocks-list__item-content{align-items:center;display:flex;gap:8px;text-decoration:none!important}.ablocks-list__icon{display:flex;font-size:20px}.ablocks-list__icon i{align-items:center;display:flex;justify-content:center;width:1em}.ablocks-list__item-marker{background-color:#000;display:block;height:100%;max-height:10px;max-width:10px;min-height:10px;min-width:10px;width:100%}.ablocks-list__item-disc{border-radius:100%}.ablocks-block--list .ablocks-svg-icon{box-sizing:border-box;height:auto;width:20px}.ablocks-block--list .ablocks-svg-icon.empty-svg{height:20px}.ablocks-list_item-content-divider:last-child{border:none!important}.ablocks-list a{color:inherit!important}
.ablocks-block--spacer{flex-grow:1;width:100%}
.ablocks-block--table table td,.ablocks-block--table table th{padding:8px}.ablocks-block--table table td p,.ablocks-block--table table th p{margin:0}.ablocks-block--table{overflow-y:auto}.ablocks-block--table table{margin:0;width:100%}.ablocks-block--table .ablocks-block--table-cell,.ablocks-block--table table,.ablocks-block--table-header .ablocks-block--table-cell{border:1px solid #242222}.ablocks-block--table .ablocks-block--table-cell,.ablocks-block--table .ablocks-block--table-header .ablocks-block--table-cel{padding:8px}.ablocks-block--table-row .ablocks-block--table-cell{min-height:40px}.ablocks-block--table .ablocks-block--table-footer,.ablocks-block--table .ablocks-block--table-header{background-color:#565c56}.ablocks-block--table.ablocks-block--table-row:hover{background-color:#f1f1f1}




.ablocks-block--accordion{padding:10px 15px 60px;position:relative}.ablocks-block--accordion .ablocks-block-accordion-appender-button{align-items:center;background-color:#13191b;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:5px;padding:12px 10px}.ablocks-block--accordion .ablocks-block-accordion-appender-button .ablocks-icon--plus{font-weight:600}.ablocks-block--accordion .ablocks-block-accordion-appender-button .ablocks-icon--plus:before{color:#fff!important}.ablocks-block--accordion .block-list-appender{bottom:-50px;left:12px!important;right:auto!important}.ablocks-block--single-accordion .block-list-appender{bottom:15px;left:12px!important;right:auto!important}.ablocks-block--single-accordion{overflow:hidden}.ablocks-block--single-accordion__heading{align-items:center;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:15px}.ablocks-block--single-accordion__heading-rightSide{align-items:center;display:flex;width:90%}.ablocks-block--single-accordion__heading-rightSide .ablocks-block-accordion-title{margin:0 0 0 10px}.ablocks-block--single-accordion__heading .ablocks-single-accordion-right-side-icon{margin-right:10px}.ablocks-block--accordion .ablocks-block--single-accordion .block-list-appender{position:relative}.ablocks-block--accordion .ablocks-block--single-accordion svg.ablocks-svg-icon{height:1em;width:1em}.ablocks-block--single-accordion .ablocks-block--single-accordion__body{height:0;overflow:hidden}.ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__body{height:auto}.ablocks-block--single-accordion__body-content{background-color:#f9f9f9;box-sizing:border-box;overflow:hidden;padding:20px;position:relative}.ablocks-block--single-accordion__body-content .block-editor-default-block-appender .block-editor-inserter{line-height:0;position:absolute;right:12px;top:10px}.ablocks-block--single-accordion .ablocks-block--single-accordion__heading-collapse-icon-open{display:none}.ablocks-block--single-accordion .ablocks-block--single-accordion__heading-collapse-icon-off,.ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__heading-collapse-icon-open{display:block}.ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__heading-collapse-icon-off{display:none}.ablocks-block--single-accordion .ablocks-block--single-accordion__heading{outline-style:none!important}.ablocks-block--single-accordion p{margin-bottom:0!important}

.ablocks-block--form-builder{background:#fff;border:2px solid gray;border-radius:5px;padding:20px}.ablocks-block--form-builder .ablocks-form-builder__fields{column-gap:8px;display:flex;flex-wrap:wrap;row-gap:16px}@media (max-width:450px){.ablocks-block--form-builder .ablocks-form-builder__fields{gap:5px;row-gap:10px}}.ablocks-block--form-builder .block-editor-button-block-appender{height:60px;margin:10px 0}.ablocks-block--form-builder .block-list-appender{position:static;width:100%}.ablocks-block--form-builder form{column-gap:8px;display:flex;row-gap:16px}.ablocks-form-builder__field .ablocks-block-error-msg{position:absolute;visibility:hidden}@media (max-width:560px){.ablocks-block--form-builder form{column-gap:0;display:flex;flex-wrap:wrap;row-gap:14px}}.ablocks-form-builder .ablocks-form-builder__fields{width:100%}.ablocks-form-builder .ablocks-form-builder__submit-button{border:none;cursor:pointer}.ablocks-form-builder .ablocks-form-builder__submit-button--default{padding:6px 14px}.ablocks-form-builder .ablocks-form-builder__submit-button--default,.ablocks-form-builder .ablocks-form-builder__submit-button--small{background:#13191b;border-radius:8px;color:#fff;font-family:Roboto;font-size:14px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;width:20%}.ablocks-form-builder .ablocks-form-builder__submit-button--small{padding:8px 16px}.ablocks-form-builder .ablocks-form-builder__submit-button--medium{background:#13191b;border-radius:8px;color:#fff;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:12px 24px;width:30%}.ablocks-form-builder .ablocks-form-builder__submit-button--large{background:#13191b;border-radius:8px;color:#fff;font-family:Roboto;font-size:18px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:16px 32px;width:50%}.ablocks-form-builder .ablocks-form-builder__submit-button--extra-large{background:#13191b;border-radius:8px;color:#fff;font-family:Roboto;font-size:20px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:18px 36px;width:60%}.ablocks-form-builder .ablocks-form-builder__submit-button--full-width{background:#13191b;border-radius:8px;color:#fff;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:14px 28px;width:100%}.ablocks-form-builder__label{color:#0f0e16;display:block;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:150%;text-transform:capitalize}.ablocks-form-builder input.ablocks-form-builder__input{box-sizing:border-box;color:#0f0e16;height:49px;width:100%}.ablocks-form-builder input.ablocks-form-builder__input::placeholder{color:#a7aaad;font-family:Roboto;font-style:normal;font-weight:400;line-height:150%;opacity:.8}input.ablocks-form-builder__input:focus{box-shadow:none;outline:none}.ablocks-feedback-messag .error-msg{color:#f70404}.ablocks-feedback-messag .success-msg{color:#0eff0e}.ablocks-form-builder button[type=submit].loading{pointer-events:none;position:relative}.ablocks-form-builder button[type=submit].loading:after{animation:spin 1s linear infinite;border:3px solid #fff;border-radius:50%;border-top-color:transparent;content:"";height:20px;left:50%;position:absolute;top:40%;transform:translate(-50%,-50%);width:20px}.ablocks-form-builder-toobar-button--active{color:#fff}.ablocks-form-builder-toobar-button--active:before{background-color:#007cba;border:1px solid #000}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ablocks-form-builder-block-variation-picker .block-editor-block-variation-picker__variations>li{height:170px}.ablocks-form-builder-block-variation-picker .block-editor-block-variation-picker__variations{margin:70px 0 0}.ablocks-form-builder-block-variation-picker .block-editor-block-variation-picker__variations span{font-size:13px;font-weight:700;margin-top:50px}.ablocks-block--form-builder__navigator{font-size:16px;padding-left:24px;padding-top:20px}.ablocks-block--form-builder__navigator a{text-decoration:none}.ablocks-block--form-builder__navigator .ablocks-block--form-builder__navigator-redirect-page a{padding:5px}.ablocks-block--form-builder__feedback-message{border-radius:5px;font-size:16px;margin-top:10px;padding:20px 10px;text-align:center}.ablocks-block--form-builder__arrow-icon{padding-right:5px;width:14px;fill:gray}.ablocks-block--form-builder__feedback-message p{margin:0;padding:0}.ablocks-form-builder__field__content{align-items:center;display:flex}.ablocks-form-builder__field__content .ablocks-form-builder__label{cursor:pointer;margin-top:10px;padding-left:2px}.ablocks-form-builder__checkbox .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400;margin-top:-14px;padding-left:19px}.ablocks-block-block-wrap{height:16px}.ablocks-form-builder__field .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400}.ablocks-form-builder__field.error-msg .ablocks-form-builder-input{border-color:red}.ablocks-form-builder__input-icon{font-size:18px;left:10px;position:absolute;top:75%;transform:translateY(-50%)}.ablocks-form-builder__input-toggle--hide-password,.ablocks-form-builder__input-toggle--show-password{visibility:hidden}.components-popover__content>.components-accessible-toolbar>.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-toolbar-group>.components-button:hover{color:var(--ablocks-primary-color)}.ablocks-block--form-multi-step{padding:20px 10px;width:100%}.ablocks-form-multi-step__btns{align-items:center;display:flex;gap:10px;margin-top:24px}.ablocks-form-multi-step__btns button{background-color:#000;border:none;border-radius:5px;color:#fff;outline:none;padding:10px 30px}.ablocks-form-multi-step__btns button:first-of-type{background-color:#fff;border:1px solid #707070;color:#000;margin-right:auto}.ablocks-form-multi-step__btns button:nth-of-type(2){margin-left:auto}.ablocks-form-multi-step-child{display:none}.ablocks-form-multi-step-child--active{display:flex;flex-wrap:wrap}.ablocks-form-multi-step__progress{margin-bottom:20px}.ablocks-form-multi-step__progress,.ablocks-form-multi-step__step-wrapper{align-items:center;display:flex;justify-content:center}.ablocks-form-multi-step__step{align-items:center;display:flex}.ablocks-form-multi-step__step-number{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:50%;display:flex;height:24px;justify-content:center;margin-right:5px;width:24px}.ablocks-form-multi-step__step-title{color:#000}.ablocks-form-multi-step__divider{color:#ccc;margin:0 8px}.ablocks-form-multi-step__step-wrapper:last-child .ablocks-form-multi-step__divider{display:none}.ablocks-form-multi-step__step--active .ablocks-form-multi-step__step-number{background-color:#000;border:none;color:#fff}.ablocks-editor-multi-step__wrapper{align-items:center;cursor:pointer;display:flex;gap:20px;justify-content:space-between;padding:10px}.ablocks-block--form-multi-step .block-editor-block-list__block.ablocks-block.is-selected>.ablocks-editor-block-control-wrap{display:none!important}.ablocks-editor-multi-step{border:1px solid #ddd;border-radius:4px;margin:10px 0}.ablocks-editor-multi-step__content-wrapper{align-items:center;display:flex;flex:1;gap:10px}.ablocks-editor-multi-step__inner-content{padding:10px}.ablocks-editor-multi-step__new-option input{border:1px solid #1b1b1b;border-radius:5px;outline:none;padding:10px;width:100%}.ablocks-editor-multi-step__new-option input:focus{border:1px solid #1b1b1b;box-shadow:none;outline:none}.ablocks-editor-multi-step__new-option button{background-color:#fff;border:1px solid #1b1b1b;border-radius:5px;cursor:pointer;margin:10px 0;padding:10px 15px;width:100%}.ablocks-block-form-custom-input .ablocks-block-container>.block-editor-inner-blocks>.block-editor-block-list__layout{display:flex;width:100%}:not(.block-editor-block-list__block).ablocks-block-form-custom-input--is-root.alignfull{margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;max-width:100vw;width:100vw}.ablocks-block-form-custom-input{box-sizing:border-box!important;max-width:min(100%,100%);padding:var(--ablocks-container-padding);width:100%}.ablocks-block-form-custom-input--is-root{margin-left:auto!important;margin-right:auto!important}:not(.block-editor-block-list__block).ablocks-block-form-custom-input>.ablocks-block-container{display:flex}.ablocks-form-builder-input{width:100%}.ablocks-form-builder__label--required:after{color:red;content:"*"}.ablocks-form-builder__input-show-icon{padding:10px 40px}.ablocks-block--form-password .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400}.ablocks-form-builder__input-toggle--hide-password,.ablocks-form-builder__input-toggle--show-password{background:transparent;border:none;color:#007cba;cursor:pointer;font-size:14px;opacity:0;padding:0;position:absolute;right:10px;top:63%;transform:translateY(-50%);transition:color .3s;visibility:none}.ablocks-form-builder__input-toggle--hide-password--active,.ablocks-form-builder__input-toggle--show-password--active{opacity:1;visibility:visible}.ablocks-block--form-builder .wp-block-ablocks-form-radio{width:100%}.ablocks-form-builder__radio-all-options{display:flex;flex-wrap:wrap}.ablocks-form-builder__radio-option{align-items:center;border:1px solid hsl(from #1e1e1e h s l/.25);border-radius:6px;color:#1e1e1e;cursor:pointer;display:flex;font-size:16px;font-weight:400;gap:8px;justify-content:space-between;margin:4px;padding:10px 12px}.ablocks-form-builder__radio-content{align-items:center;display:flex;gap:5px}.ablocks-form-builder__radio-content .ablocks-icon-wrap{font-size:20px}.ablocks-form-builder__radio-option{background-color:#fff}.ablocks-form-builder__radio-option.checked{background-color:green}.ablocks-form-builder__radio-field .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400;margin-bottom:2px;margin-top:-6px}.ablocks-editor-radio__wrapper{align-items:center;cursor:pointer;display:flex;gap:20px;justify-content:space-between;padding:10px}.ablocks-editor-radio{border:1px solid #ddd;border-radius:4px;margin:10px 0}.ablocks-editor-radio__content-wrapper{align-items:center;display:flex;flex:1;gap:10px}.ablocks-editor-radio__inner-content{padding:10px}.ablocks-editor-radio__new-option input{border:1px solid #1b1b1b;border-radius:5px;outline:none;padding:10px;width:100%}.ablocks-editor-radio__new-option input:focus{border:1px solid #1b1b1b;box-shadow:none;outline:none}.ablocks-editor-radio__new-option button{background-color:#fff;border:1px solid #1b1b1b;border-radius:5px;cursor:pointer;margin:10px 0;padding:10px 15px;width:100%}.ablocks-form-builder__field .ablocks-form-builder__select{max-width:100%;padding:8px 16px;width:100%}.ablocks-form-builder__field{box-sizing:border-box;width:100%}.ablocks-form-builder__field.error-msg .ablocks-form-builder__field__text{border-color:red}.ablocks-form-builder__field.error-msg .ablocks-block-error-msg{color:#dc2626;font-size:12px;font-weight:500;visibility:visible}.ablocks-form-builder-textarea .ablocks-form-builder__helper-text{color:hsl(from #1E1E1E h s l/.65);display:block;font-size:13px;font-weight:400;margin-bottom:2px;margin-top:-14px}.ablocks-form-builder__field__label{display:block;text-transform:capitalize}.ablocks-form-builder__field__text{display:flex}textarea.ablocks-form-builder__field__text{border:1px solid rgba(0,0,0,.493);border-radius:3px;box-sizing:border-box;outline:none;padding:12px;resize:vertical;width:100%}.ablocks-form-builder__field__text textarea::placeholder{opacity:.8}.ablocks-form-builder__field__text textarea:focus{border:none;outline:none}

.ablocks-block--icon .ablocks-block-container{display:flex}
.ablocks-block-219bc0e2-0740-40a2-90aa-c43859d20430 { margin-top:0px;margin-right:0px;margin-bottom:-2px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;background:#DDEFFF;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-219bc0e2-0740-40a2-90aa-c43859d20430.ablocks-hide-on-desktop,.ablocks-block-219bc0e2-0740-40a2-90aa-c43859d20430.ablocks-hide-on-tablet,.ablocks-block-219bc0e2-0740-40a2-90aa-c43859d20430.ablocks-hide-on-mobile { display:none; } } .ablocks-block-219bc0e2-0740-40a2-90aa-c43859d20430.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;overflow:visible; } .ablocks-block-219bc0e2-0740-40a2-90aa-c43859d20430 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-219bc0e2-0740-40a2-90aa-c43859d20430 > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:center;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-219bc0e2-0740-40a2-90aa-c43859d20430.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:center;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-219bc0e2-0740-40a2-90aa-c43859d20430 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-98fb15d7-74e9-4401-bf17-6d0d81fa5988 { padding-top:6px;padding-right:15px;padding-bottom:6px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-98fb15d7-74e9-4401-bf17-6d0d81fa5988:hover { background:#fefefeb3; } .ablocks-block-98fb15d7-74e9-4401-bf17-6d0d81fa5988 { display:flex;justify-content:center; } .ablocks-block-98fb15d7-74e9-4401-bf17-6d0d81fa5988 .ablocks-image-figure img { width:107px;height:auto;opacity:1; } .ablocks-block-98fb15d7-74e9-4401-bf17-6d0d81fa5988 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-98fb15d7-74e9-4401-bf17-6d0d81fa5988 .ablocks-image-figure .ablocks-image-caption { text-align:left; } .image-hover-filter:hover img{ Opacity: 1; }
.ablocks-block-e44acc05-fe4e-4ac6-9d4d-df89819ed872 { padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e44acc05-fe4e-4ac6-9d4d-df89819ed872:hover { background:#fefefeb3; } .ablocks-block-e44acc05-fe4e-4ac6-9d4d-df89819ed872 { display:flex;justify-content:center; } .ablocks-block-e44acc05-fe4e-4ac6-9d4d-df89819ed872 .ablocks-image-figure img { width:88px;height:auto;opacity:1; } .ablocks-block-e44acc05-fe4e-4ac6-9d4d-df89819ed872 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-e44acc05-fe4e-4ac6-9d4d-df89819ed872 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-4a8d9f5c-6ffb-47bb-8ee9-f9fdea49187b { padding-top:12px;padding-right:15px;padding-bottom:12px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4a8d9f5c-6ffb-47bb-8ee9-f9fdea49187b:hover { background:#fefefeb3; } .ablocks-block-4a8d9f5c-6ffb-47bb-8ee9-f9fdea49187b { display:flex;justify-content:center; } .ablocks-block-4a8d9f5c-6ffb-47bb-8ee9-f9fdea49187b .ablocks-image-figure img { width:88px;height:auto;opacity:1; } .ablocks-block-4a8d9f5c-6ffb-47bb-8ee9-f9fdea49187b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-4a8d9f5c-6ffb-47bb-8ee9-f9fdea49187b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-02cd1894-28f1-4552-a674-f677419b6379 { padding-top:13px;padding-right:15px;padding-bottom:13px;padding-left:15px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-02cd1894-28f1-4552-a674-f677419b6379 { display:flex;justify-content:center; } .ablocks-block-02cd1894-28f1-4552-a674-f677419b6379 .ablocks-image-figure img { width:112px;height:auto;opacity:1; } .ablocks-block-02cd1894-28f1-4552-a674-f677419b6379 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-02cd1894-28f1-4552-a674-f677419b6379 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-b9c50c04-ed93-4bef-ba97-c9433d05d068 { padding-top:13px;padding-right:15px;padding-bottom:13px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b9c50c04-ed93-4bef-ba97-c9433d05d068:hover { background:#fefefeb3; } .ablocks-block-b9c50c04-ed93-4bef-ba97-c9433d05d068 { display:flex;justify-content:center; } .ablocks-block-b9c50c04-ed93-4bef-ba97-c9433d05d068 .ablocks-image-figure img { width:60px;height:auto;opacity:1; } .ablocks-block-b9c50c04-ed93-4bef-ba97-c9433d05d068 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-b9c50c04-ed93-4bef-ba97-c9433d05d068 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-18d5891e-f734-468c-8b40-0b86697d380c { padding-top:13px;padding-right:15px;padding-bottom:14px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-18d5891e-f734-468c-8b40-0b86697d380c:hover { background:#fefefeb3; } .ablocks-block-18d5891e-f734-468c-8b40-0b86697d380c { display:flex;justify-content:center; } .ablocks-block-18d5891e-f734-468c-8b40-0b86697d380c .ablocks-image-figure img { width:130px;height:auto;opacity:1; } .ablocks-block-18d5891e-f734-468c-8b40-0b86697d380c .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-18d5891e-f734-468c-8b40-0b86697d380c .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-b4aba354-87c3-4cb6-8295-17c8950f0430 { padding-top:14px;padding-right:15px;padding-bottom:12px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b4aba354-87c3-4cb6-8295-17c8950f0430:hover { background:#ffffffb3; } .ablocks-block-b4aba354-87c3-4cb6-8295-17c8950f0430 { display:flex;justify-content:center; } .ablocks-block-b4aba354-87c3-4cb6-8295-17c8950f0430 .ablocks-image-figure img { width:123px;height:auto;opacity:1; } .ablocks-block-b4aba354-87c3-4cb6-8295-17c8950f0430 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-b4aba354-87c3-4cb6-8295-17c8950f0430 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-521d9f07-d93c-4162-af44-ce9ec5c886fb { padding-top:13px;padding-right:15px;padding-bottom:14px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-521d9f07-d93c-4162-af44-ce9ec5c886fb:hover { background:#fefefeb3; } .ablocks-block-521d9f07-d93c-4162-af44-ce9ec5c886fb { display:flex;justify-content:center; } .ablocks-block-521d9f07-d93c-4162-af44-ce9ec5c886fb .ablocks-image-figure img { width:100px;height:auto;opacity:1; } .ablocks-block-521d9f07-d93c-4162-af44-ce9ec5c886fb .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-521d9f07-d93c-4162-af44-ce9ec5c886fb .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-e8581333-9301-49e2-a1b8-675e2a72bc58 { margin-top:-19px;padding-top:24px;padding-bottom:24px;background:#FEFDFE;box-shadow:0px 2px 4px 0px rgba(19,25,27,0.15);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e8581333-9301-49e2-a1b8-675e2a72bc58.ablocks-block--container { padding-top:24px;padding-bottom:24px;overflow:visible; } .ablocks-block-e8581333-9301-49e2-a1b8-675e2a72bc58 > .ablocks-block-container { max-width:min(100%,1380px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-e8581333-9301-49e2-a1b8-675e2a72bc58 > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-e8581333-9301-49e2-a1b8-675e2a72bc58.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-e8581333-9301-49e2-a1b8-675e2a72bc58 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-743ba8ea-0b40-4424-81fd-13e6af597477 { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-743ba8ea-0b40-4424-81fd-13e6af597477.ablocks-block--container { padding:0px;max-width:min(100%,20%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-743ba8ea-0b40-4424-81fd-13e6af597477.ablocks-block--container { max-width:min(100%,26%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-743ba8ea-0b40-4424-81fd-13e6af597477.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-743ba8ea-0b40-4424-81fd-13e6af597477 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-743ba8ea-0b40-4424-81fd-13e6af597477.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-39dd5d5c-fc8f-43ed-b4fb-60bc3188b457 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-39dd5d5c-fc8f-43ed-b4fb-60bc3188b457 { display:flex;justify-content:left; } .ablocks-block-39dd5d5c-fc8f-43ed-b4fb-60bc3188b457 .ablocks-image-figure img { width:200px;height:auto;opacity:1; } .ablocks-block-39dd5d5c-fc8f-43ed-b4fb-60bc3188b457 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-39dd5d5c-fc8f-43ed-b4fb-60bc3188b457 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-8fe1895d-fe4f-4ee4-91aa-d113deda008f { margin:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px;border-color:#353B40;border-radius:50px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8fe1895d-fe4f-4ee4-91aa-d113deda008f.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8fe1895d-fe4f-4ee4-91aa-d113deda008f.ablocks-block--container { max-width:min(100%,1600%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-8fe1895d-fe4f-4ee4-91aa-d113deda008f.ablocks-block--container { max-width:min(100%,29%) !important; } } .ablocks-block-8fe1895d-fe4f-4ee4-91aa-d113deda008f { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-8fe1895d-fe4f-4ee4-91aa-d113deda008f { align-items:flex-end; } } .ablocks-block-8fe1895d-fe4f-4ee4-91aa-d113deda008f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-8fe1895d-fe4f-4ee4-91aa-d113deda008f.ablocks-has-block-container > .ablocks-block-container { align-items:flex-end; } } 
.ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-main-menu > .ablocks-menu-item { color:#101828;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-main-menu > .ablocks-menu-item { font-family:Inter;font-size:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-main-menu > .ablocks-menu-item { padding-top:5px;padding-bottom:5px; } } .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { color:#101828;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { font-family:Inter;font-size:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:10px; } } @media screen and (max-width: 480px) { .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { padding-top:5px;padding-bottom:5px; } } .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-main-menu > .ablocks-menu-item:hover { color:#101828; } .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:#101828; } .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-block--menu-child-sub { width:250px; } @media screen and (max-width: 800px) { .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-block--menu-child-sub { width:100px; } } @media screen and (max-width: 480px) { .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#101828; } @media screen and (max-width: 480px) { .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#000000 !important; } } .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:#101828; } .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#101828; } @media screen and (max-width: 480px) { .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#000000 !important; } } .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:#101828; } .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-menu__trigger-wrapper { justify-content:left; } .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-516a9415-78bc-4f08-a3ca-4a269d83b3b1 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:#0C3140;height:3px;width:30px; } 

.ablocks-block-4ff9bf21-84c6-4451-94ec-111a473a5986 { width:646px;left:2%;overflow-y:auto;overflow-x:hidden; } @media screen and (max-width: 800px) { .ablocks-block-4ff9bf21-84c6-4451-94ec-111a473a5986 { width:600px;left:-50px; } } 
.ablocks-block-63bc8ba4-5a33-4ee1-80fa-c8d3f9f7d205 { padding:0px;border-width:1px;border-color:#ebebeb;border-radius:4px;box-shadow:4px 8px 0px 0px rgba(89,89,89,0.44);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-63bc8ba4-5a33-4ee1-80fa-c8d3f9f7d205.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-63bc8ba4-5a33-4ee1-80fa-c8d3f9f7d205 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-63bc8ba4-5a33-4ee1-80fa-c8d3f9f7d205 { flex-direction:column; } } .ablocks-block-63bc8ba4-5a33-4ee1-80fa-c8d3f9f7d205.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-63bc8ba4-5a33-4ee1-80fa-c8d3f9f7d205.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-63bc8ba4-5a33-4ee1-80fa-c8d3f9f7d205 { display:inline-flex; } 
.ablocks-block-ef4981c9-ea06-4844-91ac-4da291f41af3 { padding:16px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ef4981c9-ea06-4844-91ac-4da291f41af3.ablocks-block--container { padding:16px;max-width:min(100%,47%) !important;overflow:visible; } .ablocks-block-ef4981c9-ea06-4844-91ac-4da291f41af3 { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-ef4981c9-ea06-4844-91ac-4da291f41af3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-b22529c8-3d48-481e-ab6c-81bd044c50c7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b22529c8-3d48-481e-ab6c-81bd044c50c7 { text-align:left; } .ablocks-block-b22529c8-3d48-481e-ab6c-81bd044c50c7 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%; } .ablocks-block-b22529c8-3d48-481e-ab6c-81bd044c50c7 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 { margin-top:16px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629:not(.ablocks-has-block-container), .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 .ablocks-block--info-box__content { gap:2px;align-items:flex-start; } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 .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-fa8d2b46-2b23-47f0-9c34-62e10f46a629 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 > .ablocks-block-container > a .ablocks-icon-wrap { background:#FFF;padding:10px;border:2px solid #91ceff;font-size:unset;border-width:1px;border-style:solid;border-radius:2px; } @media screen and (max-width: 800px) { .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 > .ablocks-block-container > a .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#91ceff; } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%;color:#101828; } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%;color:#646C73; } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 .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-fa8d2b46-2b23-47f0-9c34-62e10f46a629 .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-fa8d2b46-2b23-47f0-9c34-62e10f46a629.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-fa8d2b46-2b23-47f0-9c34-62e10f46a629.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-fa8d2b46-2b23-47f0-9c34-62e10f46a629 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 .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-fa8d2b46-2b23-47f0-9c34-62e10f46a629 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-fa8d2b46-2b23-47f0-9c34-62e10f46a629 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d { margin-top:12px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d:not(.ablocks-has-block-container), .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d .ablocks-block--info-box__content { gap:2px;align-items:flex-start; } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d .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-d3d3e7d4-d891-486a-884a-f30ecfa0593d .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d > .ablocks-block-container > a .ablocks-icon-wrap { background:#FFF;padding:10px;border:2px solid #91ceff;font-size:unset;border-width:1px;border-style:solid;border-radius:2px; } @media screen and (max-width: 800px) { .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d > .ablocks-block-container > a .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#91ceff; } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%;color:#101828; } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%;color:#646C73; } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d .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-d3d3e7d4-d891-486a-884a-f30ecfa0593d .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-d3d3e7d4-d891-486a-884a-f30ecfa0593d.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-d3d3e7d4-d891-486a-884a-f30ecfa0593d.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-d3d3e7d4-d891-486a-884a-f30ecfa0593d .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d .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-d3d3e7d4-d891-486a-884a-f30ecfa0593d .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d3d3e7d4-d891-486a-884a-f30ecfa0593d .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 { margin-top:12px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432:not(.ablocks-has-block-container), .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 .ablocks-block--info-box__content { gap:2px;align-items:flex-start; } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 .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-99b774de-5034-414e-aeda-32ea3eeff432 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 > .ablocks-block-container > a .ablocks-icon-wrap { background:#FFF;padding:10px;border:2px solid #fd7e144d;font-size:unset;border-width:1px;border-style:solid;border-radius:2px; } @media screen and (max-width: 800px) { .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 > .ablocks-block-container > a .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#fd7e144d; } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%;color:#101828; } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%;color:#646C73; } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 .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-99b774de-5034-414e-aeda-32ea3eeff432 .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-99b774de-5034-414e-aeda-32ea3eeff432.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-99b774de-5034-414e-aeda-32ea3eeff432.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-99b774de-5034-414e-aeda-32ea3eeff432 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 .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-99b774de-5034-414e-aeda-32ea3eeff432 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-99b774de-5034-414e-aeda-32ea3eeff432 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-c8d44e6f-44ab-4d02-953a-06174c4b5690 { padding:16px;background:#ffffff;border-width:0px 0px 0px 1px;border-style:solid;border-color:#ebebeb;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-c8d44e6f-44ab-4d02-953a-06174c4b5690 { border-width:1px 0px 0px 0px; } } .ablocks-block-c8d44e6f-44ab-4d02-953a-06174c4b5690.ablocks-block--container { padding:16px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c8d44e6f-44ab-4d02-953a-06174c4b5690 { display:flex;flex-direction:column;flex-wrap:wrap;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-c8d44e6f-44ab-4d02-953a-06174c4b5690.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;flex-wrap:wrap;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-7b46838f-3526-409b-9833-8a4fd80817f9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-7b46838f-3526-409b-9833-8a4fd80817f9.ablocks-hide-on-desktop,.ablocks-block-7b46838f-3526-409b-9833-8a4fd80817f9.ablocks-hide-on-tablet,.ablocks-block-7b46838f-3526-409b-9833-8a4fd80817f9.ablocks-hide-on-mobile { display:none; } } .ablocks-block-7b46838f-3526-409b-9833-8a4fd80817f9 { text-align:left; } .ablocks-block-7b46838f-3526-409b-9833-8a4fd80817f9 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%; } .ablocks-block-7b46838f-3526-409b-9833-8a4fd80817f9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-87b95e89-1a6b-4d05-97b5-cadcbaafb4ec { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-87b95e89-1a6b-4d05-97b5-cadcbaafb4ec.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-87b95e89-1a6b-4d05-97b5-cadcbaafb4ec { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-87b95e89-1a6b-4d05-97b5-cadcbaafb4ec.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 { margin-top:16px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525:not(.ablocks-has-block-container), .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 .ablocks-block--info-box__content { gap:2px;align-items:flex-start; } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 .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-0497d9df-e5bb-408f-a569-3b7a8d18c525 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 > .ablocks-block-container > a .ablocks-icon-wrap { background:#FFF;padding:10px;border:2px solid #6f42c14d;font-size:unset;border-width:1px;border-style:solid;border-color:#6f42c14d;border-radius:2px; } @media screen and (max-width: 800px) { .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 > .ablocks-block-container > a .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#6f42c14d; } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%;color:#101828; } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%;color:#646C73; } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 .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-0497d9df-e5bb-408f-a569-3b7a8d18c525 .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-0497d9df-e5bb-408f-a569-3b7a8d18c525.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-0497d9df-e5bb-408f-a569-3b7a8d18c525.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-0497d9df-e5bb-408f-a569-3b7a8d18c525 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 .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-0497d9df-e5bb-408f-a569-3b7a8d18c525 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0497d9df-e5bb-408f-a569-3b7a8d18c525 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 { margin-top:12px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8:not(.ablocks-has-block-container), .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 .ablocks-block--info-box__content { gap:2px;align-items:flex-start; } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 .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-9fd130db-622c-4fc5-bd45-d727c5e893b8 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 > .ablocks-block-container > a .ablocks-icon-wrap { background:#FFF;padding:10px;border:2px solid #28a7454d;font-size:unset;border-width:1px;border-style:solid;border-radius:2px; } @media screen and (max-width: 800px) { .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 > .ablocks-block-container > a .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#28a7454d; } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%;color:#101828; } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%;color:#646C73; } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 .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-9fd130db-622c-4fc5-bd45-d727c5e893b8 .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-9fd130db-622c-4fc5-bd45-d727c5e893b8.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-9fd130db-622c-4fc5-bd45-d727c5e893b8.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-9fd130db-622c-4fc5-bd45-d727c5e893b8 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 .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-9fd130db-622c-4fc5-bd45-d727c5e893b8 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-9fd130db-622c-4fc5-bd45-d727c5e893b8 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e { margin-top:12px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e:not(.ablocks-has-block-container), .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e .ablocks-block--info-box__content { gap:2px;align-items:flex-start; } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e .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-329eebcf-3250-4e89-879a-971db1d5288e .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e > .ablocks-block-container > a .ablocks-icon-wrap { background:#FFF;padding:10px;border:2px solid #91ceff;font-size:unset;border-width:1px;border-style:solid;border-color:#343a404d;border-radius:2px; } @media screen and (max-width: 800px) { .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e > .ablocks-block-container > a .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#91ceff; } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%;color:#101828; } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%;color:#646C73; } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e .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-329eebcf-3250-4e89-879a-971db1d5288e .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-329eebcf-3250-4e89-879a-971db1d5288e.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-329eebcf-3250-4e89-879a-971db1d5288e.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-329eebcf-3250-4e89-879a-971db1d5288e .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e .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-329eebcf-3250-4e89-879a-971db1d5288e .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-329eebcf-3250-4e89-879a-971db1d5288e .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 


.ablocks-block-3964b65a-f49a-4186-b033-b1d3580c7563 { width:600px;left:2%;overflow-y:auto;overflow-x:hidden; } @media screen and (max-width: 800px) { .ablocks-block-3964b65a-f49a-4186-b033-b1d3580c7563 { width:520px;left:-30%; } } 
.ablocks-block-abadf34f-fa56-49b2-8aa8-dd7b4ba15724 { padding:16px;background:#ffffff;border-width:0px 0px 0px 0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-abadf34f-fa56-49b2-8aa8-dd7b4ba15724.ablocks-block--container { padding:16px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-abadf34f-fa56-49b2-8aa8-dd7b4ba15724 { display:flex;flex-direction:column;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-abadf34f-fa56-49b2-8aa8-dd7b4ba15724.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-80150ff1-3c00-48dd-bc2f-2186085ec5e2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-80150ff1-3c00-48dd-bc2f-2186085ec5e2 { text-align:left; } .ablocks-block-80150ff1-3c00-48dd-bc2f-2186085ec5e2 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%; } .ablocks-block-80150ff1-3c00-48dd-bc2f-2186085ec5e2 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a69bab45-049d-4804-be8e-780cb0808cdd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a69bab45-049d-4804-be8e-780cb0808cdd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a69bab45-049d-4804-be8e-780cb0808cdd { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-a69bab45-049d-4804-be8e-780cb0808cdd { flex-direction:column; } } .ablocks-block-a69bab45-049d-4804-be8e-780cb0808cdd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-a69bab45-049d-4804-be8e-780cb0808cdd.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-a69bab45-049d-4804-be8e-780cb0808cdd { display:inline-flex; } 
.ablocks-block-bf6d2b2e-5583-4a73-bde9-9c44a49d7c99 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bf6d2b2e-5583-4a73-bde9-9c44a49d7c99.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bf6d2b2e-5583-4a73-bde9-9c44a49d7c99 { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-bf6d2b2e-5583-4a73-bde9-9c44a49d7c99.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa { margin-top:16px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa:not(.ablocks-has-block-container), .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa .ablocks-block--info-box__content { gap:2px;align-items:flex-start; } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa .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-a48667c2-fa2a-4cfb-8977-2986a18c12aa .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa > .ablocks-block-container > a .ablocks-icon-wrap { background:#FFF;padding:10px;border:2px solid #91ceff;font-size:unset;border-width:1px;border-style:solid;border-color:#28a7454d;border-radius:2px; } @media screen and (max-width: 800px) { .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa > .ablocks-block-container > a .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#91ceff; } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%;color:#101828; } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%;color:#646C73; } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa .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-a48667c2-fa2a-4cfb-8977-2986a18c12aa .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-a48667c2-fa2a-4cfb-8977-2986a18c12aa.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-a48667c2-fa2a-4cfb-8977-2986a18c12aa.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-a48667c2-fa2a-4cfb-8977-2986a18c12aa .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa .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-a48667c2-fa2a-4cfb-8977-2986a18c12aa .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a48667c2-fa2a-4cfb-8977-2986a18c12aa .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb { margin-top:12px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb:not(.ablocks-has-block-container), .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb .ablocks-block--info-box__content { gap:2px;align-items:flex-start; } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb .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-16945d22-ec0f-41d2-a5a1-df7161c1a2cb .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb > .ablocks-block-container > a .ablocks-icon-wrap { background:#FFF;padding:10px;border:2px solid #91ceff;font-size:unset;border-width:1px;border-style:solid;border-color:#007bff4d;border-radius:2px; } @media screen and (max-width: 800px) { .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb > .ablocks-block-container > a .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#91ceff; } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%;color:#101828; } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%;color:#646C73; } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb .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-16945d22-ec0f-41d2-a5a1-df7161c1a2cb .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-16945d22-ec0f-41d2-a5a1-df7161c1a2cb.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-16945d22-ec0f-41d2-a5a1-df7161c1a2cb.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-16945d22-ec0f-41d2-a5a1-df7161c1a2cb .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb .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-16945d22-ec0f-41d2-a5a1-df7161c1a2cb .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-16945d22-ec0f-41d2-a5a1-df7161c1a2cb .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 { margin-top:12px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9:not(.ablocks-has-block-container), .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 .ablocks-block--info-box__content { gap:2px;align-items:flex-start; } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 .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-36b63328-d38b-4df1-b76e-acc09655b9c9 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 > .ablocks-block-container > a .ablocks-icon-wrap { background:#FFF;padding:10px;border:2px solid #91ceff;font-size:unset;border-width:1px;border-style:solid;border-color:#6f42c14d;border-radius:2px; } @media screen and (max-width: 800px) { .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 > .ablocks-block-container > a .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#91ceff; } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%;color:#101828; } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%;color:#646C73; } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 .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-36b63328-d38b-4df1-b76e-acc09655b9c9 .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-36b63328-d38b-4df1-b76e-acc09655b9c9.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-36b63328-d38b-4df1-b76e-acc09655b9c9.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-36b63328-d38b-4df1-b76e-acc09655b9c9 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 .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-36b63328-d38b-4df1-b76e-acc09655b9c9 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-36b63328-d38b-4df1-b76e-acc09655b9c9 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-0d721398-0262-497e-8b4b-2aacc60320cd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0d721398-0262-497e-8b4b-2aacc60320cd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0d721398-0262-497e-8b4b-2aacc60320cd { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-0d721398-0262-497e-8b4b-2aacc60320cd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f { margin-top:16px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f:not(.ablocks-has-block-container), .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f .ablocks-block--info-box__content { gap:2px;align-items:flex-start; } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f .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-29406727-dd8e-4320-8401-67fe981dc86f .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f > .ablocks-block-container > a .ablocks-icon-wrap { background:#FFF;padding:10px;border:2px solid #91ceff;font-size:unset;border-width:1px;border-style:solid;border-color:#28a7454d;border-radius:2px; } @media screen and (max-width: 800px) { .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f > .ablocks-block-container > a .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#91ceff; } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%;color:#101828; } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%;color:#646C73; } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f .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-29406727-dd8e-4320-8401-67fe981dc86f .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-29406727-dd8e-4320-8401-67fe981dc86f.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-29406727-dd8e-4320-8401-67fe981dc86f.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-29406727-dd8e-4320-8401-67fe981dc86f .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f .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-29406727-dd8e-4320-8401-67fe981dc86f .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-29406727-dd8e-4320-8401-67fe981dc86f .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 { margin-top:12px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39:not(.ablocks-has-block-container), .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 .ablocks-block--info-box__content { gap:2px;align-items:flex-start; } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 .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-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 > .ablocks-block-container > a .ablocks-icon-wrap { background:#FFF;padding:10px;border:2px solid #91ceff;font-size:unset;border-width:1px;border-style:solid;border-color:#fd7e144d;border-radius:2px; } @media screen and (max-width: 800px) { .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 > .ablocks-block-container > a .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#91ceff; } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%;color:#101828; } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%;color:#646C73; } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 .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-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 .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-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39.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-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39.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-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 .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-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-fa1cfb26-06c9-4b21-9d5d-fe43af41aa39 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 


.ablocks-block-009696ff-2b49-444a-8448-5d91bdf614d4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-009696ff-2b49-444a-8448-5d91bdf614d4.ablocks-hide-on-desktop,.ablocks-block-009696ff-2b49-444a-8448-5d91bdf614d4.ablocks-hide-on-tablet,.ablocks-block-009696ff-2b49-444a-8448-5d91bdf614d4.ablocks-hide-on-mobile { display:none; } } .ablocks-block-009696ff-2b49-444a-8448-5d91bdf614d4.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-009696ff-2b49-444a-8448-5d91bdf614d4.ablocks-block--container { max-width:min(100%,1%) !important; } } .ablocks-block-009696ff-2b49-444a-8448-5d91bdf614d4 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-009696ff-2b49-444a-8448-5d91bdf614d4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1839540a-bd8c-4504-b917-4f1c7acc298b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1839540a-bd8c-4504-b917-4f1c7acc298b { text-align:right; } .ablocks-block-1839540a-bd8c-4504-b917-4f1c7acc298b .ablocks-button { column-gap:10px;background:#0C3140;justify-content:left;color:#ffffff;border-width:1px;border-style:solid;border-color:#0C3140;border-radius:99px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:14px;line-height:140%;padding-top:10px;padding-right:16px;padding-bottom:10px;padding-left:16px; } @media screen and (max-width: 800px) { .ablocks-block-1839540a-bd8c-4504-b917-4f1c7acc298b .ablocks-button { font-family:Inter; } } .ablocks-block-1839540a-bd8c-4504-b917-4f1c7acc298b .ablocks-button:hover { transition-duration:0.5s;color:#0C3140;background:#ffffff;border-width:1px;border-color:#0C3140;border-style:solid;border-radius:99px; } .ablocks-block-1839540a-bd8c-4504-b917-4f1c7acc298b .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#0C3140; } .ablocks-block-1839540a-bd8c-4504-b917-4f1c7acc298b .ablocks-icon-wrap { font-size:16px; } .ablocks-block-1839540a-bd8c-4504-b917-4f1c7acc298b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-1839540a-bd8c-4504-b917-4f1c7acc298b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-72a4fe16-1dd6-4241-a3cf-f647b709ccff { margin-top:-19px;margin-right:-19px;margin-left:-19px;padding-top:85px;padding-bottom:140px;background:linear-gradient(99deg,#DDF0FF 8.78%,#FBFAFB 50.34%,#F4F1E0 100.33%);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-72a4fe16-1dd6-4241-a3cf-f647b709ccff { padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-72a4fe16-1dd6-4241-a3cf-f647b709ccff { padding-top:60px;padding-bottom:60px; } } .ablocks-block-72a4fe16-1dd6-4241-a3cf-f647b709ccff.ablocks-block--container { padding-top:85px;padding-bottom:140px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-72a4fe16-1dd6-4241-a3cf-f647b709ccff.ablocks-block--container { padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-72a4fe16-1dd6-4241-a3cf-f647b709ccff.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } .ablocks-block-72a4fe16-1dd6-4241-a3cf-f647b709ccff > .ablocks-block-container { max-width:min(100%,831px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-72a4fe16-1dd6-4241-a3cf-f647b709ccff > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:19px; } .ablocks-block-72a4fe16-1dd6-4241-a3cf-f647b709ccff.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:19px; } 
.ablocks-block-ab66ab38-1c22-4e05-8e71-a3b60307cbcd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab66ab38-1c22-4e05-8e71-a3b60307cbcd { text-align:center; } .ablocks-block-ab66ab38-1c22-4e05-8e71-a3b60307cbcd .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-size:48px;line-height:140%; } @media screen and (max-width: 800px) { .ablocks-block-ab66ab38-1c22-4e05-8e71-a3b60307cbcd .ablocks-heading-text { font-size:38px;line-height:60px; } } @media screen and (max-width: 480px) { .ablocks-block-ab66ab38-1c22-4e05-8e71-a3b60307cbcd .ablocks-heading-text { line-height:43px; } } 
.ablocks-block-1f5a1c64-b7d9-49bb-87ad-aed3a8599e96 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1f5a1c64-b7d9-49bb-87ad-aed3a8599e96 { text-align:center; } .ablocks-block-1f5a1c64-b7d9-49bb-87ad-aed3a8599e96 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:400;font-size:16px;line-height:160%; } .ablocks-block-1f5a1c64-b7d9-49bb-87ad-aed3a8599e96 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-24cbecfd-7c5d-42db-b2fd-729a90fff5b4 { margin-top:0px;padding-top:90px;padding-bottom:130px;background:#ffffff;border-width:0px 0px 1px 0px;border-style:solid;border-color:#ececec;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-24cbecfd-7c5d-42db-b2fd-729a90fff5b4 { padding-top:60px; } } .ablocks-block-24cbecfd-7c5d-42db-b2fd-729a90fff5b4.ablocks-block--container { padding-top:90px;padding-bottom:130px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-24cbecfd-7c5d-42db-b2fd-729a90fff5b4.ablocks-block--container { padding-top:60px; } } .ablocks-block-24cbecfd-7c5d-42db-b2fd-729a90fff5b4 > .ablocks-block-container { max-width:min(100%,1280px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-24cbecfd-7c5d-42db-b2fd-729a90fff5b4 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:20px; } .ablocks-block-24cbecfd-7c5d-42db-b2fd-729a90fff5b4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:20px; } 
.ablocks-block-cbadab0b-2506-494b-a50f-3e11d3b2d58c { margin-top:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cbadab0b-2506-494b-a50f-3e11d3b2d58c { text-align:left; } .ablocks-block-cbadab0b-2506-494b-a50f-3e11d3b2d58c .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#0C3140;font-family:Poppins;font-weight:700;font-style:normal;text-decoration:underline;font-size:26px;padding:0px; } .ablocks-block-cbadab0b-2506-494b-a50f-3e11d3b2d58c .ablocks-button:hover { transition-duration:s; } .ablocks-block-cbadab0b-2506-494b-a50f-3e11d3b2d58c .ablocks-icon-wrap { font-size:23px; } .ablocks-block-cbadab0b-2506-494b-a50f-3e11d3b2d58c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(2deg);width:23px; } .ablocks-block-cbadab0b-2506-494b-a50f-3e11d3b2d58c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#244653;transform:rotate(2deg); } 
.ablocks-block-21e339ba-c454-440a-aae6-8e338bede1cb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-21e339ba-c454-440a-aae6-8e338bede1cb.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-21e339ba-c454-440a-aae6-8e338bede1cb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-21e339ba-c454-440a-aae6-8e338bede1cb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs { flex-direction:column; } .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs__tab-panel { justify-content:center;margin-inline:auto;flex-direction:row;flex-wrap:wrap;padding:8px;border-width:1px;border-style:solid;border-color:#dddedf;border-radius:99px;gap:4px; } .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs__tab { background:#9900cc00;display:flex;flex-direction:row;align-items:center;justify-content:center;border-style:none;border-radius:99px; } .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs__tab--active { background-color:#244653 !important; } .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs__tab-menu-title { color:#515A62; } .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs__tab--active .ablocks-block-tabs__tab-menu-title { color:#ffffff; } .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs__tab-menu-subtitle { color:#3A3A3A;max-width:160px; } @media screen and (max-width: 480px) { .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs__tab-menu-subtitle { width:100%; } } .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs__tab--active .ablocks-block-tabs__tab-menu-subtitle { color:#3A3A3A!important; } .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs__tab--active .ablocks-block-tabs__progressbar { background:#13191B; } .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs__icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs__icon .ablocks-icon-wrap { margin-right:0px; } .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs__icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs__icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs__body { margin-top:60px;padding:0px;max-width:100% !important; } @media screen and (max-width: 800px) { .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs__body { margin-top:40px; } } @media screen and (max-width: 480px) { .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs__body { max-width:100%; } } .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs__tab-menu-content { gap:10px;text-align:center; } .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs__tab-panel { width:auto; } .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs__body { max-width:100% !important; } @media screen and (max-width: 800px) { .ablocks-block-8183d5e9-dc66-464f-b19a-621ce79710a6 .ablocks-block-tabs__body { max-width:70%; } } 

.ablocks-block-9c92dc3d-56f0-4b2e-94af-06aa661d3052 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c92dc3d-56f0-4b2e-94af-06aa661d3052.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9c92dc3d-56f0-4b2e-94af-06aa661d3052 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:32px;column-gap:31px; } @media screen and (max-width: 800px) { .ablocks-block-9c92dc3d-56f0-4b2e-94af-06aa661d3052 { row-gap:24px;column-gap:24px; } } .ablocks-block-9c92dc3d-56f0-4b2e-94af-06aa661d3052.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:31px; } @media screen and (max-width: 800px) { .ablocks-block-9c92dc3d-56f0-4b2e-94af-06aa661d3052.ablocks-has-block-container > .ablocks-block-container { row-gap:24px;column-gap:24px; } } .ablocks-block-9c92dc3d-56f0-4b2e-94af-06aa661d3052 { display:inline-flex; } 
.ablocks-block-1680f55e-7ebe-4040-b139-a2d19a159256 { padding:20px;background:#FFF;border-width:1px;border-style:solid;border-color:#C3C6C9;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1680f55e-7ebe-4040-b139-a2d19a159256.ablocks-block--container { padding:20px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1680f55e-7ebe-4040-b139-a2d19a159256.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-1680f55e-7ebe-4040-b139-a2d19a159256.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-1680f55e-7ebe-4040-b139-a2d19a159256 { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } .ablocks-block-1680f55e-7ebe-4040-b139-a2d19a159256.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } 
.ablocks-block-d1dcb8f2-e008-41e9-bf34-b60eb8371c0a { padding:23px;background:#E5F4FF;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d1dcb8f2-e008-41e9-bf34-b60eb8371c0a.ablocks-block--container { padding:23px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d1dcb8f2-e008-41e9-bf34-b60eb8371c0a { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } .ablocks-block-d1dcb8f2-e008-41e9-bf34-b60eb8371c0a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } 
.ablocks-block-ec63faac-7ed2-4d9d-945e-5e5699fb25b0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ec63faac-7ed2-4d9d-945e-5e5699fb25b0 { text-align:left; } .ablocks-block-ec63faac-7ed2-4d9d-945e-5e5699fb25b0 .ablocks-heading-text { color:#0C3140;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-ec63faac-7ed2-4d9d-945e-5e5699fb25b0 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-3cf2b030-548e-4fff-b3d1-13c11564c46f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3cf2b030-548e-4fff-b3d1-13c11564c46f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3cf2b030-548e-4fff-b3d1-13c11564c46f { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3cf2b030-548e-4fff-b3d1-13c11564c46f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3cf2b030-548e-4fff-b3d1-13c11564c46f { display:inline-flex; } 
.ablocks-block-5ae424fe-ab39-468d-ae5d-8337dede1e10 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5ae424fe-ab39-468d-ae5d-8337dede1e10 { text-align:left; } .ablocks-block-5ae424fe-ab39-468d-ae5d-8337dede1e10 .ablocks-heading-text { color:#0C3140;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:40px;line-height:52px; } @media screen and (max-width: 800px) { .ablocks-block-5ae424fe-ab39-468d-ae5d-8337dede1e10 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-7f82b192-38dd-4af2-b023-b90a2c5583cc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7f82b192-38dd-4af2-b023-b90a2c5583cc.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7f82b192-38dd-4af2-b023-b90a2c5583cc { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-7f82b192-38dd-4af2-b023-b90a2c5583cc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-7dc78c2e-22af-4366-8683-a004c54f0907 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7dc78c2e-22af-4366-8683-a004c54f0907.ablocks-hide-on-desktop,.ablocks-block-7dc78c2e-22af-4366-8683-a004c54f0907.ablocks-hide-on-tablet,.ablocks-block-7dc78c2e-22af-4366-8683-a004c54f0907.ablocks-hide-on-mobile { display:none; } .ablocks-block-7dc78c2e-22af-4366-8683-a004c54f0907 { text-align:left; } .ablocks-block-7dc78c2e-22af-4366-8683-a004c54f0907 .ablocks-paragraph-text { color:#D94400;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%; } .ablocks-block-7dc78c2e-22af-4366-8683-a004c54f0907 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d6fb2d7e-9ea4-47af-bf56-1c759ab13322 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d6fb2d7e-9ea4-47af-bf56-1c759ab13322 { text-align:left; } .ablocks-block-d6fb2d7e-9ea4-47af-bf56-1c759ab13322 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%; } .ablocks-block-d6fb2d7e-9ea4-47af-bf56-1c759ab13322 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-cdb7110c-ed33-466b-92eb-1541414c237a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cdb7110c-ed33-466b-92eb-1541414c237a.ablocks-hide-on-desktop,.ablocks-block-cdb7110c-ed33-466b-92eb-1541414c237a.ablocks-hide-on-tablet,.ablocks-block-cdb7110c-ed33-466b-92eb-1541414c237a.ablocks-hide-on-mobile { display:none; } .ablocks-block-cdb7110c-ed33-466b-92eb-1541414c237a { text-align:left; } .ablocks-block-cdb7110c-ed33-466b-92eb-1541414c237a .ablocks-paragraph-text { color:#282828;font-family:Inter,sans-serif;font-weight:400;text-decoration:line-through;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-cdb7110c-ed33-466b-92eb-1541414c237a .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-cdb7110c-ed33-466b-92eb-1541414c237a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ca1d75c9-dd71-4658-b77f-9045226f8d4f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ca1d75c9-dd71-4658-b77f-9045226f8d4f .ablocks-button { column-gap:10px;background:#008DFF;justify-content:center;width:100%;color:#FFF;border-radius:4px;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%; } .ablocks-block-ca1d75c9-dd71-4658-b77f-9045226f8d4f .ablocks-button:hover { transition-duration:0.5s;background:#067bda; } .ablocks-block-ca1d75c9-dd71-4658-b77f-9045226f8d4f .ablocks-icon-wrap { font-size:16px; } .ablocks-block-ca1d75c9-dd71-4658-b77f-9045226f8d4f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-ca1d75c9-dd71-4658-b77f-9045226f8d4f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-fa8d3827-fbe2-4924-b98b-f884a6692424 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa8d3827-fbe2-4924-b98b-f884a6692424 { font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:160%; } .ablocks-block-fa8d3827-fbe2-4924-b98b-f884a6692424 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-fa8d3827-fbe2-4924-b98b-f884a6692424 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-fa8d3827-fbe2-4924-b98b-f884a6692424 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#515a62;fill:#515a62;font-size:14px; } .ablocks-block-fa8d3827-fbe2-4924-b98b-f884a6692424 .ablocks-list__item-content .ablocks-list__item-text { color:#515A62; } 
.ablocks-block-e3d4445f-87cb-4d1d-8cbb-2b47b622ece8 { padding:20px;background:#008DFF;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e3d4445f-87cb-4d1d-8cbb-2b47b622ece8.ablocks-block--container { padding:20px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e3d4445f-87cb-4d1d-8cbb-2b47b622ece8.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-e3d4445f-87cb-4d1d-8cbb-2b47b622ece8.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-e3d4445f-87cb-4d1d-8cbb-2b47b622ece8 { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } .ablocks-block-e3d4445f-87cb-4d1d-8cbb-2b47b622ece8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } 
.ablocks-block-7d0cadef-6cc9-4080-86c6-f125d22a90e4 { padding:23px;background:#ffffff;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7d0cadef-6cc9-4080-86c6-f125d22a90e4.ablocks-block--container { padding:23px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7d0cadef-6cc9-4080-86c6-f125d22a90e4 { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } .ablocks-block-7d0cadef-6cc9-4080-86c6-f125d22a90e4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } 
.ablocks-block-e423682c-7696-4a8c-8176-7d5df88634e2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e423682c-7696-4a8c-8176-7d5df88634e2 { text-align:left; } .ablocks-block-e423682c-7696-4a8c-8176-7d5df88634e2 .ablocks-heading-text { color:#0C3140;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-e423682c-7696-4a8c-8176-7d5df88634e2 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-d8a527d5-11d2-45c8-b194-aed1f4e2e8fc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d8a527d5-11d2-45c8-b194-aed1f4e2e8fc.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d8a527d5-11d2-45c8-b194-aed1f4e2e8fc { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d8a527d5-11d2-45c8-b194-aed1f4e2e8fc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d8a527d5-11d2-45c8-b194-aed1f4e2e8fc { display:inline-flex; } 
.ablocks-block-efcc6c1e-1f87-4ffa-8e24-1025c9a692fd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-efcc6c1e-1f87-4ffa-8e24-1025c9a692fd { text-align:left; } .ablocks-block-efcc6c1e-1f87-4ffa-8e24-1025c9a692fd .ablocks-heading-text { color:#0C3140;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:40px;line-height:52px; } @media screen and (max-width: 800px) { .ablocks-block-efcc6c1e-1f87-4ffa-8e24-1025c9a692fd .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-35359a72-cf66-4bad-b78e-6950be705953 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-35359a72-cf66-4bad-b78e-6950be705953.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-35359a72-cf66-4bad-b78e-6950be705953 { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-35359a72-cf66-4bad-b78e-6950be705953.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-7029e7cd-ab34-4d09-bd1f-04bf74d4e1bf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7029e7cd-ab34-4d09-bd1f-04bf74d4e1bf.ablocks-hide-on-desktop,.ablocks-block-7029e7cd-ab34-4d09-bd1f-04bf74d4e1bf.ablocks-hide-on-tablet,.ablocks-block-7029e7cd-ab34-4d09-bd1f-04bf74d4e1bf.ablocks-hide-on-mobile { display:none; } .ablocks-block-7029e7cd-ab34-4d09-bd1f-04bf74d4e1bf { text-align:left; } .ablocks-block-7029e7cd-ab34-4d09-bd1f-04bf74d4e1bf .ablocks-paragraph-text { color:#D94400;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%; } .ablocks-block-7029e7cd-ab34-4d09-bd1f-04bf74d4e1bf .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-158dc8f3-f867-4e2a-a453-97c661456bda { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-158dc8f3-f867-4e2a-a453-97c661456bda { text-align:left; } .ablocks-block-158dc8f3-f867-4e2a-a453-97c661456bda .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%; } .ablocks-block-158dc8f3-f867-4e2a-a453-97c661456bda .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-648ca119-5387-4a4c-b2cb-a0803a93ed1c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-648ca119-5387-4a4c-b2cb-a0803a93ed1c.ablocks-hide-on-desktop,.ablocks-block-648ca119-5387-4a4c-b2cb-a0803a93ed1c.ablocks-hide-on-tablet,.ablocks-block-648ca119-5387-4a4c-b2cb-a0803a93ed1c.ablocks-hide-on-mobile { display:none; } .ablocks-block-648ca119-5387-4a4c-b2cb-a0803a93ed1c { text-align:left; } .ablocks-block-648ca119-5387-4a4c-b2cb-a0803a93ed1c .ablocks-paragraph-text { color:#282828;font-family:Inter,sans-serif;font-weight:400;text-decoration:line-through;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-648ca119-5387-4a4c-b2cb-a0803a93ed1c .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-648ca119-5387-4a4c-b2cb-a0803a93ed1c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-247b4ba7-18cc-42f5-87db-88240632cd4d { position:absolute;left:101px;top:4px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-247b4ba7-18cc-42f5-87db-88240632cd4d { text-align:center; } .ablocks-block-247b4ba7-18cc-42f5-87db-88240632cd4d .ablocks-button { column-gap:10px;background:#FFAB00;justify-content:left;color:#0C3140;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%; } .ablocks-block-247b4ba7-18cc-42f5-87db-88240632cd4d .ablocks-button:hover { transition-duration:s; } .ablocks-block-247b4ba7-18cc-42f5-87db-88240632cd4d .ablocks-icon-wrap { font-size:16px; } .ablocks-block-247b4ba7-18cc-42f5-87db-88240632cd4d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-247b4ba7-18cc-42f5-87db-88240632cd4d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-aa32ba2c-9a44-4530-ae72-eedcbc268788 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aa32ba2c-9a44-4530-ae72-eedcbc268788 .ablocks-button { column-gap:10px;background:#ffffff;justify-content:center;width:100%;color:#008dff;border-radius:4px;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%; } .ablocks-block-aa32ba2c-9a44-4530-ae72-eedcbc268788 .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#067bda; } .ablocks-block-aa32ba2c-9a44-4530-ae72-eedcbc268788 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-aa32ba2c-9a44-4530-ae72-eedcbc268788 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-aa32ba2c-9a44-4530-ae72-eedcbc268788 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-aa32ba2c-9a44-4530-ae72-eedcbc268788 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-16f4f8a1-5036-418b-a878-940cbbe2bd70 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-16f4f8a1-5036-418b-a878-940cbbe2bd70 { font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:160%; } .ablocks-block-16f4f8a1-5036-418b-a878-940cbbe2bd70 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-16f4f8a1-5036-418b-a878-940cbbe2bd70 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-16f4f8a1-5036-418b-a878-940cbbe2bd70 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#ffffff;fill:#ffffff;font-size:14px; } .ablocks-block-16f4f8a1-5036-418b-a878-940cbbe2bd70 .ablocks-list__item-content .ablocks-list__item-text { color:#ffffff; } 
.ablocks-block-a6bd2068-6d7a-41a1-9812-4a25bf6ded66 { padding:20px;background:#FFF;border-width:1px;border-style:solid;border-color:#C3C6C9;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a6bd2068-6d7a-41a1-9812-4a25bf6ded66.ablocks-block--container { padding:20px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a6bd2068-6d7a-41a1-9812-4a25bf6ded66.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-a6bd2068-6d7a-41a1-9812-4a25bf6ded66.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-a6bd2068-6d7a-41a1-9812-4a25bf6ded66 { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } .ablocks-block-a6bd2068-6d7a-41a1-9812-4a25bf6ded66.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } 
.ablocks-block-e31f26fe-c5ce-4282-a8f4-6f0b175cb869 { padding:22px;background:#E5F4FF;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e31f26fe-c5ce-4282-a8f4-6f0b175cb869.ablocks-block--container { padding:22px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e31f26fe-c5ce-4282-a8f4-6f0b175cb869 { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } .ablocks-block-e31f26fe-c5ce-4282-a8f4-6f0b175cb869.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } 
.ablocks-block-79797f01-0b19-4c22-b156-e747e185b18b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-79797f01-0b19-4c22-b156-e747e185b18b { text-align:left; } .ablocks-block-79797f01-0b19-4c22-b156-e747e185b18b .ablocks-heading-text { color:#0C3140;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-79797f01-0b19-4c22-b156-e747e185b18b .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-75e84d3a-511b-407e-aa29-eebd23c16e7e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-75e84d3a-511b-407e-aa29-eebd23c16e7e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-75e84d3a-511b-407e-aa29-eebd23c16e7e { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-75e84d3a-511b-407e-aa29-eebd23c16e7e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-75e84d3a-511b-407e-aa29-eebd23c16e7e { display:inline-flex; } 
.ablocks-block-5ef5f95a-36c5-4626-bba5-d273c36ad5fb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5ef5f95a-36c5-4626-bba5-d273c36ad5fb { text-align:left; } .ablocks-block-5ef5f95a-36c5-4626-bba5-d273c36ad5fb .ablocks-heading-text { color:#0C3140;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:40px;line-height:52px; } @media screen and (max-width: 800px) { .ablocks-block-5ef5f95a-36c5-4626-bba5-d273c36ad5fb .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-55554cbb-47ff-44de-9fa4-aacf4720f80e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-55554cbb-47ff-44de-9fa4-aacf4720f80e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-55554cbb-47ff-44de-9fa4-aacf4720f80e { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-55554cbb-47ff-44de-9fa4-aacf4720f80e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-e5f4e67e-8643-415a-8fee-fc784a963591 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e5f4e67e-8643-415a-8fee-fc784a963591.ablocks-hide-on-desktop,.ablocks-block-e5f4e67e-8643-415a-8fee-fc784a963591.ablocks-hide-on-tablet,.ablocks-block-e5f4e67e-8643-415a-8fee-fc784a963591.ablocks-hide-on-mobile { display:none; } .ablocks-block-e5f4e67e-8643-415a-8fee-fc784a963591 { text-align:left; } .ablocks-block-e5f4e67e-8643-415a-8fee-fc784a963591 .ablocks-paragraph-text { color:#D94400;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%; } .ablocks-block-e5f4e67e-8643-415a-8fee-fc784a963591 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-17e74a2a-618e-4a9f-a36c-a6aad8a6aad0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-17e74a2a-618e-4a9f-a36c-a6aad8a6aad0 { text-align:left; } .ablocks-block-17e74a2a-618e-4a9f-a36c-a6aad8a6aad0 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%; } .ablocks-block-17e74a2a-618e-4a9f-a36c-a6aad8a6aad0 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5463594c-ba5d-4187-85c0-47c5928536f8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5463594c-ba5d-4187-85c0-47c5928536f8.ablocks-hide-on-desktop,.ablocks-block-5463594c-ba5d-4187-85c0-47c5928536f8.ablocks-hide-on-tablet,.ablocks-block-5463594c-ba5d-4187-85c0-47c5928536f8.ablocks-hide-on-mobile { display:none; } .ablocks-block-5463594c-ba5d-4187-85c0-47c5928536f8 { text-align:left; } .ablocks-block-5463594c-ba5d-4187-85c0-47c5928536f8 .ablocks-paragraph-text { color:#282828;font-family:Inter,sans-serif;font-weight:400;text-decoration:line-through;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-5463594c-ba5d-4187-85c0-47c5928536f8 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-5463594c-ba5d-4187-85c0-47c5928536f8 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-190833ba-04fb-440c-9bf4-3afbbb4a3a44 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-190833ba-04fb-440c-9bf4-3afbbb4a3a44 .ablocks-button { column-gap:10px;background:#008DFF;justify-content:center;width:100%;color:#FFF;border-radius:4px;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%; } .ablocks-block-190833ba-04fb-440c-9bf4-3afbbb4a3a44 .ablocks-button:hover { transition-duration:0.5s;background:#067bda; } .ablocks-block-190833ba-04fb-440c-9bf4-3afbbb4a3a44 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-190833ba-04fb-440c-9bf4-3afbbb4a3a44 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-190833ba-04fb-440c-9bf4-3afbbb4a3a44 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-5d9cb35f-5607-43c0-aa9a-3e567e797cd4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5d9cb35f-5607-43c0-aa9a-3e567e797cd4 { font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:160%; } .ablocks-block-5d9cb35f-5607-43c0-aa9a-3e567e797cd4 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-5d9cb35f-5607-43c0-aa9a-3e567e797cd4 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-5d9cb35f-5607-43c0-aa9a-3e567e797cd4 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#515a62;fill:#515a62;font-size:14px; } .ablocks-block-5d9cb35f-5607-43c0-aa9a-3e567e797cd4 .ablocks-list__item-content .ablocks-list__item-text { color:#515A62; } 
.ablocks-block-c7b0bd31-6531-43b2-b5c3-836540176109 { padding:20px;background:#FFF;border-width:1px;border-style:solid;border-color:#C3C6C9;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c7b0bd31-6531-43b2-b5c3-836540176109.ablocks-block--container { padding:20px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c7b0bd31-6531-43b2-b5c3-836540176109.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-c7b0bd31-6531-43b2-b5c3-836540176109.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-c7b0bd31-6531-43b2-b5c3-836540176109 { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } .ablocks-block-c7b0bd31-6531-43b2-b5c3-836540176109.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } 
.ablocks-block-f1eafca6-227c-44af-a973-f4922ce9ccc0 { padding:22px;background:#E5F4FF;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f1eafca6-227c-44af-a973-f4922ce9ccc0.ablocks-block--container { padding:22px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f1eafca6-227c-44af-a973-f4922ce9ccc0 { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } .ablocks-block-f1eafca6-227c-44af-a973-f4922ce9ccc0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } 
.ablocks-block-ccdf8ccf-c3a3-4b27-920d-3c587bb6db46 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ccdf8ccf-c3a3-4b27-920d-3c587bb6db46 { text-align:left; } .ablocks-block-ccdf8ccf-c3a3-4b27-920d-3c587bb6db46 .ablocks-heading-text { color:#0C3140;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-ccdf8ccf-c3a3-4b27-920d-3c587bb6db46 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-be01ef4e-f9bd-4560-9e6d-a9a278fa6c87 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-be01ef4e-f9bd-4560-9e6d-a9a278fa6c87.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-be01ef4e-f9bd-4560-9e6d-a9a278fa6c87 { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-be01ef4e-f9bd-4560-9e6d-a9a278fa6c87.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-be01ef4e-f9bd-4560-9e6d-a9a278fa6c87 { display:inline-flex; } 
.ablocks-block-4a36d16d-8240-45e1-8ac9-026b5ecf83dc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4a36d16d-8240-45e1-8ac9-026b5ecf83dc { text-align:left; } .ablocks-block-4a36d16d-8240-45e1-8ac9-026b5ecf83dc .ablocks-heading-text { color:#0C3140;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:40px;line-height:52px; } @media screen and (max-width: 800px) { .ablocks-block-4a36d16d-8240-45e1-8ac9-026b5ecf83dc .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-ac25708b-f69c-4cd3-8df4-92fee8205a67 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ac25708b-f69c-4cd3-8df4-92fee8205a67.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ac25708b-f69c-4cd3-8df4-92fee8205a67 { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-ac25708b-f69c-4cd3-8df4-92fee8205a67.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-4a991cb1-32a4-4863-bd6b-e4193b9b0ab0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4a991cb1-32a4-4863-bd6b-e4193b9b0ab0.ablocks-hide-on-desktop,.ablocks-block-4a991cb1-32a4-4863-bd6b-e4193b9b0ab0.ablocks-hide-on-tablet,.ablocks-block-4a991cb1-32a4-4863-bd6b-e4193b9b0ab0.ablocks-hide-on-mobile { display:none; } .ablocks-block-4a991cb1-32a4-4863-bd6b-e4193b9b0ab0 { text-align:left; } .ablocks-block-4a991cb1-32a4-4863-bd6b-e4193b9b0ab0 .ablocks-paragraph-text { color:#D94400;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%; } .ablocks-block-4a991cb1-32a4-4863-bd6b-e4193b9b0ab0 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e19379ad-b66b-43f7-b6c2-0bc4f1b37266 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e19379ad-b66b-43f7-b6c2-0bc4f1b37266 { text-align:left; } .ablocks-block-e19379ad-b66b-43f7-b6c2-0bc4f1b37266 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%; } .ablocks-block-e19379ad-b66b-43f7-b6c2-0bc4f1b37266 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3f01bbec-c7f0-411e-99dd-3a0591d77aff { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3f01bbec-c7f0-411e-99dd-3a0591d77aff.ablocks-hide-on-desktop,.ablocks-block-3f01bbec-c7f0-411e-99dd-3a0591d77aff.ablocks-hide-on-tablet,.ablocks-block-3f01bbec-c7f0-411e-99dd-3a0591d77aff.ablocks-hide-on-mobile { display:none; } .ablocks-block-3f01bbec-c7f0-411e-99dd-3a0591d77aff { text-align:left; } .ablocks-block-3f01bbec-c7f0-411e-99dd-3a0591d77aff .ablocks-paragraph-text { color:#282828;font-family:Inter,sans-serif;font-weight:400;text-decoration:line-through;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-3f01bbec-c7f0-411e-99dd-3a0591d77aff .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-3f01bbec-c7f0-411e-99dd-3a0591d77aff .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-528104a6-e2a7-4060-9a23-edf3bf568057 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-528104a6-e2a7-4060-9a23-edf3bf568057 .ablocks-button { column-gap:10px;background:#008DFF;justify-content:center;width:100%;color:#FFF;border-radius:4px;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%; } .ablocks-block-528104a6-e2a7-4060-9a23-edf3bf568057 .ablocks-button:hover { transition-duration:0.5s;background:#067bda; } .ablocks-block-528104a6-e2a7-4060-9a23-edf3bf568057 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-528104a6-e2a7-4060-9a23-edf3bf568057 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-528104a6-e2a7-4060-9a23-edf3bf568057 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-a3938146-2cbd-4189-bac9-b0f3400ea57c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a3938146-2cbd-4189-bac9-b0f3400ea57c { font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:160%; } .ablocks-block-a3938146-2cbd-4189-bac9-b0f3400ea57c .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-a3938146-2cbd-4189-bac9-b0f3400ea57c .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-a3938146-2cbd-4189-bac9-b0f3400ea57c .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#515a62;fill:#515a62;font-size:14px; } .ablocks-block-a3938146-2cbd-4189-bac9-b0f3400ea57c .ablocks-list__item-content .ablocks-list__item-text { color:#515A62; } 

.ablocks-block-de5fda05-d945-4289-b913-26c1c25803e0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-de5fda05-d945-4289-b913-26c1c25803e0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-de5fda05-d945-4289-b913-26c1c25803e0 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:32px;column-gap:31px; } @media screen and (max-width: 800px) { .ablocks-block-de5fda05-d945-4289-b913-26c1c25803e0 { row-gap:24px;column-gap:24px; } } .ablocks-block-de5fda05-d945-4289-b913-26c1c25803e0.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:31px; } @media screen and (max-width: 800px) { .ablocks-block-de5fda05-d945-4289-b913-26c1c25803e0.ablocks-has-block-container > .ablocks-block-container { row-gap:24px;column-gap:24px; } } .ablocks-block-de5fda05-d945-4289-b913-26c1c25803e0 { display:inline-flex; } 
.ablocks-block-f4534733-2eda-4e4c-849d-7af257032ea1 { padding:20px;background:#FFF;border-width:1px;border-style:solid;border-color:#C3C6C9;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f4534733-2eda-4e4c-849d-7af257032ea1.ablocks-block--container { padding:20px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f4534733-2eda-4e4c-849d-7af257032ea1.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-f4534733-2eda-4e4c-849d-7af257032ea1.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-f4534733-2eda-4e4c-849d-7af257032ea1 { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } .ablocks-block-f4534733-2eda-4e4c-849d-7af257032ea1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } 
.ablocks-block-b716cf0d-6f77-4666-977d-f89245f6fc64 { padding:23px;background:#E5F4FF;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b716cf0d-6f77-4666-977d-f89245f6fc64.ablocks-block--container { padding:23px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b716cf0d-6f77-4666-977d-f89245f6fc64 { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } .ablocks-block-b716cf0d-6f77-4666-977d-f89245f6fc64.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } 
.ablocks-block-9dc35d0b-54ee-4fc5-bbfa-9ca797f2f5b6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9dc35d0b-54ee-4fc5-bbfa-9ca797f2f5b6 { text-align:left; } .ablocks-block-9dc35d0b-54ee-4fc5-bbfa-9ca797f2f5b6 .ablocks-heading-text { color:#0C3140;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-9dc35d0b-54ee-4fc5-bbfa-9ca797f2f5b6 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-d7b1fd17-3849-419c-a8e3-e94cf45f2cd1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d7b1fd17-3849-419c-a8e3-e94cf45f2cd1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d7b1fd17-3849-419c-a8e3-e94cf45f2cd1 { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d7b1fd17-3849-419c-a8e3-e94cf45f2cd1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d7b1fd17-3849-419c-a8e3-e94cf45f2cd1 { display:inline-flex; } 
.ablocks-block-c5fc2dc6-e0b9-4f4b-953c-c84ea25efadd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c5fc2dc6-e0b9-4f4b-953c-c84ea25efadd { text-align:left; } .ablocks-block-c5fc2dc6-e0b9-4f4b-953c-c84ea25efadd .ablocks-heading-text { color:#0C3140;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:40px;line-height:52px; } @media screen and (max-width: 800px) { .ablocks-block-c5fc2dc6-e0b9-4f4b-953c-c84ea25efadd .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-ffec3356-ad55-4899-921d-331213d3feea { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ffec3356-ad55-4899-921d-331213d3feea.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ffec3356-ad55-4899-921d-331213d3feea { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-ffec3356-ad55-4899-921d-331213d3feea.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-f6848625-b977-435c-ba3c-56c0109c0a56 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f6848625-b977-435c-ba3c-56c0109c0a56.ablocks-hide-on-desktop,.ablocks-block-f6848625-b977-435c-ba3c-56c0109c0a56.ablocks-hide-on-tablet,.ablocks-block-f6848625-b977-435c-ba3c-56c0109c0a56.ablocks-hide-on-mobile { display:none; } .ablocks-block-f6848625-b977-435c-ba3c-56c0109c0a56 { text-align:left; } .ablocks-block-f6848625-b977-435c-ba3c-56c0109c0a56 .ablocks-paragraph-text { color:#D94400;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%; } .ablocks-block-f6848625-b977-435c-ba3c-56c0109c0a56 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1fc49933-9af3-4b24-b0c1-6e6b6c2284f3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1fc49933-9af3-4b24-b0c1-6e6b6c2284f3 { text-align:left; } .ablocks-block-1fc49933-9af3-4b24-b0c1-6e6b6c2284f3 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%; } .ablocks-block-1fc49933-9af3-4b24-b0c1-6e6b6c2284f3 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3cc41f3b-f4fc-48e0-bf01-3694b6930986 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3cc41f3b-f4fc-48e0-bf01-3694b6930986.ablocks-hide-on-desktop,.ablocks-block-3cc41f3b-f4fc-48e0-bf01-3694b6930986.ablocks-hide-on-tablet,.ablocks-block-3cc41f3b-f4fc-48e0-bf01-3694b6930986.ablocks-hide-on-mobile { display:none; } .ablocks-block-3cc41f3b-f4fc-48e0-bf01-3694b6930986 { text-align:left; } .ablocks-block-3cc41f3b-f4fc-48e0-bf01-3694b6930986 .ablocks-paragraph-text { color:#282828;font-family:Inter,sans-serif;font-weight:400;text-decoration:line-through;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-3cc41f3b-f4fc-48e0-bf01-3694b6930986 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-3cc41f3b-f4fc-48e0-bf01-3694b6930986 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2ca1dabb-1252-421f-9dce-77c9c35af768 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2ca1dabb-1252-421f-9dce-77c9c35af768 .ablocks-button { column-gap:10px;background:#008DFF;justify-content:center;width:100%;color:#FFF;border-radius:4px;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%; } .ablocks-block-2ca1dabb-1252-421f-9dce-77c9c35af768 .ablocks-button:hover { transition-duration:0.5s;background:#067bda; } .ablocks-block-2ca1dabb-1252-421f-9dce-77c9c35af768 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-2ca1dabb-1252-421f-9dce-77c9c35af768 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-2ca1dabb-1252-421f-9dce-77c9c35af768 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-415b0cf2-fb1b-4411-877d-1f7cdc3ef0ff { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-415b0cf2-fb1b-4411-877d-1f7cdc3ef0ff { font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:160%; } .ablocks-block-415b0cf2-fb1b-4411-877d-1f7cdc3ef0ff .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-415b0cf2-fb1b-4411-877d-1f7cdc3ef0ff .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-415b0cf2-fb1b-4411-877d-1f7cdc3ef0ff .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#515a62;fill:#515a62;font-size:14px; } .ablocks-block-415b0cf2-fb1b-4411-877d-1f7cdc3ef0ff .ablocks-list__item-content .ablocks-list__item-text { color:#515A62; } 
.ablocks-block-8518ddd5-aa64-4162-8c82-1b5956b992c5 { padding:20px;background:#008DFF;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8518ddd5-aa64-4162-8c82-1b5956b992c5.ablocks-block--container { padding:20px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8518ddd5-aa64-4162-8c82-1b5956b992c5.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-8518ddd5-aa64-4162-8c82-1b5956b992c5.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-8518ddd5-aa64-4162-8c82-1b5956b992c5 { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } .ablocks-block-8518ddd5-aa64-4162-8c82-1b5956b992c5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } 
.ablocks-block-33be9a37-9adc-4982-9c80-8565ba076616 { padding:23px;background:#ffffff;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-33be9a37-9adc-4982-9c80-8565ba076616.ablocks-block--container { padding:23px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-33be9a37-9adc-4982-9c80-8565ba076616 { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } .ablocks-block-33be9a37-9adc-4982-9c80-8565ba076616.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } 
.ablocks-block-f1d376fb-11bd-40fc-a332-aa24449b9f2c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f1d376fb-11bd-40fc-a332-aa24449b9f2c { text-align:left; } .ablocks-block-f1d376fb-11bd-40fc-a332-aa24449b9f2c .ablocks-heading-text { color:#0C3140;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-f1d376fb-11bd-40fc-a332-aa24449b9f2c .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-3cffff96-39e1-41e2-92c8-6563db24f037 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3cffff96-39e1-41e2-92c8-6563db24f037.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3cffff96-39e1-41e2-92c8-6563db24f037 { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3cffff96-39e1-41e2-92c8-6563db24f037.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3cffff96-39e1-41e2-92c8-6563db24f037 { display:inline-flex; } 
.ablocks-block-4042f27b-c9cd-437c-906b-9258d747eda4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4042f27b-c9cd-437c-906b-9258d747eda4 { text-align:left; } .ablocks-block-4042f27b-c9cd-437c-906b-9258d747eda4 .ablocks-heading-text { color:#0C3140;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:40px;line-height:52px; } @media screen and (max-width: 800px) { .ablocks-block-4042f27b-c9cd-437c-906b-9258d747eda4 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-695709a4-64ab-4428-ba90-1718f3ccd440 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-695709a4-64ab-4428-ba90-1718f3ccd440.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-695709a4-64ab-4428-ba90-1718f3ccd440 { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-695709a4-64ab-4428-ba90-1718f3ccd440.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-e99da077-c05d-4b82-bbcd-dbce2f651b1f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e99da077-c05d-4b82-bbcd-dbce2f651b1f.ablocks-hide-on-desktop,.ablocks-block-e99da077-c05d-4b82-bbcd-dbce2f651b1f.ablocks-hide-on-tablet,.ablocks-block-e99da077-c05d-4b82-bbcd-dbce2f651b1f.ablocks-hide-on-mobile { display:none; } .ablocks-block-e99da077-c05d-4b82-bbcd-dbce2f651b1f { text-align:left; } .ablocks-block-e99da077-c05d-4b82-bbcd-dbce2f651b1f .ablocks-paragraph-text { color:#D94400;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%; } .ablocks-block-e99da077-c05d-4b82-bbcd-dbce2f651b1f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f4892e6f-fdfc-4e29-a092-c40bc6ec39f9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f4892e6f-fdfc-4e29-a092-c40bc6ec39f9 { text-align:left; } .ablocks-block-f4892e6f-fdfc-4e29-a092-c40bc6ec39f9 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%; } .ablocks-block-f4892e6f-fdfc-4e29-a092-c40bc6ec39f9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a1c72568-cb06-403f-84b6-f1c3d40d825d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a1c72568-cb06-403f-84b6-f1c3d40d825d.ablocks-hide-on-desktop,.ablocks-block-a1c72568-cb06-403f-84b6-f1c3d40d825d.ablocks-hide-on-tablet,.ablocks-block-a1c72568-cb06-403f-84b6-f1c3d40d825d.ablocks-hide-on-mobile { display:none; } .ablocks-block-a1c72568-cb06-403f-84b6-f1c3d40d825d { text-align:left; } .ablocks-block-a1c72568-cb06-403f-84b6-f1c3d40d825d .ablocks-paragraph-text { color:#282828;font-family:Inter,sans-serif;font-weight:400;text-decoration:line-through;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-a1c72568-cb06-403f-84b6-f1c3d40d825d .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-a1c72568-cb06-403f-84b6-f1c3d40d825d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2305bc0d-a505-4b93-ba74-c4954d76855c { position:absolute;left:101px;top:4px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2305bc0d-a505-4b93-ba74-c4954d76855c { text-align:center; } .ablocks-block-2305bc0d-a505-4b93-ba74-c4954d76855c .ablocks-button { column-gap:10px;background:#FFAB00;justify-content:left;color:#0C3140;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%; } .ablocks-block-2305bc0d-a505-4b93-ba74-c4954d76855c .ablocks-button:hover { transition-duration:s; } .ablocks-block-2305bc0d-a505-4b93-ba74-c4954d76855c .ablocks-icon-wrap { font-size:16px; } .ablocks-block-2305bc0d-a505-4b93-ba74-c4954d76855c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-2305bc0d-a505-4b93-ba74-c4954d76855c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-5117b332-a017-462c-bbeb-d780859526f6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5117b332-a017-462c-bbeb-d780859526f6 .ablocks-button { column-gap:10px;background:#ffffff;justify-content:center;width:100%;color:#008dff;border-radius:4px;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%; } .ablocks-block-5117b332-a017-462c-bbeb-d780859526f6 .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#067bda; } .ablocks-block-5117b332-a017-462c-bbeb-d780859526f6 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-5117b332-a017-462c-bbeb-d780859526f6 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-5117b332-a017-462c-bbeb-d780859526f6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-5117b332-a017-462c-bbeb-d780859526f6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-afdf8127-45cb-4ebf-b070-3f04d1e6c8fd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-afdf8127-45cb-4ebf-b070-3f04d1e6c8fd { font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:160%; } .ablocks-block-afdf8127-45cb-4ebf-b070-3f04d1e6c8fd .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-afdf8127-45cb-4ebf-b070-3f04d1e6c8fd .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-afdf8127-45cb-4ebf-b070-3f04d1e6c8fd .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#ffffff;fill:#ffffff;font-size:14px; } .ablocks-block-afdf8127-45cb-4ebf-b070-3f04d1e6c8fd .ablocks-list__item-content .ablocks-list__item-text { color:#ffffff; } 
.ablocks-block-1c5bb9d2-3a8e-4f66-be05-26749209c9ce { padding:20px;background:#FFF;border-width:1px;border-style:solid;border-color:#C3C6C9;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c5bb9d2-3a8e-4f66-be05-26749209c9ce.ablocks-block--container { padding:20px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1c5bb9d2-3a8e-4f66-be05-26749209c9ce.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-1c5bb9d2-3a8e-4f66-be05-26749209c9ce.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-1c5bb9d2-3a8e-4f66-be05-26749209c9ce { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } .ablocks-block-1c5bb9d2-3a8e-4f66-be05-26749209c9ce.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } 
.ablocks-block-439222c8-bd95-4a55-8f05-63ca454439e3 { padding:22px;background:#E5F4FF;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-439222c8-bd95-4a55-8f05-63ca454439e3.ablocks-block--container { padding:22px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-439222c8-bd95-4a55-8f05-63ca454439e3 { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } .ablocks-block-439222c8-bd95-4a55-8f05-63ca454439e3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } 
.ablocks-block-bc5a151d-0fdc-4130-a8b4-66792468dc0f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bc5a151d-0fdc-4130-a8b4-66792468dc0f { text-align:left; } .ablocks-block-bc5a151d-0fdc-4130-a8b4-66792468dc0f .ablocks-heading-text { color:#0C3140;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-bc5a151d-0fdc-4130-a8b4-66792468dc0f .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-a6d762d8-fb88-49e1-813c-f74b6bc892b3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a6d762d8-fb88-49e1-813c-f74b6bc892b3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a6d762d8-fb88-49e1-813c-f74b6bc892b3 { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a6d762d8-fb88-49e1-813c-f74b6bc892b3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a6d762d8-fb88-49e1-813c-f74b6bc892b3 { display:inline-flex; } 
.ablocks-block-35eeba0a-661e-4f7d-af69-664c091bdb1e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-35eeba0a-661e-4f7d-af69-664c091bdb1e { text-align:left; } .ablocks-block-35eeba0a-661e-4f7d-af69-664c091bdb1e .ablocks-heading-text { color:#0C3140;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:40px;line-height:52px; } @media screen and (max-width: 800px) { .ablocks-block-35eeba0a-661e-4f7d-af69-664c091bdb1e .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-792de8da-787a-447e-bbb3-9e147f455eb2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-792de8da-787a-447e-bbb3-9e147f455eb2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-792de8da-787a-447e-bbb3-9e147f455eb2 { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-792de8da-787a-447e-bbb3-9e147f455eb2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-e20783fd-444b-481f-a7a3-d847c563cb08 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e20783fd-444b-481f-a7a3-d847c563cb08.ablocks-hide-on-desktop,.ablocks-block-e20783fd-444b-481f-a7a3-d847c563cb08.ablocks-hide-on-tablet,.ablocks-block-e20783fd-444b-481f-a7a3-d847c563cb08.ablocks-hide-on-mobile { display:none; } .ablocks-block-e20783fd-444b-481f-a7a3-d847c563cb08 { text-align:left; } .ablocks-block-e20783fd-444b-481f-a7a3-d847c563cb08 .ablocks-paragraph-text { color:#D94400;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%; } .ablocks-block-e20783fd-444b-481f-a7a3-d847c563cb08 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-57c6efb4-ab9a-4cfb-93f8-74c4b624a1fb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-57c6efb4-ab9a-4cfb-93f8-74c4b624a1fb { text-align:left; } .ablocks-block-57c6efb4-ab9a-4cfb-93f8-74c4b624a1fb .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%; } .ablocks-block-57c6efb4-ab9a-4cfb-93f8-74c4b624a1fb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0453c82f-68d3-4ab1-ab2a-642b3a0dc742 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0453c82f-68d3-4ab1-ab2a-642b3a0dc742.ablocks-hide-on-desktop,.ablocks-block-0453c82f-68d3-4ab1-ab2a-642b3a0dc742.ablocks-hide-on-tablet,.ablocks-block-0453c82f-68d3-4ab1-ab2a-642b3a0dc742.ablocks-hide-on-mobile { display:none; } .ablocks-block-0453c82f-68d3-4ab1-ab2a-642b3a0dc742 { text-align:left; } .ablocks-block-0453c82f-68d3-4ab1-ab2a-642b3a0dc742 .ablocks-paragraph-text { color:#282828;font-family:Inter,sans-serif;font-weight:400;text-decoration:line-through;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-0453c82f-68d3-4ab1-ab2a-642b3a0dc742 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-0453c82f-68d3-4ab1-ab2a-642b3a0dc742 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6e03427c-cebc-49bd-b5c9-029fca65d924 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6e03427c-cebc-49bd-b5c9-029fca65d924 .ablocks-button { column-gap:10px;background:#008DFF;justify-content:center;width:100%;color:#FFF;border-radius:4px;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%; } .ablocks-block-6e03427c-cebc-49bd-b5c9-029fca65d924 .ablocks-button:hover { transition-duration:0.5s;background:#067bda; } .ablocks-block-6e03427c-cebc-49bd-b5c9-029fca65d924 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-6e03427c-cebc-49bd-b5c9-029fca65d924 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-6e03427c-cebc-49bd-b5c9-029fca65d924 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-688fef3e-daa1-48bb-8699-75f1107e1d0a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-688fef3e-daa1-48bb-8699-75f1107e1d0a { font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:160%; } .ablocks-block-688fef3e-daa1-48bb-8699-75f1107e1d0a .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-688fef3e-daa1-48bb-8699-75f1107e1d0a .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-688fef3e-daa1-48bb-8699-75f1107e1d0a .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#515a62;fill:#515a62;font-size:14px; } .ablocks-block-688fef3e-daa1-48bb-8699-75f1107e1d0a .ablocks-list__item-content .ablocks-list__item-text { color:#515A62; } 
.ablocks-block-54a1500a-7920-4ff4-8f94-3765c7e11294 { padding:20px;background:#FFF;border-width:1px;border-style:solid;border-color:#C3C6C9;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-54a1500a-7920-4ff4-8f94-3765c7e11294.ablocks-block--container { padding:20px;max-width:min(100%,23%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-54a1500a-7920-4ff4-8f94-3765c7e11294.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-54a1500a-7920-4ff4-8f94-3765c7e11294.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-54a1500a-7920-4ff4-8f94-3765c7e11294 { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } .ablocks-block-54a1500a-7920-4ff4-8f94-3765c7e11294.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } 
.ablocks-block-95c457f4-0776-46e3-aecf-90cdce6d6b28 { padding:22px;background:#E5F4FF;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-95c457f4-0776-46e3-aecf-90cdce6d6b28.ablocks-block--container { padding:22px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-95c457f4-0776-46e3-aecf-90cdce6d6b28 { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } .ablocks-block-95c457f4-0776-46e3-aecf-90cdce6d6b28.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } 
.ablocks-block-7c15a8aa-ab3f-4922-9734-daab1e9ef854 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7c15a8aa-ab3f-4922-9734-daab1e9ef854 { text-align:left; } .ablocks-block-7c15a8aa-ab3f-4922-9734-daab1e9ef854 .ablocks-heading-text { color:#0C3140;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-7c15a8aa-ab3f-4922-9734-daab1e9ef854 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-ef84a525-c996-41ff-9f2f-9ec02e8e6bd5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ef84a525-c996-41ff-9f2f-9ec02e8e6bd5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ef84a525-c996-41ff-9f2f-9ec02e8e6bd5 { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ef84a525-c996-41ff-9f2f-9ec02e8e6bd5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ef84a525-c996-41ff-9f2f-9ec02e8e6bd5 { display:inline-flex; } 
.ablocks-block-8fd265fe-98ff-4a47-968b-ddf8b9dd4e7b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8fd265fe-98ff-4a47-968b-ddf8b9dd4e7b { text-align:left; } .ablocks-block-8fd265fe-98ff-4a47-968b-ddf8b9dd4e7b .ablocks-heading-text { color:#0C3140;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:40px;line-height:52px; } @media screen and (max-width: 800px) { .ablocks-block-8fd265fe-98ff-4a47-968b-ddf8b9dd4e7b .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-64dd2352-dc6c-43ab-a180-60279080e278 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-64dd2352-dc6c-43ab-a180-60279080e278.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-64dd2352-dc6c-43ab-a180-60279080e278 { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-64dd2352-dc6c-43ab-a180-60279080e278.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-442fc0b3-eaa4-435e-9a70-0bc6d1c4c7b9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-442fc0b3-eaa4-435e-9a70-0bc6d1c4c7b9.ablocks-hide-on-desktop,.ablocks-block-442fc0b3-eaa4-435e-9a70-0bc6d1c4c7b9.ablocks-hide-on-tablet,.ablocks-block-442fc0b3-eaa4-435e-9a70-0bc6d1c4c7b9.ablocks-hide-on-mobile { display:none; } .ablocks-block-442fc0b3-eaa4-435e-9a70-0bc6d1c4c7b9 { text-align:left; } .ablocks-block-442fc0b3-eaa4-435e-9a70-0bc6d1c4c7b9 .ablocks-paragraph-text { color:#D94400;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%; } .ablocks-block-442fc0b3-eaa4-435e-9a70-0bc6d1c4c7b9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-dc6744da-388c-4f45-8d4a-6347fbfe490c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dc6744da-388c-4f45-8d4a-6347fbfe490c { text-align:left; } .ablocks-block-dc6744da-388c-4f45-8d4a-6347fbfe490c .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%; } .ablocks-block-dc6744da-388c-4f45-8d4a-6347fbfe490c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-094cc999-cb08-4e9e-993e-f39516aada0b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-094cc999-cb08-4e9e-993e-f39516aada0b.ablocks-hide-on-desktop,.ablocks-block-094cc999-cb08-4e9e-993e-f39516aada0b.ablocks-hide-on-tablet,.ablocks-block-094cc999-cb08-4e9e-993e-f39516aada0b.ablocks-hide-on-mobile { display:none; } .ablocks-block-094cc999-cb08-4e9e-993e-f39516aada0b { text-align:left; } .ablocks-block-094cc999-cb08-4e9e-993e-f39516aada0b .ablocks-paragraph-text { color:#282828;font-family:Inter,sans-serif;font-weight:400;text-decoration:line-through;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-094cc999-cb08-4e9e-993e-f39516aada0b .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-094cc999-cb08-4e9e-993e-f39516aada0b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-fdb96a4f-9da9-4816-948f-0486b5b2bf5f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fdb96a4f-9da9-4816-948f-0486b5b2bf5f .ablocks-button { column-gap:10px;background:#008DFF;justify-content:center;width:100%;color:#FFF;border-radius:4px;font-family:Poppins;font-weight:500;font-style:normal;font-size:14px;line-height:140%; } .ablocks-block-fdb96a4f-9da9-4816-948f-0486b5b2bf5f .ablocks-button:hover { transition-duration:0.5s;background:#067bda; } .ablocks-block-fdb96a4f-9da9-4816-948f-0486b5b2bf5f .ablocks-icon-wrap { font-size:16px; } .ablocks-block-fdb96a4f-9da9-4816-948f-0486b5b2bf5f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-fdb96a4f-9da9-4816-948f-0486b5b2bf5f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-23e8db9f-e26b-4dc4-aacb-4a32e72a4b57 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-23e8db9f-e26b-4dc4-aacb-4a32e72a4b57 { font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:160%; } .ablocks-block-23e8db9f-e26b-4dc4-aacb-4a32e72a4b57 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-23e8db9f-e26b-4dc4-aacb-4a32e72a4b57 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-23e8db9f-e26b-4dc4-aacb-4a32e72a4b57 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#515a62;fill:#515a62;font-size:14px; } .ablocks-block-23e8db9f-e26b-4dc4-aacb-4a32e72a4b57 .ablocks-list__item-content .ablocks-list__item-text { color:#515A62; } 
.ablocks-block-46bc393a-8188-4701-9430-3e4cc9c40034 { padding:20px;background:#FFF;border-width:1px;border-style:solid;border-color:#DEDEDE;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-46bc393a-8188-4701-9430-3e4cc9c40034 { padding:16px; } } .ablocks-block-46bc393a-8188-4701-9430-3e4cc9c40034.ablocks-block--container { padding:20px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-46bc393a-8188-4701-9430-3e4cc9c40034.ablocks-block--container { padding:16px; } } .ablocks-block-46bc393a-8188-4701-9430-3e4cc9c40034 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-46bc393a-8188-4701-9430-3e4cc9c40034.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 { padding:10px;background:#F5F3FF;border-style:none;border-radius:6px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2:not(.ablocks-has-block-container), .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2.ablocks-block--info-box > .ablocks-block-container { gap:10px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .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-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:36px; } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .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:18px;line-height:24px;color:#909095; } @media screen and (max-width: 800px) { .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:16px; } } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .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-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .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-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .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-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2.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-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2.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-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .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-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-9e9b6b07-38f8-48b8-bc13-1c691d0c6cc2 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-41aa92bf-53ed-4276-b982-39219114d785 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-41aa92bf-53ed-4276-b982-39219114d785.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-41aa92bf-53ed-4276-b982-39219114d785 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-41aa92bf-53ed-4276-b982-39219114d785 { flex-direction:column;row-gap:16px; } } .ablocks-block-41aa92bf-53ed-4276-b982-39219114d785.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-41aa92bf-53ed-4276-b982-39219114d785.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:16px; } } .ablocks-block-41aa92bf-53ed-4276-b982-39219114d785 { display:inline-flex; } 
.ablocks-block-b35b2783-dd97-432f-995a-887362c8273e { padding:20px;background:#FFF;border-width:1px;border-style:solid;border-color:#DEDEDE;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-b35b2783-dd97-432f-995a-887362c8273e { padding:16px; } } .ablocks-block-b35b2783-dd97-432f-995a-887362c8273e.ablocks-block--container { padding:20px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-b35b2783-dd97-432f-995a-887362c8273e.ablocks-block--container { padding:16px; } } .ablocks-block-b35b2783-dd97-432f-995a-887362c8273e { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-b35b2783-dd97-432f-995a-887362c8273e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-e616022c-99ad-4243-b9d3-87eca3a5d1aa { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e616022c-99ad-4243-b9d3-87eca3a5d1aa { text-align:left; } .ablocks-block-e616022c-99ad-4243-b9d3-87eca3a5d1aa .ablocks-paragraph-text { color:#0F0E16;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-e616022c-99ad-4243-b9d3-87eca3a5d1aa .ablocks-paragraph-text { font-family:Inter;font-size:15px; } } .ablocks-block-e616022c-99ad-4243-b9d3-87eca3a5d1aa .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6b352c3e-467c-4f2b-abca-9148bfc51360 { padding:10px;background:#F5F3FF;border-radius:6px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6b352c3e-467c-4f2b-abca-9148bfc51360.ablocks-block--container { padding:10px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6b352c3e-467c-4f2b-abca-9148bfc51360 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-6b352c3e-467c-4f2b-abca-9148bfc51360 { flex-direction:column;row-gap:20px; } } .ablocks-block-6b352c3e-467c-4f2b-abca-9148bfc51360.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-6b352c3e-467c-4f2b-abca-9148bfc51360.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-6b352c3e-467c-4f2b-abca-9148bfc51360 { display:inline-flex; } 
.ablocks-block-9c0e1a54-a728-460d-ae20-c9fbf414cb0b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c0e1a54-a728-460d-ae20-c9fbf414cb0b.ablocks-block--container { padding:0px;max-width:min(100%,30%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9c0e1a54-a728-460d-ae20-c9fbf414cb0b.ablocks-block--container { max-width:min(100%,60%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-9c0e1a54-a728-460d-ae20-c9fbf414cb0b.ablocks-block--container { max-width:min(100%,50%) !important; } } .ablocks-block-9c0e1a54-a728-460d-ae20-c9fbf414cb0b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9c0e1a54-a728-460d-ae20-c9fbf414cb0b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-36ffdc7f-a0cd-45c0-93f1-ee10e542ee0f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-36ffdc7f-a0cd-45c0-93f1-ee10e542ee0f { display:flex;justify-content:center; } .ablocks-block-36ffdc7f-a0cd-45c0-93f1-ee10e542ee0f .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-36ffdc7f-a0cd-45c0-93f1-ee10e542ee0f .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-36ffdc7f-a0cd-45c0-93f1-ee10e542ee0f .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d33c936a-f19d-4caf-9223-4f2615e788ee { padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:20px;background:#FFF;border-radius:6px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d33c936a-f19d-4caf-9223-4f2615e788ee.ablocks-block--container { padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d33c936a-f19d-4caf-9223-4f2615e788ee { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } .ablocks-block-d33c936a-f19d-4caf-9223-4f2615e788ee.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } 
.ablocks-block-08758aea-b401-4d8f-8b56-75638b7f5965 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-08758aea-b401-4d8f-8b56-75638b7f5965 { text-align:right; } .ablocks-block-08758aea-b401-4d8f-8b56-75638b7f5965 .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#7B68EE;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-08758aea-b401-4d8f-8b56-75638b7f5965 .ablocks-button { font-family:Inter; } } .ablocks-block-08758aea-b401-4d8f-8b56-75638b7f5965 .ablocks-button:hover { transition-duration:s; } .ablocks-block-08758aea-b401-4d8f-8b56-75638b7f5965 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-08758aea-b401-4d8f-8b56-75638b7f5965 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(314deg);width:16px; } .ablocks-block-08758aea-b401-4d8f-8b56-75638b7f5965 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#7b68ee;transform:rotate(314deg); } 
.ablocks-block-e51f1471-c564-4e62-bb20-59b0a988d102 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e51f1471-c564-4e62-bb20-59b0a988d102.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e51f1471-c564-4e62-bb20-59b0a988d102 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-e51f1471-c564-4e62-bb20-59b0a988d102 { flex-direction:column; } } .ablocks-block-e51f1471-c564-4e62-bb20-59b0a988d102.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-e51f1471-c564-4e62-bb20-59b0a988d102.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-e51f1471-c564-4e62-bb20-59b0a988d102 { display:inline-flex; } 
.ablocks-block-e5332704-9d7e-40cc-b07a-1a265ee8e1e8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e5332704-9d7e-40cc-b07a-1a265ee8e1e8 { text-align:left; } .ablocks-block-e5332704-9d7e-40cc-b07a-1a265ee8e1e8 .ablocks-heading-text { color:#0F0E16;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-e5332704-9d7e-40cc-b07a-1a265ee8e1e8 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-30b44647-d936-4759-b724-2ac5be0a6b8d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-30b44647-d936-4759-b724-2ac5be0a6b8d.ablocks-block--container { padding:0px;max-width:min(100%,40%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-30b44647-d936-4759-b724-2ac5be0a6b8d.ablocks-block--container { max-width:min(100%,53%) !important; } } .ablocks-block-30b44647-d936-4759-b724-2ac5be0a6b8d { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-30b44647-d936-4759-b724-2ac5be0a6b8d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-30b44647-d936-4759-b724-2ac5be0a6b8d { display:inline-flex; } 
.ablocks-block-9cdbb9d8-008b-402e-a636-6f2046bbc409 { padding-left:4px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9cdbb9d8-008b-402e-a636-6f2046bbc409 { text-align:left; } .ablocks-block-9cdbb9d8-008b-402e-a636-6f2046bbc409 .ablocks-heading-text { color:#FFA4BB;font-family:Inter,sans-serif;font-weight:500;text-transform:lowercase;font-style:normal;text-decoration:line-through;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-9cdbb9d8-008b-402e-a636-6f2046bbc409 .ablocks-heading-text { font-family:Inter; } } .ablocks-block-9cdbb9d8-008b-402e-a636-6f2046bbc409.ablocks-block--heading a { text-decoration:line-through; } 
.ablocks-block-150dcbfc-f1a0-42e8-a73b-7cd899d97e27 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-150dcbfc-f1a0-42e8-a73b-7cd899d97e27 { text-align:left; } .ablocks-block-150dcbfc-f1a0-42e8-a73b-7cd899d97e27 .ablocks-heading-text { color:#FFA4BB;font-family:Inter,sans-serif;font-weight:500;text-transform:lowercase;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-150dcbfc-f1a0-42e8-a73b-7cd899d97e27 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-1b6c6b38-e142-4b92-ac91-cdfb37825ad2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1b6c6b38-e142-4b92-ac91-cdfb37825ad2 { text-align:left; } .ablocks-block-1b6c6b38-e142-4b92-ac91-cdfb37825ad2 .ablocks-paragraph-text { color:#282828;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-1b6c6b38-e142-4b92-ac91-cdfb37825ad2 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-1b6c6b38-e142-4b92-ac91-cdfb37825ad2 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-56bbebb7-ff04-4add-ab2c-a300868c841b { padding:20px;background:#FFF;border-width:1px;border-style:solid;border-color:#DEDEDE;border-radius:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-56bbebb7-ff04-4add-ab2c-a300868c841b { padding:16px; } } .ablocks-block-56bbebb7-ff04-4add-ab2c-a300868c841b.ablocks-block--container { padding:20px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-56bbebb7-ff04-4add-ab2c-a300868c841b.ablocks-block--container { padding:16px; } } .ablocks-block-56bbebb7-ff04-4add-ab2c-a300868c841b { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-56bbebb7-ff04-4add-ab2c-a300868c841b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-c280141b-5d00-47f5-a0ae-a593e0369ddc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c280141b-5d00-47f5-a0ae-a593e0369ddc { text-align:left; } .ablocks-block-c280141b-5d00-47f5-a0ae-a593e0369ddc .ablocks-paragraph-text { color:#0F0E16;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-c280141b-5d00-47f5-a0ae-a593e0369ddc .ablocks-paragraph-text { font-family:Inter;font-size:15px; } } .ablocks-block-c280141b-5d00-47f5-a0ae-a593e0369ddc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c125b2ba-3936-4699-be4d-2067ed900880 { padding:10px;background:#F5F3FF;border-radius:6px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c125b2ba-3936-4699-be4d-2067ed900880.ablocks-block--container { padding:10px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c125b2ba-3936-4699-be4d-2067ed900880 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-c125b2ba-3936-4699-be4d-2067ed900880 { flex-direction:column;row-gap:20px; } } .ablocks-block-c125b2ba-3936-4699-be4d-2067ed900880.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-c125b2ba-3936-4699-be4d-2067ed900880.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:20px; } } .ablocks-block-c125b2ba-3936-4699-be4d-2067ed900880 { display:inline-flex; } 
.ablocks-block-baf291a0-c1f6-407e-9c6b-1e27f074d101 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-baf291a0-c1f6-407e-9c6b-1e27f074d101.ablocks-block--container { padding:0px;max-width:min(100%,30%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-baf291a0-c1f6-407e-9c6b-1e27f074d101.ablocks-block--container { max-width:min(100%,60%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-baf291a0-c1f6-407e-9c6b-1e27f074d101.ablocks-block--container { max-width:min(100%,50%) !important; } } .ablocks-block-baf291a0-c1f6-407e-9c6b-1e27f074d101 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-baf291a0-c1f6-407e-9c6b-1e27f074d101.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4648d71f-6c82-4347-90e6-69b61a5d7865 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4648d71f-6c82-4347-90e6-69b61a5d7865 { display:flex;justify-content:center; } .ablocks-block-4648d71f-6c82-4347-90e6-69b61a5d7865 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-4648d71f-6c82-4347-90e6-69b61a5d7865 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-4648d71f-6c82-4347-90e6-69b61a5d7865 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-915c0d0d-cb09-43c9-9095-7e4fa772ddae { padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:20px;background:#FFF;border-radius:6px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-915c0d0d-cb09-43c9-9095-7e4fa772ddae.ablocks-block--container { padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-915c0d0d-cb09-43c9-9095-7e4fa772ddae { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } .ablocks-block-915c0d0d-cb09-43c9-9095-7e4fa772ddae.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } 
.ablocks-block-8bf24da3-040d-4f00-b8fd-ce22796515de { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8bf24da3-040d-4f00-b8fd-ce22796515de { text-align:right; } .ablocks-block-8bf24da3-040d-4f00-b8fd-ce22796515de .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#7B68EE;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-8bf24da3-040d-4f00-b8fd-ce22796515de .ablocks-button { font-family:Inter; } } .ablocks-block-8bf24da3-040d-4f00-b8fd-ce22796515de .ablocks-button:hover { transition-duration:s; } .ablocks-block-8bf24da3-040d-4f00-b8fd-ce22796515de .ablocks-icon-wrap { font-size:16px; } .ablocks-block-8bf24da3-040d-4f00-b8fd-ce22796515de .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(314deg);width:16px; } .ablocks-block-8bf24da3-040d-4f00-b8fd-ce22796515de .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#7b68ee;transform:rotate(314deg); } 
.ablocks-block-34ff13b2-2df6-4e3c-829b-c87204393a66 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-34ff13b2-2df6-4e3c-829b-c87204393a66.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-34ff13b2-2df6-4e3c-829b-c87204393a66 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-34ff13b2-2df6-4e3c-829b-c87204393a66 { flex-direction:column; } } .ablocks-block-34ff13b2-2df6-4e3c-829b-c87204393a66.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-34ff13b2-2df6-4e3c-829b-c87204393a66.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-34ff13b2-2df6-4e3c-829b-c87204393a66 { display:inline-flex; } 
.ablocks-block-f269c8ab-553d-4bfe-9d95-85d7da744a17 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f269c8ab-553d-4bfe-9d95-85d7da744a17 { text-align:left; } .ablocks-block-f269c8ab-553d-4bfe-9d95-85d7da744a17 .ablocks-heading-text { color:#0F0E16;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-f269c8ab-553d-4bfe-9d95-85d7da744a17 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-da3ea73c-20a3-49d0-8634-4659af3ee79f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-da3ea73c-20a3-49d0-8634-4659af3ee79f.ablocks-block--container { padding:0px;max-width:min(100%,30%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-da3ea73c-20a3-49d0-8634-4659af3ee79f.ablocks-block--container { max-width:min(100%,53%) !important; } } .ablocks-block-da3ea73c-20a3-49d0-8634-4659af3ee79f { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-da3ea73c-20a3-49d0-8634-4659af3ee79f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-da3ea73c-20a3-49d0-8634-4659af3ee79f { display:inline-flex; } 
.ablocks-block-6483b5c2-b775-4e71-8084-13abe0db1731 { padding-left:4px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6483b5c2-b775-4e71-8084-13abe0db1731 { text-align:left; } .ablocks-block-6483b5c2-b775-4e71-8084-13abe0db1731 .ablocks-heading-text { color:#FFA4BB;font-family:Inter,sans-serif;font-weight:500;text-transform:lowercase;font-style:normal;text-decoration:line-through;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-6483b5c2-b775-4e71-8084-13abe0db1731 .ablocks-heading-text { font-family:Inter; } } .ablocks-block-6483b5c2-b775-4e71-8084-13abe0db1731.ablocks-block--heading a { text-decoration:line-through; } 
.ablocks-block-8deef0d3-f80e-4844-9e8d-faeb45f64deb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8deef0d3-f80e-4844-9e8d-faeb45f64deb { text-align:left; } .ablocks-block-8deef0d3-f80e-4844-9e8d-faeb45f64deb .ablocks-heading-text { color:#FFA4BB;font-family:Inter,sans-serif;font-weight:500;text-transform:lowercase;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-8deef0d3-f80e-4844-9e8d-faeb45f64deb .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-55587e13-8013-41ed-88f4-b2dcc02d671c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-55587e13-8013-41ed-88f4-b2dcc02d671c { text-align:left; } .ablocks-block-55587e13-8013-41ed-88f4-b2dcc02d671c .ablocks-paragraph-text { color:#282828;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-55587e13-8013-41ed-88f4-b2dcc02d671c .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-55587e13-8013-41ed-88f4-b2dcc02d671c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b7a3ce14-2912-4b2c-90c0-4b71fb9931b2 { margin-top:0px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b7a3ce14-2912-4b2c-90c0-4b71fb9931b2.ablocks-block--container { overflow:visible; } .ablocks-block-b7a3ce14-2912-4b2c-90c0-4b71fb9931b2 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-b7a3ce14-2912-4b2c-90c0-4b71fb9931b2 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-b7a3ce14-2912-4b2c-90c0-4b71fb9931b2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-c32ac5e9-c28c-43d7-a99e-ff7a8d42ad43 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c32ac5e9-c28c-43d7-a99e-ff7a8d42ad43.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c32ac5e9-c28c-43d7-a99e-ff7a8d42ad43 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c32ac5e9-c28c-43d7-a99e-ff7a8d42ad43.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-a21c13da-3918-4f0c-8a8f-558006659d04 { margin-top:-36px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a21c13da-3918-4f0c-8a8f-558006659d04 { margin-top:-75px; } } .ablocks-block-a21c13da-3918-4f0c-8a8f-558006659d04 { text-align:center; } .ablocks-block-a21c13da-3918-4f0c-8a8f-558006659d04 .ablocks-button { column-gap:10px;background:#F7F6FE;justify-content:left;color:#7B68EE; } .ablocks-block-a21c13da-3918-4f0c-8a8f-558006659d04 .ablocks-button:hover { transition-duration:s; } .ablocks-block-a21c13da-3918-4f0c-8a8f-558006659d04 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-a21c13da-3918-4f0c-8a8f-558006659d04 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-a21c13da-3918-4f0c-8a8f-558006659d04 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#7B68EE; } 
.ablocks-block-bbe2c558-ca7f-4cb5-a453-1a4de13c76c7 { margin:0px;padding-top:100px;padding-bottom:100px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-bbe2c558-ca7f-4cb5-a453-1a4de13c76c7 { padding-top:60px;padding-bottom:60px; } } .ablocks-block-bbe2c558-ca7f-4cb5-a453-1a4de13c76c7.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-bbe2c558-ca7f-4cb5-a453-1a4de13c76c7.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } .ablocks-block-bbe2c558-ca7f-4cb5-a453-1a4de13c76c7 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-bbe2c558-ca7f-4cb5-a453-1a4de13c76c7 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-bbe2c558-ca7f-4cb5-a453-1a4de13c76c7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-e3e231b8-7b7f-416b-afd7-e704d9d335ff { padding-top:100px;padding-right:0px;padding-bottom:100px;padding-left:0px;background:#F7F7F8;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-e3e231b8-7b7f-416b-afd7-e704d9d335ff { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-e3e231b8-7b7f-416b-afd7-e704d9d335ff { padding-top:60px;padding-bottom:60px; } } .ablocks-block-e3e231b8-7b7f-416b-afd7-e704d9d335ff.ablocks-block--container { padding-top:100px;padding-right:0px;padding-bottom:100px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e3e231b8-7b7f-416b-afd7-e704d9d335ff.ablocks-block--container { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-e3e231b8-7b7f-416b-afd7-e704d9d335ff.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } .ablocks-block-e3e231b8-7b7f-416b-afd7-e704d9d335ff { display:flex;flex-direction:row;justify-content:center;justify-items:center;min-height:0px;row-gap:0px;column-gap:80px; } @media screen and (max-width: 800px) { .ablocks-block-e3e231b8-7b7f-416b-afd7-e704d9d335ff { align-items:center;column-gap:28px; } } @media screen and (max-width: 480px) { .ablocks-block-e3e231b8-7b7f-416b-afd7-e704d9d335ff { flex-direction:column;row-gap:32px; } } .ablocks-block-e3e231b8-7b7f-416b-afd7-e704d9d335ff.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;min-height:0px;row-gap:0px;column-gap:80px; } @media screen and (max-width: 800px) { .ablocks-block-e3e231b8-7b7f-416b-afd7-e704d9d335ff.ablocks-has-block-container > .ablocks-block-container { align-items:center;column-gap:28px; } } @media screen and (max-width: 480px) { .ablocks-block-e3e231b8-7b7f-416b-afd7-e704d9d335ff.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:32px; } } .ablocks-block-e3e231b8-7b7f-416b-afd7-e704d9d335ff { display:inline-flex; } 
.ablocks-block-7dd88f0d-fcaf-4d8f-9041-d5d5f42587ec { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7dd88f0d-fcaf-4d8f-9041-d5d5f42587ec.ablocks-block--container { padding:0px;max-width:min(100%,37%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-7dd88f0d-fcaf-4d8f-9041-d5d5f42587ec.ablocks-block--container { max-width:min(100%,86%) !important; } } .ablocks-block-7dd88f0d-fcaf-4d8f-9041-d5d5f42587ec { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-7dd88f0d-fcaf-4d8f-9041-d5d5f42587ec.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-185f81f4-8b55-40ec-8676-c00aa814b284 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-185f81f4-8b55-40ec-8676-c00aa814b284 { text-align:left; } .ablocks-block-185f81f4-8b55-40ec-8676-c00aa814b284 .ablocks-heading-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-185f81f4-8b55-40ec-8676-c00aa814b284 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-893154e0-b2cf-4a46-b65f-d786ca47dbf1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-893154e0-b2cf-4a46-b65f-d786ca47dbf1 { display:flex;justify-content:left; } .ablocks-block-893154e0-b2cf-4a46-b65f-d786ca47dbf1 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-893154e0-b2cf-4a46-b65f-d786ca47dbf1 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-893154e0-b2cf-4a46-b65f-d786ca47dbf1 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-52464972-9ab6-450e-ae4a-43f1472ecb1f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-52464972-9ab6-450e-ae4a-43f1472ecb1f.ablocks-block--container { padding:0px;max-width:min(100%,1px) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-52464972-9ab6-450e-ae4a-43f1472ecb1f.ablocks-block--container { max-width:min(100%,83%) !important; } } .ablocks-block-52464972-9ab6-450e-ae4a-43f1472ecb1f { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-52464972-9ab6-450e-ae4a-43f1472ecb1f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-6fd4c53e-bf6a-4c11-b801-e024bc77bb57 { background:#c3c6c9;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6fd4c53e-bf6a-4c11-b801-e024bc77bb57 .ablocks-spacer__box { height:50px!important; } } @media screen and (max-width: 480px) { .ablocks-block-6fd4c53e-bf6a-4c11-b801-e024bc77bb57 .ablocks-spacer__box { height:1px!important; } } 
.ablocks-block-25795223-a1b0-4915-8265-2e34f6b484c5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-25795223-a1b0-4915-8265-2e34f6b484c5.ablocks-block--container { padding:0px;max-width:min(100%,35%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-25795223-a1b0-4915-8265-2e34f6b484c5.ablocks-block--container { max-width:min(100%,49%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-25795223-a1b0-4915-8265-2e34f6b484c5.ablocks-block--container { max-width:min(100%,89%) !important; } } .ablocks-block-25795223-a1b0-4915-8265-2e34f6b484c5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-25795223-a1b0-4915-8265-2e34f6b484c5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec { padding:0px;border-style:none;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec:not(.ablocks-has-block-container), .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec.ablocks-block--info-box > .ablocks-block-container { gap:24px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec .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-907ad986-1e16-4729-a9ab-644fc22a69ec .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:132px; } @media screen and (max-width: 800px) { .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec > a .ablocks-icon-wrap > img.ablocks-image-icon { width:96px; } } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:500;font-size:18px;line-height:24px;color:#101828; } @media screen and (max-width: 800px) { .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec .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-907ad986-1e16-4729-a9ab-644fc22a69ec .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Inter; } } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:#515A62;transition-duration:s; } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec .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-907ad986-1e16-4729-a9ab-644fc22a69ec .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-907ad986-1e16-4729-a9ab-644fc22a69ec.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-907ad986-1e16-4729-a9ab-644fc22a69ec.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-907ad986-1e16-4729-a9ab-644fc22a69ec .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec .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-907ad986-1e16-4729-a9ab-644fc22a69ec .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-907ad986-1e16-4729-a9ab-644fc22a69ec .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-d3a0a67c-011b-47c8-a234-c51e0dea6fd3 { margin:0px;padding-top:80px;padding-bottom:80px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-d3a0a67c-011b-47c8-a234-c51e0dea6fd3 { padding-top:60px;padding-bottom:60px; } } .ablocks-block-d3a0a67c-011b-47c8-a234-c51e0dea6fd3.ablocks-block--container { padding-top:80px;padding-bottom:80px;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-d3a0a67c-011b-47c8-a234-c51e0dea6fd3.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } .ablocks-block-d3a0a67c-011b-47c8-a234-c51e0dea6fd3 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-d3a0a67c-011b-47c8-a234-c51e0dea6fd3 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:12px;column-gap:20px; } .ablocks-block-d3a0a67c-011b-47c8-a234-c51e0dea6fd3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:12px;column-gap:20px; } 
.ablocks-block-69d840a9-9197-4e9e-9f01-a9832f53d3b3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-69d840a9-9197-4e9e-9f01-a9832f53d3b3 { text-align:left; } .ablocks-block-69d840a9-9197-4e9e-9f01-a9832f53d3b3 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-size:32px;line-height:120%; } 
.ablocks-block-0f14e68c-fe37-4abf-a599-8a320d4d683b { width:58%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-0f14e68c-fe37-4abf-a599-8a320d4d683b { width:100%; } } .ablocks-block-0f14e68c-fe37-4abf-a599-8a320d4d683b { text-align:left; } .ablocks-block-0f14e68c-fe37-4abf-a599-8a320d4d683b .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:400;font-size:14px;line-height:140%; } .ablocks-block-0f14e68c-fe37-4abf-a599-8a320d4d683b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9cd53354-cb88-405a-874a-db4e0b18bc06 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9cd53354-cb88-405a-874a-db4e0b18bc06.ablocks-block--table table { border-collapse:collapse; } .ablocks-block-9cd53354-cb88-405a-874a-db4e0b18bc06.ablocks-block--table table, .ablocks-block-9cd53354-cb88-405a-874a-db4e0b18bc06.ablocks-block--table-header .ablocks-block--table-cell , .ablocks-block-9cd53354-cb88-405a-874a-db4e0b18bc06.ablocks-block--table .ablocks-block--table-cell { border-width:1px;border-style:solid;border-color:#c3c6c9; } .ablocks-block-9cd53354-cb88-405a-874a-db4e0b18bc06 .ablocks-block--table-body .ablocks-table-row--odd { background:#F7F7F8; } .ablocks-block-9cd53354-cb88-405a-874a-db4e0b18bc06.ablocks-block--table .ablocks-block--table-header { background:!important; } .ablocks-block-9cd53354-cb88-405a-874a-db4e0b18bc06.ablocks-block--table .ablocks-block--table-header:hover { background:!important; } .ablocks-block-9cd53354-cb88-405a-874a-db4e0b18bc06 .ablocks-block--table-body { background:!important; } .ablocks-block-9cd53354-cb88-405a-874a-db4e0b18bc06 .ablocks-block--table-body:hover { background:!important; } .ablocks-block-9cd53354-cb88-405a-874a-db4e0b18bc06.ablocks-block--table .ablocks-block--table-footer { background:!important; } .ablocks-block-9cd53354-cb88-405a-874a-db4e0b18bc06.ablocks-block--table .ablocks-block--table-footer:hover { background:!important; } 

.ablocks-block-bbb843c5-2ba7-4c96-aa85-5914f9700319 { background:!important; } .ablocks-block-bbb843c5-2ba7-4c96-aa85-5914f9700319:hover { background:!important; } 
.ablocks-block-3ec38dd7-04c9-4e23-9d99-92c5b0fcac12 { justify-content:left;background:#008DFF; } 
.ablocks-block-0424d6c5-aff2-4a64-8c1b-45a6905fdb7b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0424d6c5-aff2-4a64-8c1b-45a6905fdb7b { text-align:center; } .ablocks-block-0424d6c5-aff2-4a64-8c1b-45a6905fdb7b .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:500;font-size:18px;line-height:140%; } .ablocks-block-0424d6c5-aff2-4a64-8c1b-45a6905fdb7b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3ae6a730-1bf1-4b64-a7fc-65d6012c7d09 { justify-content:left;background:#0078D9; } 
.ablocks-block-483533e5-bf1b-4c36-bf1a-975b7054c4f1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-483533e5-bf1b-4c36-bf1a-975b7054c4f1 { text-align:center; } .ablocks-block-483533e5-bf1b-4c36-bf1a-975b7054c4f1 .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:500;font-size:18px;line-height:140%; } .ablocks-block-483533e5-bf1b-4c36-bf1a-975b7054c4f1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-29c64940-d2be-4b62-87a0-9abbd61b021c { justify-content:left;background:#008DFF; } 
.ablocks-block-87799cfe-5665-4bff-97c2-3fa77aa7c6f9 { padding-top:18px;padding-bottom:18px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-87799cfe-5665-4bff-97c2-3fa77aa7c6f9 { text-align:center; } .ablocks-block-87799cfe-5665-4bff-97c2-3fa77aa7c6f9 .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:500;font-size:18px;line-height:140%; } .ablocks-block-87799cfe-5665-4bff-97c2-3fa77aa7c6f9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c02318ce-aa0e-465b-8c3f-76ab424e5dfc { justify-content:left;background:#008DFF; } 
.ablocks-block-12cf8233-6446-48ef-818b-1f7d912a422f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-12cf8233-6446-48ef-818b-1f7d912a422f { text-align:center; } .ablocks-block-12cf8233-6446-48ef-818b-1f7d912a422f .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:500;font-size:18px;line-height:140%; } .ablocks-block-12cf8233-6446-48ef-818b-1f7d912a422f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-00fc72f3-ce63-4ca8-aa9a-aaea03c70f91 { justify-content:left;background:#008DFF; } 
.ablocks-block-167aee7b-820e-44c4-8642-1826e7153eb8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-167aee7b-820e-44c4-8642-1826e7153eb8 { text-align:center; } .ablocks-block-167aee7b-820e-44c4-8642-1826e7153eb8 .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:500;font-size:18px;line-height:140%; } .ablocks-block-167aee7b-820e-44c4-8642-1826e7153eb8 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1d28a5b1-29d2-4fc5-8566-4ceb2f32ddb0 { justify-content:left;background:#008DFF; } 
.ablocks-block-c6930fab-ca2e-471e-a075-24879530e55b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c6930fab-ca2e-471e-a075-24879530e55b { text-align:center; } .ablocks-block-c6930fab-ca2e-471e-a075-24879530e55b .ablocks-paragraph-text { color:#ffffff;font-family:Poppins;font-weight:500;font-size:18px;line-height:140%; } .ablocks-block-c6930fab-ca2e-471e-a075-24879530e55b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 

.ablocks-block-54cc795b-ff22-4119-adf0-b7afea8b201d { background:!important; } .ablocks-block-54cc795b-ff22-4119-adf0-b7afea8b201d:hover { background:!important; } 
.ablocks-block-3bdb2e26-c073-477a-8eab-23c6d581c58c { justify-content:left; } 
.ablocks-block-aeb4fd7c-0cd6-494a-9823-2bff821bc99d { padding-top:12px;padding-right:65px;padding-bottom:12px;padding-left:65px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-aeb4fd7c-0cd6-494a-9823-2bff821bc99d { text-align:center; } .ablocks-block-aeb4fd7c-0cd6-494a-9823-2bff821bc99d .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-aeb4fd7c-0cd6-494a-9823-2bff821bc99d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-650b89fe-9bd3-43ca-bf70-2c0adc3744a2 { justify-content:left;background:#FBEBFF; } 
.ablocks-block-4ad0c3c5-327e-4fdc-94ff-41d8f6e0cbc8 { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4ad0c3c5-327e-4fdc-94ff-41d8f6e0cbc8 { text-align:center; } .ablocks-block-4ad0c3c5-327e-4fdc-94ff-41d8f6e0cbc8 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-4ad0c3c5-327e-4fdc-94ff-41d8f6e0cbc8 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bf4ea104-2181-42a2-b8b6-4cdf1e75b50a { justify-content:left; } 
.ablocks-block-4d8d3e03-da6c-4e86-a93d-82b35e20f7fc { padding-top:12px;padding-right:65px;padding-bottom:12px;padding-left:65px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4d8d3e03-da6c-4e86-a93d-82b35e20f7fc { text-align:center; } .ablocks-block-4d8d3e03-da6c-4e86-a93d-82b35e20f7fc .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-4d8d3e03-da6c-4e86-a93d-82b35e20f7fc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-00c1d555-b6c5-4d24-b569-b26f851406b0 { justify-content:left; } 
.ablocks-block-105211eb-8401-4d2a-b0c3-a3cfe039f835 { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-105211eb-8401-4d2a-b0c3-a3cfe039f835 { text-align:center; } .ablocks-block-105211eb-8401-4d2a-b0c3-a3cfe039f835 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-105211eb-8401-4d2a-b0c3-a3cfe039f835 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e5435101-5610-4802-b840-5aa8fc3980e9 { justify-content:left; } 
.ablocks-block-eacbbbac-fe4a-45ef-a257-3e0305cefdba { padding-top:12px;padding-right:65px;padding-bottom:12px;padding-left:65px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eacbbbac-fe4a-45ef-a257-3e0305cefdba { text-align:center; } .ablocks-block-eacbbbac-fe4a-45ef-a257-3e0305cefdba .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-eacbbbac-fe4a-45ef-a257-3e0305cefdba .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-62cf8fa7-1265-4496-b350-62e27847d6b6 { justify-content:left; } 
.ablocks-block-471d82af-eb2f-475f-a311-bc532376d925 { padding-top:12px;padding-right:65px;padding-bottom:12px;padding-left:65px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-471d82af-eb2f-475f-a311-bc532376d925 { text-align:center; } .ablocks-block-471d82af-eb2f-475f-a311-bc532376d925 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-471d82af-eb2f-475f-a311-bc532376d925 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-25c8ef27-eed6-420f-b8a8-301d51dad367 { background:!important; } .ablocks-block-25c8ef27-eed6-420f-b8a8-301d51dad367:hover { background:!important; } 
.ablocks-block-23319945-b7f1-4110-b6ce-70848580d393 { justify-content:left; } 
.ablocks-block-98ffa63e-508f-4adb-8c47-fd31a61533e3 { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-98ffa63e-508f-4adb-8c47-fd31a61533e3 { text-align:center; } .ablocks-block-98ffa63e-508f-4adb-8c47-fd31a61533e3 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-98ffa63e-508f-4adb-8c47-fd31a61533e3 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-880b2316-92cf-41a9-9be1-861a1360b529 { justify-content:left;background:#FBEBFF; } 
.ablocks-block-e6db70e6-895e-4a3b-ac79-0fb1775258f0 { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e6db70e6-895e-4a3b-ac79-0fb1775258f0 { text-align:center; } .ablocks-block-e6db70e6-895e-4a3b-ac79-0fb1775258f0 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-e6db70e6-895e-4a3b-ac79-0fb1775258f0 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-dbaf9faf-cf09-4370-8b0c-bffe035ce9fd { justify-content:left; } 
.ablocks-block-299479b0-cdb0-4d55-aa96-08c1c9d8a94e { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-299479b0-cdb0-4d55-aa96-08c1c9d8a94e { text-align:center; } .ablocks-block-299479b0-cdb0-4d55-aa96-08c1c9d8a94e .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-299479b0-cdb0-4d55-aa96-08c1c9d8a94e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1c3a52c5-864c-492e-9446-b74edd166e5e { justify-content:left; } 
.ablocks-block-7fbea6cb-0d7d-4884-b7b1-5ba488823655 { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7fbea6cb-0d7d-4884-b7b1-5ba488823655 { text-align:center; } .ablocks-block-7fbea6cb-0d7d-4884-b7b1-5ba488823655 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-7fbea6cb-0d7d-4884-b7b1-5ba488823655 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ba98b0d8-3142-4bd2-a78d-b923768347aa { justify-content:left; } 
.ablocks-block-62aca846-61e1-4f08-bfa1-c8cf1f019700 { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-62aca846-61e1-4f08-bfa1-c8cf1f019700 { text-align:center; } .ablocks-block-62aca846-61e1-4f08-bfa1-c8cf1f019700 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-62aca846-61e1-4f08-bfa1-c8cf1f019700 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a8f747c2-fdf2-4f31-86d0-d8182d544024 { justify-content:left; } 
.ablocks-block-9d03a1cd-2bb1-43bb-873e-4f71ae4c28da { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9d03a1cd-2bb1-43bb-873e-4f71ae4c28da { text-align:center; } .ablocks-block-9d03a1cd-2bb1-43bb-873e-4f71ae4c28da .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-9d03a1cd-2bb1-43bb-873e-4f71ae4c28da .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e14b1635-daae-4140-b98f-0cbc662d48c6 { background:!important; } .ablocks-block-e14b1635-daae-4140-b98f-0cbc662d48c6:hover { background:!important; } 
.ablocks-block-f7a5b3a2-e570-4d7a-a83e-2132462ce247 { justify-content:left; } 
.ablocks-block-7625aac6-f9f3-461d-90e2-1d50ffbb1289 { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7625aac6-f9f3-461d-90e2-1d50ffbb1289 { text-align:center; } .ablocks-block-7625aac6-f9f3-461d-90e2-1d50ffbb1289 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-7625aac6-f9f3-461d-90e2-1d50ffbb1289 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8db7f3e8-cc78-4742-867a-f1922e9fe5bb { justify-content:left;background:#FBEBFF; } 
.ablocks-block-fee21ddb-4904-4890-807d-e9dd5bba3d4e { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fee21ddb-4904-4890-807d-e9dd5bba3d4e { text-align:center; } .ablocks-block-fee21ddb-4904-4890-807d-e9dd5bba3d4e .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-fee21ddb-4904-4890-807d-e9dd5bba3d4e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7dcd3be3-d78c-4ae6-81c8-dbb9870d855c { justify-content:left; } 
.ablocks-block-549926d9-4010-4134-bdf8-5956da1e031e { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-549926d9-4010-4134-bdf8-5956da1e031e { text-align:center; } .ablocks-block-549926d9-4010-4134-bdf8-5956da1e031e .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-549926d9-4010-4134-bdf8-5956da1e031e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d1e95fd9-07e9-4015-a4b1-13a8d9a6d1a3 { justify-content:left; } 
.ablocks-block-63434ee6-a68b-4072-849f-89b7cf6f853d { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-63434ee6-a68b-4072-849f-89b7cf6f853d { text-align:center; } .ablocks-block-63434ee6-a68b-4072-849f-89b7cf6f853d .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-63434ee6-a68b-4072-849f-89b7cf6f853d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d8bb351f-910e-463c-9f89-68dba292febe { justify-content:left; } 
.ablocks-block-ade551dd-7edc-45a4-9cb8-11fe8e1377e0 { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ade551dd-7edc-45a4-9cb8-11fe8e1377e0 { text-align:center; } .ablocks-block-ade551dd-7edc-45a4-9cb8-11fe8e1377e0 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-ade551dd-7edc-45a4-9cb8-11fe8e1377e0 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1479dea9-2f57-4292-b887-9314525bab25 { justify-content:left; } 
.ablocks-block-6ba268d3-24b9-407e-b4eb-280bd4b7d9bf { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6ba268d3-24b9-407e-b4eb-280bd4b7d9bf { text-align:center; } .ablocks-block-6ba268d3-24b9-407e-b4eb-280bd4b7d9bf .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-6ba268d3-24b9-407e-b4eb-280bd4b7d9bf .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ab11df3f-3d95-4ad7-8b33-34b058d4df2d { background:!important; } .ablocks-block-ab11df3f-3d95-4ad7-8b33-34b058d4df2d:hover { background:!important; } 
.ablocks-block-450e73b7-4c2c-40a6-af77-1c09c0d0b423 { justify-content:left; } 
.ablocks-block-4d7dc2c5-4edb-4344-bb02-7437f22941f0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4d7dc2c5-4edb-4344-bb02-7437f22941f0 { text-align:center; } .ablocks-block-4d7dc2c5-4edb-4344-bb02-7437f22941f0 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-4d7dc2c5-4edb-4344-bb02-7437f22941f0 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-09a7c63a-580c-4409-9b10-3832e71878c8 { justify-content:left;background:#FBEBFF; } 
.ablocks-block-a06fa011-6451-4bf0-bdb8-9579585ec715 { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a06fa011-6451-4bf0-bdb8-9579585ec715 { text-align:center; } .ablocks-block-a06fa011-6451-4bf0-bdb8-9579585ec715 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-a06fa011-6451-4bf0-bdb8-9579585ec715 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-65b7f7d4-6576-4668-aaaf-c3c548107a8c { justify-content:left; } 
.ablocks-block-1c22ccc5-882a-47a9-ab67-faf2149c7a44 { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c22ccc5-882a-47a9-ab67-faf2149c7a44 { text-align:center; } .ablocks-block-1c22ccc5-882a-47a9-ab67-faf2149c7a44 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-1c22ccc5-882a-47a9-ab67-faf2149c7a44 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f20c1e91-ff69-48f3-84c1-06125509a295 { justify-content:left; } 
.ablocks-block-94048ebc-e6f6-4374-9a37-185604a8126a { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-94048ebc-e6f6-4374-9a37-185604a8126a { text-align:center; } .ablocks-block-94048ebc-e6f6-4374-9a37-185604a8126a .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-94048ebc-e6f6-4374-9a37-185604a8126a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-19847a2f-5576-467d-80f3-dcd767349079 { justify-content:left; } 
.ablocks-block-e46319d4-7229-435f-a527-dfb1b69c6ad5 { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e46319d4-7229-435f-a527-dfb1b69c6ad5 { text-align:center; } .ablocks-block-e46319d4-7229-435f-a527-dfb1b69c6ad5 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-e46319d4-7229-435f-a527-dfb1b69c6ad5 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-2c1f5f7d-9c88-4903-acb0-b75945d5ce72 { justify-content:left; } 
.ablocks-block-d54c066e-0b7e-486c-acd1-20ebfb243f15 { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d54c066e-0b7e-486c-acd1-20ebfb243f15 { text-align:center; } .ablocks-block-d54c066e-0b7e-486c-acd1-20ebfb243f15 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-d54c066e-0b7e-486c-acd1-20ebfb243f15 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-157ed767-6659-4e05-8174-399116c685e9 { background:!important; } .ablocks-block-157ed767-6659-4e05-8174-399116c685e9:hover { background:!important; } 
.ablocks-block-75449df6-45cf-4230-ae04-eb4cb6155a4f { justify-content:left; } 
.ablocks-block-6c6712e4-c70b-4b04-9d96-410109d72a86 { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6c6712e4-c70b-4b04-9d96-410109d72a86 { text-align:center; } .ablocks-block-6c6712e4-c70b-4b04-9d96-410109d72a86 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-6c6712e4-c70b-4b04-9d96-410109d72a86 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-83ff64ac-0244-409e-9347-f9cf8c0ff186 { justify-content:left;background:#FBEBFF; } 
.ablocks-block-075b9627-cda4-4ea6-9b74-9079559574e4 { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-075b9627-cda4-4ea6-9b74-9079559574e4 { text-align:center; } .ablocks-block-075b9627-cda4-4ea6-9b74-9079559574e4 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-075b9627-cda4-4ea6-9b74-9079559574e4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-574bd964-d242-4ebc-8e35-a40f0a54f1fe { justify-content:left; } 
.ablocks-block-cebad18e-309e-4371-8f90-e40eb3517f2b { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cebad18e-309e-4371-8f90-e40eb3517f2b { text-align:center; } .ablocks-block-cebad18e-309e-4371-8f90-e40eb3517f2b .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-cebad18e-309e-4371-8f90-e40eb3517f2b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6c6d887a-fa7a-420e-b9e9-0dd227bc95e6 { justify-content:left; } 
.ablocks-block-e941b635-01bf-4818-ad6d-4c1900c40a81 { padding-top:12px;padding-right:65px;padding-bottom:12px;padding-left:65px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e941b635-01bf-4818-ad6d-4c1900c40a81 { text-align:center; } .ablocks-block-e941b635-01bf-4818-ad6d-4c1900c40a81 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-e941b635-01bf-4818-ad6d-4c1900c40a81 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3f77be0a-1003-47e8-ba44-9a9334f8026d { justify-content:left; } 
.ablocks-block-4c51f2ab-d6e7-4629-adcc-1e4e7c7cca0e { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4c51f2ab-d6e7-4629-adcc-1e4e7c7cca0e { text-align:center; } .ablocks-block-4c51f2ab-d6e7-4629-adcc-1e4e7c7cca0e .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-4c51f2ab-d6e7-4629-adcc-1e4e7c7cca0e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3f39119c-5687-41bf-9757-a06ac35ee271 { justify-content:left; } 
.ablocks-block-1c7c7647-1f0c-49ed-acdd-0b59ba8d6481 { padding-top:12px;padding-bottom:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c7c7647-1f0c-49ed-acdd-0b59ba8d6481 { text-align:center; } .ablocks-block-1c7c7647-1f0c-49ed-acdd-0b59ba8d6481 .ablocks-paragraph-text { color:#515A62;font-family:Poppins;font-weight:500;font-size:14px;line-height:140%; } .ablocks-block-1c7c7647-1f0c-49ed-acdd-0b59ba8d6481 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8fca514f-d383-435a-9bad-b75de796711c { margin:0px;padding-top:100px;padding-bottom:100px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-8fca514f-d383-435a-9bad-b75de796711c { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-8fca514f-d383-435a-9bad-b75de796711c { padding-top:60px;padding-bottom:60px; } } .ablocks-block-8fca514f-d383-435a-9bad-b75de796711c.ablocks-block--container { padding-top:100px;padding-bottom:100px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8fca514f-d383-435a-9bad-b75de796711c.ablocks-block--container { padding-top:80px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-8fca514f-d383-435a-9bad-b75de796711c.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } .ablocks-block-8fca514f-d383-435a-9bad-b75de796711c > .ablocks-block-container { max-width:min(100%,1001px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-8fca514f-d383-435a-9bad-b75de796711c > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-8fca514f-d383-435a-9bad-b75de796711c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } 
.ablocks-block-736487e7-76ea-4a5e-9035-fb9eec0e90c4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-736487e7-76ea-4a5e-9035-fb9eec0e90c4 { text-align:center; } .ablocks-block-736487e7-76ea-4a5e-9035-fb9eec0e90c4 .ablocks-heading-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;font-size:48px;line-height:64px; } @media screen and (max-width: 800px) { .ablocks-block-736487e7-76ea-4a5e-9035-fb9eec0e90c4 .ablocks-heading-text { font-family:Inter;font-size:38px;line-height:52px; } } @media screen and (max-width: 480px) { .ablocks-block-736487e7-76ea-4a5e-9035-fb9eec0e90c4 .ablocks-heading-text { font-size:32px;line-height:42px; } } 
.ablocks-block-e09eba7e-9038-4f69-a27c-d9a428fc89a3 { margin-top:16px;width:65%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-e09eba7e-9038-4f69-a27c-d9a428fc89a3 { width:83%; } } @media screen and (max-width: 480px) { .ablocks-block-e09eba7e-9038-4f69-a27c-d9a428fc89a3 { width:100%; } } .ablocks-block-e09eba7e-9038-4f69-a27c-d9a428fc89a3 { text-align:center; } .ablocks-block-e09eba7e-9038-4f69-a27c-d9a428fc89a3 .ablocks-paragraph-text { color:#515A62;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-e09eba7e-9038-4f69-a27c-d9a428fc89a3 .ablocks-paragraph-text { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-e09eba7e-9038-4f69-a27c-d9a428fc89a3 .ablocks-paragraph-text { font-size:14px;line-height:22px; } } .ablocks-block-e09eba7e-9038-4f69-a27c-d9a428fc89a3 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f9a61da5-ea50-459c-a5d0-43e7a41e4f48 { margin-top:48px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f9a61da5-ea50-459c-a5d0-43e7a41e4f48 .ablocks-block--single-accordion { margin-bottom:10px;border-width:1px;border-style:solid;border-color:#f7f7f8; } .ablocks-block-f9a61da5-ea50-459c-a5d0-43e7a41e4f48 .ablocks-block--single-accordion__heading .ablocks-block-accordion-title { color:#0C3140;margin-left:10px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-f9a61da5-ea50-459c-a5d0-43e7a41e4f48 .ablocks-block--single-accordion__heading .ablocks-block-accordion-title { font-family:Inter; } } .ablocks-block-f9a61da5-ea50-459c-a5d0-43e7a41e4f48 .ablocks-block--single-accordion__heading { background:#9900cc00;border-width:1px;border-style:none;border-color:#ffffff;border-radius:4px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:12px; } .ablocks-block-f9a61da5-ea50-459c-a5d0-43e7a41e4f48 .ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__heading { background:#f3f8ff; } .ablocks-block-f9a61da5-ea50-459c-a5d0-43e7a41e4f48 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:#101828;font-size:18px; } .ablocks-block-f9a61da5-ea50-459c-a5d0-43e7a41e4f48 .ablocks-block--single-accordion__body-content { background:#f3f8ff; } 
.ablocks-block-c8b84129-b9f1-4a48-86f0-bc5b8cb22527 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c8b84129-b9f1-4a48-86f0-bc5b8cb22527 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important;font-size:18px; } .ablocks-block-c8b84129-b9f1-4a48-86f0-bc5b8cb22527 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } 
.ablocks-block-21c8a54c-3b70-4758-b1e7-76ea36428b4f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-21c8a54c-3b70-4758-b1e7-76ea36428b4f { text-align:left; } .ablocks-block-21c8a54c-3b70-4758-b1e7-76ea36428b4f .ablocks-paragraph-text { color:#515A62;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-21c8a54c-3b70-4758-b1e7-76ea36428b4f .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-21c8a54c-3b70-4758-b1e7-76ea36428b4f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a284bdd4-dd34-4999-a676-50cfcd3b36fc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a284bdd4-dd34-4999-a676-50cfcd3b36fc .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-a284bdd4-dd34-4999-a676-50cfcd3b36fc .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } 
.ablocks-block-7872e7bd-8211-44d1-8090-135f9da4f795 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7872e7bd-8211-44d1-8090-135f9da4f795 { text-align:left; } .ablocks-block-7872e7bd-8211-44d1-8090-135f9da4f795 .ablocks-paragraph-text { color:#515A62;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-7872e7bd-8211-44d1-8090-135f9da4f795 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-7872e7bd-8211-44d1-8090-135f9da4f795 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e9c1660a-9ba0-4852-ad74-80e4151f9b41 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e9c1660a-9ba0-4852-ad74-80e4151f9b41 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-e9c1660a-9ba0-4852-ad74-80e4151f9b41 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } 
.ablocks-block-ffaad119-7bb1-4aff-a18b-0af739edc7f4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ffaad119-7bb1-4aff-a18b-0af739edc7f4 { text-align:left; } .ablocks-block-ffaad119-7bb1-4aff-a18b-0af739edc7f4 .ablocks-paragraph-text { color:#515A62;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-ffaad119-7bb1-4aff-a18b-0af739edc7f4 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-ffaad119-7bb1-4aff-a18b-0af739edc7f4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-d75d5e11-a1d5-4996-a4b1-ebecb43edda8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d75d5e11-a1d5-4996-a4b1-ebecb43edda8 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-d75d5e11-a1d5-4996-a4b1-ebecb43edda8 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } 
.ablocks-block-b1fd08df-e640-413a-9e94-5a45c4d3d5cb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b1fd08df-e640-413a-9e94-5a45c4d3d5cb { text-align:left; } .ablocks-block-b1fd08df-e640-413a-9e94-5a45c4d3d5cb .ablocks-paragraph-text { color:#000000; } .ablocks-block-b1fd08df-e640-413a-9e94-5a45c4d3d5cb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7566f865-34bd-48e4-8e80-b9f37f2417d4 { margin-top:0px;padding-top:50px;padding-bottom:90px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#dddedf;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7566f865-34bd-48e4-8e80-b9f37f2417d4.ablocks-block--container { padding-top:50px;padding-bottom:90px;overflow:visible; } .ablocks-block-7566f865-34bd-48e4-8e80-b9f37f2417d4 > .ablocks-block-container { max-width:min(100%,1240px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-7566f865-34bd-48e4-8e80-b9f37f2417d4 > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-7566f865-34bd-48e4-8e80-b9f37f2417d4 > .ablocks-block-container { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-7566f865-34bd-48e4-8e80-b9f37f2417d4 > .ablocks-block-container { flex-direction:column;row-gap:32px; } } .ablocks-block-7566f865-34bd-48e4-8e80-b9f37f2417d4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-7566f865-34bd-48e4-8e80-b9f37f2417d4.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-7566f865-34bd-48e4-8e80-b9f37f2417d4.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:32px; } } .ablocks-block-7566f865-34bd-48e4-8e80-b9f37f2417d4 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-68360949-cc39-4503-8c95-8c9ffd315901 { padding:0px;border-width:0px 0px 0px 0px;border-color:#59595999;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-68360949-cc39-4503-8c95-8c9ffd315901.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-68360949-cc39-4503-8c95-8c9ffd315901 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-68360949-cc39-4503-8c95-8c9ffd315901.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-25d5129c-c0ee-44a4-9813-d97a7bc05bd5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-25d5129c-c0ee-44a4-9813-d97a7bc05bd5 { text-align:left; } .ablocks-block-25d5129c-c0ee-44a4-9813-d97a7bc05bd5 .ablocks-heading-text { color:#0C3140;font-family:Manrope;font-weight:600;font-style:normal;font-size:40px;line-height:140%; } @media screen and (max-width: 480px) { .ablocks-block-25d5129c-c0ee-44a4-9813-d97a7bc05bd5 .ablocks-heading-text { font-size:32px;line-height:41px; } } 
.ablocks-block-29c67efa-c342-4988-8441-8f6ea238341c { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-29c67efa-c342-4988-8441-8f6ea238341c { text-align:left; } .ablocks-block-29c67efa-c342-4988-8441-8f6ea238341c .ablocks-heading-text { color:#646C73;font-family:Poppins;font-weight:400;font-size:16px;line-height:34px; } 
.ablocks-block-81259901-6a73-4094-b22a-4c4188d4eee5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-81259901-6a73-4094-b22a-4c4188d4eee5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-81259901-6a73-4094-b22a-4c4188d4eee5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-81259901-6a73-4094-b22a-4c4188d4eee5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9e0be7f6-d5fa-455c-873a-7f071ec5abbb { padding:0px;background:#9900cc00;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9e0be7f6-d5fa-455c-873a-7f071ec5abbb .ablocks-form-builder { flex-direction:row;align-items:center; } .ablocks-block-9e0be7f6-d5fa-455c-873a-7f071ec5abbb .ablocks-form-builder__field { margin-top:0px;margin-bottom:0px; } .ablocks-block-9e0be7f6-d5fa-455c-873a-7f071ec5abbb .ablocks-form-builder__label { color:#000000;text-align:left;margin-bottom:10px !important;display:none; } .ablocks-block-9e0be7f6-d5fa-455c-873a-7f071ec5abbb .ablocks-form-builder__helper-text { text-align:left;margin-bottom:10px;display:none;margin-top:10px; } .ablocks-block-9e0be7f6-d5fa-455c-873a-7f071ec5abbb .ablocks-form-builder__input { background:white;text-align:left;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:28px;border-width:1px;border-style:solid;border-color:#008dff;border-radius:8px;padding-left:12px;color:#646c73!important;box-sizing:border-box; } @media screen and (max-width: 800px) { .ablocks-block-9e0be7f6-d5fa-455c-873a-7f071ec5abbb .ablocks-form-builder__input { font-family:Inter; } } .ablocks-block-9e0be7f6-d5fa-455c-873a-7f071ec5abbb .ablocks-form-builder__input::placeholder { font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:28px;text-align:left;color:#646c73!important; } @media screen and (max-width: 800px) { .ablocks-block-9e0be7f6-d5fa-455c-873a-7f071ec5abbb .ablocks-form-builder__input::placeholder { font-family:Inter; } } .ablocks-block-9e0be7f6-d5fa-455c-873a-7f071ec5abbb .ablocks-form-builder__input-icon,.ablocks-block-9e0be7f6-d5fa-455c-873a-7f071ec5abbb .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-9e0be7f6-d5fa-455c-873a-7f071ec5abbb .ablocks-form-builder__submit-button { text-align:center;align-self:flex-start; } .ablocks-block-9e0be7f6-d5fa-455c-873a-7f071ec5abbb .ablocks-form-builder__submit-button { background:#008dff;border-radius:8px;font-family:Poppins;font-weight:500;font-size:16px;line-height:22px;padding-top:14px;padding-right:24px;padding-bottom:14px;padding-left:24px; } .ablocks-block-9e0be7f6-d5fa-455c-873a-7f071ec5abbb .ablocks-form-builder__submit-button:hover { background:#0a80e0; } .ablocks-block-9e0be7f6-d5fa-455c-873a-7f071ec5abbb .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-9e0be7f6-d5fa-455c-873a-7f071ec5abbb .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-9e0be7f6-d5fa-455c-873a-7f071ec5abbb .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-9e0be7f6-d5fa-455c-873a-7f071ec5abbb .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-9e0be7f6-d5fa-455c-873a-7f071ec5abbb .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-b7604cbb-f00c-4962-89c6-811d52caee47 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b7604cbb-f00c-4962-89c6-811d52caee47.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-b7604cbb-f00c-4962-89c6-811d52caee47 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-b7604cbb-f00c-4962-89c6-811d52caee47 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-372f0a57-7805-401d-81d9-3213a0e55ae5 { margin-top:250px;padding-top:0px;padding-bottom:0px;background:linear-gradient(98deg,#F4F1E0 1.04%,#FFF 36.58%,#FBFAFB 50.36%,#DDF0FF 87.52%);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-372f0a57-7805-401d-81d9-3213a0e55ae5 { margin-top:280px; } } .ablocks-block-372f0a57-7805-401d-81d9-3213a0e55ae5.ablocks-block--container { padding-top:0px;padding-bottom:0px;overflow:visible; } .ablocks-block-372f0a57-7805-401d-81d9-3213a0e55ae5 > .ablocks-block-container { max-width:min(100%,1380px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-372f0a57-7805-401d-81d9-3213a0e55ae5 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-372f0a57-7805-401d-81d9-3213a0e55ae5 > .ablocks-block-container { row-gap:24px; } } .ablocks-block-372f0a57-7805-401d-81d9-3213a0e55ae5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-372f0a57-7805-401d-81d9-3213a0e55ae5.ablocks-has-block-container > .ablocks-block-container { row-gap:24px; } } 
.ablocks-block-419711bf-6748-499b-aefc-106874b463ce { margin-top:-250px;padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:80px;background:#FFF;border-width:1px;border-style:solid;border-color:#E5F4FF;border-radius:32px;box-shadow:0px -24px 80px 0px rgba(23,28,86,0.10);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-419711bf-6748-499b-aefc-106874b463ce { margin-top:-280px;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:40px;border-radius:24px; } } @media screen and (max-width: 480px) { .ablocks-block-419711bf-6748-499b-aefc-106874b463ce { padding-bottom:20px;padding-left:20px;border-radius:20px; } } .ablocks-block-419711bf-6748-499b-aefc-106874b463ce.ablocks-block--container { padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:80px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-419711bf-6748-499b-aefc-106874b463ce.ablocks-block--container { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:40px; } } @media screen and (max-width: 480px) { .ablocks-block-419711bf-6748-499b-aefc-106874b463ce.ablocks-block--container { padding-bottom:20px;padding-left:20px; } } .ablocks-block-419711bf-6748-499b-aefc-106874b463ce { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:80px; } @media screen and (max-width: 800px) { .ablocks-block-419711bf-6748-499b-aefc-106874b463ce { flex-direction:column;row-gap:40px; } } .ablocks-block-419711bf-6748-499b-aefc-106874b463ce.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:80px; } @media screen and (max-width: 800px) { .ablocks-block-419711bf-6748-499b-aefc-106874b463ce.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:40px; } } .ablocks-block-419711bf-6748-499b-aefc-106874b463ce { display:inline-flex; } 
.ablocks-block-5a726883-b3e1-41b3-85da-2a898c191cc5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5a726883-b3e1-41b3-85da-2a898c191cc5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5a726883-b3e1-41b3-85da-2a898c191cc5 { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } .ablocks-block-5a726883-b3e1-41b3-85da-2a898c191cc5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } 
.ablocks-block-1237a431-4177-4ab5-8923-9a0cda77d603 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1237a431-4177-4ab5-8923-9a0cda77d603 { text-align:left; } .ablocks-block-1237a431-4177-4ab5-8923-9a0cda77d603 .ablocks-heading-text { color:#0C3140;font-family:Manrope;font-weight:600;font-style:normal;font-size:36px;line-height:140%; } @media screen and (max-width: 800px) { .ablocks-block-1237a431-4177-4ab5-8923-9a0cda77d603 .ablocks-heading-text { font-size:40px; } } @media screen and (max-width: 480px) { .ablocks-block-1237a431-4177-4ab5-8923-9a0cda77d603 .ablocks-heading-text { font-size:32px;line-height:41px; } } 
.ablocks-block-9b16b381-5340-450b-bcf5-7e778a99a1a7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9b16b381-5340-450b-bcf5-7e778a99a1a7 { font-family:Manrope;font-weight:400;font-style:normal;font-size:20px;line-height:160%; } @media screen and (max-width: 800px) { .ablocks-block-9b16b381-5340-450b-bcf5-7e778a99a1a7 { font-size:18px; } } @media screen and (max-width: 480px) { .ablocks-block-9b16b381-5340-450b-bcf5-7e778a99a1a7 { font-size:16px; } } .ablocks-block-9b16b381-5340-450b-bcf5-7e778a99a1a7 .ablocks-list { gap:24px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-9b16b381-5340-450b-bcf5-7e778a99a1a7 .ablocks-list { gap:16px; } } .ablocks-block-9b16b381-5340-450b-bcf5-7e778a99a1a7 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-9b16b381-5340-450b-bcf5-7e778a99a1a7 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#0c3140;fill:#0c3140;font-size:20px; } .ablocks-block-9b16b381-5340-450b-bcf5-7e778a99a1a7 .ablocks-list__item-content .ablocks-list__item-text { color:#0C3140; } 
.ablocks-block-15541316-e4ca-401d-823a-5c3b552b86c6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-15541316-e4ca-401d-823a-5c3b552b86c6 { text-align:left; } .ablocks-block-15541316-e4ca-401d-823a-5c3b552b86c6 .ablocks-button { column-gap:10px;background:#008DFF;justify-content:left;color:#FFF;border-radius:99px;font-family:Poppins;font-weight:500;font-style:normal;font-size:16px;line-height:140%;padding-top:14px;padding-right:32px;padding-bottom:14px;padding-left:32px; } .ablocks-block-15541316-e4ca-401d-823a-5c3b552b86c6 .ablocks-button:hover { transition-duration:s; } .ablocks-block-15541316-e4ca-401d-823a-5c3b552b86c6 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-15541316-e4ca-401d-823a-5c3b552b86c6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-15541316-e4ca-401d-823a-5c3b552b86c6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-bb08294d-0a9d-4137-a834-4b867f04b93f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bb08294d-0a9d-4137-a834-4b867f04b93f.ablocks-block--container { padding:0px;max-width:min(100%,36%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-bb08294d-0a9d-4137-a834-4b867f04b93f.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-bb08294d-0a9d-4137-a834-4b867f04b93f { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bb08294d-0a9d-4137-a834-4b867f04b93f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d3713ae2-7e0f-43c0-b2c8-31da40b8c7dd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d3713ae2-7e0f-43c0-b2c8-31da40b8c7dd { display:flex;justify-content:right; } @media screen and (max-width: 800px) { .ablocks-block-d3713ae2-7e0f-43c0-b2c8-31da40b8c7dd { justify-content:left; } } .ablocks-block-d3713ae2-7e0f-43c0-b2c8-31da40b8c7dd .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-d3713ae2-7e0f-43c0-b2c8-31da40b8c7dd .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-d3713ae2-7e0f-43c0-b2c8-31da40b8c7dd .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-b6b93013-f49c-487c-9b7f-f2060800f472 { margin-top:0px;padding-top:50px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#dddedf;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b6b93013-f49c-487c-9b7f-f2060800f472.ablocks-block--container { padding-top:50px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b6b93013-f49c-487c-9b7f-f2060800f472 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:100px; } @media screen and (max-width: 800px) { .ablocks-block-b6b93013-f49c-487c-9b7f-f2060800f472 { flex-direction:column;row-gap:30px;column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-b6b93013-f49c-487c-9b7f-f2060800f472 { row-gap:32px; } } .ablocks-block-b6b93013-f49c-487c-9b7f-f2060800f472.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:100px; } @media screen and (max-width: 800px) { .ablocks-block-b6b93013-f49c-487c-9b7f-f2060800f472.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px;column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-b6b93013-f49c-487c-9b7f-f2060800f472.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } .ablocks-block-b6b93013-f49c-487c-9b7f-f2060800f472 { display:inline-flex; } 
.ablocks-block-1dbf0cc3-63ea-48a6-925f-15b2cc05d522 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1dbf0cc3-63ea-48a6-925f-15b2cc05d522.ablocks-block--container { padding:0px;max-width:min(100%,29%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1dbf0cc3-63ea-48a6-925f-15b2cc05d522.ablocks-block--container { max-width:min(100%,50%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-1dbf0cc3-63ea-48a6-925f-15b2cc05d522.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-1dbf0cc3-63ea-48a6-925f-15b2cc05d522 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1dbf0cc3-63ea-48a6-925f-15b2cc05d522.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-eabb5829-fa9a-4c61-bf17-62fa52193ec4 { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eabb5829-fa9a-4c61-bf17-62fa52193ec4 { text-align:left; } .ablocks-block-eabb5829-fa9a-4c61-bf17-62fa52193ec4 .ablocks-paragraph-text { color:#515A62;font-family:Roboto,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-eabb5829-fa9a-4c61-bf17-62fa52193ec4 .ablocks-paragraph-text { font-family:Roboto;font-size:16px; } } .ablocks-block-eabb5829-fa9a-4c61-bf17-62fa52193ec4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 { margin-top:24px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386:not(.ablocks-has-block-container), .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 .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-20591edc-e45f-449b-b6c1-44a2b5b2b386 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:140%;color:#515A62; } @media screen and (max-width: 800px) { .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:16px; } } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 .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-20591edc-e45f-449b-b6c1-44a2b5b2b386 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 .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-20591edc-e45f-449b-b6c1-44a2b5b2b386 .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-20591edc-e45f-449b-b6c1-44a2b5b2b386.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-20591edc-e45f-449b-b6c1-44a2b5b2b386.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-20591edc-e45f-449b-b6c1-44a2b5b2b386 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 .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-20591edc-e45f-449b-b6c1-44a2b5b2b386 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-20591edc-e45f-449b-b6c1-44a2b5b2b386 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 { margin-top:12px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437:not(.ablocks-has-block-container), .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 .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-88f33c3e-7c8b-487a-945d-2a20a8bb9437 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:140%;color:#515A62; } @media screen and (max-width: 800px) { .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:16px; } } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 .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-88f33c3e-7c8b-487a-945d-2a20a8bb9437 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#74777C;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:gray;transition-duration:s; } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 .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-88f33c3e-7c8b-487a-945d-2a20a8bb9437 .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-88f33c3e-7c8b-487a-945d-2a20a8bb9437.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-88f33c3e-7c8b-487a-945d-2a20a8bb9437.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-88f33c3e-7c8b-487a-945d-2a20a8bb9437 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 .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-88f33c3e-7c8b-487a-945d-2a20a8bb9437 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-88f33c3e-7c8b-487a-945d-2a20a8bb9437 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-1d51f776-6282-452f-9cca-27bb4bcced92 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1d51f776-6282-452f-9cca-27bb4bcced92.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1d51f776-6282-452f-9cca-27bb4bcced92 { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;min-height:0px;row-gap:0px;column-gap:16px; } .ablocks-block-1d51f776-6282-452f-9cca-27bb4bcced92.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;min-height:0px;row-gap:0px;column-gap:16px; } .ablocks-block-1d51f776-6282-452f-9cca-27bb4bcced92 { display:inline-flex; } 
.ablocks-block-c52d5543-9849-4a15-948f-0c6c58096487 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c52d5543-9849-4a15-948f-0c6c58096487 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-c52d5543-9849-4a15-948f-0c6c58096487 .ablocks-icon-wrap { background:#0c3140;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-c52d5543-9849-4a15-948f-0c6c58096487 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-c52d5543-9849-4a15-948f-0c6c58096487 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-2f0921c3-1a68-474c-978d-c4f027fd6206 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2f0921c3-1a68-474c-978d-c4f027fd6206 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-2f0921c3-1a68-474c-978d-c4f027fd6206 .ablocks-icon-wrap { background:#0c3140;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-2f0921c3-1a68-474c-978d-c4f027fd6206 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2f0921c3-1a68-474c-978d-c4f027fd6206 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-0920f4fa-8b73-4505-8d94-d01c20edce70 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0920f4fa-8b73-4505-8d94-d01c20edce70 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-0920f4fa-8b73-4505-8d94-d01c20edce70 .ablocks-icon-wrap { background:#0c3140;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-0920f4fa-8b73-4505-8d94-d01c20edce70 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-0920f4fa-8b73-4505-8d94-d01c20edce70 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-1d500293-da38-41ad-b871-591184d57cb4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1d500293-da38-41ad-b871-591184d57cb4 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-1d500293-da38-41ad-b871-591184d57cb4 .ablocks-icon-wrap { background:#0c3140;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-1d500293-da38-41ad-b871-591184d57cb4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-1d500293-da38-41ad-b871-591184d57cb4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-0b1ab726-3e45-4552-8bd5-121791a9d633 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0b1ab726-3e45-4552-8bd5-121791a9d633.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0b1ab726-3e45-4552-8bd5-121791a9d633 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:50px; } @media screen and (max-width: 800px) { .ablocks-block-0b1ab726-3e45-4552-8bd5-121791a9d633 { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-0b1ab726-3e45-4552-8bd5-121791a9d633 { flex-direction:column;row-gap:24px; } } .ablocks-block-0b1ab726-3e45-4552-8bd5-121791a9d633.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:50px; } @media screen and (max-width: 800px) { .ablocks-block-0b1ab726-3e45-4552-8bd5-121791a9d633.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-0b1ab726-3e45-4552-8bd5-121791a9d633.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-0b1ab726-3e45-4552-8bd5-121791a9d633 { display:inline-flex; } 
.ablocks-block-276c3b4d-a831-4481-b6c4-4ef7ca21b48d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-276c3b4d-a831-4481-b6c4-4ef7ca21b48d.ablocks-block--container { padding:0px;max-width:min(100%,19%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-276c3b4d-a831-4481-b6c4-4ef7ca21b48d.ablocks-block--container { max-width:min(100%,22%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-276c3b4d-a831-4481-b6c4-4ef7ca21b48d.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-276c3b4d-a831-4481-b6c4-4ef7ca21b48d { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-276c3b4d-a831-4481-b6c4-4ef7ca21b48d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-ce23b2f6-c0d9-42dc-8509-d53b259a4a38 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ce23b2f6-c0d9-42dc-8509-d53b259a4a38 { text-align:left; } .ablocks-block-ce23b2f6-c0d9-42dc-8509-d53b259a4a38 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:140%; } 
.ablocks-block-ce2b3f61-dfc7-45a0-871a-db53d97bfc77 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ce2b3f61-dfc7-45a0-871a-db53d97bfc77 { font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:160%; } .ablocks-block-ce2b3f61-dfc7-45a0-871a-db53d97bfc77 .ablocks-list { gap:12px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-ce2b3f61-dfc7-45a0-871a-db53d97bfc77 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-ce2b3f61-dfc7-45a0-871a-db53d97bfc77 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-ce2b3f61-dfc7-45a0-871a-db53d97bfc77 .ablocks-list__item-content .ablocks-list__item-text { color:#646C73; } 
.ablocks-block-5b441783-e70f-438b-8431-1df49e555623 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5b441783-e70f-438b-8431-1df49e555623.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5b441783-e70f-438b-8431-1df49e555623.ablocks-block--container { max-width:min(100%,28%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-5b441783-e70f-438b-8431-1df49e555623.ablocks-block--container { max-width:min(100%,99%) !important; } } .ablocks-block-5b441783-e70f-438b-8431-1df49e555623 { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-5b441783-e70f-438b-8431-1df49e555623.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-c3bfcd46-8623-46f1-b31d-0389c9fc46db { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c3bfcd46-8623-46f1-b31d-0389c9fc46db { text-align:left; } .ablocks-block-c3bfcd46-8623-46f1-b31d-0389c9fc46db .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:140%; } 
.ablocks-block-8b373a93-8b43-4742-aa52-31732aa4af31 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8b373a93-8b43-4742-aa52-31732aa4af31 { font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:160%; } .ablocks-block-8b373a93-8b43-4742-aa52-31732aa4af31 .ablocks-list { gap:12px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-8b373a93-8b43-4742-aa52-31732aa4af31 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-8b373a93-8b43-4742-aa52-31732aa4af31 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-8b373a93-8b43-4742-aa52-31732aa4af31 .ablocks-list__item-content .ablocks-list__item-text { color:#646C73; } 
.ablocks-block-0f74af38-188a-48fe-8201-ea3f6caa3228 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0f74af38-188a-48fe-8201-ea3f6caa3228.ablocks-block--container { padding:0px;max-width:min(100%,16%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0f74af38-188a-48fe-8201-ea3f6caa3228.ablocks-block--container { max-width:min(100%,19%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-0f74af38-188a-48fe-8201-ea3f6caa3228.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-0f74af38-188a-48fe-8201-ea3f6caa3228 { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-0f74af38-188a-48fe-8201-ea3f6caa3228.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-f21547c1-4296-4751-96da-1ff126fd080b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f21547c1-4296-4751-96da-1ff126fd080b { text-align:left; } .ablocks-block-f21547c1-4296-4751-96da-1ff126fd080b .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:140%; } 
.ablocks-block-5db3ef83-da28-4476-be12-f09c84500af8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5db3ef83-da28-4476-be12-f09c84500af8 { font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:160%; } .ablocks-block-5db3ef83-da28-4476-be12-f09c84500af8 .ablocks-list { gap:12px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-5db3ef83-da28-4476-be12-f09c84500af8 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-5db3ef83-da28-4476-be12-f09c84500af8 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-5db3ef83-da28-4476-be12-f09c84500af8 .ablocks-list__item-content .ablocks-list__item-text { color:#646C73; } 
.ablocks-block-e0102cc1-9865-464a-aed0-594250d10b69 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e0102cc1-9865-464a-aed0-594250d10b69.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e0102cc1-9865-464a-aed0-594250d10b69.ablocks-block--container { max-width:min(100%,23%) !important; } } .ablocks-block-e0102cc1-9865-464a-aed0-594250d10b69 { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-e0102cc1-9865-464a-aed0-594250d10b69.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-a9d24671-2b78-4402-bb7f-245c9eebcac3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a9d24671-2b78-4402-bb7f-245c9eebcac3 { text-align:left; } .ablocks-block-a9d24671-2b78-4402-bb7f-245c9eebcac3 .ablocks-heading-text { color:#101828;font-family:Poppins;font-weight:500;font-style:normal;font-size:18px;line-height:140%; } 
.ablocks-block-50141915-977e-4c86-945c-0dfa8adad2c2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-50141915-977e-4c86-945c-0dfa8adad2c2 { font-family:Poppins;font-weight:400;font-style:normal;font-size:16px;line-height:160%; } .ablocks-block-50141915-977e-4c86-945c-0dfa8adad2c2 .ablocks-list { gap:12px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-50141915-977e-4c86-945c-0dfa8adad2c2 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-50141915-977e-4c86-945c-0dfa8adad2c2 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-50141915-977e-4c86-945c-0dfa8adad2c2 .ablocks-list__item-content .ablocks-list__item-text { color:#646C73; } 
.ablocks-block-9a79ba13-1578-4a33-8b32-5b4744e5655b { padding-top:24px;padding-right:0px;padding-bottom:24px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#dddedf;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-9a79ba13-1578-4a33-8b32-5b4744e5655b { padding-top:12px;padding-bottom:12px; } } .ablocks-block-9a79ba13-1578-4a33-8b32-5b4744e5655b.ablocks-block--container { padding-top:24px;padding-right:0px;padding-bottom:24px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-9a79ba13-1578-4a33-8b32-5b4744e5655b.ablocks-block--container { padding-top:12px;padding-bottom:12px; } } .ablocks-block-9a79ba13-1578-4a33-8b32-5b4744e5655b { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-9a79ba13-1578-4a33-8b32-5b4744e5655b { flex-direction:column;row-gap:24px; } } .ablocks-block-9a79ba13-1578-4a33-8b32-5b4744e5655b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-9a79ba13-1578-4a33-8b32-5b4744e5655b.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-9a79ba13-1578-4a33-8b32-5b4744e5655b { display:inline-flex; } 
.ablocks-block-11eb2ab7-69b7-40fc-8d46-ac627906ea13 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-11eb2ab7-69b7-40fc-8d46-ac627906ea13.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-11eb2ab7-69b7-40fc-8d46-ac627906ea13 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-11eb2ab7-69b7-40fc-8d46-ac627906ea13.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-cdc01210-def8-499e-b760-94497da0c696 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cdc01210-def8-499e-b760-94497da0c696 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-cdc01210-def8-499e-b760-94497da0c696 { text-align:center; } } .ablocks-block-cdc01210-def8-499e-b760-94497da0c696 .ablocks-paragraph-text { color:#646C73;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-cdc01210-def8-499e-b760-94497da0c696 .ablocks-paragraph-text { font-family:Roboto; } } .ablocks-block-cdc01210-def8-499e-b760-94497da0c696 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
