@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}



/**
 * Swiper 11.1.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 24, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.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-button{align-items:center;border-radius:6px;box-sizing:border-box;color:#000;column-gap:5px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:auto}.ablocks-button--link{background:none;border:none;box-shadow:none;cursor:pointer!important;padding:0}.ablocks-button--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-button--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-button--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-button--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-button--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-button.ablocks-button--icon-left .ablocks-icon-wrap{order:5}.ablocks-button__text{order:10}.ablocks-button.ablocks-button--icon-right .ablocks-icon-wrap{order:15}
.ablocks-block--social-shares .ablocks-block-container,.ablocks-block--social-shares:not(.ablocks-has-container){align-items:center;display:flex;flex-direction:column;flex-wrap:wrap}.ablocks-social-share{background-color:#fff;border:2px solid #eeeef7;border-radius:100%!important;color:#fff;cursor:pointer;height:48px;padding:14px;transition:background-color .3s ease,border-color .3s ease;width:48px}.ablocks-social-share>.ablocks-svg-icon{height:16px;width:16px;fill:#000!important}.ablocks-social-share:hover{background-color:#f3e8e8;color:#fff}.ablocks-social-share-item--icon>.ablocks-svg-icon{height:25px}.ablocks-block--social-shares .ablocks-social-share-item{color:#fff!important;text-decoration:none!important}.ablocks-social-share-item{align-items:center;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;text-align:center;text-decoration:none;width:fit-content}.ablocks-social-share-item:hover{background:var(--background-hover)!important}.ablocks-block--social-shares .ablocks-social-share-icon-size{height:20px;width:21px}.ablocks-social-share-item--icon{align-items:center;border-radius:4px;display:flex;height:42px;justify-content:center;padding:-10px;transition:background .3s ease;width:43px}.ablocks-social-share-item--icon:hover{background:var(--hover-icon-bg-color)!important}.ablocks-social-share-item--text{align-items:center;border-radius:4px;display:flex;font-size:16px;height:26px;justify-content:center;padding:0 8px;transition:background .3s ease;width:80px}.ablocks-social-share-item--text:hover{background:var(--hover-text-bg-color)!important}.ablocks-social-share-item--rounded{border-radius:15px}.ablocks-social-share-item--circle{border-radius:24px}.ablocks-social-share-item--circle-full{border-radius:100%!important}.ablocks-social-share-item-icon--icon-text-Square{border-radius:4px 0 0 4px!important}.ablocks-social-share-item-text--icon-text-Square{border-radius:0 4px 4px 0!important}.ablocks-social-share-item--facebook-icon-bg{background-color:#366cdd}.ablocks-social-share-item--facebook-icon-bg>.ablocks_icon_size>.ablocks-svg-icon{height:23px;width:1.5rem}.ablocks-social-share-item--facebook-icon-bg:hover{background-color:#2a4eb5}.ablocks-social-share-item--facebook-bg{background-color:#3b5998}.ablocks-social-share-item--facebook-bg:hover{background-color:#2d4373}.ablocks-social-share-item--twitter-bg{background-color:#007aa5}.ablocks-social-share-item--twitter-bg:hover{background-color:#005f82}.ablocks-social-share-item--twitter-icon-bg{background-color:#27c1e4}.ablocks-social-share-item--twitter-icon-bg:hover{background-color:#38b0d8}.ablocks-social-share-item--linkedin-icon-bg{background-color:#0077b5}.ablocks-social-share-item--linkedin-icon-bg:hover{background-color:#005f87}.ablocks-social-share-item--linkedin-bg{background-color:#4c8caf}.ablocks-social-share-item--linkedin-bg:hover{background-color:#3a6f87}.ablocks-social-share-item--pinterest-icon-bg{background-color:#e60023}.ablocks-social-share-item--pinterest-icon-bg:hover{background-color:#b8001b}.ablocks-social-share-item--pinterest-bg{background-color:#df2d47}.ablocks-social-share-item--pinterest-bg:hover{background-color:#bf2037}.ablocks-social-share-item--reddit-icon-bg{background-color:#ff4500}.ablocks-social-share-item--reddit-icon-bg:hover{background-color:#cc3700}.ablocks-social-share-item--reddit-bg{background-color:#c45b36}.ablocks-social-share-item--reddit-bg:hover{background-color:#a0492c}.ablocks-social-share-item--vk-icon-bg{background-color:#216bbe}.ablocks-social-share-item--vk-icon-bg:hover{background-color:#1a54a0}.ablocks-social-share-item--vk-bg{background-color:#4680c2}.ablocks-social-share-item--vk-bg:hover{background-color:#3666a0}.ablocks-social-share-item--ok-icon-bg{background-color:#f57c00}.ablocks-social-share-item--ok-icon-bg:hover{background-color:#c46200}.ablocks-social-share-item--ok-bg{background-color:#b17941}.ablocks-social-share-item--ok-bg:hover{background-color:#8f5e33}.ablocks-social-share-item--tumblr-icon-bg{background-color:#0a2d5c}.ablocks-social-share-item--tumblr-icon-bg:hover{background-color:#081c40}.ablocks-social-share-item--tumblr-bg{background-color:#35465c}.ablocks-social-share-item--tumblr-bg:hover{background-color:#2a3647}.ablocks-social-share-item--digg-icon-bg{background-color:#185396}.ablocks-social-share-item--digg-icon-bg:hover{background-color:#143d73}.ablocks-social-share-item--digg-bg{background-color:#4c75a3}.ablocks-social-share-item--digg-bg:hover{background-color:#395782}.ablocks-social-share-item--skype-icon-bg{background-color:#00aff0}.ablocks-social-share-item--skype-icon-bg:hover{background-color:#08c}.ablocks-social-share-item--skype-bg{background-color:#3a96b8}.ablocks-social-share-item--skype-bg:hover{background-color:#2e7590}.ablocks-social-share-item--stumbleupon-icon-bg{background-color:#e03a0c}.ablocks-social-share-item--stumbleupon-icon-bg:hover{background-color:#b72f0a}.ablocks-social-share-item--stumbleupon-bg{background-color:#ec572f}.ablocks-social-share-item--stumbleupon-bg:hover{background-color:#d1421c}.ablocks-social-share-item--mix-icon-bg{background-color:#bb7504}.ablocks-social-share-item--mix-icon-bg:hover{background-color:#945c03}.ablocks-social-share-item--mix-bg{background-color:#f5a623}.ablocks-social-share-item--mix-bg:hover{background-color:#d28d1f}.ablocks-social-share-item--telegram-icon-bg{background-color:#08c}.ablocks-social-share-item--telegram-bg>.ablocks_icon_size>.ablocks-svg-icon{height:21px;width:1.5rem}.ablocks-social-share-item--telegram-bg{background-color:#006fa1}.ablocks-social-share-item--telegram-bg:hover{background-color:#005679}.social-pocket-icon{background-color:#c91830}.social-pocket-icon:hover{background-color:#a41426}.social-button--pocket{background-color:#ef4056}.social-button--pocket:hover{background-color:#d33044}.social-xlng-icon{background-color:#0875a8}.social-xlng-icon:hover{background-color:#065b82}.ablocks-social-share-item--xlng-bg{background-color:#1878a5}.ablocks-social-share-item--xlng-bg:hover{background-color:#135f80}.ablocks-social-share-item--whatsapp-icon-bg{background-color:#05c94d}.ablocks-social-share-item--whatsapp-icon-bg:hover{background-color:#039639}.ablocks-social-share-item--whatsapp-bg{background-color:#25d366}.ablocks-social-share-item--whatsapp-bg:hover{background-color:#1ea952}.ablocks-social-share-item--email-icon-bg{background-color:#bd2112}.ablocks-social-share-item--email-icon-bg:hover{background-color:#941a0e}.ablocks-social-share-item--email-bg{background-color:#d44638}.ablocks-social-share-item--email-bg:hover{background-color:#b0352b}.ablocks-social-share-item--print-icon-bg{background-color:#aaa}.ablocks-social-share-item--print-icon-bg:hover{background-color:#888}.ablocks-social-share-item--print-bg{background-color:#9a9a9a}.ablocks-social-share-item--print-bg:hover{background-color:#7a7a7a}.ablocks-social-share-item--pocket-icon-bg{background-color:#cd3a4d}.ablocks-social-share-item--pocket-icon-bg:hover{background-color:#c03}.ablocks-social-share-item--pocket-bg{background-color:#e54254}.ablocks-social-share-item--pocket-bg:hover{background-color:#b83244}.social-x-icon{background-color:#000}.social-x-icon:hover{background-color:#1a1a1a}.social-button--x{background-color:#272525}.social-button--x:hover{background-color:#1f1f1f}.social-threads-icon{background-color:#000}.social-threads-icon:hover{background-color:#1a1a1a}.social-button--threads{background-color:#161616}.social-button--threads:hover{background-color:#0f0f0f}.ablocks-social-share-item--gmail-icon-bg{background-color:#a5584e}.ablocks-social-share-item--gmail-icon-bg:hover{background-color:#b23121}.ablocks-social-share-item--gmail-bg{background-color:#d14836}.ablocks-social-share-item--gmail-bg:hover{background-color:#b23121}.ablocks-social-share-item--messenger-icon-bg{background-color:#0084ff}.ablocks-social-share-item--messenger-icon-bg:hover{background-color:#006bd6}.ablocks-social-share-item--messenger-bg{background-color:#00a6fb}.ablocks-social-share-item--messenger-bg:hover{background-color:#0084ff}.ablocks-social-share-item--flipboard-icon-bg{background-color:#e12828}.ablocks-social-share-item--flipboard-icon-bg:hover{background-color:#c41e1e}.ablocks-social-share-item--flipboard-bg{background-color:#f03030}.ablocks-social-share-item--flipboard-bg:hover{background-color:#d42525}.ablocks-social-share-item--blogger-icon-bg{background-color:#ff5722}.ablocks-social-share-item--blogger-icon-bg:hover{background-color:#e64a19}.ablocks-social-share-item--blogger-bg{background-color:#ff6f47}.ablocks-social-share-item--blogger-bg:hover{background-color:#e64a19}
.ablocks-toc-body{padding:20px}.ablocks-toc-body .ablocks-toc-list{margin:0;padding:0 0 0 10px}.ablocks-toc-list .ablock-has-subitems{margin:0;padding:0}.ablocks-toc-item .ablocks-toc-list{padding-left:30px}.ablocks-toc__header{align-items:center;background-color:#fff;cursor:pointer;display:flex;font-weight:700;justify-content:space-between;padding:15px 20px}.ablocks-toc__header-title{font-size:20px;font-weight:500}.ablocks-toc__header-toggle-icon{align-items:center;display:flex;justify-content:end;text-align:right}.ablocks-toc__header-toggle-icon svg{height:20px;width:20px}.ablocks-toc__hide,div.ablocks-toc-body.ablocks-toc__collapse{display:none}.ablocks-toc-item-link{transition:color .3s ease}.ablocks-toc-item-link:hover{color:#0073aa}
.ablocks-heading-text{margin:0;padding:0}.ablocks-animated-text .ablocks-animated-text-wrapper{display:inline-block;font-style:normal;position:relative}.ablocks-animated-text .ablocks-animated-text-wrapper svg{height:calc(100% + 8px);left:-8px;overflow:visible;pointer-events:none;position:absolute;top:-5px;width:calc(100% + 16px)}.ablocks-animated-text path{stroke:#ff000e;stroke-width:.5em;stroke-dasharray:1500 1500}.ablocks-animated-text .ablocks-animated-text-wrapper path{animation:draw-auto 6s infinite forwards;animation-iteration-count:infinite}@keyframes draw-auto{0%{stroke-dasharray:0 1500}80%{stroke-dasharray:1500 0}to{stroke-dasharray:1500 0}}:root{--typing-selected-bg-color:#0d0d0d;--typing-selected-color:var(--dynamic-text-color,#aebcb9)}.ablocks-rotate-typing .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-typing .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:90%;left:auto;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.ablocks-rotate-typing .ablocks-animated-text-wrapper:not(.ablocks-typing-selected):after{animation:ablocks-headline-pulse 1s infinite}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected{background-color:var(--typing-selected-bg-color,#0d0d0d)}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected:after{visibility:hidden}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected .ablocks-dynamic-text{color:var(--typing-selected-color,var(--dynamic-text-color,#aebcb9))}.ablocks-rotate-typing .ablocks-dynamic-text:not(.ablocks-headline-text-active){visibility:hidden}.ablocks-rotate-typing .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}@keyframes ablocks-headline-pulse{0%{opacity:1;transform:translateY(-50%) scale(1)}40%{opacity:0;transform:translateY(-50%) scale(.9)}to{opacity:0;transform:translateY(-50%) scale(0)}}.ablocks-rotate-clip{display:inline-block;padding:.2em 0}.ablocks-rotate-clip .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-clip .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:100%;left:auto;position:absolute;right:0;top:0;width:2px}.ablocks-rotate-clip .ablocks-dynamic-text{opacity:0}.ablocks-rotate-clip .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1}.ablocks-rotate-flip .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-flip .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transform-origin:50% 100%;transition:all .6s ease;visibility:hidden}.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-flip-in 1.2s;opacity:1;transform:rotateX(0deg);visibility:visible}.ablocks-rotate-flip .ablocks-dynamic-text{animation:ablocks-heading-flip-out 1.2s;transform:rotateX(180deg)}@keyframes ablocks-heading-flip-in{0%{opacity:0;transform:rotateX(180deg)}35%{opacity:0;transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;transform:rotateX(1turn)}}@keyframes ablocks-heading-flip-out{0%{opacity:1;transform:rotateX(0deg)}35%{opacity:1;transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;transform:rotateX(180deg)}}.ablocks-rotate-blind .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-blind .ablocks-dynamic-text{opacity:0}.ablocks-rotate-blind .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block;transform:rotateY(180deg)}.ablocks-rotate-blind .ablocks-headline-text-active .ablocks-dynamic-letter{transform:rotateY(0deg)}.ablocks-rotate-blind .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-heading-blinds-in .6s forwards}.ablocks-rotate-blind .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-heading-blind-out .6s forwards}@keyframes ablocks-heading-blinds-in{0%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}@keyframes ablocks-heading-blind-out{0%{transform:rotateY(0)}to{transform:rotateY(-180deg)}}.ablocks-rotate-swirl .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-swirl .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block}.ablocks-rotate-swirl .ablocks-dynamic-text{transform:scaleX(1.0005)}.ablocks-rotate-swirl .ablocks-dynamic-letter .ablocks-headline-text-active{opacity:1;transform:translateZ(-20px) rotateX(90deg);transform-style:preserve-3d}.ablocks-rotate-swirl .ablocks-headline-text-active{opacity:1}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}.ablocks-rotate-swirl .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-swirl-in .4s forwards}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-swirl-out .4s forwards}@keyframes ablocks-swirl-in{0%{opacity:0;transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;transform:translateZ(-20px) rotateX(0deg)}}@keyframes ablocks-swirl-out{0%{opacity:1;transform:translateZ(-20px) rotateX(0)}60%{opacity:0;transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;transform:translateZ(-20px) rotateX(-90deg)}}.ablocks-morph-letter{display:inline-block;transform-origin:center;transition:transform .4s,opacity .4s}.morph-flip{color:#e91e63;transform:rotateX(180deg)}.ablocks-rotate-slide-down .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide-down .ablocks-dynamic-text{animation:ablocksHeadingSlideDownOut .6s ease forwards;left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden;visibility:visible}.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideDownIn .6s ease forwards;opacity:1}@keyframes ablocksHeadingSlideDownIn{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes ablocksHeadingSlideDownOut{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}to{opacity:0;transform:translateY(100%)}}.ablocks-rotate-slide .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide .ablocks-dynamic-text{animation:ablocksHeadingSlideOut .6s;opacity:0;position:absolute;top:-5px;visibility:hidden}.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideIn .6s;opacity:1;visibility:visible}@keyframes ablocksHeadingSlideIn{0%{opacity:0;transform:translateX(-100%)}60%{opacity:1;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes ablocksHeadingSlideOut{0%{opacity:1;transform:translateX(0)}60%{opacity:0;transform:translateX(110%)}to{opacity:0;transform:translateX(100%)}}.ablocks-rotate-drop-in .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-drop-in .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-drop-in-in .8s;opacity:1;visibility:visible}.ablocks-rotate-drop-in .ablocks-dynamic-text{animation:ablocks-heading-drop-in-out .8s}@keyframes ablocks-heading-drop-in-in{0%{opacity:0;transform:translateZ(100px)}to{opacity:1;transform:translateZ(0)}}@keyframes ablocks-heading-drop-in-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translateZ(-100px)}}.ablocks-rotate-wave .ablocks-dynamic-text{opacity:0}.ablocks-rotate-wave .ablocks-dynamic-letter{display:inline-block;opacity:0;transform:scale(0)}.ablocks-rotate-wave .ablocks-headline-text-active .ablocks-dynamic-letter{opacity:1}.ablocks-rotate-wave .ablocks-dynamic-letter.ablocks-animation-in{animation:elementor-headline-wave-up .6s forwards}.ablocks-rotate-wave .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:elementor-headline-wave-down .6s forwards}@keyframes elementor-headline-wave-up{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes elementor-headline-wave-down{0%{opacity:1;transform:scale(1)}60%{opacity:0;transform:scale(0)}}.ablocks-rotate-bind .ablocks-animated-text-wrapper,.ablocks-rotate-drop-in .ablocks-animated-text-wrapper,.ablocks-rotate-flip .ablocks-animated-text-wrapper,.ablocks-rotate-slide .ablocks-animated-text-wrapper,.ablocks-rotate-slide-down .ablocks-animated-text-wrapper,.ablocks-rotate-swirl .ablocks-animated-text-wrapper,.ablocks-rotate-wave .ablocks-animated-text-wrapper{transition:width .5s}.ablocks-rotate-swirl .ablocks-dynamic-letter{white-space:pre}.ablocks-rotate-drop-in .ablocks-dynamic-text,.ablocks-rotate-flip .ablocks-dynamic-text,.ablocks-rotate-slide .ablocks-dynamic-text,.ablocks-rotate-slide-down .ablocks-dynamic-text{opacity:0;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1;visibility:visible}

.ablocks-paragraph-text{margin:0;padding:0}.ablocks-paragraph-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-paragraph-text-sm{font-size:14px}.ablocks-paragraph-text-md{font-size:16px}.ablocks-paragraph-text-lg{font-size:20px}
.ablocks-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-carousel-swiper .swiper-wrapper{display:flex;height:100%;width:100%}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide{height:100%;width:100%}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide--custom{align-items:baseline;display:flex;justify-content:center}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide--custom button{background-color:#000;border:1px solid #000;border-radius:5px;color:#fff;cursor:pointer;outline:none;padding:10px 15px;transition:.4s ease}.ablocks-carousel-swiper .ablocks-carousel-swiper-slide--custom button:hover{background-color:transparent;border:1px solid #000;color:#000;cursor:pointer;outline:none;padding:10px 15px}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button{border:none;cursor:pointer;font-size:25px;outline:none;position:absolute;transform:translateY(-50%);z-index:5}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button .ablocks-icon-wrap{box-sizing:unset}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button--disabled{opacity:.6}.ablocks-carousel-navigation__buttons .ablocks-carousel-navigation__button .ablocks-svg-icon{border-radius:50%;height:1em;width:1em}.ablocks-carousel-pagination{align-items:center;display:flex;gap:10px;height:fit-content;justify-content:center;position:absolute;width:fit-content!important;z-index:5}.ablocks-carousel-pagination .swiper-pagination-bullet{opacity:1;outline:none}.ablocks-carousel-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{gap:0}.swiper-pagination-bullet.swiper-pagination-bullet-active{background:#000}.ablocks-carousel-autoplay-progress{align-items:center;bottom:16px;color:#000;display:flex;font-weight:700;height:48px;justify-content:center;position:absolute;right:16px;width:48px;z-index:10}.ablocks-carousel-autoplay-progress svg{--progress:0;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10;stroke-width:4px;stroke:#000;fill:none;stroke-dashoffset:calc(125.6px*(1 - var(--progress)));stroke-dasharray:125.6;transform:rotate(-90deg)}.ablocks-carousel-navigation__buttons .swiper-button-lock{display:block!important}

.ablocks-block--icon .ablocks-block-container{display:flex}
.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;text-wrap-mode:nowrap}.ablocks-form-builder .ablocks-form-builder__submit-button--default{background:#13191b;border-radius:8px;color:#fff;font-size:14px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:6px 90px}.ablocks-form-builder .ablocks-form-builder__submit-button--small{background:#13191b;border-radius:8px;color:#fff;font-size:14px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:8px 90px}.ablocks-form-builder .ablocks-form-builder__submit-button--medium{background:#13191b;border-radius:8px;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:12px 130px}.ablocks-form-builder .ablocks-form-builder__submit-button--large{background:#13191b;border-radius:8px;color:#fff;font-size:18px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:16px 230px}.ablocks-form-builder .ablocks-form-builder__submit-button--extra-large{background:#13191b;border-radius:8px;color:#fff;font-size:20px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:18px 280px}.ablocks-form-builder .ablocks-form-builder__submit-button--full-width{background:#13191b;border-radius:8px;color:#fff;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-size:16px;font-style:normal;font-weight:400;line-height:150%;text-transform:capitalize}.ablocks-form-builder .ablocks-form-builder__input{box-sizing:border-box;color:#0f0e16;height:49px;padding:10px;width:100%}.ablocks-form-builder input.ablocks-form-builder__input::placeholder{color:#a7aaad;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%;margin-top:-10px;position:absolute;top:50%;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-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-block--divider{flex-grow:1;width:100%}.ablocks-block--divider .ablocks-block-container,.ablocks-block--divider:not(.ablocks-has-block-container){align-items:center;display:flex;min-height:50px;width:100%}.ablocks-divider__pattern-mask{align-items:center;background-color:var(--ablocks-divider-pattern-color);display:flex;height:100%;mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--center,.ablocks-divider__pattern-mask-element-text--center{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--center:after,.ablocks-divider__pattern-mask-element-icon--center:before,.ablocks-divider__pattern-mask-element-text--center:after,.ablocks-divider__pattern-mask-element-text--center:before{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-divider__pattern-mask-element-icon--left,.ablocks-divider__pattern-mask-element-text--left{align-items:center;display:grid;grid-template-columns:auto 1fr;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--left:after,.ablocks-divider__pattern-mask-element-text--left:after{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-divider__pattern-mask-element-icon--right,.ablocks-divider__pattern-mask-element-text--right{align-items:center;display:grid;grid-template-columns:1fr auto;height:auto;min-height:var(--ablocks-divider-pattern-height);width:100%}.ablocks-divider__pattern-mask-element-icon--right:before,.ablocks-divider__pattern-mask-element-text--right:before{align-items:center;background-color:var(--ablocks-divider-pattern-color);content:"";display:flex;height:var(--ablocks-divider-pattern-height);mask-image:var(--ablocks-divider-pattern-url);-webkit-mask-image:var(--ablocks-divider-pattern-url);mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;-webkit-mask-position-y:center}.ablocks-divider__pattern-css{border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);width:100%}.ablocks-divider__pattern-css-element-icon--center,.ablocks-divider__pattern-css-element-text--center{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;width:100%}.ablocks-divider__pattern-css-element-icon--center:after,.ablocks-divider__pattern-css-element-icon--center:before,.ablocks-divider__pattern-css-element-text--center:after,.ablocks-divider__pattern-css-element-text--center:before{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-divider__pattern-css-element-icon--left,.ablocks-divider__pattern-css-element-text--left{align-items:center;display:grid;grid-template-columns:auto 1fr;width:100%}.ablocks-divider__pattern-css-element-icon--left:after,.ablocks-divider__pattern-css-element-text--left:after{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-divider__pattern-css-element-icon--right,.ablocks-divider__pattern-css-element-text--right{align-items:center;display:grid;grid-template-columns:1fr auto;width:100%}.ablocks-divider__pattern-css-element-icon--right:before,.ablocks-divider__pattern-css-element-text--right:before{align-items:center;border-block-start:var(--ablocks-divider-pattern-weight) var(--ablocks-divider-pattern-style) var(--ablocks-divider-pattern-color);content:"";display:flex}.ablocks-block--divider .ablocks-divider__element-icon{display:inline-block;line-height:1}
.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--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}

@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ablocks-loop-loading-spinner{animation:spin 1s linear infinite;border:2px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#3498db;display:inline-block;height:16px;width:16px}.ablocks-loop-term-filter{align-items:center;background-color:#f4f4f5;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:20px;justify-content:center;margin-bottom:15px;padding:4px 32px}.ablocks-loop-term-filter--active{background:#000;color:#fff}.ablocks-block--loop-load-more{align-items:center;cursor:pointer!important;display:flex;justify-content:center;margin-top:15px;width:100%}.ablocks-block--loop-load-more .ablocks-loop-load-more__text{align-items:center;background:#13191b;border-radius:8px;display:flex;gap:8px;height:40px;justify-content:center;padding:0 20px}
.ablocks-loop-template-item{border:1px solid #f2f2f2;border-radius:8px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:20px}.ablocks-block-post{border:1px solid #f2f2f2;border-radius:8px;padding:20px}.ablocks-loop-term-filter--active{border:none;border-radius:8px;font-size:20px;padding:4px 32px}.wp-block-ablocks-loop-builder{align-items:center;display:flex;flex-direction:column}
.ablocks-block--featured-image img{height:100%;object-fit:contain;width:100%}
.ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f { 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:#ecebff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f.ablocks-hide-on-desktop,.ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f.ablocks-hide-on-tablet,.ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f.ablocks-hide-on-mobile { display:none; } } .ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;overflow:visible; } .ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-dff8b932-0754-4438-9791-12f9ce38ce8f > .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-dff8b932-0754-4438-9791-12f9ce38ce8f.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-dff8b932-0754-4438-9791-12f9ce38ce8f > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-7f050a60-c475-4d10-b86c-acd17a623977 { 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-7f050a60-c475-4d10-b86c-acd17a623977:hover { background:#fefefeb3; } .ablocks-block-7f050a60-c475-4d10-b86c-acd17a623977 { display:flex;justify-content:center; } .ablocks-block-7f050a60-c475-4d10-b86c-acd17a623977 .ablocks-image-figure img { width:120px;height:auto;opacity:1; } .ablocks-block-7f050a60-c475-4d10-b86c-acd17a623977 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-7f050a60-c475-4d10-b86c-acd17a623977 .ablocks-image-figure .ablocks-image-caption { text-align:left; } .image-hover-filter:hover img{ Opacity: 1; }
.ablocks-block-004a47a2-e5e9-4de1-90b8-25c2695c0450 { 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-004a47a2-e5e9-4de1-90b8-25c2695c0450:hover { background:#fefefeb3; } .ablocks-block-004a47a2-e5e9-4de1-90b8-25c2695c0450 { display:flex;justify-content:center; } .ablocks-block-004a47a2-e5e9-4de1-90b8-25c2695c0450 .ablocks-image-figure img { width:88px;height:auto;opacity:1; } .ablocks-block-004a47a2-e5e9-4de1-90b8-25c2695c0450 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-004a47a2-e5e9-4de1-90b8-25c2695c0450 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-1f662633-8478-4387-9be6-72f49e819f56 { 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-1f662633-8478-4387-9be6-72f49e819f56:hover { background:#fefefeb3; } .ablocks-block-1f662633-8478-4387-9be6-72f49e819f56 { display:flex;justify-content:center; } .ablocks-block-1f662633-8478-4387-9be6-72f49e819f56 .ablocks-image-figure img { width:110px;height:auto;opacity:1; } .ablocks-block-1f662633-8478-4387-9be6-72f49e819f56 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-1f662633-8478-4387-9be6-72f49e819f56 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-eda5132d-eccc-472f-b636-201a1b1d9952 { 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-eda5132d-eccc-472f-b636-201a1b1d9952:hover { background:#ffffffb3; } .ablocks-block-eda5132d-eccc-472f-b636-201a1b1d9952 { display:flex;justify-content:center; } .ablocks-block-eda5132d-eccc-472f-b636-201a1b1d9952 .ablocks-image-figure img { width:120px;height:auto;opacity:1; } .ablocks-block-eda5132d-eccc-472f-b636-201a1b1d9952 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-eda5132d-eccc-472f-b636-201a1b1d9952 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-453c0bf8-b94b-45f1-827f-ed5f954f4c7b { 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-453c0bf8-b94b-45f1-827f-ed5f954f4c7b:hover { background:#fefefeb3; } .ablocks-block-453c0bf8-b94b-45f1-827f-ed5f954f4c7b { display:flex;justify-content:center; } .ablocks-block-453c0bf8-b94b-45f1-827f-ed5f954f4c7b .ablocks-image-figure img { width:130px;height:auto;opacity:1; } .ablocks-block-453c0bf8-b94b-45f1-827f-ed5f954f4c7b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-453c0bf8-b94b-45f1-827f-ed5f954f4c7b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d85eca1f-1434-4af7-a403-4dc51fd6af53 { padding-top:13px;padding-right:15px;padding-bottom:15px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d85eca1f-1434-4af7-a403-4dc51fd6af53:hover { background:#fefefeb3; } .ablocks-block-d85eca1f-1434-4af7-a403-4dc51fd6af53 { display:flex;justify-content:center; } .ablocks-block-d85eca1f-1434-4af7-a403-4dc51fd6af53 .ablocks-image-figure img { width:120px;height:auto;opacity:1; } .ablocks-block-d85eca1f-1434-4af7-a403-4dc51fd6af53 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-d85eca1f-1434-4af7-a403-4dc51fd6af53 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f319e0a1-ec5e-4a74-9cbb-0a6713625ddd { padding-top:9px;padding-right:15px;padding-bottom:9px;padding-left:15px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f319e0a1-ec5e-4a74-9cbb-0a6713625ddd { display:flex;justify-content:center; } .ablocks-block-f319e0a1-ec5e-4a74-9cbb-0a6713625ddd .ablocks-image-figure img { width:100px;height:auto;opacity:1; } .ablocks-block-f319e0a1-ec5e-4a74-9cbb-0a6713625ddd .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-f319e0a1-ec5e-4a74-9cbb-0a6713625ddd .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-72942e7d-4172-41d5-9bde-9316bbbc9f1c { padding-top:14px;padding-right:15px;padding-bottom:15px;padding-left:15px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-72942e7d-4172-41d5-9bde-9316bbbc9f1c:hover { background:#fefefeb3; } .ablocks-block-72942e7d-4172-41d5-9bde-9316bbbc9f1c { display:flex;justify-content:center; } .ablocks-block-72942e7d-4172-41d5-9bde-9316bbbc9f1c .ablocks-image-figure img { width:106px;height:auto;opacity:1; } .ablocks-block-72942e7d-4172-41d5-9bde-9316bbbc9f1c .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0s,filter 0s,transform 0.3s;opacity:1; } .ablocks-block-72942e7d-4172-41d5-9bde-9316bbbc9f1c .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-e4c77210-1747-4c5a-9245-f51b0f83e84d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e4c77210-1747-4c5a-9245-f51b0f83e84d.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } .ablocks-block-e4c77210-1747-4c5a-9245-f51b0f83e84d { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e4c77210-1747-4c5a-9245-f51b0f83e84d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 { padding:0px;border-width:1px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-menu { justify-content:left; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5.ablocks-menu { justify-content:left; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item { color:#6a62ff;background:#ffffff;border-radius:6px;padding-top:7px;padding-right:4px;padding-bottom:7px;padding-left:0px;margin:0px; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { color:#6a62ff;background:#ffffff;border-radius:6px;padding-top:7px;padding-right:4px;padding-bottom:7px;padding-left:0px;margin:0px; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item:hover { color:6a62ff;background:#ffffff; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:6a62ff;background:#ffffff; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-block--menu-child-sub { width:247px; } @media screen and (max-width: 480px) { .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#6a62ff; } @media screen and (max-width: 480px) { .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:!important; } } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:6a62ff; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#6a62ff; } @media screen and (max-width: 480px) { .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:!important; } } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:6a62ff; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-menu__trigger-wrapper { justify-content:left; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-bb3ce0a7-1949-4a27-ad30-49659345a1c5 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:black;height:3px;width:30px; } 

.ablocks-block-fa818f54-f63f-4e8d-868a-5d2bc3b29503 { width:99%;left:0%;overflow-y:auto;overflow-x:hidden; } 
.ablocks-block-222821f1-5923-487f-af64-c0f47fc8a7fc { margin-top:10px;padding:12px;background:#ffffff;border-width:0px 1px 1px 1px;border-style:solid;border-color:#D0D5DD;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-222821f1-5923-487f-af64-c0f47fc8a7fc.ablocks-block--container { padding:12px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-222821f1-5923-487f-af64-c0f47fc8a7fc { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } .ablocks-block-222821f1-5923-487f-af64-c0f47fc8a7fc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:6px;column-gap:0px; } 
.ablocks-block-b61999dd-96c4-432f-b14d-8639607bd3e7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b61999dd-96c4-432f-b14d-8639607bd3e7 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#131111;border-radius:4px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;letter-spacing:-0.36px;padding:8px; } @media screen and (max-width: 800px) { .ablocks-block-b61999dd-96c4-432f-b14d-8639607bd3e7 .ablocks-button { font-family:Inter; } } .ablocks-block-b61999dd-96c4-432f-b14d-8639607bd3e7 .ablocks-button:hover { transition-duration:s;background:#D1E9FF;border-radius:4px; } .ablocks-block-b61999dd-96c4-432f-b14d-8639607bd3e7 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-b61999dd-96c4-432f-b14d-8639607bd3e7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-b61999dd-96c4-432f-b14d-8639607bd3e7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-61630ee1-73b2-436b-a982-3dbe2985f886 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-61630ee1-73b2-436b-a982-3dbe2985f886 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#131111;border-radius:4px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;letter-spacing:-0.36px;padding:8px; } @media screen and (max-width: 800px) { .ablocks-block-61630ee1-73b2-436b-a982-3dbe2985f886 .ablocks-button { font-family:Inter; } } .ablocks-block-61630ee1-73b2-436b-a982-3dbe2985f886 .ablocks-button:hover { transition-duration:s;background:#D1E9FF;border-radius:4px; } .ablocks-block-61630ee1-73b2-436b-a982-3dbe2985f886 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-61630ee1-73b2-436b-a982-3dbe2985f886 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-61630ee1-73b2-436b-a982-3dbe2985f886 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-91e1ad07-b9bb-423a-9a61-bdbac6f16546 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-91e1ad07-b9bb-423a-9a61-bdbac6f16546 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:start;width:100%;color:#131111;border-radius:4px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;letter-spacing:-0.36px;padding:8px; } @media screen and (max-width: 800px) { .ablocks-block-91e1ad07-b9bb-423a-9a61-bdbac6f16546 .ablocks-button { font-family:Inter; } } .ablocks-block-91e1ad07-b9bb-423a-9a61-bdbac6f16546 .ablocks-button:hover { transition-duration:s;background:#D1E9FF;border-radius:4px; } .ablocks-block-91e1ad07-b9bb-423a-9a61-bdbac6f16546 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-91e1ad07-b9bb-423a-9a61-bdbac6f16546 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-91e1ad07-b9bb-423a-9a61-bdbac6f16546 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-49f067dd-d104-4b3c-9f9c-92cd76eadb45 { padding-top:24px;padding-bottom:24px;background-image:url("http://template-kits.com/wp-content/uploads/2026/02/Frame-2121452069-1-scaled.webp");background-position:bottom center;background-repeat:no-repeat;background-size:cover;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-49f067dd-d104-4b3c-9f9c-92cd76eadb45.ablocks-block--container { padding-top:24px;padding-bottom:24px;overflow:visible; } .ablocks-block-49f067dd-d104-4b3c-9f9c-92cd76eadb45 > .ablocks-block-container { max-width:min(100%,1440px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-49f067dd-d104-4b3c-9f9c-92cd76eadb45 > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-49f067dd-d104-4b3c-9f9c-92cd76eadb45.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-49f067dd-d104-4b3c-9f9c-92cd76eadb45 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-96d84d04-a323-49b3-b0cd-6db1eb6887b8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-96d84d04-a323-49b3-b0cd-6db1eb6887b8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-96d84d04-a323-49b3-b0cd-6db1eb6887b8 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-96d84d04-a323-49b3-b0cd-6db1eb6887b8 { align-items:flex-end; } } .ablocks-block-96d84d04-a323-49b3-b0cd-6db1eb6887b8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-96d84d04-a323-49b3-b0cd-6db1eb6887b8.ablocks-has-block-container > .ablocks-block-container { align-items:flex-end; } } 
.ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-menu { justify-content:center; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045.ablocks-menu { justify-content:center; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item { color:#667085;border-width:1px;border-style:none;border-color:#6957cb00;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:24px;letter-spacing:-0.12px; } @media screen and (max-width: 800px) { .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item { font-family:Inter; } } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { color:#667085;border-width:1px;border-style:none;border-color:#6957cb00;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:20px;line-height:24px;letter-spacing:-0.12px; } @media screen and (max-width: 800px) { .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { font-family:Inter; } } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item:hover { color:#000000;border-width:1px;border-color:#98a2b3;border-style:none; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:#000000;border-width:1px;border-color:#98a2b3;border-style:none; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-block--menu-child-sub { margin-top:1px;width:250px; } @media screen and (max-width: 480px) { .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#667085; } @media screen and (max-width: 480px) { .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:!important; } } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:#000000; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#667085; } @media screen and (max-width: 480px) { .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:!important; } } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:#000000; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-menu__trigger-wrapper { justify-content:right; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-3397eddc-a46d-4114-9281-a9627ecf5045 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:#7A5AF8;height:3px;width:30px; } 




.ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-hide-on-desktop,.ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-hide-on-tablet,.ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-hide-on-mobile { display:none; } } .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-block--container { padding:0px;max-width:min(100%,19%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-block--container { max-width:min(100%,2%) !important; } } .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b { display:flex;flex-direction:column;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1570ec26-101e-4fc5-9d7c-4badb709977b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97.ablocks-hide-on-desktop,.ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97.ablocks-hide-on-tablet,.ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97.ablocks-hide-on-mobile { display:none; } } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 { text-align:left; } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-button { column-gap:6px;background:#9B8AFB;justify-content:left;color:#fefefe;border-width:1px;border-style:none;border-color:#ffffff;border-radius:6px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;letter-spacing:-0.18px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-button { font-family:Inter; } } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-button:hover { transition-duration:s; } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-icon-wrap { font-size:14px; } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-19415287-80f1-416f-a8e7-b959c2280f97 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7 { margin-top:0px;margin-right:0px;margin-left:0px;padding-top:52px;padding-right:96px;padding-bottom:62px;padding-left:96px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7 { padding-right:26px;padding-left:26px; } } @media screen and (max-width: 480px) { .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7 { padding-top:80px;padding-right:10px;padding-left:10px; } } .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7.ablocks-block--container { padding-top:52px;padding-right:96px;padding-bottom:62px;padding-left:96px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7.ablocks-block--container { padding-right:26px;padding-left:26px; } } @media screen and (max-width: 480px) { .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7.ablocks-block--container { padding-top:80px;padding-right:10px;padding-left:10px; } } .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7 > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-10cd58e5-b9b5-4ecd-9f9c-0b331dda0cc7 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-48493463-fd97-4a77-84db-bf6911a935b6 { padding-top:32px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-48493463-fd97-4a77-84db-bf6911a935b6.ablocks-block--container { padding-top:32px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,7%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-48493463-fd97-4a77-84db-bf6911a935b6.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-48493463-fd97-4a77-84db-bf6911a935b6 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-48493463-fd97-4a77-84db-bf6911a935b6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd { margin:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd { padding-top:30px; } } .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd.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-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd.ablocks-block--container { padding-top:30px; } } .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd { align-items:flex-start; } } .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-f9a1d39d-1cc2-4ffb-bb38-0f2da28b7ccd.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d { background:#ffffff00;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d.ablocks-block--social-shares:not(.ablocks-has-container), .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d.ablocks-block--social-shares .ablocks-block-container { flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share { border-width:1px;border-style:solid;border-color:#dedede;height:48px;width:48px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share:hover { background:#ffffff00; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share > .ablocks-svg-icon { fill:#13191B!important;width:16px;height:16px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share > .ablocks-svg-icon:hover { fill:!important; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share-item { border-width:1px;border-style:solid;border-color:#dedede;border-radius:6px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share-item--icon { width:48px;height:48px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share-item--icon>.ablocks-svg-icon { height:20px; } .ablocks-block-b5e2e276-a364-4390-911c-24fc4a404e4d .ablocks-social-share-item--text { width:80px;height:42px; } @media screen and (max-width: 800px) { .ablocks-block.ablocks-block--social-shares.sisocialcustomcss { flex-direction: row; } } 
.ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2 { margin-top:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2 { margin-top:40px; } } .ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,68%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-5e2dce98-006d-495e-bc53-29f4c9d0fee2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .table-content .ablocks-block--table-of-content{ display: none; } 
.ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec { width:100%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec.ablocks-hide-on-desktop,.ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec.ablocks-hide-on-tablet,.ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec.ablocks-hide-on-mobile { display:none; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc__header-title { font-family:Bricolage Grotesque;font-weight:400;color:#000000; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc__header { background:#F9FBFF; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc-body { background:#F9FBFF; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc__header-toggle-icon .ablocks-toc__show { font-size:20px; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc-body .ablocks-toc-list { list-style-type:none; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc-list, .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc-list li a { color:#333;font-family:Bricolage Grotesque;font-weight:400;text-decoration:none; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec .ablocks-toc-body .ablocks-toc-list li a { line-height:30px; } .ablocks-block-ab4e698c-408a-4605-998f-1181746b99ec a.ablocks-toc-item-link.active { color:#2763f3; } 
.ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 { text-align:left; } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#7B68EE;border-radius:0px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-button { font-family:Inter; } } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-button:hover { transition-duration:0s; } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-icon-wrap { font-size:20px; } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-08900664-036a-43d9-abd7-68977fe6b393 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#7B68EE; } 
.ablocks-block-856da0ba-1e8e-47ef-b623-e8d5fc551d5b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-856da0ba-1e8e-47ef-b623-e8d5fc551d5b { display:flex;justify-content:center; } .ablocks-block-856da0ba-1e8e-47ef-b623-e8d5fc551d5b .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-856da0ba-1e8e-47ef-b623-e8d5fc551d5b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-856da0ba-1e8e-47ef-b623-e8d5fc551d5b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-b4c17f37-bb41-4bac-836c-6241914bb209 { margin-top:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b4c17f37-bb41-4bac-836c-6241914bb209 { text-align:center; } .ablocks-block-b4c17f37-bb41-4bac-836c-6241914bb209 .ablocks-heading-text { color:#0F0E16;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:36px;line-height:54px; } @media screen and (max-width: 800px) { .ablocks-block-b4c17f37-bb41-4bac-836c-6241914bb209 .ablocks-heading-text { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-b4c17f37-bb41-4bac-836c-6241914bb209 .ablocks-heading-text { font-size:28px;line-height:46px; } } 
.ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5 { margin-top:12px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5 { flex-wrap:wrap; } } .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:16px; } @media screen and (max-width: 480px) { .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5.ablocks-has-block-container > .ablocks-block-container { flex-wrap:wrap; } } .ablocks-block-9ad727b1-792e-46a7-b3f7-75855639dbc5 { display:inline-flex; } 
.ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 { display:flex;justify-content:left; } .ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 .ablocks-image-figure img { width:30px;height:auto;opacity:1;border-radius:100px; } @media screen and (max-width: 480px) { .ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 .ablocks-image-figure img { width:24px; } } .ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-69907897-78f9-414d-b220-9b9d4f065164 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845:not(.ablocks-has-block-container), .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845.ablocks-block--dual-button > .ablocks-block-container { gap:16px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845:not(.ablocks-has-block-container), .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845.ablocks-block--dual-button > .ablocks-block-container { gap:8px; } } .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845 .ablocks-button { font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-9b62260b-9e7f-429c-b9cb-962c0e1c3845 .ablocks-button { font-family:Inter; } } 
.ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a { text-align:left; } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-button { column-gap:16px;background:#ffffff00;justify-content:left;color:#000;border-width:0px 1px 0px 0px;border-style:none;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-button { font-size:14px;line-height:22px; } } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-button:hover { transition-duration:0s; } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-icon-wrap { font-size:16px; } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-ea7afb9c-b35c-4092-bcb8-f09be08b528a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e { text-align:left; } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-button { column-gap:8px;background:#ffffff00;justify-content:left;color:#000;border-width:0px 1px 0px 1px;border-style:solid;border-color:#A7AAAD;border-radius:0px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:18px;line-height:28px;padding-top:0px;padding-right:16px;padding-bottom:0px;padding-left:16px; } @media screen and (max-width: 800px) { .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-button { font-size:14px;line-height:24px; } } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-button:hover { transition-duration:0s; } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-icon-wrap { font-size:14px; } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-43f5fb8a-99b5-4666-b9d4-b185a73d106e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#7b68ee; } 
.ablocks-block-c17e4140-f1cb-47e3-bcae-4ec2d57e6473 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c17e4140-f1cb-47e3-bcae-4ec2d57e6473:not(.ablocks-has-block-container), .ablocks-block-c17e4140-f1cb-47e3-bcae-4ec2d57e6473.ablocks-block--dual-button > .ablocks-block-container { gap:16px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } .ablocks-block-c17e4140-f1cb-47e3-bcae-4ec2d57e6473 .ablocks-button { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-c17e4140-f1cb-47e3-bcae-4ec2d57e6473 .ablocks-button { font-family:Inter; } } 
.ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb { text-align:left; } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-button { column-gap:10px;background:#ffffff00;justify-content:left;color:#454D54;border-width:0px 0px 0px 0px;border-style:none;border-color:#A7AAAD;border-radius:0px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-button { font-size:14px; } } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-button:hover { transition-duration:0s; } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-icon-wrap { font-size:14px; } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-9e4b2185-a02c-4100-8c0f-b0751593a6cb .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ed9100; } 
.ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499 { padding-top:32px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499.ablocks-block--container { padding-top:32px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,20%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499.ablocks-block--container { max-width:min(100%,44%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-9c5fb381-3abe-46aa-94ea-9dab9ed24499.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-28f8816f-f69d-4b45-ab9c-0805b1ac9682 { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-28f8816f-f69d-4b45-ab9c-0805b1ac9682.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-28f8816f-f69d-4b45-ab9c-0805b1ac9682 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-28f8816f-f69d-4b45-ab9c-0805b1ac9682.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 { padding:24px;border-width:1px;border-style:solid;border-color:#ededed;border-radius:4px;width:100%;box-shadow:2px 1px 9px 0px rgba(0,0,0,0.06);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc__header-title { font-family:Inter,sans-serif;font-weight:500;font-style:normal;text-decoration:none;font-size:16px;line-height:20px;color:#000; } @media screen and (max-width: 800px) { .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc__header-title { font-family:Inter; } } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc__header { background:#ffffff;padding:0px; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-body { background:#ffffff;padding-top:12px;padding-right:0px;padding-bottom:0px;padding-left:0px; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc__header-toggle-icon .ablocks-toc__show { font-size:20px; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-body .ablocks-toc-list { list-style-type:none; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-list, .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-list li a { color:#454F59;font-family:Inter,sans-serif;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;font-size:14px;line-height:20px; } @media screen and (max-width: 800px) { .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-list, .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-list li a { font-family:Inter; } } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 .ablocks-toc-body .ablocks-toc-list li a { line-height:20px; } .ablocks-block-1c40d870-2ac1-479c-9530-f2ee50576ff4 a.ablocks-toc-item-link.active { color:#2763f3; } .ablocks-toc-list li a { font-weight: 400; } .ablocks-toc-list li { padding-bottom: 10px; }
.ablocks-block-de9b47aa-7723-4143-8066-0a8c0dbee705 { margin-top:-19px;padding-top:120px;padding-bottom:120px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-de9b47aa-7723-4143-8066-0a8c0dbee705 { padding-top:60px;padding-bottom:60px; } } .ablocks-block-de9b47aa-7723-4143-8066-0a8c0dbee705.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-de9b47aa-7723-4143-8066-0a8c0dbee705.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } .ablocks-block-de9b47aa-7723-4143-8066-0a8c0dbee705 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-de9b47aa-7723-4143-8066-0a8c0dbee705 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:60px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-de9b47aa-7723-4143-8066-0a8c0dbee705 > .ablocks-block-container { align-items:center; } } .ablocks-block-de9b47aa-7723-4143-8066-0a8c0dbee705.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:60px;column-gap:20px; } @media screen and (max-width: 480px) { .ablocks-block-de9b47aa-7723-4143-8066-0a8c0dbee705.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-147ef505-c913-47da-af06-684facba7bbc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-147ef505-c913-47da-af06-684facba7bbc.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-147ef505-c913-47da-af06-684facba7bbc { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-147ef505-c913-47da-af06-684facba7bbc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-5255f368-6cda-4bc2-97b7-8fd96eacadeb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5255f368-6cda-4bc2-97b7-8fd96eacadeb { text-align:center; } .ablocks-block-5255f368-6cda-4bc2-97b7-8fd96eacadeb .ablocks-paragraph-text { color:#E3572B;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-5255f368-6cda-4bc2-97b7-8fd96eacadeb .ablocks-paragraph-text { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-5255f368-6cda-4bc2-97b7-8fd96eacadeb .ablocks-paragraph-text { font-size:14px; } } .ablocks-block-5255f368-6cda-4bc2-97b7-8fd96eacadeb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8193a7a1-ecc8-437e-b686-a1c8332d47d0 { margin-top:10px;width:55%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-8193a7a1-ecc8-437e-b686-a1c8332d47d0 { width:76%; } } @media screen and (max-width: 480px) { .ablocks-block-8193a7a1-ecc8-437e-b686-a1c8332d47d0 { width:100%; } } .ablocks-block-8193a7a1-ecc8-437e-b686-a1c8332d47d0 { text-align:center; } .ablocks-block-8193a7a1-ecc8-437e-b686-a1c8332d47d0 .ablocks-heading-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:44px;line-height:52.8px;letter-spacing:-1.188px; } @media screen and (max-width: 800px) { .ablocks-block-8193a7a1-ecc8-437e-b686-a1c8332d47d0 .ablocks-heading-text { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-8193a7a1-ecc8-437e-b686-a1c8332d47d0 .ablocks-heading-text { font-size:32px;line-height:38px; } } 
.ablocks-block-0f9c5336-038a-4b5e-afb1-51c552bd76e9 { margin-top:60px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-0f9c5336-038a-4b5e-afb1-51c552bd76e9 { margin-top:20px; } } .ablocks-block-0f9c5336-038a-4b5e-afb1-51c552bd76e9.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0f9c5336-038a-4b5e-afb1-51c552bd76e9 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-0f9c5336-038a-4b5e-afb1-51c552bd76e9 { row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-0f9c5336-038a-4b5e-afb1-51c552bd76e9 { flex-direction:column; } } .ablocks-block-0f9c5336-038a-4b5e-afb1-51c552bd76e9.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:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-0f9c5336-038a-4b5e-afb1-51c552bd76e9.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-0f9c5336-038a-4b5e-afb1-51c552bd76e9.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-0f9c5336-038a-4b5e-afb1-51c552bd76e9 { display:inline-flex; } 
.ablocks-block-a94dcd11-9839-4c59-9a8e-b0ab1579c457 { padding:0px;background:#ffffff;border-radius:20px;box-shadow:0px 0px 60px 0px rgba(0,0,0,0.05);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a94dcd11-9839-4c59-9a8e-b0ab1579c457.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a94dcd11-9839-4c59-9a8e-b0ab1579c457.ablocks-block--container { max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-a94dcd11-9839-4c59-9a8e-b0ab1579c457.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-a94dcd11-9839-4c59-9a8e-b0ab1579c457 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a94dcd11-9839-4c59-9a8e-b0ab1579c457.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4ce9def0-38bb-4fc0-8397-8b9f5bb32073 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4ce9def0-38bb-4fc0-8397-8b9f5bb32073 { display:flex;justify-content:center; } .ablocks-block-4ce9def0-38bb-4fc0-8397-8b9f5bb32073 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-4ce9def0-38bb-4fc0-8397-8b9f5bb32073 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-4ce9def0-38bb-4fc0-8397-8b9f5bb32073 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef { padding:30px;background:#ffffff;transition:border 0s ease,background 0.7s ease,box-shadow 0s ease;border-width:1px;border-style:none;border-color:#EAECF0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;box-shadow:0px 0px 60px 0px #0000000D;position:relative; } @media screen and (max-width: 800px) { .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef { padding:20px; } } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef:hover { background:#E3572B; } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef:not(.ablocks-has-block-container), .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef.ablocks-block--info-box > .ablocks-block-container { gap:20px;display:flex;flex-direction:row; } @media screen and (max-width: 800px) { .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef:not(.ablocks-has-block-container), .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } @media screen and (max-width: 480px) { .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef:not(.ablocks-has-block-container), .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef.ablocks-block--info-box > .ablocks-block-container { flex-direction:column;align-items:flex-start; } } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef .ablocks-block--info-box__content { gap:20px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef .ablocks-block--info-box__content { gap:15px; } } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef .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-a0482258-8359-439a-99ec-5fb6767922ef .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:65px; } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:600;font-style:SemiBold;font-size:28px;line-height:33.6px;letter-spacing:-0.76px;color:#011839; } @media screen and (max-width: 800px) { .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { color:#ffffff;transition-duration:s; } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef .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-a0482258-8359-439a-99ec-5fb6767922ef .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#20385B;font-family:"DM Sans",sans-serif;font-weight:400;font-style:9pt Regular;font-size:16px;line-height:25.6px; } @media screen and (max-width: 800px) { .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:DM Sans; } } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:#ffffff;transition-duration:s; } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef .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-a0482258-8359-439a-99ec-5fb6767922ef .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-a0482258-8359-439a-99ec-5fb6767922ef.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-a0482258-8359-439a-99ec-5fb6767922ef.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-a0482258-8359-439a-99ec-5fb6767922ef .ablocks-info-box-star-rating-number { color:#000000;order:10;font-weight:400; } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#EAECF0;justify-content:center;color:#0B0A14;border-radius:60px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:18px;line-height:23.44px;padding-top:10px;padding-right:14px;padding-bottom:10px;padding-left:18px;margin-top:12px; } @media screen and (max-width: 800px) { .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef .ablocks-block--info-box__content > .ablocks-info-box-btn-link { font-family:DM Sans; } } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover { color:#ffffff;background:#101828; } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-a0482258-8359-439a-99ec-5fb6767922ef .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#0B0A14; } 
.ablocks-block-cb59a0eb-d267-461c-b530-85c060f802ec { padding:0px;border-radius:20px;box-shadow:0px 0px 60px 0px rgba(0,0,0,0.05);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cb59a0eb-d267-461c-b530-85c060f802ec.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-cb59a0eb-d267-461c-b530-85c060f802ec.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-cb59a0eb-d267-461c-b530-85c060f802ec.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-cb59a0eb-d267-461c-b530-85c060f802ec { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-cb59a0eb-d267-461c-b530-85c060f802ec.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-cd7fe556-8b36-4be8-beb4-01460e758fbd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cd7fe556-8b36-4be8-beb4-01460e758fbd { display:flex;justify-content:center; } .ablocks-block-cd7fe556-8b36-4be8-beb4-01460e758fbd .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-cd7fe556-8b36-4be8-beb4-01460e758fbd .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-cd7fe556-8b36-4be8-beb4-01460e758fbd .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a { padding:30px;background:#ffffff;transition:border 0s ease,background 0.7s ease,box-shadow 0s ease;border-width:1px;border-style:none;border-color:#EAECF0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;box-shadow:0px 0px 60px 0px #0000000D;position:relative; } @media screen and (max-width: 800px) { .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a { padding:20px; } } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a:hover { background:#E3572B; } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a:not(.ablocks-has-block-container), .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a.ablocks-block--info-box > .ablocks-block-container { gap:20px;display:flex;flex-direction:row; } @media screen and (max-width: 800px) { .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a:not(.ablocks-has-block-container), .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } @media screen and (max-width: 480px) { .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a:not(.ablocks-has-block-container), .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a.ablocks-block--info-box > .ablocks-block-container { flex-direction:column;align-items:flex-start; } } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a .ablocks-block--info-box__content { gap:20px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a .ablocks-block--info-box__content { gap:15px; } } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a .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-460fa088-016f-4e61-a746-c0190cb24f5a .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a > .ablocks-block-container > a .ablocks-icon-wrap { background:#ECF8F8;border-radius:50%;padding:.5em;font-size:unset;padding-top:12px;padding-right:12px;padding-bottom:9px;padding-left:12px; } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:600;font-style:SemiBold;font-size:28px;line-height:33.6px;letter-spacing:-0.76px;color:#011839; } @media screen and (max-width: 800px) { .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { color:#ffffff;transition-duration:s; } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a .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-460fa088-016f-4e61-a746-c0190cb24f5a .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#20385B;font-family:"DM Sans",sans-serif;font-weight:400;font-style:9pt Regular;font-size:16px;line-height:25.6px; } @media screen and (max-width: 800px) { .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:DM Sans; } } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:#ffffff;transition-duration:s; } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a .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-460fa088-016f-4e61-a746-c0190cb24f5a .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-460fa088-016f-4e61-a746-c0190cb24f5a.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-460fa088-016f-4e61-a746-c0190cb24f5a.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-460fa088-016f-4e61-a746-c0190cb24f5a .ablocks-info-box-star-rating-number { color:#000000;order:10;font-weight:400; } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#EAECF0;justify-content:center;color:#0B0A14;border-radius:60px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:18px;line-height:23.44px;padding-top:10px;padding-right:14px;padding-bottom:10px;padding-left:18px;margin-top:12px; } @media screen and (max-width: 800px) { .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a .ablocks-block--info-box__content > .ablocks-info-box-btn-link { font-family:DM Sans; } } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover { color:#ffffff;background:#101828; } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-460fa088-016f-4e61-a746-c0190cb24f5a .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#0B0A14; } 
.ablocks-block-94b28781-144d-4687-9766-92d6b0a37c02 { padding:0px;background:#ffffff;border-radius:20px;box-shadow:0px 0px 60px 0px rgba(0,0,0,0.05);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-94b28781-144d-4687-9766-92d6b0a37c02.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-94b28781-144d-4687-9766-92d6b0a37c02.ablocks-block--container { max-width:min(100%,50%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-94b28781-144d-4687-9766-92d6b0a37c02.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-94b28781-144d-4687-9766-92d6b0a37c02 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-94b28781-144d-4687-9766-92d6b0a37c02.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-39aceb29-8e22-46f9-87a1-700dd26b79bd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-39aceb29-8e22-46f9-87a1-700dd26b79bd { display:flex;justify-content:center; } .ablocks-block-39aceb29-8e22-46f9-87a1-700dd26b79bd .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-39aceb29-8e22-46f9-87a1-700dd26b79bd .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-39aceb29-8e22-46f9-87a1-700dd26b79bd .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 { padding:30px;background:#ffffff;transition:border 0s ease,background 0.7s ease,box-shadow 0s ease;border-width:1px;border-style:none;border-color:#EAECF0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;box-shadow:0px 0px 60px 0px #0000000D;position:relative; } @media screen and (max-width: 800px) { .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 { padding:20px; } } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4:hover { background:#E3572B; } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4:not(.ablocks-has-block-container), .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4.ablocks-block--info-box > .ablocks-block-container { gap:20px;display:flex;flex-direction:row; } @media screen and (max-width: 800px) { .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4:not(.ablocks-has-block-container), .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4.ablocks-block--info-box > .ablocks-block-container { align-items:center; } } @media screen and (max-width: 480px) { .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4:not(.ablocks-has-block-container), .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4.ablocks-block--info-box > .ablocks-block-container { flex-direction:column;align-items:flex-start; } } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 .ablocks-block--info-box__content { gap:20px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 .ablocks-block--info-box__content { gap:15px; } } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 .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-2a618da9-f65f-48c9-875e-e314c56708d4 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:65px; } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:600;font-style:SemiBold;font-size:28px;line-height:33.6px;letter-spacing:-0.76px;color:#011839; } @media screen and (max-width: 800px) { .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { color:#ffffff;transition-duration:s; } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 .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-2a618da9-f65f-48c9-875e-e314c56708d4 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#20385B;font-family:"DM Sans",sans-serif;font-weight:400;font-style:9pt Regular;font-size:16px;line-height:25.6px; } @media screen and (max-width: 800px) { .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:DM Sans; } } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { color:#ffffff;transition-duration:s; } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 .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-2a618da9-f65f-48c9-875e-e314c56708d4 .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-2a618da9-f65f-48c9-875e-e314c56708d4.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-2a618da9-f65f-48c9-875e-e314c56708d4.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-2a618da9-f65f-48c9-875e-e314c56708d4 .ablocks-info-box-star-rating-number { color:#000000;order:10;font-weight:400; } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#EAECF0;justify-content:center;color:#0B0A14;border-radius:60px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:18px;line-height:23.44px;padding-top:10px;padding-right:14px;padding-bottom:10px;padding-left:18px;margin-top:12px; } @media screen and (max-width: 800px) { .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { font-family:DM Sans; } } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover { color:#ffffff;background:#101828; } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2a618da9-f65f-48c9-875e-e314c56708d4 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#0B0A14; } 
.ablocks-block-60516834-94d6-4d14-bf7c-8e1009872737 { margin-top:0px;padding-top:52px;padding-bottom:52px;background:#C2DF93;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-60516834-94d6-4d14-bf7c-8e1009872737 { padding-top:35px;padding-bottom:40px; } } .ablocks-block-60516834-94d6-4d14-bf7c-8e1009872737.ablocks-block--container { padding-top:52px;padding-bottom:52px;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-60516834-94d6-4d14-bf7c-8e1009872737.ablocks-block--container { padding-top:35px;padding-bottom:40px; } } .ablocks-block-60516834-94d6-4d14-bf7c-8e1009872737 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-60516834-94d6-4d14-bf7c-8e1009872737 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-60516834-94d6-4d14-bf7c-8e1009872737.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-9ea5100f-bfd7-4cab-9260-ff89c2b2af91 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9ea5100f-bfd7-4cab-9260-ff89c2b2af91.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9ea5100f-bfd7-4cab-9260-ff89c2b2af91 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9ea5100f-bfd7-4cab-9260-ff89c2b2af91.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-4a853407-1ebd-4346-83ce-c4fa2f67cdc5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4a853407-1ebd-4346-83ce-c4fa2f67cdc5 .ablocks-carousel-swiper .swiper-wrapper { min-height:60px;align-items:center; } .ablocks-block-4a853407-1ebd-4346-83ce-c4fa2f67cdc5 .ablocks-carousel-navigation__button { top:50%; } .ablocks-block-4a853407-1ebd-4346-83ce-c4fa2f67cdc5 .ablocks-carousel-navigation__button--next { right:-3%; } .ablocks-block-4a853407-1ebd-4346-83ce-c4fa2f67cdc5 .ablocks-carousel-navigation__button--prev { left:-3%; } .ablocks-block-4a853407-1ebd-4346-83ce-c4fa2f67cdc5 .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:35px; } .ablocks-block-4a853407-1ebd-4346-83ce-c4fa2f67cdc5 .ablocks-carousel-pagination { left:47%;top:100%; } .ablocks-block-4a853407-1ebd-4346-83ce-c4fa2f67cdc5 .swiper-pagination-bullet { background-color:gray;width:8px;height:8px; } .ablocks-block-4a853407-1ebd-4346-83ce-c4fa2f67cdc5 .swiper-pagination-bullet:hover { background-color:black;width:8px;height:8px; } .ablocks-block-4a853407-1ebd-4346-83ce-c4fa2f67cdc5 .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color:#000000;width:8px;height:8px; } .ablocks-block-4a853407-1ebd-4346-83ce-c4fa2f67cdc5 .swiper-pagination-bullet.swiper-pagination-bullet-active:hover { background-color:black;width:8px;height:8px; } .ablocks-block-4a853407-1ebd-4346-83ce-c4fa2f67cdc5 .ablocks-carousel-navigation__button .ablocks-svg-icon { fill:#686868;background-color:#e4e4e4; } .ablocks-block-4a853407-1ebd-4346-83ce-c4fa2f67cdc5 .ablocks-carousel-navigation__button .ablocks-svg-icon:hover { transition-duration:s; } 
.ablocks-block-78fc7cf9-9351-4e1f-b24c-8c5978233826 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-9c28f243-2f02-4d25-a3ee-abfcd14013a2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9c28f243-2f02-4d25-a3ee-abfcd14013a2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9c28f243-2f02-4d25-a3ee-abfcd14013a2 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9c28f243-2f02-4d25-a3ee-abfcd14013a2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e183ecbf-5568-4054-bd1b-2b4e25467837 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e183ecbf-5568-4054-bd1b-2b4e25467837 { display:flex;justify-content:left; } .ablocks-block-e183ecbf-5568-4054-bd1b-2b4e25467837 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-e183ecbf-5568-4054-bd1b-2b4e25467837 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-e183ecbf-5568-4054-bd1b-2b4e25467837 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-0b1fbfba-b06a-48e5-bb40-bed1c096876d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-a7c8b2b2-a9e3-4705-9d7d-e354cce0ffbe { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a7c8b2b2-a9e3-4705-9d7d-e354cce0ffbe.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a7c8b2b2-a9e3-4705-9d7d-e354cce0ffbe { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a7c8b2b2-a9e3-4705-9d7d-e354cce0ffbe.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1f405760-bc14-4406-a7b2-ee2ab3272e0e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1f405760-bc14-4406-a7b2-ee2ab3272e0e { display:flex;justify-content:left; } .ablocks-block-1f405760-bc14-4406-a7b2-ee2ab3272e0e .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-1f405760-bc14-4406-a7b2-ee2ab3272e0e .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-1f405760-bc14-4406-a7b2-ee2ab3272e0e .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-0954eea0-bfd9-4052-9ddd-49c81f32439b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-6d58d5b0-1c80-42bf-b1ae-179088c7ed63 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6d58d5b0-1c80-42bf-b1ae-179088c7ed63.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6d58d5b0-1c80-42bf-b1ae-179088c7ed63 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6d58d5b0-1c80-42bf-b1ae-179088c7ed63.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-59fed7ec-67ba-425c-9086-054c96f4efbe { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-59fed7ec-67ba-425c-9086-054c96f4efbe { display:flex;justify-content:left; } .ablocks-block-59fed7ec-67ba-425c-9086-054c96f4efbe .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-59fed7ec-67ba-425c-9086-054c96f4efbe .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-59fed7ec-67ba-425c-9086-054c96f4efbe .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-47bbe9a0-d878-4e5b-8570-9b03f4aabdc6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-74e02e9e-3519-458c-8e40-a8f9c0b076f5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-74e02e9e-3519-458c-8e40-a8f9c0b076f5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-74e02e9e-3519-458c-8e40-a8f9c0b076f5 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-74e02e9e-3519-458c-8e40-a8f9c0b076f5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2f34f226-7da3-4af2-be1c-692040e62ad4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2f34f226-7da3-4af2-be1c-692040e62ad4 { display:flex;justify-content:left; } .ablocks-block-2f34f226-7da3-4af2-be1c-692040e62ad4 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-2f34f226-7da3-4af2-be1c-692040e62ad4 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-2f34f226-7da3-4af2-be1c-692040e62ad4 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-cd8ba308-c3dd-4aa3-bef5-30fb26433afe { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-ac001e8a-ed21-4645-8631-1d54c26e5426 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ac001e8a-ed21-4645-8631-1d54c26e5426.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ac001e8a-ed21-4645-8631-1d54c26e5426 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ac001e8a-ed21-4645-8631-1d54c26e5426.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d54b3be6-edce-42f5-95c8-fd80059c2497 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d54b3be6-edce-42f5-95c8-fd80059c2497 { display:flex;justify-content:left; } .ablocks-block-d54b3be6-edce-42f5-95c8-fd80059c2497 .ablocks-image-figure img { width:202px;height:auto;opacity:1; } .ablocks-block-d54b3be6-edce-42f5-95c8-fd80059c2497 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-d54b3be6-edce-42f5-95c8-fd80059c2497 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-8eb1118f-ef34-4885-970e-8b96c2e9001b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-b43ad8a4-0c33-423f-abdc-e3519e76a36f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b43ad8a4-0c33-423f-abdc-e3519e76a36f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b43ad8a4-0c33-423f-abdc-e3519e76a36f { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b43ad8a4-0c33-423f-abdc-e3519e76a36f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8491cce8-4c54-4bc1-8ca8-0e89fbb2dda7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8491cce8-4c54-4bc1-8ca8-0e89fbb2dda7 { display:flex;justify-content:left; } .ablocks-block-8491cce8-4c54-4bc1-8ca8-0e89fbb2dda7 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-8491cce8-4c54-4bc1-8ca8-0e89fbb2dda7 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-8491cce8-4c54-4bc1-8ca8-0e89fbb2dda7 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-a6f0653d-9452-4592-941b-5bf0e993b6e9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-ee0eb1ac-f51c-48df-b6dd-0717f00c3533 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ee0eb1ac-f51c-48df-b6dd-0717f00c3533.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ee0eb1ac-f51c-48df-b6dd-0717f00c3533 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ee0eb1ac-f51c-48df-b6dd-0717f00c3533.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-784baff7-5166-4265-ad97-869ce299f969 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-784baff7-5166-4265-ad97-869ce299f969 { display:flex;justify-content:left; } .ablocks-block-784baff7-5166-4265-ad97-869ce299f969 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-784baff7-5166-4265-ad97-869ce299f969 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-784baff7-5166-4265-ad97-869ce299f969 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-54505b85-7616-401d-9741-3eac770f0c38 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-48e55794-1502-45d3-90c3-4743a39f6a1d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-48e55794-1502-45d3-90c3-4743a39f6a1d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-48e55794-1502-45d3-90c3-4743a39f6a1d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-48e55794-1502-45d3-90c3-4743a39f6a1d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-054761a2-ba08-4df7-8681-b0f9292dc5c6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-054761a2-ba08-4df7-8681-b0f9292dc5c6 { display:flex;justify-content:left; } .ablocks-block-054761a2-ba08-4df7-8681-b0f9292dc5c6 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-054761a2-ba08-4df7-8681-b0f9292dc5c6 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-054761a2-ba08-4df7-8681-b0f9292dc5c6 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-4a67cc19-c171-4c82-85c2-d535d7a1fb0a { margin-top:0px;padding-top:82px;padding-bottom:120px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4a67cc19-c171-4c82-85c2-d535d7a1fb0a { padding-top:30px;padding-bottom:30px; } } @media screen and (max-width: 480px) { .ablocks-block-4a67cc19-c171-4c82-85c2-d535d7a1fb0a { padding-top:50px;padding-bottom:20px; } } .ablocks-block-4a67cc19-c171-4c82-85c2-d535d7a1fb0a.ablocks-block--container { padding-top:82px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-4a67cc19-c171-4c82-85c2-d535d7a1fb0a.ablocks-block--container { padding-top:30px;padding-bottom:30px; } } @media screen and (max-width: 480px) { .ablocks-block-4a67cc19-c171-4c82-85c2-d535d7a1fb0a.ablocks-block--container { padding-top:50px;padding-bottom:20px; } } .ablocks-block-4a67cc19-c171-4c82-85c2-d535d7a1fb0a > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-4a67cc19-c171-4c82-85c2-d535d7a1fb0a > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:120px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-4a67cc19-c171-4c82-85c2-d535d7a1fb0a > .ablocks-block-container { row-gap:60px; } } .ablocks-block-4a67cc19-c171-4c82-85c2-d535d7a1fb0a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:120px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-4a67cc19-c171-4c82-85c2-d535d7a1fb0a.ablocks-has-block-container > .ablocks-block-container { row-gap:60px; } } 
.ablocks-block-c3a75c2a-a4e3-4de8-99cc-6b0dfc832a1a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c3a75c2a-a4e3-4de8-99cc-6b0dfc832a1a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c3a75c2a-a4e3-4de8-99cc-6b0dfc832a1a { 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-c3a75c2a-a4e3-4de8-99cc-6b0dfc832a1a { column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-c3a75c2a-a4e3-4de8-99cc-6b0dfc832a1a { flex-direction:column;row-gap:40px; } } .ablocks-block-c3a75c2a-a4e3-4de8-99cc-6b0dfc832a1a.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-c3a75c2a-a4e3-4de8-99cc-6b0dfc832a1a.ablocks-has-block-container > .ablocks-block-container { column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-c3a75c2a-a4e3-4de8-99cc-6b0dfc832a1a.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:40px; } } .ablocks-block-c3a75c2a-a4e3-4de8-99cc-6b0dfc832a1a { display:inline-flex; } 
.ablocks-block-42ad4575-4f1a-4ef8-9527-b93f42419395 { margin-top:45px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-42ad4575-4f1a-4ef8-9527-b93f42419395 { margin-top:0px; } } .ablocks-block-42ad4575-4f1a-4ef8-9527-b93f42419395.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-42ad4575-4f1a-4ef8-9527-b93f42419395.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-42ad4575-4f1a-4ef8-9527-b93f42419395 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-42ad4575-4f1a-4ef8-9527-b93f42419395 { row-gap:6px; } } .ablocks-block-42ad4575-4f1a-4ef8-9527-b93f42419395.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: 480px) { .ablocks-block-42ad4575-4f1a-4ef8-9527-b93f42419395.ablocks-has-block-container > .ablocks-block-container { row-gap:6px; } } 
.ablocks-block-7a809a76-8cbf-4c12-9fc6-20e8a2c02c1b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7a809a76-8cbf-4c12-9fc6-20e8a2c02c1b { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-7a809a76-8cbf-4c12-9fc6-20e8a2c02c1b { text-align:center; } } .ablocks-block-7a809a76-8cbf-4c12-9fc6-20e8a2c02c1b .ablocks-heading-text { color:#E3572B;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-7a809a76-8cbf-4c12-9fc6-20e8a2c02c1b .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-a116336d-5fd3-40e9-848e-08ee5f194d2f { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a116336d-5fd3-40e9-848e-08ee5f194d2f { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-a116336d-5fd3-40e9-848e-08ee5f194d2f { text-align:center; } } .ablocks-block-a116336d-5fd3-40e9-848e-08ee5f194d2f .ablocks-heading-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:44px;line-height:52.8px;letter-spacing:-1.188px; } @media screen and (max-width: 800px) { .ablocks-block-a116336d-5fd3-40e9-848e-08ee5f194d2f .ablocks-heading-text { font-family:DM Sans;font-size:32px;line-height:38px; } } 
.ablocks-block-06e0cab0-dfc0-4685-b06c-cc83cd02f735 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-06e0cab0-dfc0-4685-b06c-cc83cd02f735 { margin-top:10px; } } .ablocks-block-06e0cab0-dfc0-4685-b06c-cc83cd02f735 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-06e0cab0-dfc0-4685-b06c-cc83cd02f735 { text-align:center; } } .ablocks-block-06e0cab0-dfc0-4685-b06c-cc83cd02f735 .ablocks-paragraph-text { color:#20385B;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:25.6px; } @media screen and (max-width: 800px) { .ablocks-block-06e0cab0-dfc0-4685-b06c-cc83cd02f735 .ablocks-paragraph-text { font-family:DM Sans;line-height:20px; } } .ablocks-block-06e0cab0-dfc0-4685-b06c-cc83cd02f735 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3b00372f-56d3-4243-ab6e-3bb7d05f735b { margin-top:30px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-3b00372f-56d3-4243-ab6e-3bb7d05f735b { margin-top:12px; } } @media screen and (max-width: 480px) { .ablocks-block-3b00372f-56d3-4243-ab6e-3bb7d05f735b { margin-top:15px; } } .ablocks-block-3b00372f-56d3-4243-ab6e-3bb7d05f735b.ablocks-block--container { padding:0px;max-width:min(100%,70%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3b00372f-56d3-4243-ab6e-3bb7d05f735b.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-3b00372f-56d3-4243-ab6e-3bb7d05f735b { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3b00372f-56d3-4243-ab6e-3bb7d05f735b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57:not(.ablocks-has-block-container), .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57.ablocks-block--info-box > .ablocks-block-container { gap:33px;display:flex;flex-direction:row;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57:not(.ablocks-has-block-container), .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57.ablocks-block--info-box > .ablocks-block-container { gap:20px; } } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 .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-6d390c61-e568-415a-ac69-92ffc5c96b57 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 > .ablocks-block-container > a .ablocks-icon-wrap { background:#ecf8f8;border-radius:50%;padding:.5em;font-size:unset;padding-top:10px;padding-right:10px;padding-bottom:6px;padding-left:13px; } @media screen and (max-width: 800px) { .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 > .ablocks-block-container > a .ablocks-icon-wrap { padding-right:9px;padding-left:12px; } } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } @media screen and (max-width: 800px) { .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 > a .ablocks-icon-wrap > img.ablocks-image-icon { width:32px; } } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:32px;letter-spacing:1px;color:#011839; } @media screen and (max-width: 800px) { .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans;font-size:16px;line-height:28px; } } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 .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-6d390c61-e568-415a-ac69-92ffc5c96b57 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 .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-6d390c61-e568-415a-ac69-92ffc5c96b57 .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-6d390c61-e568-415a-ac69-92ffc5c96b57.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-6d390c61-e568-415a-ac69-92ffc5c96b57.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-6d390c61-e568-415a-ac69-92ffc5c96b57 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 .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-6d390c61-e568-415a-ac69-92ffc5c96b57 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-6d390c61-e568-415a-ac69-92ffc5c96b57 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-140b32b1-2c2f-437f-9458-50a4959b32ef { margin-top:20px;padding-top:19px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#D1D1D1;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-140b32b1-2c2f-437f-9458-50a4959b32ef { margin-top:10px;padding-top:9px; } } .ablocks-block-140b32b1-2c2f-437f-9458-50a4959b32ef.ablocks-block--container { padding-top:19px;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-140b32b1-2c2f-437f-9458-50a4959b32ef.ablocks-block--container { padding-top:9px; } } .ablocks-block-140b32b1-2c2f-437f-9458-50a4959b32ef { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-140b32b1-2c2f-437f-9458-50a4959b32ef.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d930e05e-62c1-4940-931e-41a47ae44eea { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d930e05e-62c1-4940-931e-41a47ae44eea.ablocks-block--container { padding:0px;max-width:min(100%,70%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d930e05e-62c1-4940-931e-41a47ae44eea.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-d930e05e-62c1-4940-931e-41a47ae44eea { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d930e05e-62c1-4940-931e-41a47ae44eea.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2:not(.ablocks-has-block-container), .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2.ablocks-block--info-box > .ablocks-block-container { gap:33px;display:flex;flex-direction:row;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2:not(.ablocks-has-block-container), .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2.ablocks-block--info-box > .ablocks-block-container { gap:20px; } } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 .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-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 > .ablocks-block-container > a .ablocks-icon-wrap { background:#ecf8f8;border-radius:50%;padding:.5em;font-size:unset;padding-top:10px;padding-right:10px;padding-bottom:6px;padding-left:13px; } @media screen and (max-width: 800px) { .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 > .ablocks-block-container > a .ablocks-icon-wrap { padding-right:9px;padding-left:12px; } } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } @media screen and (max-width: 800px) { .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 > a .ablocks-icon-wrap > img.ablocks-image-icon { width:32px; } } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:20px;line-height:32px;letter-spacing:1px;color:#011839; } @media screen and (max-width: 800px) { .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans;font-size:16px;line-height:28px; } } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 .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-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 .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-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 .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-0f481dca-a8d1-40dd-97b4-b72a18f70fd2.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-0f481dca-a8d1-40dd-97b4-b72a18f70fd2.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-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 .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-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-0f481dca-a8d1-40dd-97b4-b72a18f70fd2 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-bb54ac4b-dffb-4870-802e-5becdd7e3b7d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bb54ac4b-dffb-4870-802e-5becdd7e3b7d.ablocks-block--container { padding:0px;max-width:min(100%,44%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-bb54ac4b-dffb-4870-802e-5becdd7e3b7d.ablocks-block--container { max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-bb54ac4b-dffb-4870-802e-5becdd7e3b7d.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-bb54ac4b-dffb-4870-802e-5becdd7e3b7d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bb54ac4b-dffb-4870-802e-5becdd7e3b7d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-6378e6eb-dea3-4c1d-aa3c-9112b5e7586a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6378e6eb-dea3-4c1d-aa3c-9112b5e7586a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6378e6eb-dea3-4c1d-aa3c-9112b5e7586a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6378e6eb-dea3-4c1d-aa3c-9112b5e7586a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-5bb31ba3-5c84-4bbc-9108-630745e4f460 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5bb31ba3-5c84-4bbc-9108-630745e4f460 { display:flex;justify-content:center; } .ablocks-block-5bb31ba3-5c84-4bbc-9108-630745e4f460 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-5bb31ba3-5c84-4bbc-9108-630745e4f460 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-5bb31ba3-5c84-4bbc-9108-630745e4f460 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-b336e58e-1aae-42ac-96db-610647c40821 { margin-top:-226px;padding-top:29px;padding-right:50px;padding-bottom:29px;padding-left:29px;background:#ffffff;border-width:5px;border-style:solid;border-color:#d1d1d1;border-radius:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b336e58e-1aae-42ac-96db-610647c40821 { margin-top:-120px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-b336e58e-1aae-42ac-96db-610647c40821 > .ablocks-block-container { transform:rotateZ(0deg); } .ablocks-block-b336e58e-1aae-42ac-96db-610647c40821.ablocks-block--container { padding-top:29px;padding-right:50px;padding-bottom:29px;padding-left:29px;max-width:min(100%,62%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b336e58e-1aae-42ac-96db-610647c40821.ablocks-block--container { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;max-width:min(100%,60%) !important; } } .ablocks-block-b336e58e-1aae-42ac-96db-610647c40821 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b336e58e-1aae-42ac-96db-610647c40821.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2346ef6b-341e-4343-98a0-59fc3e2df316 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2346ef6b-341e-4343-98a0-59fc3e2df316.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2346ef6b-341e-4343-98a0-59fc3e2df316 { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:center;min-height:0px;row-gap:0px;column-gap:15px; } .ablocks-block-2346ef6b-341e-4343-98a0-59fc3e2df316.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:0px;column-gap:15px; } .ablocks-block-2346ef6b-341e-4343-98a0-59fc3e2df316 { display:inline-flex; } 
.ablocks-block-2b3a7656-490e-41c0-8db0-7719c4a4714c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2b3a7656-490e-41c0-8db0-7719c4a4714c { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-2b3a7656-490e-41c0-8db0-7719c4a4714c .ablocks-icon-wrap { font-size:unset; } .ablocks-block-2b3a7656-490e-41c0-8db0-7719c4a4714c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:60px; } @media screen and (max-width: 800px) { .ablocks-block-2b3a7656-490e-41c0-8db0-7719c4a4714c .ablocks-icon-wrap img.ablocks-image-icon { width:40px; } } .ablocks-block-2b3a7656-490e-41c0-8db0-7719c4a4714c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-3c666ebf-1d0b-482f-a524-44828faa2c14 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3c666ebf-1d0b-482f-a524-44828faa2c14 { text-align:left; } .ablocks-block-3c666ebf-1d0b-482f-a524-44828faa2c14 .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:24px;line-height:36px;letter-spacing:-0.648px; } @media screen and (max-width: 800px) { .ablocks-block-3c666ebf-1d0b-482f-a524-44828faa2c14 .ablocks-paragraph-text { font-family:DM Sans;font-size:14px;line-height:20px;letter-spacing:1px; } } .ablocks-block-3c666ebf-1d0b-482f-a524-44828faa2c14 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-43b0fcbb-bb9c-4b41-ae41-3a1f53f2f6ce { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-43b0fcbb-bb9c-4b41-ae41-3a1f53f2f6ce { margin-top:10px; } } .ablocks-block-43b0fcbb-bb9c-4b41-ae41-3a1f53f2f6ce { text-align:left; } .ablocks-block-43b0fcbb-bb9c-4b41-ae41-3a1f53f2f6ce .ablocks-paragraph-text { color:#20385B;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-43b0fcbb-bb9c-4b41-ae41-3a1f53f2f6ce .ablocks-paragraph-text { font-family:DM Sans;line-height:18px; } } .ablocks-block-43b0fcbb-bb9c-4b41-ae41-3a1f53f2f6ce .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-cadceff3-1be3-4da1-bad9-08ec79fef718 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cadceff3-1be3-4da1-bad9-08ec79fef718.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-cadceff3-1be3-4da1-bad9-08ec79fef718 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-cadceff3-1be3-4da1-bad9-08ec79fef718.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-457a741a-031b-4c43-9a8a-18c910b8e6f9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-457a741a-031b-4c43-9a8a-18c910b8e6f9 { text-align:center; } .ablocks-block-457a741a-031b-4c43-9a8a-18c910b8e6f9 .ablocks-paragraph-text { color:#E3572B;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-457a741a-031b-4c43-9a8a-18c910b8e6f9 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-457a741a-031b-4c43-9a8a-18c910b8e6f9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a277c84e-2258-4d77-a029-2fd00dd2f5a8 { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a277c84e-2258-4d77-a029-2fd00dd2f5a8 { text-align:left; } .ablocks-block-a277c84e-2258-4d77-a029-2fd00dd2f5a8 .ablocks-heading-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:44px;line-height:52.8px;letter-spacing:-1.188px; } @media screen and (max-width: 800px) { .ablocks-block-a277c84e-2258-4d77-a029-2fd00dd2f5a8 .ablocks-heading-text { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-a277c84e-2258-4d77-a029-2fd00dd2f5a8 .ablocks-heading-text { font-size:32px;line-height:40px; } } 
.ablocks-block-777cfccc-c571-4623-9e9c-b9f696a849ca { margin-top:60px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;background:#FFF;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-777cfccc-c571-4623-9e9c-b9f696a849ca { margin-top:30px; } } @media screen and (max-width: 480px) { .ablocks-block-777cfccc-c571-4623-9e9c-b9f696a849ca { margin-top:20px; } } .ablocks-block-777cfccc-c571-4623-9e9c-b9f696a849ca.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-777cfccc-c571-4623-9e9c-b9f696a849ca { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:20px; } .ablocks-block-777cfccc-c571-4623-9e9c-b9f696a849ca.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:20px; } 
.ablocks-block-17f911a6-c423-428b-9cfa-971901fe5098 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-17f911a6-c423-428b-9cfa-971901fe5098.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-17f911a6-c423-428b-9cfa-971901fe5098 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-17f911a6-c423-428b-9cfa-971901fe5098 { column-gap:20px; } } .ablocks-block-17f911a6-c423-428b-9cfa-971901fe5098.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:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-17f911a6-c423-428b-9cfa-971901fe5098.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } .ablocks-block-17f911a6-c423-428b-9cfa-971901fe5098 { display:inline-flex; } 
.ablocks-block-2bb2bf3a-b4c7-46b4-b7a3-4617076ea329 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2bb2bf3a-b4c7-46b4-b7a3-4617076ea329.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-2bb2bf3a-b4c7-46b4-b7a3-4617076ea329.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-2bb2bf3a-b4c7-46b4-b7a3-4617076ea329 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-2bb2bf3a-b4c7-46b4-b7a3-4617076ea329.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-95433054-8e97-4946-b0b6-0cd32fef58d4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-95433054-8e97-4946-b0b6-0cd32fef58d4 { display:flex;justify-content:left; } .ablocks-block-95433054-8e97-4946-b0b6-0cd32fef58d4 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-95433054-8e97-4946-b0b6-0cd32fef58d4 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-95433054-8e97-4946-b0b6-0cd32fef58d4 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-522dc7dd-5821-4b53-bbc0-0f5f628780a7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-522dc7dd-5821-4b53-bbc0-0f5f628780a7.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-522dc7dd-5821-4b53-bbc0-0f5f628780a7.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-522dc7dd-5821-4b53-bbc0-0f5f628780a7 { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-522dc7dd-5821-4b53-bbc0-0f5f628780a7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-62d2beeb-03e0-4580-ae5d-07e64405566e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-62d2beeb-03e0-4580-ae5d-07e64405566e { display:flex;justify-content:left; } .ablocks-block-62d2beeb-03e0-4580-ae5d-07e64405566e .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-62d2beeb-03e0-4580-ae5d-07e64405566e .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-62d2beeb-03e0-4580-ae5d-07e64405566e .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-41f79eaa-2816-4aab-aba1-9d5169bbe35f { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-41f79eaa-2816-4aab-aba1-9d5169bbe35f { margin:0px; } } .ablocks-block-41f79eaa-2816-4aab-aba1-9d5169bbe35f { text-align:left; } .ablocks-block-41f79eaa-2816-4aab-aba1-9d5169bbe35f .ablocks-paragraph-text { color:#20385B;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-41f79eaa-2816-4aab-aba1-9d5169bbe35f .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-41f79eaa-2816-4aab-aba1-9d5169bbe35f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7c6acfbb-2a7c-45a9-b27e-8a4b188d4a21 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7c6acfbb-2a7c-45a9-b27e-8a4b188d4a21.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7c6acfbb-2a7c-45a9-b27e-8a4b188d4a21 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7c6acfbb-2a7c-45a9-b27e-8a4b188d4a21.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7c6acfbb-2a7c-45a9-b27e-8a4b188d4a21 { display:inline-flex; } 
.ablocks-block-a20f4677-9974-4be6-b30b-6e971dd93824 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a20f4677-9974-4be6-b30b-6e971dd93824 { text-align:left; } .ablocks-block-a20f4677-9974-4be6-b30b-6e971dd93824 .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:28px;line-height:33.6px;letter-spacing:-0.756px; } @media screen and (max-width: 800px) { .ablocks-block-a20f4677-9974-4be6-b30b-6e971dd93824 .ablocks-paragraph-text { font-family:DM Sans;font-size:21px; } } .ablocks-block-a20f4677-9974-4be6-b30b-6e971dd93824 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-809815c9-3559-47bc-a068-708abb60a1ac { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-809815c9-3559-47bc-a068-708abb60a1ac { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-809815c9-3559-47bc-a068-708abb60a1ac .ablocks-icon-wrap { background:#ffffff;padding:.5em;border-radius:50%;border:2px solid #e3572b;font-size:20px; } @media screen and (max-width: 800px) { .ablocks-block-809815c9-3559-47bc-a068-708abb60a1ac .ablocks-icon-wrap { font-size:18px; } } .ablocks-block-809815c9-3559-47bc-a068-708abb60a1ac .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(304deg);width:20px; } @media screen and (max-width: 800px) { .ablocks-block-809815c9-3559-47bc-a068-708abb60a1ac .ablocks-icon-wrap img.ablocks-image-icon { width:18px; } } .ablocks-block-809815c9-3559-47bc-a068-708abb60a1ac .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#e3572b;transform:rotate(304deg); } 
.ablocks-block-fc46a734-bb14-4ac4-813a-426100f765f1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc46a734-bb14-4ac4-813a-426100f765f1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fc46a734-bb14-4ac4-813a-426100f765f1 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-fc46a734-bb14-4ac4-813a-426100f765f1 { column-gap:20px; } } .ablocks-block-fc46a734-bb14-4ac4-813a-426100f765f1.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:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-fc46a734-bb14-4ac4-813a-426100f765f1.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } .ablocks-block-fc46a734-bb14-4ac4-813a-426100f765f1 { display:inline-flex; } 
.ablocks-block-5da0b921-6a9b-4c2e-bba3-bab82557adb9 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5da0b921-6a9b-4c2e-bba3-bab82557adb9.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-5da0b921-6a9b-4c2e-bba3-bab82557adb9.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-5da0b921-6a9b-4c2e-bba3-bab82557adb9 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5da0b921-6a9b-4c2e-bba3-bab82557adb9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-549b2a12-6f78-4d53-9cf6-f7ffef613094 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-549b2a12-6f78-4d53-9cf6-f7ffef613094 { display:flex;justify-content:left; } .ablocks-block-549b2a12-6f78-4d53-9cf6-f7ffef613094 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-549b2a12-6f78-4d53-9cf6-f7ffef613094 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-549b2a12-6f78-4d53-9cf6-f7ffef613094 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-ea479210-417e-46c9-9b05-bb0a601a4e0e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ea479210-417e-46c9-9b05-bb0a601a4e0e.ablocks-block--container { padding:0px;max-width:min(100%,48%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-ea479210-417e-46c9-9b05-bb0a601a4e0e.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-ea479210-417e-46c9-9b05-bb0a601a4e0e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ea479210-417e-46c9-9b05-bb0a601a4e0e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b996d5f1-6862-4566-aa4d-7a3bcc2c7868 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b996d5f1-6862-4566-aa4d-7a3bcc2c7868 { display:flex;justify-content:left; } .ablocks-block-b996d5f1-6862-4566-aa4d-7a3bcc2c7868 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-b996d5f1-6862-4566-aa4d-7a3bcc2c7868 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-b996d5f1-6862-4566-aa4d-7a3bcc2c7868 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-abbe97ac-fba5-4093-9e3f-a5bef750b082 { margin-top:0px;margin-right:0px;margin-left:0px;padding-top:0px;padding-bottom:0px;border-radius:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-abbe97ac-fba5-4093-9e3f-a5bef750b082 { padding-top:30px;padding-bottom:200px; } } @media screen and (max-width: 480px) { .ablocks-block-abbe97ac-fba5-4093-9e3f-a5bef750b082 { padding-top:20px;padding-bottom:185px; } } .ablocks-block-abbe97ac-fba5-4093-9e3f-a5bef750b082.ablocks-block--container { padding-top:0px;padding-bottom:0px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-abbe97ac-fba5-4093-9e3f-a5bef750b082.ablocks-block--container { padding-top:30px;padding-bottom:200px; } } @media screen and (max-width: 480px) { .ablocks-block-abbe97ac-fba5-4093-9e3f-a5bef750b082.ablocks-block--container { padding-top:20px;padding-bottom:185px; } } .ablocks-block-abbe97ac-fba5-4093-9e3f-a5bef750b082 > .ablocks-block-container { max-width:min(100%,1500px);margin-right:auto !important;margin-left:auto !important; } @media screen and (max-width: 480px) { .ablocks-block-abbe97ac-fba5-4093-9e3f-a5bef750b082 > .ablocks-block-container { max-width:min(100%,1500%); } } .ablocks-block-abbe97ac-fba5-4093-9e3f-a5bef750b082 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-abbe97ac-fba5-4093-9e3f-a5bef750b082 > .ablocks-block-container { row-gap:60px; } } .ablocks-block-abbe97ac-fba5-4093-9e3f-a5bef750b082.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-abbe97ac-fba5-4093-9e3f-a5bef750b082.ablocks-has-block-container > .ablocks-block-container { row-gap:60px; } } 
.ablocks-block-08b83f8a-6bee-4f88-a8a1-8ab981bc572d { padding-top:165px;padding-right:110px;padding-bottom:300px;padding-left:110px;background:#ecf8f89c;border-radius:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-08b83f8a-6bee-4f88-a8a1-8ab981bc572d { padding-top:60px;padding-right:40px;padding-bottom:80px;padding-left:40px; } } @media screen and (max-width: 480px) { .ablocks-block-08b83f8a-6bee-4f88-a8a1-8ab981bc572d { padding-top:30px;padding-right:15px;padding-left:15px; } } .ablocks-block-08b83f8a-6bee-4f88-a8a1-8ab981bc572d.ablocks-block--container { padding-top:165px;padding-right:110px;padding-bottom:300px;padding-left:110px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-08b83f8a-6bee-4f88-a8a1-8ab981bc572d.ablocks-block--container { padding-top:60px;padding-right:40px;padding-bottom:80px;padding-left:40px; } } @media screen and (max-width: 480px) { .ablocks-block-08b83f8a-6bee-4f88-a8a1-8ab981bc572d.ablocks-block--container { padding-top:30px;padding-right:15px;padding-left:15px; } } .ablocks-block-08b83f8a-6bee-4f88-a8a1-8ab981bc572d { display:flex;flex-direction:row;justify-content:center;justify-items:center;min-height:0px;row-gap:0px;column-gap:50px; } @media screen and (max-width: 800px) { .ablocks-block-08b83f8a-6bee-4f88-a8a1-8ab981bc572d { flex-direction:column;row-gap:52px; } } @media screen and (max-width: 480px) { .ablocks-block-08b83f8a-6bee-4f88-a8a1-8ab981bc572d { row-gap:25px; } } .ablocks-block-08b83f8a-6bee-4f88-a8a1-8ab981bc572d.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:50px; } @media screen and (max-width: 800px) { .ablocks-block-08b83f8a-6bee-4f88-a8a1-8ab981bc572d.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:52px; } } @media screen and (max-width: 480px) { .ablocks-block-08b83f8a-6bee-4f88-a8a1-8ab981bc572d.ablocks-has-block-container > .ablocks-block-container { row-gap:25px; } } .ablocks-block-08b83f8a-6bee-4f88-a8a1-8ab981bc572d { display:inline-flex; } 
.ablocks-block-d54f4efa-c269-4826-b538-6df6fe8a0cee { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d54f4efa-c269-4826-b538-6df6fe8a0cee.ablocks-block--container { padding:0px;max-width:min(100%,35%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d54f4efa-c269-4826-b538-6df6fe8a0cee.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-d54f4efa-c269-4826-b538-6df6fe8a0cee { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-d54f4efa-c269-4826-b538-6df6fe8a0cee { align-items:center; } } .ablocks-block-d54f4efa-c269-4826-b538-6df6fe8a0cee.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-d54f4efa-c269-4826-b538-6df6fe8a0cee.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-c3ab56c5-2cc8-4c3d-b243-ad452d2526a1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c3ab56c5-2cc8-4c3d-b243-ad452d2526a1 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-c3ab56c5-2cc8-4c3d-b243-ad452d2526a1 { text-align:center; } } .ablocks-block-c3ab56c5-2cc8-4c3d-b243-ad452d2526a1 .ablocks-paragraph-text { color:#E3572B;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-c3ab56c5-2cc8-4c3d-b243-ad452d2526a1 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-c3ab56c5-2cc8-4c3d-b243-ad452d2526a1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-42338091-8ebf-4d5f-a4b1-0b3433f53bff { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-42338091-8ebf-4d5f-a4b1-0b3433f53bff { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-42338091-8ebf-4d5f-a4b1-0b3433f53bff { text-align:center; } } .ablocks-block-42338091-8ebf-4d5f-a4b1-0b3433f53bff .ablocks-heading-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:44px;line-height:52.8px;letter-spacing:-1.188px; } @media screen and (max-width: 800px) { .ablocks-block-42338091-8ebf-4d5f-a4b1-0b3433f53bff .ablocks-heading-text { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-42338091-8ebf-4d5f-a4b1-0b3433f53bff .ablocks-heading-text { font-size:32px;line-height:42px; } } 
.ablocks-block-a137ec0f-79e1-4de2-b338-2a714c49cd63 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a137ec0f-79e1-4de2-b338-2a714c49cd63 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-a137ec0f-79e1-4de2-b338-2a714c49cd63 { text-align:center; } } .ablocks-block-a137ec0f-79e1-4de2-b338-2a714c49cd63 .ablocks-paragraph-text { color:#20385B;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:25.6px; } @media screen and (max-width: 800px) { .ablocks-block-a137ec0f-79e1-4de2-b338-2a714c49cd63 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-a137ec0f-79e1-4de2-b338-2a714c49cd63 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1d03d4e7-df3a-4399-95a5-0fc0a0c7d3f6 { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1d03d4e7-df3a-4399-95a5-0fc0a0c7d3f6 { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-1d03d4e7-df3a-4399-95a5-0fc0a0c7d3f6 { text-align:center; } } .ablocks-block-1d03d4e7-df3a-4399-95a5-0fc0a0c7d3f6 .ablocks-button { column-gap:10px;background:#E3572B;justify-content:left;color:#FFF;border-radius:33px;font-family:"DM Sans",sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:19px;letter-spacing:-0.176px; } @media screen and (max-width: 800px) { .ablocks-block-1d03d4e7-df3a-4399-95a5-0fc0a0c7d3f6 .ablocks-button { font-family:DM Sans; } } .ablocks-block-1d03d4e7-df3a-4399-95a5-0fc0a0c7d3f6 .ablocks-button:hover { transition-duration:1s; } .ablocks-block-1d03d4e7-df3a-4399-95a5-0fc0a0c7d3f6 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-1d03d4e7-df3a-4399-95a5-0fc0a0c7d3f6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-1d03d4e7-df3a-4399-95a5-0fc0a0c7d3f6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-e7870395-4020-4153-bab8-dc6700e4f180 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e7870395-4020-4153-bab8-dc6700e4f180.ablocks-block--container { padding:0px;max-width:min(100%,64%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e7870395-4020-4153-bab8-dc6700e4f180.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-e7870395-4020-4153-bab8-dc6700e4f180 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-e7870395-4020-4153-bab8-dc6700e4f180 { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-e7870395-4020-4153-bab8-dc6700e4f180 { flex-direction:column; } } .ablocks-block-e7870395-4020-4153-bab8-dc6700e4f180.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-e7870395-4020-4153-bab8-dc6700e4f180.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-e7870395-4020-4153-bab8-dc6700e4f180.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-e7870395-4020-4153-bab8-dc6700e4f180 { display:inline-flex; } 
.ablocks-block-456f6a27-6f20-46c6-9b1a-d5a680f4eb2f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-456f6a27-6f20-46c6-9b1a-d5a680f4eb2f { margin-top:12px; } } .ablocks-block-456f6a27-6f20-46c6-9b1a-d5a680f4eb2f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-456f6a27-6f20-46c6-9b1a-d5a680f4eb2f { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-456f6a27-6f20-46c6-9b1a-d5a680f4eb2f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020:not(.ablocks-has-block-container), .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 .ablocks-block--info-box__content { gap:10px;align-items:center; } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 .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-e845e75d-d031-4daa-8bb3-4f06b12a3020 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:60px; } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:28px;line-height:33.6px;letter-spacing:-0.756px;color:#011839; } @media screen and (max-width: 800px) { .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:25.6px;color:#20385B; } @media screen and (max-width: 800px) { .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:DM Sans; } } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 .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-e845e75d-d031-4daa-8bb3-4f06b12a3020 .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-e845e75d-d031-4daa-8bb3-4f06b12a3020.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-e845e75d-d031-4daa-8bb3-4f06b12a3020.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-e845e75d-d031-4daa-8bb3-4f06b12a3020 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 .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-e845e75d-d031-4daa-8bb3-4f06b12a3020 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-e845e75d-d031-4daa-8bb3-4f06b12a3020 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 { margin-top:30px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52:not(.ablocks-has-block-container), .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 .ablocks-block--info-box__content { gap:10px;align-items:center; } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 .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-fe73d742-c6b2-4e61-a77b-0d65c9809d52 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:60px; } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:28px;line-height:33.6px;letter-spacing:-0.756px;color:#011839; } @media screen and (max-width: 800px) { .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:25.6px;color:#20385B; } @media screen and (max-width: 800px) { .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:DM Sans; } } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 .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-fe73d742-c6b2-4e61-a77b-0d65c9809d52 .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-fe73d742-c6b2-4e61-a77b-0d65c9809d52.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-fe73d742-c6b2-4e61-a77b-0d65c9809d52.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-fe73d742-c6b2-4e61-a77b-0d65c9809d52 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 .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-fe73d742-c6b2-4e61-a77b-0d65c9809d52 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-fe73d742-c6b2-4e61-a77b-0d65c9809d52 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-a750eb56-80e2-412a-8ba5-9352751fbbbb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a750eb56-80e2-412a-8ba5-9352751fbbbb { padding-bottom:20px; } } .ablocks-block-a750eb56-80e2-412a-8ba5-9352751fbbbb.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-a750eb56-80e2-412a-8ba5-9352751fbbbb.ablocks-block--container { padding-bottom:20px; } } .ablocks-block-a750eb56-80e2-412a-8ba5-9352751fbbbb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-a750eb56-80e2-412a-8ba5-9352751fbbbb { row-gap:13px; } } .ablocks-block-a750eb56-80e2-412a-8ba5-9352751fbbbb.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: 480px) { .ablocks-block-a750eb56-80e2-412a-8ba5-9352751fbbbb.ablocks-has-block-container > .ablocks-block-container { row-gap:13px; } } 
.ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 { margin-top:-45px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 { margin-top:10px; } } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451:not(.ablocks-has-block-container), .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 .ablocks-block--info-box__content { gap:10px;align-items:center; } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 .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-880cd5cb-6748-4544-8d18-741f3ad49451 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:60px; } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:28px;line-height:33.6px;letter-spacing:-0.756px;color:#011839; } @media screen and (max-width: 800px) { .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:25.6px;color:#20385B; } @media screen and (max-width: 800px) { .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:DM Sans; } } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 .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-880cd5cb-6748-4544-8d18-741f3ad49451 .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-880cd5cb-6748-4544-8d18-741f3ad49451.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-880cd5cb-6748-4544-8d18-741f3ad49451.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-880cd5cb-6748-4544-8d18-741f3ad49451 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 .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-880cd5cb-6748-4544-8d18-741f3ad49451 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-880cd5cb-6748-4544-8d18-741f3ad49451 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 { margin-top:30px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37:not(.ablocks-has-block-container), .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 .ablocks-block--info-box__content { gap:10px;align-items:center; } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 .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-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:60px; } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:28px;line-height:33.6px;letter-spacing:-0.756px;color:#011839; } @media screen and (max-width: 800px) { .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:25.6px;color:#20385B; } @media screen and (max-width: 800px) { .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:DM Sans; } } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 .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-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 .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-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37.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-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37.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-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 .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-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d6a7a9a3-cbe5-4589-9b52-9991dc74bc37 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-e5a4a4a0-965a-4a09-bf1e-d30794a065cb { margin-top:-161px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-bottom:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-e5a4a4a0-965a-4a09-bf1e-d30794a065cb { margin-top:-250px;padding-top:30px; } } @media screen and (max-width: 480px) { .ablocks-block-e5a4a4a0-965a-4a09-bf1e-d30794a065cb { margin-top:-200px; } } .ablocks-block-e5a4a4a0-965a-4a09-bf1e-d30794a065cb.ablocks-block--container { padding-top:0px;padding-bottom:0px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e5a4a4a0-965a-4a09-bf1e-d30794a065cb.ablocks-block--container { padding-top:30px; } } .ablocks-block-e5a4a4a0-965a-4a09-bf1e-d30794a065cb > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } @media screen and (max-width: 480px) { .ablocks-block-e5a4a4a0-965a-4a09-bf1e-d30794a065cb > .ablocks-block-container { max-width:min(100%,1290%); } } .ablocks-block-e5a4a4a0-965a-4a09-bf1e-d30794a065cb > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-e5a4a4a0-965a-4a09-bf1e-d30794a065cb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-627158e2-5c31-4e4c-b707-da1485c74382 { padding-top:0px;padding-right:16px;padding-bottom:0px;padding-left:36px;background:#C2DF93;border-radius:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-627158e2-5c31-4e4c-b707-da1485c74382 { padding-top:30px;padding-bottom:30px; } } @media screen and (max-width: 480px) { .ablocks-block-627158e2-5c31-4e4c-b707-da1485c74382 { margin-top:-54px;padding-bottom:0px;padding-left:16px; } } .ablocks-block-627158e2-5c31-4e4c-b707-da1485c74382.ablocks-block--container { padding-top:0px;padding-right:16px;padding-bottom:0px;padding-left:36px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-627158e2-5c31-4e4c-b707-da1485c74382.ablocks-block--container { padding-top:30px;padding-bottom:30px; } } @media screen and (max-width: 480px) { .ablocks-block-627158e2-5c31-4e4c-b707-da1485c74382.ablocks-block--container { padding-bottom:0px;padding-left:16px; } } .ablocks-block-627158e2-5c31-4e4c-b707-da1485c74382 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:72px; } @media screen and (max-width: 480px) { .ablocks-block-627158e2-5c31-4e4c-b707-da1485c74382 { flex-direction:column;row-gap:40px;column-gap:50px; } } .ablocks-block-627158e2-5c31-4e4c-b707-da1485c74382.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:72px; } @media screen and (max-width: 480px) { .ablocks-block-627158e2-5c31-4e4c-b707-da1485c74382.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:40px;column-gap:50px; } } .ablocks-block-627158e2-5c31-4e4c-b707-da1485c74382 { display:inline-flex; } 
.ablocks-block-92706557-1708-41a3-9d71-b9a9cc68394d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-92706557-1708-41a3-9d71-b9a9cc68394d { padding-top:10px; } } .ablocks-block-92706557-1708-41a3-9d71-b9a9cc68394d.ablocks-block--container { padding:0px;max-width:min(100%,57%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-92706557-1708-41a3-9d71-b9a9cc68394d.ablocks-block--container { padding-top:10px;max-width:min(100%,100%) !important; } } .ablocks-block-92706557-1708-41a3-9d71-b9a9cc68394d { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-92706557-1708-41a3-9d71-b9a9cc68394d { row-gap:30px; } } .ablocks-block-92706557-1708-41a3-9d71-b9a9cc68394d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-92706557-1708-41a3-9d71-b9a9cc68394d.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-a7678e39-a25f-42cc-9520-e3fe5d5a048c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a7678e39-a25f-42cc-9520-e3fe5d5a048c { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-a7678e39-a25f-42cc-9520-e3fe5d5a048c { text-align:center; } } .ablocks-block-a7678e39-a25f-42cc-9520-e3fe5d5a048c .ablocks-heading-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:44px;line-height:52.8px;letter-spacing:-1.188px; } @media screen and (max-width: 800px) { .ablocks-block-a7678e39-a25f-42cc-9520-e3fe5d5a048c .ablocks-heading-text { font-family:DM Sans;font-size:36px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-a7678e39-a25f-42cc-9520-e3fe5d5a048c .ablocks-heading-text { font-size:30px;line-height:38px; } } 
.ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e { padding:0px;background:#9900cc00;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-form-builder { flex-direction:row;align-items:center; } .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-form-builder__field { margin-top:0px;margin-bottom:0px; } .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-form-builder__label { color:#000000;text-align:left;margin-bottom:10px !important;display:none; } .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-form-builder__helper-text { text-align:left;margin-bottom:10px;display:none;margin-top:10px; } .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-form-builder__input , .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-form-builder__select , .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-form-builder-timepicker-input , .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-form-builder-datepicker-input { background:#9900cc00;text-align:left;font-family:"DM Sans",sans-serif;font-weight:400;font-size:16px;line-height:25.6px;border-width:1px;border-style:solid;border-color:#011839;border-radius:99px;padding-left:16px !important;box-sizing:border-box; } @media screen and (max-width: 800px) { .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-form-builder__input , .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-form-builder__select , .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-form-builder-timepicker-input , .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-form-builder-datepicker-input { font-family:DM Sans; } } .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-form-builder__input::placeholder { font-family:"DM Sans",sans-serif;font-weight:400;font-size:16px;line-height:25.6px;text-align:left;color:#011839!important; } @media screen and (max-width: 800px) { .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-form-builder__input::placeholder { font-family:DM Sans; } } .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-form-builder__input-icon,.ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-form-builder__submit-button { text-align:center;align-self:flex-start; } .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-form-builder__submit-button { background:#E3572B;border-radius:99px;font-family:"DM Sans",sans-serif;font-weight:500;font-size:16px;line-height:19px;letter-spacing:-0.18px; } @media screen and (max-width: 800px) { .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-form-builder__submit-button { font-family:DM Sans; } } .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-8bcf0524-25c5-4ead-ada4-1f4a4b4edc6e .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-cad62335-030e-485c-9be8-1d2a32904c91 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cad62335-030e-485c-9be8-1d2a32904c91.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-cad62335-030e-485c-9be8-1d2a32904c91 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-cad62335-030e-485c-9be8-1d2a32904c91 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-9574e3c9-bd79-4541-a51a-dec7207b3b85 { padding:0px;background-image:url("https://library.template-kits.com/buzi/wp-content/uploads/sites/36/2025/03/frame.webp");background-position:center;background-attachment:scroll;background-repeat:no-repeat;background-size:cover;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9574e3c9-bd79-4541-a51a-dec7207b3b85.ablocks-block--container { padding:0px;max-width:min(100%,30%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9574e3c9-bd79-4541-a51a-dec7207b3b85.ablocks-block--container { max-width:min(100%,36%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-9574e3c9-bd79-4541-a51a-dec7207b3b85.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-9574e3c9-bd79-4541-a51a-dec7207b3b85 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9574e3c9-bd79-4541-a51a-dec7207b3b85.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8f84b988-4641-40af-a571-dd191e40b50e { margin-top:-67px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-8f84b988-4641-40af-a571-dd191e40b50e { margin:0px; } } .ablocks-block-8f84b988-4641-40af-a571-dd191e40b50e { display:flex;justify-content:left; } .ablocks-block-8f84b988-4641-40af-a571-dd191e40b50e .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-8f84b988-4641-40af-a571-dd191e40b50e .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-8f84b988-4641-40af-a571-dd191e40b50e .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-1692be4b-aaa4-4b9e-9af2-0d766221c10e { margin-top:0px;padding-top:120px;padding-bottom:120px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1692be4b-aaa4-4b9e-9af2-0d766221c10e { padding-top:30px;padding-bottom:50px; } } @media screen and (max-width: 480px) { .ablocks-block-1692be4b-aaa4-4b9e-9af2-0d766221c10e { padding-top:60px;padding-bottom:20px; } } .ablocks-block-1692be4b-aaa4-4b9e-9af2-0d766221c10e.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1692be4b-aaa4-4b9e-9af2-0d766221c10e.ablocks-block--container { padding-top:30px;padding-bottom:50px; } } @media screen and (max-width: 480px) { .ablocks-block-1692be4b-aaa4-4b9e-9af2-0d766221c10e.ablocks-block--container { padding-top:60px;padding-bottom:20px; } } .ablocks-block-1692be4b-aaa4-4b9e-9af2-0d766221c10e > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-1692be4b-aaa4-4b9e-9af2-0d766221c10e > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-1692be4b-aaa4-4b9e-9af2-0d766221c10e > .ablocks-block-container { row-gap:20px; } } .ablocks-block-1692be4b-aaa4-4b9e-9af2-0d766221c10e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-1692be4b-aaa4-4b9e-9af2-0d766221c10e.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } 
.ablocks-block-4a8b7202-dc84-4c87-b087-da161d9e6155 { margin-top:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4a8b7202-dc84-4c87-b087-da161d9e6155 { padding-top:40px;padding-bottom:30px; } } @media screen and (max-width: 480px) { .ablocks-block-4a8b7202-dc84-4c87-b087-da161d9e6155 { padding-top:0px;padding-bottom:10px; } } .ablocks-block-4a8b7202-dc84-4c87-b087-da161d9e6155.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-4a8b7202-dc84-4c87-b087-da161d9e6155.ablocks-block--container { padding-top:40px;padding-bottom:30px; } } @media screen and (max-width: 480px) { .ablocks-block-4a8b7202-dc84-4c87-b087-da161d9e6155.ablocks-block--container { padding-top:0px;padding-bottom:10px; } } .ablocks-block-4a8b7202-dc84-4c87-b087-da161d9e6155 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-4a8b7202-dc84-4c87-b087-da161d9e6155 { row-gap:47px; } } @media screen and (max-width: 480px) { .ablocks-block-4a8b7202-dc84-4c87-b087-da161d9e6155 { row-gap:60px; } } .ablocks-block-4a8b7202-dc84-4c87-b087-da161d9e6155.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-4a8b7202-dc84-4c87-b087-da161d9e6155.ablocks-has-block-container > .ablocks-block-container { row-gap:47px; } } @media screen and (max-width: 480px) { .ablocks-block-4a8b7202-dc84-4c87-b087-da161d9e6155.ablocks-has-block-container > .ablocks-block-container { row-gap:60px; } } 
.ablocks-block-7eea9440-6088-4c72-b74e-9125a39d70fa { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7eea9440-6088-4c72-b74e-9125a39d70fa.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7eea9440-6088-4c72-b74e-9125a39d70fa.ablocks-block--container { max-width:min(100%,64%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-7eea9440-6088-4c72-b74e-9125a39d70fa.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-7eea9440-6088-4c72-b74e-9125a39d70fa { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-7eea9440-6088-4c72-b74e-9125a39d70fa { row-gap:8px; } } .ablocks-block-7eea9440-6088-4c72-b74e-9125a39d70fa.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-7eea9440-6088-4c72-b74e-9125a39d70fa.ablocks-has-block-container > .ablocks-block-container { row-gap:8px; } } 
.ablocks-block-76f46f2a-64d9-4244-8d98-8183bf7305ae { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-76f46f2a-64d9-4244-8d98-8183bf7305ae { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-76f46f2a-64d9-4244-8d98-8183bf7305ae { text-align:center; } } .ablocks-block-76f46f2a-64d9-4244-8d98-8183bf7305ae .ablocks-paragraph-text { color:#E3572B;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-76f46f2a-64d9-4244-8d98-8183bf7305ae .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-76f46f2a-64d9-4244-8d98-8183bf7305ae .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-afcefefe-96d0-4aa0-997f-b0329775a8c8 { width:41%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-afcefefe-96d0-4aa0-997f-b0329775a8c8 { width:100%; } } .ablocks-block-afcefefe-96d0-4aa0-997f-b0329775a8c8 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-afcefefe-96d0-4aa0-997f-b0329775a8c8 { text-align:center; } } .ablocks-block-afcefefe-96d0-4aa0-997f-b0329775a8c8 .ablocks-heading-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:44px;line-height:52.8px;letter-spacing:-1.188px; } @media screen and (max-width: 800px) { .ablocks-block-afcefefe-96d0-4aa0-997f-b0329775a8c8 .ablocks-heading-text { font-family:DM Sans;font-size:32px;line-height:38px; } } @media screen and (max-width: 480px) { .ablocks-block-afcefefe-96d0-4aa0-997f-b0329775a8c8 .ablocks-heading-text { line-height:42px; } } 
.ablocks-block-2bddb68a-a077-47de-9c9f-62e7bec9011b { margin-top:39px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-2bddb68a-a077-47de-9c9f-62e7bec9011b { margin-top:0px; } } .ablocks-block-2bddb68a-a077-47de-9c9f-62e7bec9011b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2bddb68a-a077-47de-9c9f-62e7bec9011b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:26px; } .ablocks-block-2bddb68a-a077-47de-9c9f-62e7bec9011b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:26px; } 
.ablocks-block-0cb3cb3d-05a0-444b-9d03-5ab8197d52c0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0cb3cb3d-05a0-444b-9d03-5ab8197d52c0 .ablocks-carousel-swiper .swiper-wrapper { min-height:150px;align-items:center; } .ablocks-block-0cb3cb3d-05a0-444b-9d03-5ab8197d52c0 .ablocks-carousel-navigation__button { top:-11%; } @media screen and (max-width: 480px) { .ablocks-block-0cb3cb3d-05a0-444b-9d03-5ab8197d52c0 .ablocks-carousel-navigation__button { top:-7%; } } .ablocks-block-0cb3cb3d-05a0-444b-9d03-5ab8197d52c0 .ablocks-carousel-navigation__button--next { right:2%; } .ablocks-block-0cb3cb3d-05a0-444b-9d03-5ab8197d52c0 .ablocks-carousel-navigation__button--prev { left:85%; } @media screen and (max-width: 800px) { .ablocks-block-0cb3cb3d-05a0-444b-9d03-5ab8197d52c0 .ablocks-carousel-navigation__button--prev { left:82%; } } @media screen and (max-width: 480px) { .ablocks-block-0cb3cb3d-05a0-444b-9d03-5ab8197d52c0 .ablocks-carousel-navigation__button--prev { left:70%; } } .ablocks-block-0cb3cb3d-05a0-444b-9d03-5ab8197d52c0 .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:26px; } @media screen and (max-width: 800px) { .ablocks-block-0cb3cb3d-05a0-444b-9d03-5ab8197d52c0 .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:20px; } } @media screen and (max-width: 480px) { .ablocks-block-0cb3cb3d-05a0-444b-9d03-5ab8197d52c0 .ablocks-carousel-navigation__button .ablocks-icon-wrap { font-size:18px; } } .ablocks-block-0cb3cb3d-05a0-444b-9d03-5ab8197d52c0 .ablocks-carousel-pagination { left:47%;top:100%; } .ablocks-block-0cb3cb3d-05a0-444b-9d03-5ab8197d52c0 .swiper-pagination-bullet { background-color:gray;width:8px;height:8px; } .ablocks-block-0cb3cb3d-05a0-444b-9d03-5ab8197d52c0 .swiper-pagination-bullet:hover { background-color:black;width:8px;height:8px; } .ablocks-block-0cb3cb3d-05a0-444b-9d03-5ab8197d52c0 .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color:#000000;width:8px;height:8px; } .ablocks-block-0cb3cb3d-05a0-444b-9d03-5ab8197d52c0 .swiper-pagination-bullet.swiper-pagination-bullet-active:hover { background-color:black;width:8px;height:8px; } .ablocks-block-0cb3cb3d-05a0-444b-9d03-5ab8197d52c0 .ablocks-carousel-navigation__button .ablocks-svg-icon { fill:#011839;background-color:#9900cc00;padding:16px;border-width:1px;border-style:solid;border-color:#D1D1D1; } @media screen and (max-width: 480px) { .ablocks-block-0cb3cb3d-05a0-444b-9d03-5ab8197d52c0 .ablocks-carousel-navigation__button .ablocks-svg-icon { padding:10px; } } .ablocks-block-0cb3cb3d-05a0-444b-9d03-5ab8197d52c0 .ablocks-carousel-navigation__button .ablocks-svg-icon:hover { transition-duration:1s;fill:#E3572B;background-color:#9900cc00;border-width:1px;border-color:#f95f19;border-style:solid; } 
.ablocks-block-27228c9b-d5d5-456b-ad78-f69a060a15e3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-85484d62-2553-49fb-b458-9e95039ad277 { padding:0px;border-width:1px;border-style:solid;border-color:#FFF;border-radius:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-85484d62-2553-49fb-b458-9e95039ad277.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-85484d62-2553-49fb-b458-9e95039ad277 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-85484d62-2553-49fb-b458-9e95039ad277.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-45d1cb0a-3df2-4e04-a701-9511a89bf24c { padding-top:30px;padding-right:0px;padding-bottom:0px;padding-left:30px;transition:border 0s ease,background 0.7s ease,box-shadow 0s ease;border-width:1px;border-style:solid;border-color:#D1D1D1;border-radius:20px;position:relative; } .ablocks-block-45d1cb0a-3df2-4e04-a701-9511a89bf24c:hover { background:#E3572B; } .ablocks-block-45d1cb0a-3df2-4e04-a701-9511a89bf24c.ablocks-block--container { padding-top:30px;padding-right:0px;padding-bottom:0px;padding-left:30px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-45d1cb0a-3df2-4e04-a701-9511a89bf24c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-45d1cb0a-3df2-4e04-a701-9511a89bf24c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c73fabbf-039a-4d6a-8997-53e7bc732698 { margin-top:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c73fabbf-039a-4d6a-8997-53e7bc732698 { display:flex;justify-content:left; } .ablocks-block-c73fabbf-039a-4d6a-8997-53e7bc732698 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-c73fabbf-039a-4d6a-8997-53e7bc732698 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-c73fabbf-039a-4d6a-8997-53e7bc732698 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-abe96fdf-fe33-4b78-a86c-2d4f4f8932c8 { margin-top:-30px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-abe96fdf-fe33-4b78-a86c-2d4f4f8932c8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-abe96fdf-fe33-4b78-a86c-2d4f4f8932c8 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-abe96fdf-fe33-4b78-a86c-2d4f4f8932c8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-56e3e592-238c-4865-b4d1-ee87aa5841cb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-56e3e592-238c-4865-b4d1-ee87aa5841cb { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-56e3e592-238c-4865-b4d1-ee87aa5841cb .ablocks-icon-wrap { background:#ECF8F8;border-radius:50%;padding:.5em;font-size:25px; } .ablocks-block-56e3e592-238c-4865-b4d1-ee87aa5841cb .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(40deg);width:25px; } .ablocks-block-56e3e592-238c-4865-b4d1-ee87aa5841cb .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#011839;transform:rotate(40deg); } 
.ablocks-block-fc624c66-2a55-41cc-8ce4-e06e03628bab { margin-top:30px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-fc624c66-2a55-41cc-8ce4-e06e03628bab { margin-top:15px; } } .ablocks-block-fc624c66-2a55-41cc-8ce4-e06e03628bab { text-align:center; } .ablocks-block-fc624c66-2a55-41cc-8ce4-e06e03628bab .ablocks-heading-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:28px;line-height:33.6px;letter-spacing:-0.756px; } @media screen and (max-width: 800px) { .ablocks-block-fc624c66-2a55-41cc-8ce4-e06e03628bab .ablocks-heading-text { font-family:DM Sans; } } 
.ablocks-block-1c19a63a-5207-454b-ba7a-f1ecfd479aec { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c19a63a-5207-454b-ba7a-f1ecfd479aec { text-align:center; } .ablocks-block-1c19a63a-5207-454b-ba7a-f1ecfd479aec .ablocks-paragraph-text { color:#20385B;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-1c19a63a-5207-454b-ba7a-f1ecfd479aec .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-1c19a63a-5207-454b-ba7a-f1ecfd479aec .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-855e9aaa-ee15-4dbd-b352-f73f543c2691 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-88a8120b-3e59-49de-ae37-b6d66fbab2a4 { padding:0px;border-width:1px;border-style:solid;border-color:#FFF;border-radius:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-88a8120b-3e59-49de-ae37-b6d66fbab2a4.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-88a8120b-3e59-49de-ae37-b6d66fbab2a4 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-88a8120b-3e59-49de-ae37-b6d66fbab2a4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b4addb66-bc4e-4f13-8e73-5aa873356bf6 { padding-top:30px;padding-right:0px;padding-bottom:0px;padding-left:30px;transition:border 0s ease,background 0.7s ease,box-shadow 0s ease;border-width:1px;border-style:solid;border-color:#D1D1D1;border-radius:20px;position:relative; } .ablocks-block-b4addb66-bc4e-4f13-8e73-5aa873356bf6:hover { background:#E3572B; } .ablocks-block-b4addb66-bc4e-4f13-8e73-5aa873356bf6.ablocks-block--container { padding-top:30px;padding-right:0px;padding-bottom:0px;padding-left:30px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b4addb66-bc4e-4f13-8e73-5aa873356bf6 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b4addb66-bc4e-4f13-8e73-5aa873356bf6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2b467d46-901c-476d-a0f1-fe1f478853b1 { margin-top:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2b467d46-901c-476d-a0f1-fe1f478853b1 { display:flex;justify-content:left; } .ablocks-block-2b467d46-901c-476d-a0f1-fe1f478853b1 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-2b467d46-901c-476d-a0f1-fe1f478853b1 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-2b467d46-901c-476d-a0f1-fe1f478853b1 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-3b54752c-e9de-41f1-83b7-9e5f0df02171 { margin-top:-30px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3b54752c-e9de-41f1-83b7-9e5f0df02171.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3b54752c-e9de-41f1-83b7-9e5f0df02171 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3b54752c-e9de-41f1-83b7-9e5f0df02171.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-e3bc1807-7d2d-4678-84b4-030f814e1a44 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e3bc1807-7d2d-4678-84b4-030f814e1a44 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-e3bc1807-7d2d-4678-84b4-030f814e1a44 .ablocks-icon-wrap { background:#ECF8F8;border-radius:50%;padding:.5em;font-size:25px; } .ablocks-block-e3bc1807-7d2d-4678-84b4-030f814e1a44 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(40deg);width:25px; } .ablocks-block-e3bc1807-7d2d-4678-84b4-030f814e1a44 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#011839;transform:rotate(40deg); } 
.ablocks-block-011bd980-eec8-4a36-806a-d571f2c90cf0 { margin-top:30px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-011bd980-eec8-4a36-806a-d571f2c90cf0 { margin-top:15px; } } .ablocks-block-011bd980-eec8-4a36-806a-d571f2c90cf0 { text-align:center; } .ablocks-block-011bd980-eec8-4a36-806a-d571f2c90cf0 .ablocks-heading-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:28px;line-height:33.6px;letter-spacing:-0.756px; } @media screen and (max-width: 800px) { .ablocks-block-011bd980-eec8-4a36-806a-d571f2c90cf0 .ablocks-heading-text { font-family:DM Sans; } } 
.ablocks-block-3c32f350-01df-44d5-93f9-3d47788d450c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3c32f350-01df-44d5-93f9-3d47788d450c { text-align:center; } .ablocks-block-3c32f350-01df-44d5-93f9-3d47788d450c .ablocks-paragraph-text { color:#20385B;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-3c32f350-01df-44d5-93f9-3d47788d450c .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-3c32f350-01df-44d5-93f9-3d47788d450c .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a10f80a7-33f5-4985-b979-12ea4ff7e915 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-081b5856-cf05-470a-811c-70aef54525b9 { padding:0px;border-width:1px;border-style:solid;border-color:#FFF;border-radius:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-081b5856-cf05-470a-811c-70aef54525b9.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-081b5856-cf05-470a-811c-70aef54525b9 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-081b5856-cf05-470a-811c-70aef54525b9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-732984d7-b92b-42c8-ac35-e45465a961ad { padding-top:30px;padding-right:0px;padding-bottom:0px;padding-left:30px;transition:border 0s ease,background 0.7s ease,box-shadow 0s ease;border-width:1px;border-style:solid;border-color:#D1D1D1;border-radius:20px;position:relative; } .ablocks-block-732984d7-b92b-42c8-ac35-e45465a961ad:hover { background:#E3572B; } .ablocks-block-732984d7-b92b-42c8-ac35-e45465a961ad.ablocks-block--container { padding-top:30px;padding-right:0px;padding-bottom:0px;padding-left:30px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-732984d7-b92b-42c8-ac35-e45465a961ad { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-732984d7-b92b-42c8-ac35-e45465a961ad.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-be9537e8-1b74-40ed-af9d-bf569d3e871b { margin-top:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-be9537e8-1b74-40ed-af9d-bf569d3e871b { display:flex;justify-content:left; } .ablocks-block-be9537e8-1b74-40ed-af9d-bf569d3e871b .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-be9537e8-1b74-40ed-af9d-bf569d3e871b .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-be9537e8-1b74-40ed-af9d-bf569d3e871b .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-3b0a7666-0c39-46bc-9759-12d416d938af { margin-top:-30px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3b0a7666-0c39-46bc-9759-12d416d938af.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3b0a7666-0c39-46bc-9759-12d416d938af { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3b0a7666-0c39-46bc-9759-12d416d938af.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c86376bc-5e0f-42dc-b2fe-fc4bb5e6f159 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c86376bc-5e0f-42dc-b2fe-fc4bb5e6f159 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-c86376bc-5e0f-42dc-b2fe-fc4bb5e6f159 .ablocks-icon-wrap { background:#ECF8F8;border-radius:50%;padding:.5em;font-size:25px; } .ablocks-block-c86376bc-5e0f-42dc-b2fe-fc4bb5e6f159 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(40deg);width:25px; } .ablocks-block-c86376bc-5e0f-42dc-b2fe-fc4bb5e6f159 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#011839;transform:rotate(40deg); } 
.ablocks-block-9266dd18-99d1-44bc-b055-16ffa60bfd81 { margin-top:30px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-9266dd18-99d1-44bc-b055-16ffa60bfd81 { margin-top:15px; } } .ablocks-block-9266dd18-99d1-44bc-b055-16ffa60bfd81 { text-align:center; } .ablocks-block-9266dd18-99d1-44bc-b055-16ffa60bfd81 .ablocks-heading-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:28px;line-height:33.6px;letter-spacing:-0.756px; } @media screen and (max-width: 800px) { .ablocks-block-9266dd18-99d1-44bc-b055-16ffa60bfd81 .ablocks-heading-text { font-family:DM Sans; } } 
.ablocks-block-b23673be-f731-4d39-a3d2-cd12926f3eeb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b23673be-f731-4d39-a3d2-cd12926f3eeb { text-align:center; } .ablocks-block-b23673be-f731-4d39-a3d2-cd12926f3eeb .ablocks-paragraph-text { color:#20385B;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-b23673be-f731-4d39-a3d2-cd12926f3eeb .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-b23673be-f731-4d39-a3d2-cd12926f3eeb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-3dd4ba87-407d-421a-9373-bc0053da6aef { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-58a98aee-0fb3-49b1-92dc-3c86e26eacbe { padding:0px;border-width:1px;border-style:solid;border-color:#FFF;border-radius:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-58a98aee-0fb3-49b1-92dc-3c86e26eacbe.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-58a98aee-0fb3-49b1-92dc-3c86e26eacbe { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-58a98aee-0fb3-49b1-92dc-3c86e26eacbe.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f21b7f7a-2349-4100-b575-7617719c13eb { padding-top:30px;padding-right:0px;padding-bottom:0px;padding-left:30px;transition:border 0s ease,background 0.7s ease,box-shadow 0s ease;border-width:1px;border-style:solid;border-color:#D1D1D1;border-radius:20px;position:relative; } .ablocks-block-f21b7f7a-2349-4100-b575-7617719c13eb:hover { background:#E3572B; } .ablocks-block-f21b7f7a-2349-4100-b575-7617719c13eb.ablocks-block--container { padding-top:30px;padding-right:0px;padding-bottom:0px;padding-left:30px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f21b7f7a-2349-4100-b575-7617719c13eb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f21b7f7a-2349-4100-b575-7617719c13eb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-01e453b4-8913-4733-a243-7a9cfb1bd4e2 { margin-top:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-01e453b4-8913-4733-a243-7a9cfb1bd4e2 { display:flex;justify-content:left; } .ablocks-block-01e453b4-8913-4733-a243-7a9cfb1bd4e2 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-01e453b4-8913-4733-a243-7a9cfb1bd4e2 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-01e453b4-8913-4733-a243-7a9cfb1bd4e2 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-c4cf4e35-8766-429c-8a7c-2c03c3dbe2b1 { margin-top:-30px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c4cf4e35-8766-429c-8a7c-2c03c3dbe2b1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c4cf4e35-8766-429c-8a7c-2c03c3dbe2b1 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c4cf4e35-8766-429c-8a7c-2c03c3dbe2b1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1d7eb26f-80be-4d39-b76b-744093e0d4ec { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1d7eb26f-80be-4d39-b76b-744093e0d4ec { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-1d7eb26f-80be-4d39-b76b-744093e0d4ec .ablocks-icon-wrap { background:#ECF8F8;border-radius:50%;padding:.5em;font-size:25px; } .ablocks-block-1d7eb26f-80be-4d39-b76b-744093e0d4ec .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(40deg);width:25px; } .ablocks-block-1d7eb26f-80be-4d39-b76b-744093e0d4ec .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#011839;transform:rotate(40deg); } 
.ablocks-block-899e9e87-070a-43a6-94ec-a65574b135fb { margin-top:30px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-899e9e87-070a-43a6-94ec-a65574b135fb { margin-top:15px; } } .ablocks-block-899e9e87-070a-43a6-94ec-a65574b135fb { text-align:center; } .ablocks-block-899e9e87-070a-43a6-94ec-a65574b135fb .ablocks-heading-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:28px;line-height:33.6px;letter-spacing:-0.756px; } @media screen and (max-width: 800px) { .ablocks-block-899e9e87-070a-43a6-94ec-a65574b135fb .ablocks-heading-text { font-family:DM Sans; } } 
.ablocks-block-fcb32147-4fc2-4d19-b0d2-7346293ac7ed { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fcb32147-4fc2-4d19-b0d2-7346293ac7ed { text-align:center; } .ablocks-block-fcb32147-4fc2-4d19-b0d2-7346293ac7ed .ablocks-paragraph-text { color:#20385B;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-fcb32147-4fc2-4d19-b0d2-7346293ac7ed .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-fcb32147-4fc2-4d19-b0d2-7346293ac7ed .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6fcbd5bc-d2a5-41b5-84f7-a753756594e9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-b7febae8-21bf-44b2-a514-db3ef5e6b1be { padding:0px;border-width:1px;border-style:solid;border-color:#FFF;border-radius:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b7febae8-21bf-44b2-a514-db3ef5e6b1be.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b7febae8-21bf-44b2-a514-db3ef5e6b1be { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b7febae8-21bf-44b2-a514-db3ef5e6b1be.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3542a89f-e22a-431f-8d90-b9083b9d08da { padding-top:30px;padding-right:0px;padding-bottom:0px;padding-left:30px;transition:border 0s ease,background 0.7s ease,box-shadow 0s ease;border-width:1px;border-style:solid;border-color:#D1D1D1;border-radius:20px;position:relative; } .ablocks-block-3542a89f-e22a-431f-8d90-b9083b9d08da:hover { background:#E3572B; } .ablocks-block-3542a89f-e22a-431f-8d90-b9083b9d08da.ablocks-block--container { padding-top:30px;padding-right:0px;padding-bottom:0px;padding-left:30px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3542a89f-e22a-431f-8d90-b9083b9d08da { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-3542a89f-e22a-431f-8d90-b9083b9d08da.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b5b73018-7ebc-49ed-b353-19f89e04c190 { margin-top:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b5b73018-7ebc-49ed-b353-19f89e04c190 { display:flex;justify-content:left; } .ablocks-block-b5b73018-7ebc-49ed-b353-19f89e04c190 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-b5b73018-7ebc-49ed-b353-19f89e04c190 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-b5b73018-7ebc-49ed-b353-19f89e04c190 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-304f684c-8a6f-44f7-b769-53f70deac817 { margin-top:-30px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-304f684c-8a6f-44f7-b769-53f70deac817.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-304f684c-8a6f-44f7-b769-53f70deac817 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-304f684c-8a6f-44f7-b769-53f70deac817.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-57360428-814c-4295-8ba0-8ca02db33bbc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-57360428-814c-4295-8ba0-8ca02db33bbc { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-57360428-814c-4295-8ba0-8ca02db33bbc .ablocks-icon-wrap { background:#ECF8F8;border-radius:50%;padding:.5em;font-size:25px; } .ablocks-block-57360428-814c-4295-8ba0-8ca02db33bbc .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(40deg);width:25px; } .ablocks-block-57360428-814c-4295-8ba0-8ca02db33bbc .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#011839;transform:rotate(40deg); } 
.ablocks-block-c1f0b5c7-3a43-4911-8dd5-c2acc5210a12 { margin-top:30px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-c1f0b5c7-3a43-4911-8dd5-c2acc5210a12 { margin-top:15px; } } .ablocks-block-c1f0b5c7-3a43-4911-8dd5-c2acc5210a12 { text-align:center; } .ablocks-block-c1f0b5c7-3a43-4911-8dd5-c2acc5210a12 .ablocks-heading-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:28px;line-height:33.6px;letter-spacing:-0.756px; } @media screen and (max-width: 800px) { .ablocks-block-c1f0b5c7-3a43-4911-8dd5-c2acc5210a12 .ablocks-heading-text { font-family:DM Sans; } } 
.ablocks-block-00cd1528-035c-407d-822d-3beb3b563699 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-00cd1528-035c-407d-822d-3beb3b563699 { text-align:center; } .ablocks-block-00cd1528-035c-407d-822d-3beb3b563699 .ablocks-paragraph-text { color:#20385B;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-00cd1528-035c-407d-822d-3beb3b563699 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-00cd1528-035c-407d-822d-3beb3b563699 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e386ddaf-6148-4d1a-b6a9-62a164f00e3c { margin-top:0px;padding-top:0px;padding-bottom:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e386ddaf-6148-4d1a-b6a9-62a164f00e3c.ablocks-block--container { padding-top:0px;padding-bottom:0px;overflow:visible; } .ablocks-block-e386ddaf-6148-4d1a-b6a9-62a164f00e3c > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-e386ddaf-6148-4d1a-b6a9-62a164f00e3c > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-e386ddaf-6148-4d1a-b6a9-62a164f00e3c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-f660977b-4253-400b-83b0-614d62a63269 { padding-top:60px;padding-right:0px;padding-bottom:0px;padding-left:0px;background:#ecf8f8;border-radius:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f660977b-4253-400b-83b0-614d62a63269 { padding-top:40px;padding-bottom:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f660977b-4253-400b-83b0-614d62a63269 { padding-top:30px;padding-bottom:0px;border-radius:16px; } } .ablocks-block-f660977b-4253-400b-83b0-614d62a63269.ablocks-block--container { padding-top:60px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,1290%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f660977b-4253-400b-83b0-614d62a63269.ablocks-block--container { padding-top:40px;padding-bottom:20px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-f660977b-4253-400b-83b0-614d62a63269.ablocks-block--container { padding-top:30px;padding-bottom:0px; } } .ablocks-block-f660977b-4253-400b-83b0-614d62a63269 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f660977b-4253-400b-83b0-614d62a63269.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ec271fa1-2cc3-4d40-bfc0-e31d73fe0faa { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ec271fa1-2cc3-4d40-bfc0-e31d73fe0faa { text-align:center; } .ablocks-block-ec271fa1-2cc3-4d40-bfc0-e31d73fe0faa .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:44px;line-height:52.8px;letter-spacing:-1.188px; } @media screen and (max-width: 800px) { .ablocks-block-ec271fa1-2cc3-4d40-bfc0-e31d73fe0faa .ablocks-paragraph-text { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-ec271fa1-2cc3-4d40-bfc0-e31d73fe0faa .ablocks-paragraph-text { font-size:32px;line-height:42px; } } .ablocks-block-ec271fa1-2cc3-4d40-bfc0-e31d73fe0faa .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-99311407-7b86-4c32-b943-5608f3bdf97e { margin-top:62px;padding-top:0px;padding-right:0px;padding-bottom:60px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-99311407-7b86-4c32-b943-5608f3bdf97e { margin-top:30px;padding-bottom:20px; } } @media screen and (max-width: 480px) { .ablocks-block-99311407-7b86-4c32-b943-5608f3bdf97e { padding-right:14px;padding-left:14px; } } .ablocks-block-99311407-7b86-4c32-b943-5608f3bdf97e.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:60px;padding-left:0px;max-width:min(100%,88%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-99311407-7b86-4c32-b943-5608f3bdf97e.ablocks-block--container { padding-bottom:20px;max-width:min(100%,92%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-99311407-7b86-4c32-b943-5608f3bdf97e.ablocks-block--container { padding-right:14px;padding-left:14px;max-width:min(100%,100%) !important; } } .ablocks-block-99311407-7b86-4c32-b943-5608f3bdf97e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-99311407-7b86-4c32-b943-5608f3bdf97e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b { padding:0px;background:#ECF8F8;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b { padding-top:0px;padding-bottom:0px; } } @media screen and (max-width: 480px) { .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b { padding:10px; } } .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder { flex-direction:column;flex-wrap:wrap; } .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder__field { margin-top:10px;margin-bottom:10px; } @media screen and (max-width: 480px) { .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder__field { margin-top:3px;margin-bottom:3px; } } .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder__label { color:#000000;text-align:left;margin-bottom:10px !important;display:none; } .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder__helper-text { text-align:left;margin-bottom:10px;display:none;margin-top:10px; } .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder__input , .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder__select , .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder-timepicker-input , .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder-datepicker-input { background:#ffffff;text-align:left;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:25.6px;border-style:none;border-radius:33px;padding-top:17px !important;padding-bottom:17px !important;padding-left:30px !important;box-sizing:border-box; } @media screen and (max-width: 800px) { .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder__input , .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder__select , .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder-timepicker-input , .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder-datepicker-input { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder__input , .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder__select , .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder-timepicker-input , .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder-datepicker-input { border-radius:8px;padding-left:10px !important; } } .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder__input::placeholder { font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:25.6px;text-align:left;color:#20385B!important; } @media screen and (max-width: 800px) { .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder__input::placeholder { font-family:DM Sans; } } .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder__input-icon,.ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder__submit-button { text-align:center;align-self:center; } .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder__submit-button { color:#FFF;background:#E3572B;border-radius:99px;font-family:"DM Sans",sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:19px;letter-spacing:-0.176px;padding-top:20px;padding-bottom:20px; } @media screen and (max-width: 800px) { .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder__submit-button { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-form-builder__submit-button { border-top-left-radius:98px;border-top-right-radius:98px;border-bottom-right-radius:98px;border-bottom-left-radius:98px;font-size:12px;line-height:16px;padding-top:8px;padding-right:12px;padding-bottom:8px;padding-left:12px; } } .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-238952fe-a52c-4b60-9da7-48a2629b872b .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-7eaf7a04-61b7-496d-8957-d2576698f812 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7eaf7a04-61b7-496d-8957-d2576698f812.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 480px) { .ablocks-block-7eaf7a04-61b7-496d-8957-d2576698f812.ablocks-block--form-input { width:99%; } } .ablocks-block-7eaf7a04-61b7-496d-8957-d2576698f812 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-7eaf7a04-61b7-496d-8957-d2576698f812 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-3df0d651-1872-4402-960b-36f99682f7d9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3df0d651-1872-4402-960b-36f99682f7d9.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 480px) { .ablocks-block-3df0d651-1872-4402-960b-36f99682f7d9.ablocks-block--form-input { width:99%; } } .ablocks-block-3df0d651-1872-4402-960b-36f99682f7d9 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-3df0d651-1872-4402-960b-36f99682f7d9 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-ffae9857-3b8e-4e41-89ae-1e42bfd69bf9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ffae9857-3b8e-4e41-89ae-1e42bfd69bf9.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 480px) { .ablocks-block-ffae9857-3b8e-4e41-89ae-1e42bfd69bf9.ablocks-block--form-input { width:99%; } } .ablocks-block-ffae9857-3b8e-4e41-89ae-1e42bfd69bf9 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-ffae9857-3b8e-4e41-89ae-1e42bfd69bf9 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-8c6fd04a-fdda-4c3c-8686-969d0fad9ab8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8c6fd04a-fdda-4c3c-8686-969d0fad9ab8.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 480px) { .ablocks-block-8c6fd04a-fdda-4c3c-8686-969d0fad9ab8.ablocks-block--form-input { width:99%; } } .ablocks-block-8c6fd04a-fdda-4c3c-8686-969d0fad9ab8 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-8c6fd04a-fdda-4c3c-8686-969d0fad9ab8 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-cf452921-b208-46a7-b8db-dc9df985fd95 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cf452921-b208-46a7-b8db-dc9df985fd95.ablocks-block--form-textarea { box-sizing:border-box;width:99%; } 
.ablocks-block-6ae20ec0-d7ea-4b01-862d-ac8ca988106e { margin-top:0px;padding-top:120px;padding-bottom:120px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6ae20ec0-d7ea-4b01-862d-ac8ca988106e { padding-top:70px;padding-bottom:70px; } } @media screen and (max-width: 480px) { .ablocks-block-6ae20ec0-d7ea-4b01-862d-ac8ca988106e { padding-top:60px; } } .ablocks-block-6ae20ec0-d7ea-4b01-862d-ac8ca988106e.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6ae20ec0-d7ea-4b01-862d-ac8ca988106e.ablocks-block--container { padding-top:70px;padding-bottom:70px; } } @media screen and (max-width: 480px) { .ablocks-block-6ae20ec0-d7ea-4b01-862d-ac8ca988106e.ablocks-block--container { padding-top:60px; } } .ablocks-block-6ae20ec0-d7ea-4b01-862d-ac8ca988106e > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-6ae20ec0-d7ea-4b01-862d-ac8ca988106e > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-6ae20ec0-d7ea-4b01-862d-ac8ca988106e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-6c879f6c-3b38-48cc-9fca-f61e17c899d2 { margin:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6c879f6c-3b38-48cc-9fca-f61e17c899d2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6c879f6c-3b38-48cc-9fca-f61e17c899d2 { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-6c879f6c-3b38-48cc-9fca-f61e17c899d2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-62da6cab-9daa-42e4-8eb0-5b05d0dad908 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-62da6cab-9daa-42e4-8eb0-5b05d0dad908 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-62da6cab-9daa-42e4-8eb0-5b05d0dad908 { text-align:center; } } .ablocks-block-62da6cab-9daa-42e4-8eb0-5b05d0dad908 .ablocks-paragraph-text { color:#E3572B;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:12px; } @media screen and (max-width: 800px) { .ablocks-block-62da6cab-9daa-42e4-8eb0-5b05d0dad908 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-62da6cab-9daa-42e4-8eb0-5b05d0dad908 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8b9b6890-f92d-41df-9d3a-ce0cf95a469d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8b9b6890-f92d-41df-9d3a-ce0cf95a469d { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-8b9b6890-f92d-41df-9d3a-ce0cf95a469d { text-align:center; } } .ablocks-block-8b9b6890-f92d-41df-9d3a-ce0cf95a469d .ablocks-heading-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:44px;line-height:52.8px;letter-spacing:-1.188px; } @media screen and (max-width: 800px) { .ablocks-block-8b9b6890-f92d-41df-9d3a-ce0cf95a469d .ablocks-heading-text { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-8b9b6890-f92d-41df-9d3a-ce0cf95a469d .ablocks-heading-text { font-size:32px;line-height:42px; } } 
.ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 { margin-top:-49px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 { margin-top:30px; } } .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs { flex-direction:column; } .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__tab-panel { justify-content:flex-end;flex-direction:row;flex-wrap:wrap;padding:0px;gap:4px; } @media screen and (max-width: 800px) { .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__tab-panel { gap:3px; } } .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__tab { background:#ffffff;display:flex;flex-direction:row;align-items:center;justify-content:end;padding-top:10px;padding-bottom:10px;border-radius:99px; } @media screen and (max-width: 800px) { .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__tab { justify-content:center;padding-top:15px;padding-bottom:15px; } } .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__tab--active { background-color:#E3572B !important; } .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__tab-menu-title { color:#05171c;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:16px; } @media screen and (max-width: 800px) { .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__tab-menu-title { font-family:DM Sans; } } .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__tab--active .ablocks-block-tabs__tab-menu-title { color:#FFF; } .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__tab-menu-subtitle { color:#3A3A3A;max-width:160px; } @media screen and (max-width: 480px) { .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__tab-menu-subtitle { width:100%; } } .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__tab--active .ablocks-block-tabs__tab-menu-subtitle { color:#3A3A3A!important; } .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__tab--active .ablocks-block-tabs__progressbar { background:#13191B; } .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__icon .ablocks-icon-wrap { margin-right:0px; } .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__body { padding:0px;max-width:100% !important; } @media screen and (max-width: 480px) { .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__body { max-width:100%; } } .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__tab-menu-content { gap:10px;text-align:end; } @media screen and (max-width: 800px) { .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__tab-menu-content { text-align:center; } } .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__tab-panel { width:100%; } .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__body { max-width:100% !important; } @media screen and (max-width: 480px) { .ablocks-block-ce27f592-9fce-4e66-af27-aa87cc55e3e4 .ablocks-block-tabs__body { max-width:70%; } } 

.ablocks-block-4829db16-f202-4450-a72e-d498fd4d2741 { margin-top:60px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-4829db16-f202-4450-a72e-d498fd4d2741 { margin-top:30px; } } @media screen and (max-width: 480px) { .ablocks-block-4829db16-f202-4450-a72e-d498fd4d2741 { margin-top:20px; } } .ablocks-block-4829db16-f202-4450-a72e-d498fd4d2741.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4829db16-f202-4450-a72e-d498fd4d2741 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-4829db16-f202-4450-a72e-d498fd4d2741 { column-gap:25px; } } .ablocks-block-4829db16-f202-4450-a72e-d498fd4d2741.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:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-4829db16-f202-4450-a72e-d498fd4d2741.ablocks-has-block-container > .ablocks-block-container { column-gap:25px; } } .ablocks-block-4829db16-f202-4450-a72e-d498fd4d2741 { display:inline-flex; } 
.ablocks-block-72e73706-3540-447e-b4a8-f945c399ddee { padding:39px;background:#ffffff;border-width:1px;border-style:solid;border-color:#d1d1d1;border-radius:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-72e73706-3540-447e-b4a8-f945c399ddee { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-72e73706-3540-447e-b4a8-f945c399ddee.ablocks-block--container { padding:39px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-72e73706-3540-447e-b4a8-f945c399ddee.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-72e73706-3540-447e-b4a8-f945c399ddee.ablocks-block--container { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;max-width:min(100%,100%) !important; } } .ablocks-block-72e73706-3540-447e-b4a8-f945c399ddee { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:30px; } .ablocks-block-72e73706-3540-447e-b4a8-f945c399ddee.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:30px; } 
.ablocks-block-e1f90e2a-029c-4105-925f-8c3b9826707a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e1f90e2a-029c-4105-925f-8c3b9826707a { text-align:center; } .ablocks-block-e1f90e2a-029c-4105-925f-8c3b9826707a .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:28px;line-height:33.6px;letter-spacing:-0.756px; } @media screen and (max-width: 800px) { .ablocks-block-e1f90e2a-029c-4105-925f-8c3b9826707a .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-e1f90e2a-029c-4105-925f-8c3b9826707a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6dfaaa49-a9ac-4f60-87c2-b70480ffd16d { margin-top:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6dfaaa49-a9ac-4f60-87c2-b70480ffd16d { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-6dfaaa49-a9ac-4f60-87c2-b70480ffd16d .ablocks-icon-wrap { background:#ECF8F8;border-radius:50%;padding:20px;font-size:unset; } @media screen and (max-width: 800px) { .ablocks-block-6dfaaa49-a9ac-4f60-87c2-b70480ffd16d .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-6dfaaa49-a9ac-4f60-87c2-b70480ffd16d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-6dfaaa49-a9ac-4f60-87c2-b70480ffd16d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-96df8bae-e628-4323-83f9-9ed8a7d95841 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-96df8bae-e628-4323-83f9-9ed8a7d95841.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-96df8bae-e628-4323-83f9-9ed8a7d95841 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-96df8bae-e628-4323-83f9-9ed8a7d95841.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-96df8bae-e628-4323-83f9-9ed8a7d95841 { display:inline-flex; } 
.ablocks-block-f0d61454-ddd2-41db-9f59-bcfd12be8261 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f0d61454-ddd2-41db-9f59-bcfd12be8261 { text-align:center; } .ablocks-block-f0d61454-ddd2-41db-9f59-bcfd12be8261 .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:44px;line-height:52.8px;letter-spacing:-1.188px; } @media screen and (max-width: 800px) { .ablocks-block-f0d61454-ddd2-41db-9f59-bcfd12be8261 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-f0d61454-ddd2-41db-9f59-bcfd12be8261 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c382eb1e-9a26-49d8-9b8a-cff40b46402d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c382eb1e-9a26-49d8-9b8a-cff40b46402d { text-align:center; } .ablocks-block-c382eb1e-9a26-49d8-9b8a-cff40b46402d .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-c382eb1e-9a26-49d8-9b8a-cff40b46402d .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-c382eb1e-9a26-49d8-9b8a-cff40b46402d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c10a0c0d-4fed-4dd8-b1b5-167928bf3a71 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c10a0c0d-4fed-4dd8-b1b5-167928bf3a71.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-c10a0c0d-4fed-4dd8-b1b5-167928bf3a71.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:1px;padding-block-end:1px;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-c10a0c0d-4fed-4dd8-b1b5-167928bf3a71 .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-c10a0c0d-4fed-4dd8-b1b5-167928bf3a71 .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-c10a0c0d-4fed-4dd8-b1b5-167928bf3a71 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-c10a0c0d-4fed-4dd8-b1b5-167928bf3a71 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-c10a0c0d-4fed-4dd8-b1b5-167928bf3a71 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-c10a0c0d-4fed-4dd8-b1b5-167928bf3a71 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-550c4a32-fdf3-4f24-9c56-a39226f3f928 { margin-top:-19px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-550c4a32-fdf3-4f24-9c56-a39226f3f928 { font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:25.6px; } @media screen and (max-width: 800px) { .ablocks-block-550c4a32-fdf3-4f24-9c56-a39226f3f928 { font-family:DM Sans; } } .ablocks-block-550c4a32-fdf3-4f24-9c56-a39226f3f928 .ablocks-list { gap:17px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-550c4a32-fdf3-4f24-9c56-a39226f3f928 .ablocks-list__item-content { align-items:center;gap:15px; } .ablocks-block-550c4a32-fdf3-4f24-9c56-a39226f3f928 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:14px; } .ablocks-block-550c4a32-fdf3-4f24-9c56-a39226f3f928 .ablocks-list__item-content .ablocks-list__item-text { color:#20385B; } 
.ablocks-block-a6cf2543-a0c7-4d88-ada1-420c168c596d { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a6cf2543-a0c7-4d88-ada1-420c168c596d .ablocks-button { column-gap:10px;background:#ECF8F8;justify-content:center;width:100%;color:#011839;border-radius:99px;font-family:"DM Sans",sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:19px;letter-spacing:-0.176px;padding-top:20px;padding-bottom:19px; } @media screen and (max-width: 800px) { .ablocks-block-a6cf2543-a0c7-4d88-ada1-420c168c596d .ablocks-button { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-a6cf2543-a0c7-4d88-ada1-420c168c596d .ablocks-button { line-height:20px; } } .ablocks-block-a6cf2543-a0c7-4d88-ada1-420c168c596d .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#E3572B; } .ablocks-block-a6cf2543-a0c7-4d88-ada1-420c168c596d .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-a6cf2543-a0c7-4d88-ada1-420c168c596d .ablocks-icon-wrap { font-size:16px; } .ablocks-block-a6cf2543-a0c7-4d88-ada1-420c168c596d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-a6cf2543-a0c7-4d88-ada1-420c168c596d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#011839; } 
.ablocks-block-676a1119-40e7-4cab-a21e-ce3982b22eaf { padding:39px;background:#ffffff;border-width:1px;border-style:solid;border-color:#d1d1d1;border-radius:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-676a1119-40e7-4cab-a21e-ce3982b22eaf { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-676a1119-40e7-4cab-a21e-ce3982b22eaf.ablocks-block--container { padding:39px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-676a1119-40e7-4cab-a21e-ce3982b22eaf.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-676a1119-40e7-4cab-a21e-ce3982b22eaf.ablocks-block--container { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;max-width:min(100%,100%) !important; } } .ablocks-block-676a1119-40e7-4cab-a21e-ce3982b22eaf { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:30px; } .ablocks-block-676a1119-40e7-4cab-a21e-ce3982b22eaf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:30px; } 
.ablocks-block-2f40680f-92fb-481f-828d-5070c2d5a2bb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2f40680f-92fb-481f-828d-5070c2d5a2bb { text-align:center; } .ablocks-block-2f40680f-92fb-481f-828d-5070c2d5a2bb .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:28px;line-height:33.6px;letter-spacing:-0.756px; } @media screen and (max-width: 800px) { .ablocks-block-2f40680f-92fb-481f-828d-5070c2d5a2bb .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-2f40680f-92fb-481f-828d-5070c2d5a2bb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-737c77bf-46d5-4cc1-a2ca-954d4fef58a5 { margin-top:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-737c77bf-46d5-4cc1-a2ca-954d4fef58a5 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-737c77bf-46d5-4cc1-a2ca-954d4fef58a5 .ablocks-icon-wrap { background:#ECF8F8;border-radius:50%;padding:20px;font-size:unset; } @media screen and (max-width: 800px) { .ablocks-block-737c77bf-46d5-4cc1-a2ca-954d4fef58a5 .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-737c77bf-46d5-4cc1-a2ca-954d4fef58a5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-737c77bf-46d5-4cc1-a2ca-954d4fef58a5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-ff3f5efb-343a-4500-ad70-b8d36ca7ea99 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ff3f5efb-343a-4500-ad70-b8d36ca7ea99.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ff3f5efb-343a-4500-ad70-b8d36ca7ea99 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ff3f5efb-343a-4500-ad70-b8d36ca7ea99.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ff3f5efb-343a-4500-ad70-b8d36ca7ea99 { display:inline-flex; } 
.ablocks-block-e55a9750-6ba6-4335-aeb2-636bd6e507ae { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e55a9750-6ba6-4335-aeb2-636bd6e507ae { text-align:center; } .ablocks-block-e55a9750-6ba6-4335-aeb2-636bd6e507ae .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:44px;line-height:52.8px;letter-spacing:-1.188px; } @media screen and (max-width: 800px) { .ablocks-block-e55a9750-6ba6-4335-aeb2-636bd6e507ae .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-e55a9750-6ba6-4335-aeb2-636bd6e507ae .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-267f4a73-6144-468e-80d0-23744317a237 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-267f4a73-6144-468e-80d0-23744317a237 { text-align:center; } .ablocks-block-267f4a73-6144-468e-80d0-23744317a237 .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-267f4a73-6144-468e-80d0-23744317a237 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-267f4a73-6144-468e-80d0-23744317a237 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-611f5eba-bf38-44f0-830d-f25d37a7e86b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-611f5eba-bf38-44f0-830d-f25d37a7e86b.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-611f5eba-bf38-44f0-830d-f25d37a7e86b.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:1px;padding-block-end:1px;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-611f5eba-bf38-44f0-830d-f25d37a7e86b .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-611f5eba-bf38-44f0-830d-f25d37a7e86b .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-611f5eba-bf38-44f0-830d-f25d37a7e86b .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-611f5eba-bf38-44f0-830d-f25d37a7e86b .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-611f5eba-bf38-44f0-830d-f25d37a7e86b .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-611f5eba-bf38-44f0-830d-f25d37a7e86b .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-05d223bd-3077-488a-99cf-a9019cd9f2ed { margin-top:-19px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-05d223bd-3077-488a-99cf-a9019cd9f2ed { font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:25.6px; } @media screen and (max-width: 800px) { .ablocks-block-05d223bd-3077-488a-99cf-a9019cd9f2ed { font-family:DM Sans; } } .ablocks-block-05d223bd-3077-488a-99cf-a9019cd9f2ed .ablocks-list { gap:17px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-05d223bd-3077-488a-99cf-a9019cd9f2ed .ablocks-list__item-content { align-items:center;gap:15px; } .ablocks-block-05d223bd-3077-488a-99cf-a9019cd9f2ed .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:14px; } .ablocks-block-05d223bd-3077-488a-99cf-a9019cd9f2ed .ablocks-list__item-content .ablocks-list__item-text { color:#20385B; } 
.ablocks-block-03aa95c2-e0df-4454-bb40-b22ba40473f3 { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-03aa95c2-e0df-4454-bb40-b22ba40473f3 .ablocks-button { column-gap:10px;background:#ECF8F8;justify-content:center;width:100%;color:#011839;border-radius:99px;font-family:"DM Sans",sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:19px;letter-spacing:-0.176px;padding-top:20px;padding-bottom:19px; } @media screen and (max-width: 800px) { .ablocks-block-03aa95c2-e0df-4454-bb40-b22ba40473f3 .ablocks-button { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-03aa95c2-e0df-4454-bb40-b22ba40473f3 .ablocks-button { line-height:20px; } } .ablocks-block-03aa95c2-e0df-4454-bb40-b22ba40473f3 .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#E3572B; } .ablocks-block-03aa95c2-e0df-4454-bb40-b22ba40473f3 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-03aa95c2-e0df-4454-bb40-b22ba40473f3 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-03aa95c2-e0df-4454-bb40-b22ba40473f3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-03aa95c2-e0df-4454-bb40-b22ba40473f3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#011839; } 
.ablocks-block-7613f644-2696-41b0-911c-2497530e1b12 { padding:39px;background:#ffffff;border-width:1px;border-style:solid;border-color:#d1d1d1;border-radius:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-7613f644-2696-41b0-911c-2497530e1b12 { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-7613f644-2696-41b0-911c-2497530e1b12.ablocks-block--container { padding:39px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7613f644-2696-41b0-911c-2497530e1b12.ablocks-block--container { max-width:min(100%,50%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-7613f644-2696-41b0-911c-2497530e1b12.ablocks-block--container { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;max-width:min(100%,100%) !important; } } .ablocks-block-7613f644-2696-41b0-911c-2497530e1b12 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:30px; } .ablocks-block-7613f644-2696-41b0-911c-2497530e1b12.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:30px; } 
.ablocks-block-f838e628-434e-4245-a455-57bd4018fd63 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f838e628-434e-4245-a455-57bd4018fd63 { text-align:center; } .ablocks-block-f838e628-434e-4245-a455-57bd4018fd63 .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:28px;line-height:33.6px;letter-spacing:-0.756px; } @media screen and (max-width: 800px) { .ablocks-block-f838e628-434e-4245-a455-57bd4018fd63 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-f838e628-434e-4245-a455-57bd4018fd63 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0e5e00d5-5302-4148-b3f3-ec7e1454acc0 { margin-top:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0e5e00d5-5302-4148-b3f3-ec7e1454acc0 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-0e5e00d5-5302-4148-b3f3-ec7e1454acc0 .ablocks-icon-wrap { background:#ECF8F8;border-radius:50%;padding:20px;font-size:unset; } @media screen and (max-width: 800px) { .ablocks-block-0e5e00d5-5302-4148-b3f3-ec7e1454acc0 .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-0e5e00d5-5302-4148-b3f3-ec7e1454acc0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-0e5e00d5-5302-4148-b3f3-ec7e1454acc0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-acac7f79-9200-45c2-a985-876159255098 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-acac7f79-9200-45c2-a985-876159255098.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-acac7f79-9200-45c2-a985-876159255098 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-acac7f79-9200-45c2-a985-876159255098.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-acac7f79-9200-45c2-a985-876159255098 { display:inline-flex; } 
.ablocks-block-2c709ede-71e9-492a-a9cd-dc46d416baeb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2c709ede-71e9-492a-a9cd-dc46d416baeb { text-align:center; } .ablocks-block-2c709ede-71e9-492a-a9cd-dc46d416baeb .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:44px;line-height:52.8px;letter-spacing:-1.188px; } @media screen and (max-width: 800px) { .ablocks-block-2c709ede-71e9-492a-a9cd-dc46d416baeb .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-2c709ede-71e9-492a-a9cd-dc46d416baeb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ab60b851-4627-404e-ad3d-315e9f5121a0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab60b851-4627-404e-ad3d-315e9f5121a0 { text-align:center; } .ablocks-block-ab60b851-4627-404e-ad3d-315e9f5121a0 .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-ab60b851-4627-404e-ad3d-315e9f5121a0 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-ab60b851-4627-404e-ad3d-315e9f5121a0 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-18f3ab56-53cb-455d-ba18-8f332de5d312 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-18f3ab56-53cb-455d-ba18-8f332de5d312.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-18f3ab56-53cb-455d-ba18-8f332de5d312.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:1px;padding-block-end:1px;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-18f3ab56-53cb-455d-ba18-8f332de5d312 .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-18f3ab56-53cb-455d-ba18-8f332de5d312 .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-18f3ab56-53cb-455d-ba18-8f332de5d312 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-18f3ab56-53cb-455d-ba18-8f332de5d312 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-18f3ab56-53cb-455d-ba18-8f332de5d312 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-18f3ab56-53cb-455d-ba18-8f332de5d312 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-6b89af06-4499-4b3f-88e4-a1fd3c660446 { margin-top:-19px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6b89af06-4499-4b3f-88e4-a1fd3c660446 { font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:25.6px; } @media screen and (max-width: 800px) { .ablocks-block-6b89af06-4499-4b3f-88e4-a1fd3c660446 { font-family:DM Sans; } } .ablocks-block-6b89af06-4499-4b3f-88e4-a1fd3c660446 .ablocks-list { gap:17px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-6b89af06-4499-4b3f-88e4-a1fd3c660446 .ablocks-list__item-content { align-items:center;gap:15px; } .ablocks-block-6b89af06-4499-4b3f-88e4-a1fd3c660446 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:14px; } .ablocks-block-6b89af06-4499-4b3f-88e4-a1fd3c660446 .ablocks-list__item-content .ablocks-list__item-text { color:#20385B; } 
.ablocks-block-ac059216-b51e-436f-9686-cd5e86ab255b { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ac059216-b51e-436f-9686-cd5e86ab255b .ablocks-button { column-gap:10px;background:#ECF8F8;justify-content:center;width:100%;color:#011839;border-radius:99px;font-family:"DM Sans",sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:19px;letter-spacing:-0.176px;padding-top:20px;padding-bottom:19px; } @media screen and (max-width: 800px) { .ablocks-block-ac059216-b51e-436f-9686-cd5e86ab255b .ablocks-button { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-ac059216-b51e-436f-9686-cd5e86ab255b .ablocks-button { line-height:20px; } } .ablocks-block-ac059216-b51e-436f-9686-cd5e86ab255b .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#E3572B; } .ablocks-block-ac059216-b51e-436f-9686-cd5e86ab255b .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-ac059216-b51e-436f-9686-cd5e86ab255b .ablocks-icon-wrap { font-size:16px; } .ablocks-block-ac059216-b51e-436f-9686-cd5e86ab255b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-ac059216-b51e-436f-9686-cd5e86ab255b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#011839; } 

.ablocks-block-683e45f3-768f-41b2-9b92-e3ec53453969 { margin-top:60px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-683e45f3-768f-41b2-9b92-e3ec53453969 { margin-top:30px; } } @media screen and (max-width: 480px) { .ablocks-block-683e45f3-768f-41b2-9b92-e3ec53453969 { margin-top:20px; } } .ablocks-block-683e45f3-768f-41b2-9b92-e3ec53453969.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-683e45f3-768f-41b2-9b92-e3ec53453969 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-683e45f3-768f-41b2-9b92-e3ec53453969 { column-gap:25px; } } .ablocks-block-683e45f3-768f-41b2-9b92-e3ec53453969.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:30px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-683e45f3-768f-41b2-9b92-e3ec53453969.ablocks-has-block-container > .ablocks-block-container { column-gap:25px; } } .ablocks-block-683e45f3-768f-41b2-9b92-e3ec53453969 { display:inline-flex; } 
.ablocks-block-a3321a32-6436-465c-9849-1b2f6e7987cf { padding:39px;background:#ffffff;border-width:1px;border-style:solid;border-color:#d1d1d1;border-radius:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a3321a32-6436-465c-9849-1b2f6e7987cf { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-a3321a32-6436-465c-9849-1b2f6e7987cf.ablocks-block--container { padding:39px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-a3321a32-6436-465c-9849-1b2f6e7987cf.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-a3321a32-6436-465c-9849-1b2f6e7987cf.ablocks-block--container { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;max-width:min(100%,100%) !important; } } .ablocks-block-a3321a32-6436-465c-9849-1b2f6e7987cf { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:30px; } .ablocks-block-a3321a32-6436-465c-9849-1b2f6e7987cf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:30px; } 
.ablocks-block-74bc48df-1faa-43f6-8188-f1dc79be3ee3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-74bc48df-1faa-43f6-8188-f1dc79be3ee3 { text-align:center; } .ablocks-block-74bc48df-1faa-43f6-8188-f1dc79be3ee3 .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:28px;line-height:33.6px;letter-spacing:-0.756px; } @media screen and (max-width: 800px) { .ablocks-block-74bc48df-1faa-43f6-8188-f1dc79be3ee3 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-74bc48df-1faa-43f6-8188-f1dc79be3ee3 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-242bc7b5-18b7-49c1-98c0-cc2cc80dc770 { margin-top:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-242bc7b5-18b7-49c1-98c0-cc2cc80dc770 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-242bc7b5-18b7-49c1-98c0-cc2cc80dc770 .ablocks-icon-wrap { background:#ECF8F8;border-radius:50%;padding:20px;font-size:unset; } @media screen and (max-width: 800px) { .ablocks-block-242bc7b5-18b7-49c1-98c0-cc2cc80dc770 .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-242bc7b5-18b7-49c1-98c0-cc2cc80dc770 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-242bc7b5-18b7-49c1-98c0-cc2cc80dc770 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f3d20f07-6b6b-4aea-8a06-88a3b0960d77 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f3d20f07-6b6b-4aea-8a06-88a3b0960d77.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f3d20f07-6b6b-4aea-8a06-88a3b0960d77 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f3d20f07-6b6b-4aea-8a06-88a3b0960d77.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f3d20f07-6b6b-4aea-8a06-88a3b0960d77 { display:inline-flex; } 
.ablocks-block-f0e81a8e-d349-492c-a41e-98db365d1441 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f0e81a8e-d349-492c-a41e-98db365d1441 { text-align:center; } .ablocks-block-f0e81a8e-d349-492c-a41e-98db365d1441 .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:44px;line-height:52.8px;letter-spacing:-1.188px; } @media screen and (max-width: 800px) { .ablocks-block-f0e81a8e-d349-492c-a41e-98db365d1441 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-f0e81a8e-d349-492c-a41e-98db365d1441 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c7d5c4ec-c306-480b-884c-e6712f9fde39 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c7d5c4ec-c306-480b-884c-e6712f9fde39 { text-align:center; } .ablocks-block-c7d5c4ec-c306-480b-884c-e6712f9fde39 .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-c7d5c4ec-c306-480b-884c-e6712f9fde39 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-c7d5c4ec-c306-480b-884c-e6712f9fde39 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c30c2d1e-522c-4bef-85ea-e8ea419e5d3c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c30c2d1e-522c-4bef-85ea-e8ea419e5d3c.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-c30c2d1e-522c-4bef-85ea-e8ea419e5d3c.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:1px;padding-block-end:1px;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-c30c2d1e-522c-4bef-85ea-e8ea419e5d3c .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-c30c2d1e-522c-4bef-85ea-e8ea419e5d3c .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-c30c2d1e-522c-4bef-85ea-e8ea419e5d3c .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-c30c2d1e-522c-4bef-85ea-e8ea419e5d3c .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-c30c2d1e-522c-4bef-85ea-e8ea419e5d3c .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-c30c2d1e-522c-4bef-85ea-e8ea419e5d3c .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-eaba64a5-4320-4cf7-bc88-484ed5c2b078 { margin-top:-19px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eaba64a5-4320-4cf7-bc88-484ed5c2b078 { font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:25.6px; } @media screen and (max-width: 800px) { .ablocks-block-eaba64a5-4320-4cf7-bc88-484ed5c2b078 { font-family:DM Sans; } } .ablocks-block-eaba64a5-4320-4cf7-bc88-484ed5c2b078 .ablocks-list { gap:17px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-eaba64a5-4320-4cf7-bc88-484ed5c2b078 .ablocks-list__item-content { align-items:center;gap:15px; } .ablocks-block-eaba64a5-4320-4cf7-bc88-484ed5c2b078 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:14px; } .ablocks-block-eaba64a5-4320-4cf7-bc88-484ed5c2b078 .ablocks-list__item-content .ablocks-list__item-text { color:#20385B; } 
.ablocks-block-578b0768-39fc-4bc3-b61f-29f9141de7db { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-578b0768-39fc-4bc3-b61f-29f9141de7db .ablocks-button { column-gap:10px;background:#ECF8F8;justify-content:center;width:100%;color:#011839;border-radius:99px;font-family:"DM Sans",sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:19px;letter-spacing:-0.176px;padding-top:20px;padding-bottom:19px; } @media screen and (max-width: 800px) { .ablocks-block-578b0768-39fc-4bc3-b61f-29f9141de7db .ablocks-button { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-578b0768-39fc-4bc3-b61f-29f9141de7db .ablocks-button { line-height:20px; } } .ablocks-block-578b0768-39fc-4bc3-b61f-29f9141de7db .ablocks-button:hover { transition-duration:1s;color:#ffffff;background:#E3572B; } .ablocks-block-578b0768-39fc-4bc3-b61f-29f9141de7db .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-578b0768-39fc-4bc3-b61f-29f9141de7db .ablocks-icon-wrap { font-size:16px; } .ablocks-block-578b0768-39fc-4bc3-b61f-29f9141de7db .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-578b0768-39fc-4bc3-b61f-29f9141de7db .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#011839; } 
.ablocks-block-0ac6f677-e65f-445f-813a-5a8b75cb1ae8 { padding:39px;background:#ffffff;border-width:1px;border-style:solid;border-color:#d1d1d1;border-radius:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-0ac6f677-e65f-445f-813a-5a8b75cb1ae8 { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-0ac6f677-e65f-445f-813a-5a8b75cb1ae8.ablocks-block--container { padding:39px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0ac6f677-e65f-445f-813a-5a8b75cb1ae8.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-0ac6f677-e65f-445f-813a-5a8b75cb1ae8.ablocks-block--container { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;max-width:min(100%,100%) !important; } } .ablocks-block-0ac6f677-e65f-445f-813a-5a8b75cb1ae8 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:30px; } .ablocks-block-0ac6f677-e65f-445f-813a-5a8b75cb1ae8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:30px; } 
.ablocks-block-f352eb2d-1d03-4804-85f0-80b718af1311 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f352eb2d-1d03-4804-85f0-80b718af1311 { text-align:center; } .ablocks-block-f352eb2d-1d03-4804-85f0-80b718af1311 .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:28px;line-height:33.6px;letter-spacing:-0.756px; } @media screen and (max-width: 800px) { .ablocks-block-f352eb2d-1d03-4804-85f0-80b718af1311 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-f352eb2d-1d03-4804-85f0-80b718af1311 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-069eb290-0a0d-40b7-aa15-6ab89d9fe2ea { margin-top:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-069eb290-0a0d-40b7-aa15-6ab89d9fe2ea { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-069eb290-0a0d-40b7-aa15-6ab89d9fe2ea .ablocks-icon-wrap { background:#ECF8F8;border-radius:50%;padding:20px;font-size:unset; } @media screen and (max-width: 800px) { .ablocks-block-069eb290-0a0d-40b7-aa15-6ab89d9fe2ea .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-069eb290-0a0d-40b7-aa15-6ab89d9fe2ea .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-069eb290-0a0d-40b7-aa15-6ab89d9fe2ea .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-c32c6fab-7800-464a-b8d9-24d7f4a12312 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c32c6fab-7800-464a-b8d9-24d7f4a12312.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c32c6fab-7800-464a-b8d9-24d7f4a12312 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c32c6fab-7800-464a-b8d9-24d7f4a12312.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c32c6fab-7800-464a-b8d9-24d7f4a12312 { display:inline-flex; } 
.ablocks-block-71d72454-1e2b-42e3-adec-f39e1b8d959e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-71d72454-1e2b-42e3-adec-f39e1b8d959e { text-align:center; } .ablocks-block-71d72454-1e2b-42e3-adec-f39e1b8d959e .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:44px;line-height:52.8px;letter-spacing:-1.188px; } @media screen and (max-width: 800px) { .ablocks-block-71d72454-1e2b-42e3-adec-f39e1b8d959e .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-71d72454-1e2b-42e3-adec-f39e1b8d959e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4a885ac8-f646-4c50-bb4e-b8a2b7cef595 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4a885ac8-f646-4c50-bb4e-b8a2b7cef595 { text-align:center; } .ablocks-block-4a885ac8-f646-4c50-bb4e-b8a2b7cef595 .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-4a885ac8-f646-4c50-bb4e-b8a2b7cef595 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-4a885ac8-f646-4c50-bb4e-b8a2b7cef595 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8e0d10a4-e165-4e68-8370-983939b3da0c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8e0d10a4-e165-4e68-8370-983939b3da0c.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-8e0d10a4-e165-4e68-8370-983939b3da0c.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:1px;padding-block-end:1px;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-8e0d10a4-e165-4e68-8370-983939b3da0c .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-8e0d10a4-e165-4e68-8370-983939b3da0c .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-8e0d10a4-e165-4e68-8370-983939b3da0c .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-8e0d10a4-e165-4e68-8370-983939b3da0c .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-8e0d10a4-e165-4e68-8370-983939b3da0c .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-8e0d10a4-e165-4e68-8370-983939b3da0c .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-03ff5517-0baf-4bd4-949c-fe0023207ee2 { margin-top:-19px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-03ff5517-0baf-4bd4-949c-fe0023207ee2 { font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:25.6px; } @media screen and (max-width: 800px) { .ablocks-block-03ff5517-0baf-4bd4-949c-fe0023207ee2 { font-family:DM Sans; } } .ablocks-block-03ff5517-0baf-4bd4-949c-fe0023207ee2 .ablocks-list { gap:17px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-03ff5517-0baf-4bd4-949c-fe0023207ee2 .ablocks-list__item-content { align-items:center;gap:15px; } .ablocks-block-03ff5517-0baf-4bd4-949c-fe0023207ee2 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:14px; } .ablocks-block-03ff5517-0baf-4bd4-949c-fe0023207ee2 .ablocks-list__item-content .ablocks-list__item-text { color:#20385B; } 
.ablocks-block-b3b7f674-cb2f-49df-95b9-bc17010b61d5 { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b3b7f674-cb2f-49df-95b9-bc17010b61d5 .ablocks-button { column-gap:10px;background:#ECF8F8;justify-content:center;width:100%;color:#011839;border-radius:99px;font-family:"DM Sans",sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:19px;letter-spacing:-0.176px;padding-top:20px;padding-bottom:19px; } @media screen and (max-width: 800px) { .ablocks-block-b3b7f674-cb2f-49df-95b9-bc17010b61d5 .ablocks-button { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-b3b7f674-cb2f-49df-95b9-bc17010b61d5 .ablocks-button { line-height:20px; } } .ablocks-block-b3b7f674-cb2f-49df-95b9-bc17010b61d5 .ablocks-button:hover { transition-duration:1s;color:#ffffff;background:#E3572B; } .ablocks-block-b3b7f674-cb2f-49df-95b9-bc17010b61d5 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-b3b7f674-cb2f-49df-95b9-bc17010b61d5 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-b3b7f674-cb2f-49df-95b9-bc17010b61d5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-b3b7f674-cb2f-49df-95b9-bc17010b61d5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#011839; } 
.ablocks-block-400cf52c-2c2a-43c1-9474-52a855d2f7be { padding:39px;background:#ffffff;border-width:1px;border-style:solid;border-color:#d1d1d1;border-radius:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-400cf52c-2c2a-43c1-9474-52a855d2f7be { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-400cf52c-2c2a-43c1-9474-52a855d2f7be.ablocks-block--container { padding:39px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-400cf52c-2c2a-43c1-9474-52a855d2f7be.ablocks-block--container { max-width:min(100%,50%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-400cf52c-2c2a-43c1-9474-52a855d2f7be.ablocks-block--container { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;max-width:min(100%,100%) !important; } } .ablocks-block-400cf52c-2c2a-43c1-9474-52a855d2f7be { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:30px; } .ablocks-block-400cf52c-2c2a-43c1-9474-52a855d2f7be.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:30px; } 
.ablocks-block-ecd42f85-0fd9-456b-8732-65bd9b45ed44 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ecd42f85-0fd9-456b-8732-65bd9b45ed44 { text-align:center; } .ablocks-block-ecd42f85-0fd9-456b-8732-65bd9b45ed44 .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:28px;line-height:33.6px;letter-spacing:-0.756px; } @media screen and (max-width: 800px) { .ablocks-block-ecd42f85-0fd9-456b-8732-65bd9b45ed44 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-ecd42f85-0fd9-456b-8732-65bd9b45ed44 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-13d017fc-5d8b-4a78-9df1-b13845f16be3 { margin-top:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-13d017fc-5d8b-4a78-9df1-b13845f16be3 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-13d017fc-5d8b-4a78-9df1-b13845f16be3 .ablocks-icon-wrap { background:#ECF8F8;border-radius:50%;padding:20px;font-size:unset; } @media screen and (max-width: 800px) { .ablocks-block-13d017fc-5d8b-4a78-9df1-b13845f16be3 .ablocks-icon-wrap { padding:.5em; } } .ablocks-block-13d017fc-5d8b-4a78-9df1-b13845f16be3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:30px; } .ablocks-block-13d017fc-5d8b-4a78-9df1-b13845f16be3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-9174df08-5124-4312-88ea-c413db54b086 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9174df08-5124-4312-88ea-c413db54b086.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9174df08-5124-4312-88ea-c413db54b086 { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9174df08-5124-4312-88ea-c413db54b086.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-9174df08-5124-4312-88ea-c413db54b086 { display:inline-flex; } 
.ablocks-block-b23f44ab-69e8-4164-b16d-2d9b7c28b8ce { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b23f44ab-69e8-4164-b16d-2d9b7c28b8ce { text-align:center; } .ablocks-block-b23f44ab-69e8-4164-b16d-2d9b7c28b8ce .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:44px;line-height:52.8px;letter-spacing:-1.188px; } @media screen and (max-width: 800px) { .ablocks-block-b23f44ab-69e8-4164-b16d-2d9b7c28b8ce .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-b23f44ab-69e8-4164-b16d-2d9b7c28b8ce .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5e9a20f6-aa82-4885-9a66-bce2f195576e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5e9a20f6-aa82-4885-9a66-bce2f195576e { text-align:center; } .ablocks-block-5e9a20f6-aa82-4885-9a66-bce2f195576e .ablocks-paragraph-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px; } @media screen and (max-width: 800px) { .ablocks-block-5e9a20f6-aa82-4885-9a66-bce2f195576e .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-5e9a20f6-aa82-4885-9a66-bce2f195576e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-93dc66ce-5556-4e0c-ab54-6331d58f25f0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-93dc66ce-5556-4e0c-ab54-6331d58f25f0.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-93dc66ce-5556-4e0c-ab54-6331d58f25f0.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { padding-block-start:1px;padding-block-end:1px;justify-content:left; } @media screen and (max-width: 800px) { .ablocks-block-93dc66ce-5556-4e0c-ab54-6331d58f25f0 .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-93dc66ce-5556-4e0c-ab54-6331d58f25f0 .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-93dc66ce-5556-4e0c-ab54-6331d58f25f0 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-93dc66ce-5556-4e0c-ab54-6331d58f25f0 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-93dc66ce-5556-4e0c-ab54-6331d58f25f0 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-93dc66ce-5556-4e0c-ab54-6331d58f25f0 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f7f2080e-b44d-4b84-91e7-2b0ee19184b8 { margin-top:-19px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f7f2080e-b44d-4b84-91e7-2b0ee19184b8 { font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:25.6px; } @media screen and (max-width: 800px) { .ablocks-block-f7f2080e-b44d-4b84-91e7-2b0ee19184b8 { font-family:DM Sans; } } .ablocks-block-f7f2080e-b44d-4b84-91e7-2b0ee19184b8 .ablocks-list { gap:17px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-f7f2080e-b44d-4b84-91e7-2b0ee19184b8 .ablocks-list__item-content { align-items:center;gap:15px; } .ablocks-block-f7f2080e-b44d-4b84-91e7-2b0ee19184b8 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:14px; } .ablocks-block-f7f2080e-b44d-4b84-91e7-2b0ee19184b8 .ablocks-list__item-content .ablocks-list__item-text { color:#20385B; } 
.ablocks-block-cf12cb27-770e-4ccb-bf22-b53ac0afb663 { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cf12cb27-770e-4ccb-bf22-b53ac0afb663 .ablocks-button { column-gap:10px;background:#ECF8F8;justify-content:center;width:100%;color:#011839;border-radius:99px;font-family:"DM Sans",sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:19px;letter-spacing:-0.176px;padding-top:20px;padding-bottom:19px; } @media screen and (max-width: 800px) { .ablocks-block-cf12cb27-770e-4ccb-bf22-b53ac0afb663 .ablocks-button { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-cf12cb27-770e-4ccb-bf22-b53ac0afb663 .ablocks-button { line-height:20px; } } .ablocks-block-cf12cb27-770e-4ccb-bf22-b53ac0afb663 .ablocks-button:hover { transition-duration:1s;color:#ffffff;background:#E3572B; } .ablocks-block-cf12cb27-770e-4ccb-bf22-b53ac0afb663 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-cf12cb27-770e-4ccb-bf22-b53ac0afb663 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-cf12cb27-770e-4ccb-bf22-b53ac0afb663 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-cf12cb27-770e-4ccb-bf22-b53ac0afb663 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#011839; } 
.ablocks-block-2f372bd2-4b2d-43e1-9383-e066e1e3c85c { margin-top:0px;padding-top:0px;padding-bottom:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2f372bd2-4b2d-43e1-9383-e066e1e3c85c.ablocks-block--container { padding-top:0px;padding-bottom:0px;overflow:visible; } .ablocks-block-2f372bd2-4b2d-43e1-9383-e066e1e3c85c > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-2f372bd2-4b2d-43e1-9383-e066e1e3c85c > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-2f372bd2-4b2d-43e1-9383-e066e1e3c85c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-5b571e49-db1d-4dcf-bf99-6715ba8444a5 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5b571e49-db1d-4dcf-bf99-6715ba8444a5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5b571e49-db1d-4dcf-bf99-6715ba8444a5 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:110px; } @media screen and (max-width: 800px) { .ablocks-block-5b571e49-db1d-4dcf-bf99-6715ba8444a5 { flex-direction:column;row-gap:50px;column-gap:20px; } } .ablocks-block-5b571e49-db1d-4dcf-bf99-6715ba8444a5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:110px; } @media screen and (max-width: 800px) { .ablocks-block-5b571e49-db1d-4dcf-bf99-6715ba8444a5.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:50px;column-gap:20px; } } .ablocks-block-5b571e49-db1d-4dcf-bf99-6715ba8444a5 { display:inline-flex; } 
.ablocks-block-994ce921-dd5a-4780-8fee-824c23306443 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-994ce921-dd5a-4780-8fee-824c23306443.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-994ce921-dd5a-4780-8fee-824c23306443 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-994ce921-dd5a-4780-8fee-824c23306443 { row-gap:6px; } } .ablocks-block-994ce921-dd5a-4780-8fee-824c23306443.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-994ce921-dd5a-4780-8fee-824c23306443.ablocks-has-block-container > .ablocks-block-container { row-gap:6px; } } 
.ablocks-block-ca47061f-061b-4db9-9ace-7db688c9734a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ca47061f-061b-4db9-9ace-7db688c9734a { text-align:left; } @media screen and (max-width: 800px) { .ablocks-block-ca47061f-061b-4db9-9ace-7db688c9734a { text-align:center; } } .ablocks-block-ca47061f-061b-4db9-9ace-7db688c9734a .ablocks-heading-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:44px;line-height:52.8px;letter-spacing:-1.188px; } @media screen and (max-width: 800px) { .ablocks-block-ca47061f-061b-4db9-9ace-7db688c9734a .ablocks-heading-text { font-family:DM Sans;font-size:30px;line-height:35px; } } @media screen and (max-width: 480px) { .ablocks-block-ca47061f-061b-4db9-9ace-7db688c9734a .ablocks-heading-text { font-size:32px;line-height:42px; } } 
.ablocks-block-358e7cb6-305a-4ef4-8f78-d230d95c37ae { margin-top:48px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-358e7cb6-305a-4ef4-8f78-d230d95c37ae { margin-top:0px; } } .ablocks-block-358e7cb6-305a-4ef4-8f78-d230d95c37ae .ablocks-block--single-accordion { margin-bottom:10px;border-width:0px 0px 1px 0px;border-style:solid;border-color:#e3572b; } .ablocks-block-358e7cb6-305a-4ef4-8f78-d230d95c37ae .ablocks-block--single-accordion__heading .ablocks-block-accordion-title { color:#011839;margin-left:10px;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:24px;line-height:36px;letter-spacing:1px; } @media screen and (max-width: 800px) { .ablocks-block-358e7cb6-305a-4ef4-8f78-d230d95c37ae .ablocks-block--single-accordion__heading .ablocks-block-accordion-title { font-family:DM Sans;line-height:30px; } } @media screen and (max-width: 480px) { .ablocks-block-358e7cb6-305a-4ef4-8f78-d230d95c37ae .ablocks-block--single-accordion__heading .ablocks-block-accordion-title { font-size:20px;line-height:26px; } } .ablocks-block-358e7cb6-305a-4ef4-8f78-d230d95c37ae .ablocks-block--single-accordion-is-selected .ablocks-block-accordion-title { color:#ffffff; } .ablocks-block-358e7cb6-305a-4ef4-8f78-d230d95c37ae .ablocks-block--single-accordion__heading { background:#ffffff;border-width:0px 0px 1px 0px;border-style:none;border-color:#e3572b;padding-top:20px;padding-right:0px;padding-bottom:10px;padding-left:0px; } @media screen and (max-width: 800px) { .ablocks-block-358e7cb6-305a-4ef4-8f78-d230d95c37ae .ablocks-block--single-accordion__heading { padding-bottom:20px; } } .ablocks-block-358e7cb6-305a-4ef4-8f78-d230d95c37ae .ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__heading { background:#ffffff; } .ablocks-block-358e7cb6-305a-4ef4-8f78-d230d95c37ae .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:#e3572b;font-size:30px; } .ablocks-block-358e7cb6-305a-4ef4-8f78-d230d95c37ae .ablocks-block--single-accordion__body-content { background:#F9F9F9; } @media screen and (max-width: 800px) { .ablocks-block-358e7cb6-305a-4ef4-8f78-d230d95c37ae .ablocks-block--single-accordion__body-content { padding-top:0px; } } 
.ablocks-block-c8da0f06-48f9-4b50-b2e4-8b7fb6111b89 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c8da0f06-48f9-4b50-b2e4-8b7fb6111b89.ablocks-block--single-accordion-is-selected .ablocks-block-accordion-title { color:#011839; } .ablocks-block-c8da0f06-48f9-4b50-b2e4-8b7fb6111b89.ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__heading { background:#ffffff; } .ablocks-block-c8da0f06-48f9-4b50-b2e4-8b7fb6111b89 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important;font-size:20px; } .ablocks-block-c8da0f06-48f9-4b50-b2e4-8b7fb6111b89 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } .ablocks-block-c8da0f06-48f9-4b50-b2e4-8b7fb6111b89 .ablocks-block--single-accordion__body-content { background:#ffffff; } 
.ablocks-block-491a0ee2-6c8a-4860-8c1c-ba76ab0b3056 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-491a0ee2-6c8a-4860-8c1c-ba76ab0b3056 { text-align:left; } .ablocks-block-491a0ee2-6c8a-4860-8c1c-ba76ab0b3056 .ablocks-paragraph-text { color:#20385B;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:25.6px; } @media screen and (max-width: 800px) { .ablocks-block-491a0ee2-6c8a-4860-8c1c-ba76ab0b3056 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-491a0ee2-6c8a-4860-8c1c-ba76ab0b3056 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-7ad45ccd-cb87-4627-a0bf-afa98227b991 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7ad45ccd-cb87-4627-a0bf-afa98227b991.ablocks-block--single-accordion-is-selected .ablocks-block-accordion-title { color:#011839; } .ablocks-block-7ad45ccd-cb87-4627-a0bf-afa98227b991 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important;font-size:20px; } .ablocks-block-7ad45ccd-cb87-4627-a0bf-afa98227b991 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } .ablocks-block-7ad45ccd-cb87-4627-a0bf-afa98227b991 .ablocks-block--single-accordion__body-content { background:#ffffff; } 
.ablocks-block-6dbf0b7b-6d0b-49a7-9eca-76c891274cbf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6dbf0b7b-6d0b-49a7-9eca-76c891274cbf { text-align:left; } .ablocks-block-6dbf0b7b-6d0b-49a7-9eca-76c891274cbf .ablocks-paragraph-text { color:#20385B;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:25.6px; } @media screen and (max-width: 800px) { .ablocks-block-6dbf0b7b-6d0b-49a7-9eca-76c891274cbf .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-6dbf0b7b-6d0b-49a7-9eca-76c891274cbf .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-b78e3610-110c-4ac3-a8d3-61aa92b1b731 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b78e3610-110c-4ac3-a8d3-61aa92b1b731.ablocks-block--single-accordion-is-selected .ablocks-block-accordion-title { color:#011839; } .ablocks-block-b78e3610-110c-4ac3-a8d3-61aa92b1b731 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important;font-size:20px; } .ablocks-block-b78e3610-110c-4ac3-a8d3-61aa92b1b731 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } .ablocks-block-b78e3610-110c-4ac3-a8d3-61aa92b1b731 .ablocks-block--single-accordion__body-content { background:#ffffff; } 
.ablocks-block-5b4051c5-5f57-45b7-82c6-a5885ff65060 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5b4051c5-5f57-45b7-82c6-a5885ff65060 { text-align:left; } .ablocks-block-5b4051c5-5f57-45b7-82c6-a5885ff65060 .ablocks-paragraph-text { color:#20385B;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:25.6px; } @media screen and (max-width: 800px) { .ablocks-block-5b4051c5-5f57-45b7-82c6-a5885ff65060 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-5b4051c5-5f57-45b7-82c6-a5885ff65060 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8cec0feb-fa3f-4aa0-bd8d-1cb1f6fcb2c8 { padding-top:30px;padding-right:27px;padding-bottom:30px;padding-left:28px;background:#ECF8F8;border-radius:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-8cec0feb-fa3f-4aa0-bd8d-1cb1f6fcb2c8 { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px; } } .ablocks-block-8cec0feb-fa3f-4aa0-bd8d-1cb1f6fcb2c8.ablocks-block--container { padding-top:30px;padding-right:27px;padding-bottom:30px;padding-left:28px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8cec0feb-fa3f-4aa0-bd8d-1cb1f6fcb2c8.ablocks-block--container { max-width:min(100%,93%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-8cec0feb-fa3f-4aa0-bd8d-1cb1f6fcb2c8.ablocks-block--container { padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px;max-width:min(100%,88%) !important; } } .ablocks-block-8cec0feb-fa3f-4aa0-bd8d-1cb1f6fcb2c8 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8cec0feb-fa3f-4aa0-bd8d-1cb1f6fcb2c8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ba74e204-22ad-4f6f-885d-19967f8f37bc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ba74e204-22ad-4f6f-885d-19967f8f37bc.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ba74e204-22ad-4f6f-885d-19967f8f37bc { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ba74e204-22ad-4f6f-885d-19967f8f37bc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c015cb18-594a-495e-bf44-a182ba33c199 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c015cb18-594a-495e-bf44-a182ba33c199 { display:flex;justify-content:left; } .ablocks-block-c015cb18-594a-495e-bf44-a182ba33c199 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-c015cb18-594a-495e-bf44-a182ba33c199 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-c015cb18-594a-495e-bf44-a182ba33c199 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d1ffff59-d8d0-4389-acbe-0e19cdf98a3c { padding-top:20px;padding-right:0px;padding-bottom:20px;padding-left:20px;background:#c2df93;border-radius:20px;box-shadow:0px 0px 60px 0px rgba(0,0,0,0.05);position:absolute;left:-37px;top:296px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d1ffff59-d8d0-4389-acbe-0e19cdf98a3c { padding-top:10px;padding-bottom:10px;padding-left:10px;left:-8px;top:316px; } } @media screen and (max-width: 480px) { .ablocks-block-d1ffff59-d8d0-4389-acbe-0e19cdf98a3c { padding-right:10px;left:-2px;top:138px; } } .ablocks-block-d1ffff59-d8d0-4389-acbe-0e19cdf98a3c.ablocks-block--container { padding-top:20px;padding-right:0px;padding-bottom:20px;padding-left:20px;max-width:min(100%,45%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d1ffff59-d8d0-4389-acbe-0e19cdf98a3c.ablocks-block--container { padding-top:10px;padding-bottom:10px;padding-left:10px;max-width:min(100%,35%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-d1ffff59-d8d0-4389-acbe-0e19cdf98a3c.ablocks-block--container { padding-right:10px;max-width:min(100%,66%) !important; } } .ablocks-block-d1ffff59-d8d0-4389-acbe-0e19cdf98a3c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d1ffff59-d8d0-4389-acbe-0e19cdf98a3c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f:not(.ablocks-has-block-container), .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f.ablocks-block--info-box > .ablocks-block-container { gap:20px;display:flex;flex-direction:row;align-items:center; } @media screen and (max-width: 480px) { .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f:not(.ablocks-has-block-container), .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f.ablocks-block--info-box > .ablocks-block-container { gap:8px; } } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f .ablocks-block--info-box__content { gap:4px; } } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f .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-568c1c8f-2867-4785-a402-9bdbbd12044f .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } @media screen and (max-width: 480px) { .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f > a .ablocks-icon-wrap > img.ablocks-image-icon { width:25px; } } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:600;font-style:normal;font-size:28px;line-height:33.6px;letter-spacing:-0.756px;color:#011839; } @media screen and (max-width: 800px) { .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:22px;line-height:26px; } } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:"DM Sans",sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:22px;color:#011839; } @media screen and (max-width: 800px) { .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-size:12px;line-height:18px; } } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f .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-568c1c8f-2867-4785-a402-9bdbbd12044f .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-568c1c8f-2867-4785-a402-9bdbbd12044f.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-568c1c8f-2867-4785-a402-9bdbbd12044f.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-568c1c8f-2867-4785-a402-9bdbbd12044f .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f .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-568c1c8f-2867-4785-a402-9bdbbd12044f .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-568c1c8f-2867-4785-a402-9bdbbd12044f .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-21b5ae2d-1ff8-4efb-8a2c-6c2cdf2e7f00 { margin-top:0px;padding-top:120px;padding-bottom:120px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-21b5ae2d-1ff8-4efb-8a2c-6c2cdf2e7f00 { padding-top:70px;padding-bottom:70px; } } @media screen and (max-width: 480px) { .ablocks-block-21b5ae2d-1ff8-4efb-8a2c-6c2cdf2e7f00 { padding-top:60px; } } .ablocks-block-21b5ae2d-1ff8-4efb-8a2c-6c2cdf2e7f00.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-21b5ae2d-1ff8-4efb-8a2c-6c2cdf2e7f00.ablocks-block--container { padding-top:70px;padding-bottom:70px; } } @media screen and (max-width: 480px) { .ablocks-block-21b5ae2d-1ff8-4efb-8a2c-6c2cdf2e7f00.ablocks-block--container { padding-top:60px; } } .ablocks-block-21b5ae2d-1ff8-4efb-8a2c-6c2cdf2e7f00 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } @media screen and (max-width: 480px) { .ablocks-block-21b5ae2d-1ff8-4efb-8a2c-6c2cdf2e7f00 > .ablocks-block-container { max-width:min(100%,1290%); } } .ablocks-block-21b5ae2d-1ff8-4efb-8a2c-6c2cdf2e7f00 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-21b5ae2d-1ff8-4efb-8a2c-6c2cdf2e7f00.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-beb7aaaa-abaf-4271-9b1b-beb0bc86edfd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-beb7aaaa-abaf-4271-9b1b-beb0bc86edfd { margin-top:20px; } } .ablocks-block-beb7aaaa-abaf-4271-9b1b-beb0bc86edfd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-beb7aaaa-abaf-4271-9b1b-beb0bc86edfd { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:10px;column-gap:0px; } .ablocks-block-beb7aaaa-abaf-4271-9b1b-beb0bc86edfd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:10px;column-gap:0px; } 
.ablocks-block-d6a365a2-90ee-41bd-8a3f-64c29c059a31 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d6a365a2-90ee-41bd-8a3f-64c29c059a31 { text-align:center; } .ablocks-block-d6a365a2-90ee-41bd-8a3f-64c29c059a31 .ablocks-paragraph-text { color:#E3572B;font-family:Inter,sans-serif;font-weight:700;font-style:Bold;font-size:12px;line-height:100%; } @media screen and (max-width: 800px) { .ablocks-block-d6a365a2-90ee-41bd-8a3f-64c29c059a31 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-d6a365a2-90ee-41bd-8a3f-64c29c059a31 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6088cd33-2a50-43f2-85d6-eaa37eef654f { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6088cd33-2a50-43f2-85d6-eaa37eef654f { text-align:center; } .ablocks-block-6088cd33-2a50-43f2-85d6-eaa37eef654f .ablocks-heading-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:44px;line-height:52.8px;letter-spacing:-1.188px; } @media screen and (max-width: 800px) { .ablocks-block-6088cd33-2a50-43f2-85d6-eaa37eef654f .ablocks-heading-text { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-6088cd33-2a50-43f2-85d6-eaa37eef654f .ablocks-heading-text { font-size:32px;line-height:42px; } } 
.ablocks-block-00f2fabf-1a8c-4a78-a197-ad9517c52b56 { margin-top:50px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-00f2fabf-1a8c-4a78-a197-ad9517c52b56 { margin-top:40px; } } .ablocks-block-00f2fabf-1a8c-4a78-a197-ad9517c52b56.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-00f2fabf-1a8c-4a78-a197-ad9517c52b56 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-00f2fabf-1a8c-4a78-a197-ad9517c52b56.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-65bd7d07-9d6a-419f-8b94-d58895130a6a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-f531f519-ce1d-4eed-8b8a-d4d46ee192ac { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f531f519-ce1d-4eed-8b8a-d4d46ee192ac .wp-block-ablocks-loop-template { display:grid;grid-template-columns:repeat(3,1fr);gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-f531f519-ce1d-4eed-8b8a-d4d46ee192ac .wp-block-ablocks-loop-template { grid-template-columns:repeat(2,1fr); } } @media screen and (max-width: 480px) { .ablocks-block-f531f519-ce1d-4eed-8b8a-d4d46ee192ac .wp-block-ablocks-loop-template { grid-template-columns:repeat(1,1fr); } } .ablocks-block-f531f519-ce1d-4eed-8b8a-d4d46ee192ac .ablocks-loop-template-item { padding:0px;border-width:1px;border-style:none;border-color:#D1D1D1; } 
.ablocks-block-a7d81475-d8eb-422a-95cc-77017760d3a8 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a7d81475-d8eb-422a-95cc-77017760d3a8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a7d81475-d8eb-422a-95cc-77017760d3a8 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a7d81475-d8eb-422a-95cc-77017760d3a8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f564bd5b-95d5-4554-8f2b-a45e84223f12 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f564bd5b-95d5-4554-8f2b-a45e84223f12 { display:flex;justify-content:left; } .ablocks-block-f564bd5b-95d5-4554-8f2b-a45e84223f12.ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-f564bd5b-95d5-4554-8f2b-a45e84223f12.ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s;opacity:1; } 
.ablocks-block-1dce71e4-d664-4365-8137-d3ba96250b90 { padding-top:29px;padding-right:30px;padding-bottom:30px;padding-left:30px;border-width:0px 1px 1px 1px;border-style:solid;border-color:#D1D1D1;border-bottom-right-radius:20px;border-bottom-left-radius:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-1dce71e4-d664-4365-8137-d3ba96250b90 { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-1dce71e4-d664-4365-8137-d3ba96250b90.ablocks-block--container { padding-top:29px;padding-right:30px;padding-bottom:30px;padding-left:30px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-1dce71e4-d664-4365-8137-d3ba96250b90.ablocks-block--container { padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px; } } .ablocks-block-1dce71e4-d664-4365-8137-d3ba96250b90 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-1dce71e4-d664-4365-8137-d3ba96250b90 { row-gap:15px; } } .ablocks-block-1dce71e4-d664-4365-8137-d3ba96250b90.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-1dce71e4-d664-4365-8137-d3ba96250b90.ablocks-has-block-container > .ablocks-block-container { row-gap:15px; } } 
.ablocks-block-db77f366-11be-4872-b8b2-f156ac334082 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-db77f366-11be-4872-b8b2-f156ac334082 { text-align:left; } .ablocks-block-db77f366-11be-4872-b8b2-f156ac334082 .ablocks-heading-text { color:#011839;font-family:"DM Sans",sans-serif;font-weight:600;font-style:SemiBold;font-size:27px;line-height:33.6px;letter-spacing:-0.76px; } @media screen and (max-width: 800px) { .ablocks-block-db77f366-11be-4872-b8b2-f156ac334082 .ablocks-heading-text { font-family:DM Sans; } } 
.ablocks-block-cfe6a04e-f85f-4df9-a6d7-9d669b51d271 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cfe6a04e-f85f-4df9-a6d7-9d669b51d271 { text-align:left; } .ablocks-block-cfe6a04e-f85f-4df9-a6d7-9d669b51d271 .ablocks-paragraph-text { color:#20385B;font-family:"DM Sans",sans-serif;font-weight:400;font-style:9pt Regular;font-size:16px;line-height:25.6px; } @media screen and (max-width: 800px) { .ablocks-block-cfe6a04e-f85f-4df9-a6d7-9d669b51d271 .ablocks-paragraph-text { font-family:DM Sans; } } @media screen and (max-width: 480px) { .ablocks-block-cfe6a04e-f85f-4df9-a6d7-9d669b51d271 .ablocks-paragraph-text { line-height:26px; } } .ablocks-block-cfe6a04e-f85f-4df9-a6d7-9d669b51d271 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f9773477-e8d4-4e20-8c18-7c287cc9e333 { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-f9773477-e8d4-4e20-8c18-7c287cc9e333 { margin-top:0px; } } .ablocks-block-f9773477-e8d4-4e20-8c18-7c287cc9e333 { text-align:left; } .ablocks-block-f9773477-e8d4-4e20-8c18-7c287cc9e333 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#011839;font-family:"DM Sans",sans-serif;font-weight:500;font-style:Medium;font-size:16px;line-height:19px;letter-spacing:-0.18px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-f9773477-e8d4-4e20-8c18-7c287cc9e333 .ablocks-button { font-family:DM Sans; } } .ablocks-block-f9773477-e8d4-4e20-8c18-7c287cc9e333 .ablocks-button:hover { transition-duration:s; } .ablocks-block-f9773477-e8d4-4e20-8c18-7c287cc9e333 .ablocks-icon-wrap { font-size:14px; } .ablocks-block-f9773477-e8d4-4e20-8c18-7c287cc9e333 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-f9773477-e8d4-4e20-8c18-7c287cc9e333 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#011839; } 
.ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6 { margin-top:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6.ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6.ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;margin-left:auto !important;margin-right:auto !important;overflow:visible; } .ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-cc37fd38-61eb-4897-b9c7-18af7906c6a6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } 
.ablocks-block-8877398d-8481-4110-b873-6d2570366a69 { margin-top:-25px;padding-top:100px;padding-right:0px;padding-bottom:32px;padding-left:0px;background:#ffffff;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-8877398d-8481-4110-b873-6d2570366a69 { padding-top:60px;padding-right:12px;padding-left:12px;border-top-left-radius:20px;border-top-right-radius:20px; } } .ablocks-block-8877398d-8481-4110-b873-6d2570366a69.ablocks-block--container { padding-top:100px;padding-right:0px;padding-bottom:32px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-8877398d-8481-4110-b873-6d2570366a69.ablocks-block--container { padding-top:60px;padding-right:12px;padding-left:12px; } } .ablocks-block-8877398d-8481-4110-b873-6d2570366a69 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } .ablocks-block-8877398d-8481-4110-b873-6d2570366a69.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } 
.ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0.ablocks-block--container { padding:0px;max-width:min(100%,85%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0.ablocks-block--container { max-width:min(100%,95%) !important; } } .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0 { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0 { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0 { flex-direction:column; } } .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-f8aabcf4-044d-4e70-a2f2-353554b7f8f0 { display:inline-flex; } 
.ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08.ablocks-block--container { max-width:min(100%,37%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:1px; } .ablocks-block-3cfd63b6-8fa6-4ce7-9125-225d40566c08.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:1px; } 
.ablocks-block-fc8efaac-93d6-428e-b19d-149102e4ea56 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc8efaac-93d6-428e-b19d-149102e4ea56.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fc8efaac-93d6-428e-b19d-149102e4ea56 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-fc8efaac-93d6-428e-b19d-149102e4ea56.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-fc8efaac-93d6-428e-b19d-149102e4ea56 { display:inline-flex; } 
.ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:203px; } @media screen and (max-width: 800px) { .ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 .ablocks-icon-wrap img.ablocks-image-icon { width:164px; } } .ablocks-block-340f92b4-d478-4828-95f5-f6d92608ab72 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-0e6f45e0-5198-4a60-822f-af20189dfbd9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0e6f45e0-5198-4a60-822f-af20189dfbd9 { text-align:left; } .ablocks-block-0e6f45e0-5198-4a60-822f-af20189dfbd9 .ablocks-paragraph-text { color:#667085;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:28px;letter-spacing:-0.18px; } @media screen and (max-width: 800px) { .ablocks-block-0e6f45e0-5198-4a60-822f-af20189dfbd9 .ablocks-paragraph-text { font-family:Inter;font-size:14px; } } .ablocks-block-0e6f45e0-5198-4a60-822f-af20189dfbd9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bd04c1e8-a3d8-4705-81ce-2ce9d076a571 { margin-top:38px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bd04c1e8-a3d8-4705-81ce-2ce9d076a571.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bd04c1e8-a3d8-4705-81ce-2ce9d076a571 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-bd04c1e8-a3d8-4705-81ce-2ce9d076a571.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-bd04c1e8-a3d8-4705-81ce-2ce9d076a571 { display:inline-flex; } 
.ablocks-block-81ec4e1b-f80c-43eb-a6d8-93bb98cac782 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-81ec4e1b-f80c-43eb-a6d8-93bb98cac782 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-81ec4e1b-f80c-43eb-a6d8-93bb98cac782 .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-81ec4e1b-f80c-43eb-a6d8-93bb98cac782 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-81ec4e1b-f80c-43eb-a6d8-93bb98cac782 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-b8979d80-64a0-4641-bab5-4dfd90f7df1c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b8979d80-64a0-4641-bab5-4dfd90f7df1c { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-b8979d80-64a0-4641-bab5-4dfd90f7df1c .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-b8979d80-64a0-4641-bab5-4dfd90f7df1c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-b8979d80-64a0-4641-bab5-4dfd90f7df1c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-101b872c-843d-40cc-b24a-07a37d0a11c2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-101b872c-843d-40cc-b24a-07a37d0a11c2 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-101b872c-843d-40cc-b24a-07a37d0a11c2 .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-101b872c-843d-40cc-b24a-07a37d0a11c2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-101b872c-843d-40cc-b24a-07a37d0a11c2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-54476969-f4b9-4707-9ad0-2e19fae181cd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-54476969-f4b9-4707-9ad0-2e19fae181cd.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-54476969-f4b9-4707-9ad0-2e19fae181cd.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-54476969-f4b9-4707-9ad0-2e19fae181cd { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-54476969-f4b9-4707-9ad0-2e19fae181cd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-e7261a8c-467d-43c4-9a19-5dde6c0ccded { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e7261a8c-467d-43c4-9a19-5dde6c0ccded { text-align:left; } .ablocks-block-e7261a8c-467d-43c4-9a19-5dde6c0ccded .ablocks-paragraph-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize;font-style:normal;font-size:20px;letter-spacing:1.25px; } @media screen and (max-width: 800px) { .ablocks-block-e7261a8c-467d-43c4-9a19-5dde6c0ccded .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-e7261a8c-467d-43c4-9a19-5dde6c0ccded .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.09px; } @media screen and (max-width: 800px) { .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 { font-family:Inter;font-size:14px; } } .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 .ablocks-list { gap:10px; } } .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-53787680-d8c4-4815-b0ad-b040d2021595 .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4.ablocks-block--container { padding:0px;max-width:min(100%,15%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4.ablocks-block--container { max-width:min(100%,58%) !important; } } .ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-018d83be-dce7-4be3-a460-4a504906c5a4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-48408135-7d67-47ac-8a78-eeeb41e02283 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-48408135-7d67-47ac-8a78-eeeb41e02283 { text-align:left; } .ablocks-block-48408135-7d67-47ac-8a78-eeeb41e02283 .ablocks-paragraph-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize;font-style:normal;font-size:20px;letter-spacing:1.25px; } @media screen and (max-width: 800px) { .ablocks-block-48408135-7d67-47ac-8a78-eeeb41e02283 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-48408135-7d67-47ac-8a78-eeeb41e02283 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.09px; } @media screen and (max-width: 800px) { .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 { font-family:Inter;font-size:14px; } } .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 .ablocks-list { gap:10px; } } .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-4005dad6-3001-4197-9632-8ee6c18fe735 .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61.ablocks-block--container { padding:0px;max-width:min(100%,15%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61.ablocks-block--container { max-width:min(100%,17%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61.ablocks-block--container { max-width:min(100%,54%) !important; } } .ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-147235f2-a5c6-4b02-9232-57be646a1d61.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-1b4e05fe-b00c-4c65-9205-12cf35c9c3fb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1b4e05fe-b00c-4c65-9205-12cf35c9c3fb { text-align:left; } .ablocks-block-1b4e05fe-b00c-4c65-9205-12cf35c9c3fb .ablocks-paragraph-text { color:#101828;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize;font-style:normal;font-size:20px;letter-spacing:1.25px; } @media screen and (max-width: 800px) { .ablocks-block-1b4e05fe-b00c-4c65-9205-12cf35c9c3fb .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-1b4e05fe-b00c-4c65-9205-12cf35c9c3fb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;letter-spacing:-0.09px; } @media screen and (max-width: 800px) { .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 { font-family:Inter;font-size:14px; } } .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 .ablocks-list { gap:10px; } } .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-e531b2d8-1784-49a4-aa86-afa0498150c4 .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c { padding-top:24px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#d9d6fe;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c.ablocks-block--container { padding-top:24px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,85%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c.ablocks-block--container { max-width:min(100%,95%) !important; } } .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c { flex-direction:column;row-gap:21px; } } .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c.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-06d11001-39dc-45aa-ba5a-78345e52d46c.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:21px; } } .ablocks-block-06d11001-39dc-45aa-ba5a-78345e52d46c { display:inline-flex; } 
.ablocks-block-7dec5f89-5144-4913-a7a1-fa93e2ebdadc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7dec5f89-5144-4913-a7a1-fa93e2ebdadc.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7dec5f89-5144-4913-a7a1-fa93e2ebdadc { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7dec5f89-5144-4913-a7a1-fa93e2ebdadc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-32dc41ad-03ca-41a4-813a-c723a66759dc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-32dc41ad-03ca-41a4-813a-c723a66759dc { text-align:left; } .ablocks-block-32dc41ad-03ca-41a4-813a-c723a66759dc .ablocks-paragraph-text { color:#667085;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:28px;letter-spacing:-0.18px; } @media screen and (max-width: 800px) { .ablocks-block-32dc41ad-03ca-41a4-813a-c723a66759dc .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-32dc41ad-03ca-41a4-813a-c723a66759dc .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b { justify-content:flex-start;justify-items:flex-start; } } .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-end;justify-items:flex-end;align-items:center;min-height:0px;row-gap:0px;column-gap:24px; } @media screen and (max-width: 480px) { .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b.ablocks-has-block-container > .ablocks-block-container { justify-content:flex-start;justify-items:flex-start; } } .ablocks-block-fc8ef029-a46a-4481-9776-c98b6577fa3b { display:inline-flex; } 
.ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 { width:50%; } } .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 { display:flex;justify-content:right; } @media screen and (max-width: 480px) { .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 { justify-content:left; } } .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 .ablocks-image-figure img { width:149px;height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 .ablocks-image-figure img { width:170px; } } .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7f6a6c14-b61a-459f-b2e0-d5eb58be9248 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
