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



.ablocks-block--container{box-sizing:border-box!important;padding:var(--ablocks-container-padding)}a.ablocks-block--container{display:block;text-decoration:none}.ablocks-block--container.ablocks-has-block-container>.ablocks-block-container{width:100%}:not(.ablocks-block--container--is-root).ablocks-block--container{max-width:min(100%,100%);width:100%}.ablocks-is-fse-theme .is-layout-constrained .ablocks-block--container--is-root:not(.alignfull){margin-left:calc(var(--wp--style--root--padding-left)*-1)!important;margin-right:calc(var(--wp--style--root--padding-right)*-1)!important;max-width:100vw}.ablocks-is-classic-theme .ablocks-block--container--is-root:not(.alignfull){margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;max-width:100vw;width:100vw}.ablocks-container-shape{left:0;margin:0 auto;overflow:hidden;pointer-events:none;position:absolute;width:100%}.ablocks-container-shape-top{top:-9px;transform:rotate(1turn)}.ablocks-container-shape-bottom{bottom:-9px;transform:rotate(180deg)}.ablocks-container-shape-fill{transform:rotateY(0deg);transform-origin:center}.ablocks-block-container>.ablocks-container-shape-bottom,.ablocks-block-container>.ablocks-container-shape-top{width:100%!important}.ablocks-container-shape-bottom>svg,.ablocks-container-shape-top>svg{width:100%}
.ablocks-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-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-counter__icon{display:inline-flex}.ablocks-counter__content{font-size:40px;z-index:1}.ablocks-counter__text{font-size:16px}.ablocks-block--counter--number .ablocks-block-container,.ablocks-block--counter--number:not(.ablocks-has-container){align-items:center;display:flex}.ablocks-block--counter--circle .ablocks-block-container,.ablocks-block--counter--circle:not(.ablocks-has-container){display:flex;flex-direction:column}.ablocks-block--counter--circle .ablocks-circle-counter__outer{position:relative}.ablocks-block--counter--circle .ablocks-circle-counter__inner{align-items:center;border-radius:50%;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%!important;z-index:1}.ablocks-block--counter--circle .ablocks-circle-counter__svg{border-radius:50%}.ablocks-block--counter--circle .ablocks-circle-counter__progress{stroke:#000;fill:none}.ablocks-block--counter--circle .ablocks-circle-counter__background{stroke:#d6d6d6;fill:none}.ablocks-block--counter--bar .ablocks-block-container,.ablocks-block--counter--bar:not(.ablocks-has-container){display:flex;flex-direction:column}.ablocks-block--counter--bar .ablocks-block-container{width:100%}.ablocks-block--counter--bar{box-sizing:border-box;overflow:hidden}.ablocks-block--counter--bar .ablocks-bar-counter__background{background-color:#dadada;height:100%;width:100%}.ablocks-block--counter--bar .ablocks-bar-counter__progress{align-items:center;background-color:#000;color:#fff;display:flex;height:100%;width:auto}.ablocks-block--counter--bar .ablocks-counter__content{align-items:center;color:#fff;display:flex;font-size:16px;padding:0 5px}
.ablocks-block--icon .ablocks-block-container{display:flex}
.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-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-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}
@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-marquee[data-animated=true][data-enable-shadow=true]{-webkit-mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent)}.ablocks-block-marquee[data-animated=true]{--ablocks-block-animation-direction:normal;display:flex;gap:var(--ablocks-block-content-gap);overflow:hidden;padding-block:8px;position:relative;user-select:none}.ablocks-block-marquee[data-animated=true][data-direction=down][data-enable-shadow=true],.ablocks-block-marquee[data-animated=true][data-direction=up][data-enable-shadow=true]{-webkit-mask:linear-gradient(180deg,transparent,#fff 20%,#fff 80%,transparent);mask:linear-gradient(180deg,transparent,#fff 20%,#fff 80%,transparent)}.ablocks-block-marquee[data-animated=true][data-direction=down],.ablocks-block-marquee[data-animated=true][data-direction=up]{flex-direction:column;height:200px}.ablocks-block-marquee__children,.ablocks-block-marquee__children-mirror{align-items:center;animation:var(--ablocks-block-animation-name) var(--ablocks-block-animation-speed) linear infinite;animation-direction:var(--ablocks-block-animation-direction);display:flex;flex-shrink:0;gap:var(--ablocks-block-content-gap);white-space:nowrap}.ablocks-block-marquee[data-direction=down] .ablocks-block-marquee__children,.ablocks-block-marquee[data-direction=down] .ablocks-block-marquee__children-mirror,.ablocks-block-marquee[data-direction=up] .ablocks-block-marquee__children,.ablocks-block-marquee[data-direction=up] .ablocks-block-marquee__children-mirror{flex-direction:column}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(calc(var(--ablocks-block-total-width)*-1))}}@keyframes marquee-scroll-vertical{0%{transform:translateY(0)}to{transform:translateY(calc(var(--ablocks-block-total-height)*-1))}}.ablocks-block-marquee__children,.ablocks-block-marquee__children-mirror{scrollbar-width:none;-ms-overflow-style:none}.ablocks-block-marquee__children-mirror::-webkit-scrollbar,.ablocks-block-marquee__children::-webkit-scrollbar{display:none}.ablocks-block-marquee__custom-btn{background:#1e1e1e;color:#fff;height:28px;min-width:24px;padding:0}.ablocks-block-marquee__custom-btn svg{fill:#fff}.ablocks-block-marquee__custom-btn .ablocks-icon--plus:before{color:#fff}.ablocks-block-marquee__children>div[role=presentation],.ablocks-block-marquee__custom-btn{cursor:pointer;z-index:1}.is-layout-constrained>.ablocks-block--marquee:where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width:100%!important}.ablocks-block-marquee-dropdown-toolbar-menu .ablocks-icon--plus:before{color:#000;font-size:20px}.ablocks-block-marquee__children-child{align-items:center;display:flex}

.ablocks-block--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-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-star-rating-number{display:flex}.ablocks-block--star-ratings .ablocks-block-container{align-items:center;display:flex;flex-wrap:wrap}.ablocks-rating{display:inline-block;position:relative}.ablocks-star-ratings-icons{display:flex;flex-wrap:wrap}.ablocks-rating__fill{height:100%;left:0;overflow:hidden;position:absolute;top:0}.ablocks-rating__fill svg.ablocks-svg-icon{fill:var(--marked-color)}.ablocks-rating__unfill svg.ablocks-svg-icon{fill:var(--unmarked-color)}.ablocks-block--star-ratings svg.ablocks-svg-icon{height:1em;width:1em}
.ablocks-block--accordion{padding:10px 15px 60px;position:relative}.ablocks-block--accordion .ablocks-block-accordion-appender-button{align-items:center;background-color:#13191b;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:5px;padding:12px 10px}.ablocks-block--accordion .ablocks-block-accordion-appender-button .ablocks-icon--plus{font-weight:600}.ablocks-block--accordion .ablocks-block-accordion-appender-button .ablocks-icon--plus:before{color:#fff!important}.ablocks-block--accordion .block-list-appender{bottom:-50px;left:12px!important;right:auto!important}.ablocks-block--single-accordion .block-list-appender{bottom:15px;left:12px!important;right:auto!important}.ablocks-block--single-accordion{overflow:hidden}.ablocks-block--single-accordion__heading{align-items:center;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:15px}.ablocks-block--single-accordion__heading-rightSide{align-items:center;display:flex;width:90%}.ablocks-block--single-accordion__heading-rightSide .ablocks-block-accordion-title{margin:0 0 0 10px}.ablocks-block--single-accordion__heading .ablocks-single-accordion-right-side-icon{margin-right:10px}.ablocks-block--accordion .ablocks-block--single-accordion .block-list-appender{position:relative}.ablocks-block--accordion .ablocks-block--single-accordion svg.ablocks-svg-icon{height:1em;width:1em}.ablocks-block--single-accordion .ablocks-block--single-accordion__body{height:0;overflow:hidden}.ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__body{height:auto}.ablocks-block--single-accordion__body-content{background-color:#f9f9f9;box-sizing:border-box;overflow:hidden;padding:20px;position:relative}.ablocks-block--single-accordion__body-content .block-editor-default-block-appender .block-editor-inserter{line-height:0;position:absolute;right:12px;top:10px}.ablocks-block--single-accordion .ablocks-block--single-accordion__heading-collapse-icon-open{display:none}.ablocks-block--single-accordion .ablocks-block--single-accordion__heading-collapse-icon-off,.ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__heading-collapse-icon-open{display:block}.ablocks-block--single-accordion-is-selected .ablocks-block--single-accordion__heading-collapse-icon-off{display:none}.ablocks-block--single-accordion .ablocks-block--single-accordion__heading{outline-style:none!important}.ablocks-block--single-accordion p{margin-bottom:0!important}

.ablocks-block--form-builder{background:#fff;border:2px solid gray;border-radius:5px;padding:20px}.ablocks-block--form-builder .ablocks-form-builder__fields{column-gap:8px;display:flex;flex-wrap:wrap;row-gap:16px}@media (max-width:450px){.ablocks-block--form-builder .ablocks-form-builder__fields{gap:5px;row-gap:10px}}.ablocks-block--form-builder .block-editor-button-block-appender{height:60px;margin:10px 0}.ablocks-block--form-builder .block-list-appender{position:static;width:100%}.ablocks-block--form-builder form{column-gap:8px;display:flex;row-gap:16px}.ablocks-form-builder__field .ablocks-block-error-msg{position:absolute;visibility:hidden}@media (max-width:560px){.ablocks-block--form-builder form{column-gap:0;display:flex;flex-wrap:wrap;row-gap:14px}}.ablocks-form-builder .ablocks-form-builder__fields{width:100%}.ablocks-form-builder .ablocks-form-builder__submit-button{border:none;cursor:pointer}.ablocks-form-builder .ablocks-form-builder__submit-button--default{padding:6px 14px}.ablocks-form-builder .ablocks-form-builder__submit-button--default,.ablocks-form-builder .ablocks-form-builder__submit-button--small{background:#13191b;border-radius:8px;color:#fff;font-size:14px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;width:20%}.ablocks-form-builder .ablocks-form-builder__submit-button--small{padding:8px 16px}.ablocks-form-builder .ablocks-form-builder__submit-button--medium{background:#13191b;border-radius:8px;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:12px 24px;width:30%}.ablocks-form-builder .ablocks-form-builder__submit-button--large{background:#13191b;border-radius:8px;color:#fff;font-size:18px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:16px 32px;width:50%}.ablocks-form-builder .ablocks-form-builder__submit-button--extra-large{background:#13191b;border-radius:8px;color:#fff;font-size:20px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;padding:18px 36px;width:60%}.ablocks-form-builder .ablocks-form-builder__submit-button--full-width{background:#13191b;border-radius:8px;color:#fff;font-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 input.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--filterable-cards .filterable-cards_filter{cursor:pointer;display:flex;flex-wrap:wrap;padding:4px}.ablocks-block--filterable-cards .filterable-cards_filter li{list-style-type:none}.ablocks-block--filterable-cards .filterable-cards_filter .filterable-filter-button{margin-bottom:10px;padding:0 32px;text-decoration:none}.ablocks-block--filterable-cards .filterable-filter-button-active{border-radius:5px;color:#fff}.ablocks-block--filterable-cards .ablocks-block--filterable-cards-item{display:none}.ablocks-block--filterable-cards .filterable-cards-filter-wrap{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:8px;position:relative}.ablocks-block--filterable-cards .filterable-cards-filter-wrap .filterable-cards_filter{display:flex;flex-direction:column;margin:0;position:relative}.ablocks-block--filterable-cards .filterable-cards-filter-wrap .filterable-cards_filter .filterable-search-toggle-btn{align-items:center;border:1px solid #ddd;border-radius:4px;display:flex;justify-content:space-between;margin:-4px;padding:6px 16px;width:160px}.ablocks-block--filterable-cards .filterable-search-toggle-btn .filterable-search-select{font-size:20px;font-style:normal;font-weight:500;line-height:20px;text-align:center}.ablocks-block--filterable-cards .filterable-cards-filter-wrap .filterable-cards_filter-list-dropdown{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 6px rgba(0,0,0,.1);display:none;flex-direction:column;left:0;position:absolute;top:37px;width:100%;z-index:100}.ablocks-block--filterable-cards .filterable-searchInput{align-items:center;border:1px solid #ddd;border-radius:4px;display:flex;gap:8px;line-height:normal;padding:10px 16px;width:300px}.ablocks-block--filterable-cards .filterable-cards-wrap{margin-top:20px}.ablocks-block--filterable-cards .filterable-cards-load-more-wrapper{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-top:16px}.ablocks-block--filterable-cards .filterable-cards-showMore-button{align-items:center;background:#13191b;border-radius:8px;display:flex;gap:8px;height:40px;justify-content:center;padding:0 20px;visibility:hidden}.ablocks-block--filterable-cards .ablocks-block-container>.block-editor-inner-blocks>.block-editor-block-list__layout{display:inline}.ablocks-filtrable-card-add-button{background-color:#13191b;border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:400;margin-top:16px;padding:8px 20px;width:fit-content}.ablocks-filtrable-card-add-button span{margin-right:8px}.ablocks-filtrable-card-add-button .ablocks-icon--plus:before{color:#fff!important}.ablocks-block--filterable-cards .filterable-search-item-not-found-text{border-radius:0;color:#858e9a;display:none;font-size:16px;margin:20px 0;text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(70px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes rotate{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:rotate(0deg)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.ablocks-block--filterable-cards-item.fade-in{animation:fadeIn var(--animation-duration) ease-in-out forwards}.ablocks-block--filterable-cards-item.slide-up{animation:slideUp var(--animation-duration) ease-in-out forwards}.ablocks-block--filterable-cards-item.zoom-in{animation:zoomIn var(--animation-duration) ease-in-out forwards}.ablocks-block--filterable-cards-item.rotate{animation:rotate var(--animation-duration) ease-in-out forwards}.ablocks-block--filterable-cards-item.slide-in-left{animation:slideInLeft var(--animation-duration) ease-in-out forwards}.ablocks-block--filterable-cards-item.slide-in-right{animation:slideInRight var(--animation-duration) ease-in-out forwards}


.ablocks-block-6d5e9be6-44dc-4fab-9b4d-5e0302b7fcb0 { 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-6d5e9be6-44dc-4fab-9b4d-5e0302b7fcb0.ablocks-block--container { padding-top:24px;padding-bottom:24px;overflow:visible; } .ablocks-block-6d5e9be6-44dc-4fab-9b4d-5e0302b7fcb0 > .ablocks-block-container { max-width:min(100%,1440px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-6d5e9be6-44dc-4fab-9b4d-5e0302b7fcb0 > .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-6d5e9be6-44dc-4fab-9b4d-5e0302b7fcb0.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-6d5e9be6-44dc-4fab-9b4d-5e0302b7fcb0 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-7f8fc7c1-9726-409c-84b6-593d91198f49 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7f8fc7c1-9726-409c-84b6-593d91198f49.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7f8fc7c1-9726-409c-84b6-593d91198f49 { 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-7f8fc7c1-9726-409c-84b6-593d91198f49 { align-items:flex-end; } } .ablocks-block-7f8fc7c1-9726-409c-84b6-593d91198f49.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-7f8fc7c1-9726-409c-84b6-593d91198f49.ablocks-has-block-container > .ablocks-block-container { align-items:flex-end; } } 
.ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-menu { justify-content:center; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9.ablocks-menu { justify-content:center; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .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-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item { font-family:Inter; } } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .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-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link { font-family:Inter; } } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item:hover { color:#000000;border-width:1px;border-color:#98a2b3;border-style:none; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item .ablocks-menu-item__link:hover { color:#000000;border-width:1px;border-color:#98a2b3;border-style:none; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-block--menu-child-sub { margin-top:1px;width:250px; } @media screen and (max-width: 480px) { .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-block--menu-child-sub .ablocks-block--menu-item { background:!important; } } @media screen and (max-width: 480px) { .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-block--menu-child-sub .ablocks-block--menu-item .ablocks-menu-item__link { color:!important; } } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:#667085; } @media screen and (max-width: 480px) { .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__link { color:!important; } } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__link { color:#000000; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:#667085; } @media screen and (max-width: 480px) { .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item > .ablocks-menu-item__dropdown-icon svg { fill:!important; } } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-main-menu > .ablocks-menu-item:hover > .ablocks-menu-item__dropdown-icon svg { fill:#000000; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-menu__trigger-wrapper { justify-content:right; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger { height:30px; } .ablocks-block-991ef03e-fb6b-4ea2-9dbd-1e41c5b50fd9 .ablocks-menu__trigger-wrapper .ablocks-menu__trigger .ablocks-menu__trigger-item { background:#7A5AF8;height:3px;width:30px; } 




.ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943.ablocks-hide-on-desktop,.ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943.ablocks-hide-on-tablet,.ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943.ablocks-hide-on-mobile { display:none; } } .ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943.ablocks-block--container { padding:0px;max-width:min(100%,17%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943.ablocks-block--container { max-width:min(100%,2%) !important; } } .ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943 { display:flex;flex-direction:column;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d578eff5-05ca-489f-86c6-f2b373ee2943.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-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f.ablocks-hide-on-desktop,.ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f.ablocks-hide-on-tablet,.ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f.ablocks-hide-on-mobile { display:none; } } .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f { text-align:left; } .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f .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-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f .ablocks-button { font-family:Inter; } } .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f .ablocks-button:hover { transition-duration:s; } .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f .ablocks-icon-wrap { font-size:14px; } .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:14px; } .ablocks-block-bded0ed6-2807-44f3-8cb2-c0e9afb04e2f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-0d7ee0ab-cb58-40d3-b069-9e5316a83cc5 { margin-top:0px;padding-top:120px;padding-bottom:120px;background:#ECEBE5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0d7ee0ab-cb58-40d3-b069-9e5316a83cc5 { padding-top:60px;padding-bottom:0px; } } .ablocks-block-0d7ee0ab-cb58-40d3-b069-9e5316a83cc5.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0d7ee0ab-cb58-40d3-b069-9e5316a83cc5.ablocks-block--container { padding-top:60px;padding-bottom:0px; } } .ablocks-block-0d7ee0ab-cb58-40d3-b069-9e5316a83cc5 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-0d7ee0ab-cb58-40d3-b069-9e5316a83cc5 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-0d7ee0ab-cb58-40d3-b069-9e5316a83cc5.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-271b24e4-10df-419b-b109-2adb4d58df93 { padding-top:78px;padding-right:0px;padding-bottom:78px;padding-left:0px;background-image:url("https://library.template-kits.com/vizol/wp-content/uploads/sites/42/2025/09/group_1618873489-scaled.webp");background-position:center;background-repeat:no-repeat;background-size:cover;border-width:2px;border-style:solid;border-color:#D1CECB;position:relative;z-index:6;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-271b24e4-10df-419b-b109-2adb4d58df93 { padding-top:42px;padding-bottom:42px;border-width:1px 2px 1px 2px; } } @media screen and (max-width: 480px) { .ablocks-block-271b24e4-10df-419b-b109-2adb4d58df93 { padding-top:30px;padding-bottom:30px;border-width:0px 2px 0px 2px; } } .ablocks-block-271b24e4-10df-419b-b109-2adb4d58df93.ablocks-block--container { padding-top:78px;padding-right:0px;padding-bottom:78px;padding-left:0px;max-width:min(100%,1290%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-271b24e4-10df-419b-b109-2adb4d58df93.ablocks-block--container { padding-top:42px;padding-bottom:42px; } } @media screen and (max-width: 480px) { .ablocks-block-271b24e4-10df-419b-b109-2adb4d58df93.ablocks-block--container { padding-top:30px;padding-bottom:30px; } } .ablocks-block-271b24e4-10df-419b-b109-2adb4d58df93 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-271b24e4-10df-419b-b109-2adb4d58df93 { row-gap:31px; } } @media screen and (max-width: 480px) { .ablocks-block-271b24e4-10df-419b-b109-2adb4d58df93 { row-gap:30px; } } .ablocks-block-271b24e4-10df-419b-b109-2adb4d58df93.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-271b24e4-10df-419b-b109-2adb4d58df93.ablocks-has-block-container > .ablocks-block-container { row-gap:31px; } } @media screen and (max-width: 480px) { .ablocks-block-271b24e4-10df-419b-b109-2adb4d58df93.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-b3da4bbe-218a-43c9-aba1-98971df6c8b6 { width:73%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b3da4bbe-218a-43c9-aba1-98971df6c8b6 { width:61%; } } @media screen and (max-width: 480px) { .ablocks-block-b3da4bbe-218a-43c9-aba1-98971df6c8b6 { width:100%; } } .ablocks-block-b3da4bbe-218a-43c9-aba1-98971df6c8b6 { text-align:center; } .ablocks-block-b3da4bbe-218a-43c9-aba1-98971df6c8b6 .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px; } @media screen and (max-width: 800px) { .ablocks-block-b3da4bbe-218a-43c9-aba1-98971df6c8b6 .ablocks-heading-text { font-size:42px;line-height:50px; } } @media screen and (max-width: 480px) { .ablocks-block-b3da4bbe-218a-43c9-aba1-98971df6c8b6 .ablocks-heading-text { font-size:32px;line-height:42px; } } 
.ablocks-block-d267ace1-57a7-40b2-8f14-8a5a3de1ae10 { padding-top:0px;padding-right:20px;padding-bottom:0px;padding-left:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d267ace1-57a7-40b2-8f14-8a5a3de1ae10 { padding-right:0px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-d267ace1-57a7-40b2-8f14-8a5a3de1ae10 { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-d267ace1-57a7-40b2-8f14-8a5a3de1ae10.ablocks-block--container { padding-top:0px;padding-right:20px;padding-bottom:0px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d267ace1-57a7-40b2-8f14-8a5a3de1ae10.ablocks-block--container { padding-right:0px;padding-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-d267ace1-57a7-40b2-8f14-8a5a3de1ae10.ablocks-block--container { padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px; } } .ablocks-block-d267ace1-57a7-40b2-8f14-8a5a3de1ae10 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:149px; } @media screen and (max-width: 800px) { .ablocks-block-d267ace1-57a7-40b2-8f14-8a5a3de1ae10 { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-d267ace1-57a7-40b2-8f14-8a5a3de1ae10 { justify-content:space-between;justify-items:space-between;row-gap:20px; } } .ablocks-block-d267ace1-57a7-40b2-8f14-8a5a3de1ae10.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:149px; } @media screen and (max-width: 800px) { .ablocks-block-d267ace1-57a7-40b2-8f14-8a5a3de1ae10.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-d267ace1-57a7-40b2-8f14-8a5a3de1ae10.ablocks-has-block-container > .ablocks-block-container { justify-content:space-between;justify-items:space-between;row-gap:20px; } } .ablocks-block-d267ace1-57a7-40b2-8f14-8a5a3de1ae10 { display:inline-flex; } 
.ablocks-block-6941aff2-d990-4f30-9a03-ce510a54c623 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6941aff2-d990-4f30-9a03-ce510a54c623.ablocks-block--container { padding:0px;max-width:min(100%,14%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6941aff2-d990-4f30-9a03-ce510a54c623.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-6941aff2-d990-4f30-9a03-ce510a54c623.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-6941aff2-d990-4f30-9a03-ce510a54c623 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6941aff2-d990-4f30-9a03-ce510a54c623.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-da97e434-7b55-4b21-8cb5-6f4d0a5df040 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-da97e434-7b55-4b21-8cb5-6f4d0a5df040.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-da97e434-7b55-4b21-8cb5-6f4d0a5df040.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-da97e434-7b55-4b21-8cb5-6f4d0a5df040.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-da97e434-7b55-4b21-8cb5-6f4d0a5df040.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-da97e434-7b55-4b21-8cb5-6f4d0a5df040 .ablocks-counter__content { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-da97e434-7b55-4b21-8cb5-6f4d0a5df040 .ablocks-counter__content { font-size:32px;line-height:44px; } } .ablocks-block-da97e434-7b55-4b21-8cb5-6f4d0a5df040 .ablocks-counter__text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px;margin-top:10px; } @media screen and (max-width: 480px) { .ablocks-block-da97e434-7b55-4b21-8cb5-6f4d0a5df040 .ablocks-counter__text { margin-top:0px; } } .ablocks-block-da97e434-7b55-4b21-8cb5-6f4d0a5df040.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-da97e434-7b55-4b21-8cb5-6f4d0a5df040.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-da97e434-7b55-4b21-8cb5-6f4d0a5df040.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-da97e434-7b55-4b21-8cb5-6f4d0a5df040 .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-da97e434-7b55-4b21-8cb5-6f4d0a5df040.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-da97e434-7b55-4b21-8cb5-6f4d0a5df040.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-da97e434-7b55-4b21-8cb5-6f4d0a5df040 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-da97e434-7b55-4b21-8cb5-6f4d0a5df040 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-da97e434-7b55-4b21-8cb5-6f4d0a5df040 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-cdeeb998-7637-4fc8-926c-d9ae5908673c { margin-top:104px;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: 480px) { .ablocks-block-cdeeb998-7637-4fc8-926c-d9ae5908673c { margin-top:30px; } } .ablocks-block-cdeeb998-7637-4fc8-926c-d9ae5908673c.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,13%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-cdeeb998-7637-4fc8-926c-d9ae5908673c.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-cdeeb998-7637-4fc8-926c-d9ae5908673c.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-cdeeb998-7637-4fc8-926c-d9ae5908673c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-cdeeb998-7637-4fc8-926c-d9ae5908673c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-5a2e43ac-1f48-4202-9b58-fe719c4351f5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5a2e43ac-1f48-4202-9b58-fe719c4351f5.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-5a2e43ac-1f48-4202-9b58-fe719c4351f5.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-5a2e43ac-1f48-4202-9b58-fe719c4351f5.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-5a2e43ac-1f48-4202-9b58-fe719c4351f5.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-5a2e43ac-1f48-4202-9b58-fe719c4351f5 .ablocks-counter__content { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-5a2e43ac-1f48-4202-9b58-fe719c4351f5 .ablocks-counter__content { font-size:32px;line-height:44px; } } .ablocks-block-5a2e43ac-1f48-4202-9b58-fe719c4351f5 .ablocks-counter__text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px;margin-top:10px; } @media screen and (max-width: 480px) { .ablocks-block-5a2e43ac-1f48-4202-9b58-fe719c4351f5 .ablocks-counter__text { margin-top:0px; } } .ablocks-block-5a2e43ac-1f48-4202-9b58-fe719c4351f5.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-5a2e43ac-1f48-4202-9b58-fe719c4351f5.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-5a2e43ac-1f48-4202-9b58-fe719c4351f5.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-5a2e43ac-1f48-4202-9b58-fe719c4351f5 .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-5a2e43ac-1f48-4202-9b58-fe719c4351f5.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-5a2e43ac-1f48-4202-9b58-fe719c4351f5.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-5a2e43ac-1f48-4202-9b58-fe719c4351f5 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-5a2e43ac-1f48-4202-9b58-fe719c4351f5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-5a2e43ac-1f48-4202-9b58-fe719c4351f5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-b23f395f-f69d-4746-a435-c68e54cf8de4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b23f395f-f69d-4746-a435-c68e54cf8de4.ablocks-block--container { padding:0px;max-width:min(100%,14%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b23f395f-f69d-4746-a435-c68e54cf8de4.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-b23f395f-f69d-4746-a435-c68e54cf8de4.ablocks-block--container { max-width:min(100%,45%) !important; } } .ablocks-block-b23f395f-f69d-4746-a435-c68e54cf8de4 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-b23f395f-f69d-4746-a435-c68e54cf8de4 { min-height:4px; } } .ablocks-block-b23f395f-f69d-4746-a435-c68e54cf8de4.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-b23f395f-f69d-4746-a435-c68e54cf8de4.ablocks-has-block-container > .ablocks-block-container { min-height:4px; } } 
.ablocks-block-3c2e0688-112e-409d-98ad-a3de97750475 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3c2e0688-112e-409d-98ad-a3de97750475.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-3c2e0688-112e-409d-98ad-a3de97750475.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-3c2e0688-112e-409d-98ad-a3de97750475.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-3c2e0688-112e-409d-98ad-a3de97750475.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-3c2e0688-112e-409d-98ad-a3de97750475 .ablocks-counter__content { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-3c2e0688-112e-409d-98ad-a3de97750475 .ablocks-counter__content { font-size:32px;line-height:44px; } } .ablocks-block-3c2e0688-112e-409d-98ad-a3de97750475 .ablocks-counter__text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px;margin-top:10px; } @media screen and (max-width: 480px) { .ablocks-block-3c2e0688-112e-409d-98ad-a3de97750475 .ablocks-counter__text { margin-top:0px; } } .ablocks-block-3c2e0688-112e-409d-98ad-a3de97750475.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-3c2e0688-112e-409d-98ad-a3de97750475.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-3c2e0688-112e-409d-98ad-a3de97750475.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-3c2e0688-112e-409d-98ad-a3de97750475 .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-3c2e0688-112e-409d-98ad-a3de97750475.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-3c2e0688-112e-409d-98ad-a3de97750475.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-3c2e0688-112e-409d-98ad-a3de97750475 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-3c2e0688-112e-409d-98ad-a3de97750475 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-3c2e0688-112e-409d-98ad-a3de97750475 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-9566d354-6d62-42bb-9f57-722bb7578c1d { 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-9566d354-6d62-42bb-9f57-722bb7578c1d { margin-top:60px; } } @media screen and (max-width: 480px) { .ablocks-block-9566d354-6d62-42bb-9f57-722bb7578c1d { margin-top:30px; } } .ablocks-block-9566d354-6d62-42bb-9f57-722bb7578c1d.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,14%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9566d354-6d62-42bb-9f57-722bb7578c1d.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-9566d354-6d62-42bb-9f57-722bb7578c1d.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-9566d354-6d62-42bb-9f57-722bb7578c1d { display:flex;flex-direction:column;justify-content:flex-end;justify-items:flex-end;min-height:205px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-9566d354-6d62-42bb-9f57-722bb7578c1d { min-height:125px; } } .ablocks-block-9566d354-6d62-42bb-9f57-722bb7578c1d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-end;justify-items:flex-end;min-height:205px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-9566d354-6d62-42bb-9f57-722bb7578c1d.ablocks-has-block-container > .ablocks-block-container { min-height:125px; } } 
.ablocks-block-ecbd2392-8a14-4de2-9170-006b7e998983 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ecbd2392-8a14-4de2-9170-006b7e998983.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-ecbd2392-8a14-4de2-9170-006b7e998983.ablocks-block--counter--bar .ablocks-block-container { align-items:center; } .ablocks-block-ecbd2392-8a14-4de2-9170-006b7e998983.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-ecbd2392-8a14-4de2-9170-006b7e998983.ablocks-block--counter--number .ablocks-block-container { justify-content:center;text-align:center; } .ablocks-block-ecbd2392-8a14-4de2-9170-006b7e998983 .ablocks-counter__content { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-ecbd2392-8a14-4de2-9170-006b7e998983 .ablocks-counter__content { font-size:32px;line-height:44px; } } .ablocks-block-ecbd2392-8a14-4de2-9170-006b7e998983 .ablocks-counter__text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px;margin-top:10px; } @media screen and (max-width: 480px) { .ablocks-block-ecbd2392-8a14-4de2-9170-006b7e998983 .ablocks-counter__text { margin-top:0px; } } .ablocks-block-ecbd2392-8a14-4de2-9170-006b7e998983.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-ecbd2392-8a14-4de2-9170-006b7e998983.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-ecbd2392-8a14-4de2-9170-006b7e998983.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:center;align-items:center; } .ablocks-block-ecbd2392-8a14-4de2-9170-006b7e998983 .ablocks-block-container { justify-content:center;align-items:center; } .ablocks-block-ecbd2392-8a14-4de2-9170-006b7e998983.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-ecbd2392-8a14-4de2-9170-006b7e998983.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-ecbd2392-8a14-4de2-9170-006b7e998983 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-ecbd2392-8a14-4de2-9170-006b7e998983 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-ecbd2392-8a14-4de2-9170-006b7e998983 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-cc232c32-b43f-4f1c-9dfc-5f2120582160 { position:absolute;left:120px;bottom:50px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-cc232c32-b43f-4f1c-9dfc-5f2120582160 { margin-top:5px;padding-left:5px; } } @media screen and (max-width: 800px) { .ablocks-block-cc232c32-b43f-4f1c-9dfc-5f2120582160.ablocks-hide-on-desktop,.ablocks-block-cc232c32-b43f-4f1c-9dfc-5f2120582160.ablocks-hide-on-tablet,.ablocks-block-cc232c32-b43f-4f1c-9dfc-5f2120582160.ablocks-hide-on-mobile { display:none; } } .ablocks-block-cc232c32-b43f-4f1c-9dfc-5f2120582160 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-cc232c32-b43f-4f1c-9dfc-5f2120582160 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-cc232c32-b43f-4f1c-9dfc-5f2120582160 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:150px; } .ablocks-block-cc232c32-b43f-4f1c-9dfc-5f2120582160 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#E94D65; } 
.ablocks-block-1e1043da-ddc2-426a-9027-bf20bb57ad06 { margin-top:0px;padding-top:120px;padding-bottom:120px;background:#ECEBE5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1e1043da-ddc2-426a-9027-bf20bb57ad06 { padding-top:60px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-1e1043da-ddc2-426a-9027-bf20bb57ad06 { padding-bottom:40px; } } .ablocks-block-1e1043da-ddc2-426a-9027-bf20bb57ad06.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1e1043da-ddc2-426a-9027-bf20bb57ad06.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-1e1043da-ddc2-426a-9027-bf20bb57ad06.ablocks-block--container { padding-bottom:40px; } } .ablocks-block-1e1043da-ddc2-426a-9027-bf20bb57ad06 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-1e1043da-ddc2-426a-9027-bf20bb57ad06 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:20px;column-gap:54px; } @media screen and (max-width: 800px) { .ablocks-block-1e1043da-ddc2-426a-9027-bf20bb57ad06 > .ablocks-block-container { flex-direction:column;row-gap:40px; } } .ablocks-block-1e1043da-ddc2-426a-9027-bf20bb57ad06.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:20px;column-gap:54px; } @media screen and (max-width: 800px) { .ablocks-block-1e1043da-ddc2-426a-9027-bf20bb57ad06.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:40px; } } .ablocks-block-1e1043da-ddc2-426a-9027-bf20bb57ad06 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-30e72c5f-bfc0-4d88-93a6-8961e256c415 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-30e72c5f-bfc0-4d88-93a6-8961e256c415.ablocks-block--container { padding:0px;max-width:min(100%,630%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-30e72c5f-bfc0-4d88-93a6-8961e256c415.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-30e72c5f-bfc0-4d88-93a6-8961e256c415 { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-30e72c5f-bfc0-4d88-93a6-8961e256c415 { align-items:flex-start; } } .ablocks-block-30e72c5f-bfc0-4d88-93a6-8961e256c415.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-30e72c5f-bfc0-4d88-93a6-8961e256c415.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-cf66c336-c352-46a4-a947-e55b4df2f844 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-cf66c336-c352-46a4-a947-e55b4df2f844 { width:64%; } } @media screen and (max-width: 480px) { .ablocks-block-cf66c336-c352-46a4-a947-e55b4df2f844 { width:100%; } } .ablocks-block-cf66c336-c352-46a4-a947-e55b4df2f844 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-cf66c336-c352-46a4-a947-e55b4df2f844 { text-align:center; } } .ablocks-block-cf66c336-c352-46a4-a947-e55b4df2f844 .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px; } @media screen and (max-width: 800px) { .ablocks-block-cf66c336-c352-46a4-a947-e55b4df2f844 .ablocks-heading-text { font-size:42px;line-height:52px; } } @media screen and (max-width: 480px) { .ablocks-block-cf66c336-c352-46a4-a947-e55b4df2f844 .ablocks-heading-text { font-size:32px;line-height:42px; } } 
.ablocks-block-f8767474-3aa0-4ba2-9338-0611381e5105 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f8767474-3aa0-4ba2-9338-0611381e5105 { margin-top:-18px;width:87%; } } @media screen and (max-width: 480px) { .ablocks-block-f8767474-3aa0-4ba2-9338-0611381e5105 { width:100%; } } .ablocks-block-f8767474-3aa0-4ba2-9338-0611381e5105 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-f8767474-3aa0-4ba2-9338-0611381e5105 { text-align:center; } } .ablocks-block-f8767474-3aa0-4ba2-9338-0611381e5105 .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-f8767474-3aa0-4ba2-9338-0611381e5105 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-05ffdb12-d1a0-49d3-93e9-7ce3493d21f5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-05ffdb12-d1a0-49d3-93e9-7ce3493d21f5 { width:100%; } } .ablocks-block-05ffdb12-d1a0-49d3-93e9-7ce3493d21f5 { font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-05ffdb12-d1a0-49d3-93e9-7ce3493d21f5 .ablocks-list { gap:15px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-05ffdb12-d1a0-49d3-93e9-7ce3493d21f5 .ablocks-list__item-content { align-items:center;gap:15px; } .ablocks-block-05ffdb12-d1a0-49d3-93e9-7ce3493d21f5 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#153A4D;fill:#153A4D;font-size:16px; } .ablocks-block-05ffdb12-d1a0-49d3-93e9-7ce3493d21f5 .ablocks-list__item-content .ablocks-list__item-text { color:#696969; } 
.ablocks-block-38aae5af-2b1a-4b99-b7f2-cfdbec3988dd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-38aae5af-2b1a-4b99-b7f2-cfdbec3988dd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-38aae5af-2b1a-4b99-b7f2-cfdbec3988dd { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-38aae5af-2b1a-4b99-b7f2-cfdbec3988dd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-38aae5af-2b1a-4b99-b7f2-cfdbec3988dd { display:inline-flex; } 
.ablocks-block-a151735b-6234-45b5-b71e-682925167e2c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a151735b-6234-45b5-b71e-682925167e2c { text-align:left; } .ablocks-block-a151735b-6234-45b5-b71e-682925167e2c .ablocks-button { column-gap:10px;background:#FDF9F5;justify-content:left;color:#222222;border-width:1px;border-style:solid;border-color:#153A4D;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px;padding-top:18px;padding-right:30px;padding-bottom:18px;padding-left:30px; } @media screen and (max-width: 800px) { .ablocks-block-a151735b-6234-45b5-b71e-682925167e2c .ablocks-button { border-radius:12px;padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px; } } @media screen and (max-width: 480px) { .ablocks-block-a151735b-6234-45b5-b71e-682925167e2c .ablocks-button { padding-top:11px;padding-bottom:11px; } } .ablocks-block-a151735b-6234-45b5-b71e-682925167e2c .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#000000; } .ablocks-block-a151735b-6234-45b5-b71e-682925167e2c .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-a151735b-6234-45b5-b71e-682925167e2c .ablocks-icon-wrap { font-size:16px; } .ablocks-block-a151735b-6234-45b5-b71e-682925167e2c .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-a151735b-6234-45b5-b71e-682925167e2c .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-9e8dca32-637e-4c1a-a220-5e18b6ee477a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9e8dca32-637e-4c1a-a220-5e18b6ee477a { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-9e8dca32-637e-4c1a-a220-5e18b6ee477a .ablocks-icon-wrap { background:#222222;padding:.5em;border:2px solid #FFFFFF;font-size:20px;padding-top:21px;padding-right:22px;padding-bottom:22px;padding-left:22px;border-style:none;border-radius:20px; } @media screen and (max-width: 800px) { .ablocks-block-9e8dca32-637e-4c1a-a220-5e18b6ee477a .ablocks-icon-wrap { padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px;border-radius:10px; } } @media screen and (max-width: 480px) { .ablocks-block-9e8dca32-637e-4c1a-a220-5e18b6ee477a .ablocks-icon-wrap { padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px; } } .ablocks-block-9e8dca32-637e-4c1a-a220-5e18b6ee477a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } .ablocks-block-9e8dca32-637e-4c1a-a220-5e18b6ee477a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-24f466e9-b08a-4400-9fe1-65867052f76b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-24f466e9-b08a-4400-9fe1-65867052f76b.ablocks-block--container { padding:0px;max-width:min(100%,45%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-24f466e9-b08a-4400-9fe1-65867052f76b.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-24f466e9-b08a-4400-9fe1-65867052f76b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-24f466e9-b08a-4400-9fe1-65867052f76b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-617394c1-e3ad-40ff-8fdc-9aa27009bda2 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-617394c1-e3ad-40ff-8fdc-9aa27009bda2 { display:flex;justify-content:center; } .ablocks-block-617394c1-e3ad-40ff-8fdc-9aa27009bda2 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-617394c1-e3ad-40ff-8fdc-9aa27009bda2 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-617394c1-e3ad-40ff-8fdc-9aa27009bda2 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-540feb18-4d11-43e2-8125-707428ac8889 { margin-top:0px;padding-top:120px;padding-bottom:120px;background:#FDF9F5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-540feb18-4d11-43e2-8125-707428ac8889 { padding-top:60px;padding-bottom:60px; } } .ablocks-block-540feb18-4d11-43e2-8125-707428ac8889.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-540feb18-4d11-43e2-8125-707428ac8889.ablocks-block--container { padding-top:60px;padding-bottom:60px; } } .ablocks-block-540feb18-4d11-43e2-8125-707428ac8889 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-540feb18-4d11-43e2-8125-707428ac8889 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-540feb18-4d11-43e2-8125-707428ac8889 > .ablocks-block-container { row-gap:40px; } } .ablocks-block-540feb18-4d11-43e2-8125-707428ac8889.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-540feb18-4d11-43e2-8125-707428ac8889.ablocks-has-block-container > .ablocks-block-container { row-gap:40px; } } 
.ablocks-block-a6436946-cdf1-4263-9886-7107b72f0abe { width:66%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a6436946-cdf1-4263-9886-7107b72f0abe { width:76%; } } @media screen and (max-width: 480px) { .ablocks-block-a6436946-cdf1-4263-9886-7107b72f0abe { width:100%; } } .ablocks-block-a6436946-cdf1-4263-9886-7107b72f0abe { text-align:center; } .ablocks-block-a6436946-cdf1-4263-9886-7107b72f0abe .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px; } @media screen and (max-width: 800px) { .ablocks-block-a6436946-cdf1-4263-9886-7107b72f0abe .ablocks-heading-text { font-size:42px;line-height:50px; } } @media screen and (max-width: 480px) { .ablocks-block-a6436946-cdf1-4263-9886-7107b72f0abe .ablocks-heading-text { font-size:32px;line-height:40px; } } 
.ablocks-block-1834b286-8018-41fb-a0f1-975e34cbcddb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1834b286-8018-41fb-a0f1-975e34cbcddb.ablocks-block--container { padding:0px;max-width:min(100%,1290px) !important;overflow:visible; } .ablocks-block-1834b286-8018-41fb-a0f1-975e34cbcddb { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:30px;column-gap:0px; } .ablocks-block-1834b286-8018-41fb-a0f1-975e34cbcddb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:30px;column-gap:0px; } 
.ablocks-block-bcb9a9d3-850c-4cfb-8129-3cb866169551 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-58c87724-c0a6-4b4d-87c6-07d05b831e8d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-58c87724-c0a6-4b4d-87c6-07d05b831e8d .wp-block-ablocks-loop-template { display:grid;grid-template-columns:repeat(3,1fr);gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-58c87724-c0a6-4b4d-87c6-07d05b831e8d .wp-block-ablocks-loop-template { grid-template-columns:repeat(2,1fr); } } @media screen and (max-width: 480px) { .ablocks-block-58c87724-c0a6-4b4d-87c6-07d05b831e8d .wp-block-ablocks-loop-template { grid-template-columns:repeat(1,1fr); } } .ablocks-block-58c87724-c0a6-4b4d-87c6-07d05b831e8d .ablocks-loop-template-item { padding:0px;border-style:none; } 
.ablocks-block-819519b0-fbfc-4386-900b-e954d9979372 { padding-top:30px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-width:1px 0px 0px 0px;border-style:solid;border-color:#22222233;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-819519b0-fbfc-4386-900b-e954d9979372 { padding-top:20px; } } .ablocks-block-819519b0-fbfc-4386-900b-e954d9979372.ablocks-block--container { padding-top:30px;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-819519b0-fbfc-4386-900b-e954d9979372.ablocks-block--container { padding-top:20px; } } .ablocks-block-819519b0-fbfc-4386-900b-e954d9979372 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-819519b0-fbfc-4386-900b-e954d9979372 { align-items:flex-start;row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-819519b0-fbfc-4386-900b-e954d9979372 { flex-direction:column;align-items:center; } } .ablocks-block-819519b0-fbfc-4386-900b-e954d9979372.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-819519b0-fbfc-4386-900b-e954d9979372.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start;row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-819519b0-fbfc-4386-900b-e954d9979372.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:center; } } .ablocks-block-819519b0-fbfc-4386-900b-e954d9979372 { display:inline-flex; } 
.ablocks-block-45091774-035d-45a8-bfb8-308f7bca60d3 { width:80px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-45091774-035d-45a8-bfb8-308f7bca60d3 { width:60px; } } .ablocks-block-45091774-035d-45a8-bfb8-308f7bca60d3 { display:flex;justify-content:left; } .ablocks-block-45091774-035d-45a8-bfb8-308f7bca60d3 .ablocks-image-figure img { width:80px;height:auto;opacity:1; } .ablocks-block-45091774-035d-45a8-bfb8-308f7bca60d3 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-45091774-035d-45a8-bfb8-308f7bca60d3 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-b217e804-09f4-4c79-bbaa-6c859259602a { 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-b217e804-09f4-4c79-bbaa-6c859259602a.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-b217e804-09f4-4c79-bbaa-6c859259602a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-b217e804-09f4-4c79-bbaa-6c859259602a { align-items:flex-start; } } @media screen and (max-width: 480px) { .ablocks-block-b217e804-09f4-4c79-bbaa-6c859259602a { align-items:center; } } .ablocks-block-b217e804-09f4-4c79-bbaa-6c859259602a.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-b217e804-09f4-4c79-bbaa-6c859259602a.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } @media screen and (max-width: 480px) { .ablocks-block-b217e804-09f4-4c79-bbaa-6c859259602a.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-e0019ef2-b3c6-434d-b02e-ba44baf47f9f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-e0019ef2-b3c6-434d-b02e-ba44baf47f9f { width:100%; } } .ablocks-block-e0019ef2-b3c6-434d-b02e-ba44baf47f9f { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-e0019ef2-b3c6-434d-b02e-ba44baf47f9f { text-align:center; } } .ablocks-block-e0019ef2-b3c6-434d-b02e-ba44baf47f9f .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:700;font-size:30px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-e0019ef2-b3c6-434d-b02e-ba44baf47f9f .ablocks-heading-text { font-size:26px; } } 
.ablocks-block-da69b38e-2d69-46c0-8e8a-6424e6fe6362 { margin-top:19px;margin-right: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: 480px) { .ablocks-block-da69b38e-2d69-46c0-8e8a-6424e6fe6362 { margin-top:12px;margin-left:0px;width:100%; } } .ablocks-block-da69b38e-2d69-46c0-8e8a-6424e6fe6362 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-da69b38e-2d69-46c0-8e8a-6424e6fe6362 { text-align:center; } } .ablocks-block-da69b38e-2d69-46c0-8e8a-6424e6fe6362 .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-da69b38e-2d69-46c0-8e8a-6424e6fe6362 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e4a37991-0f3a-4922-b094-cdbaedf8b582 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e4a37991-0f3a-4922-b094-cdbaedf8b582 { text-align:left; } .ablocks-block-e4a37991-0f3a-4922-b094-cdbaedf8b582 .ablocks-button { column-gap:15px;background:#ffffff00;justify-content:left;color:#222222;border-radius:0px;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px;padding:0px; } .ablocks-block-e4a37991-0f3a-4922-b094-cdbaedf8b582 .ablocks-button:hover { transition-duration:s;color:#E94D65; } .ablocks-block-e4a37991-0f3a-4922-b094-cdbaedf8b582 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#E94D65; } .ablocks-block-e4a37991-0f3a-4922-b094-cdbaedf8b582 .ablocks-icon-wrap { font-size:14px; } .ablocks-block-e4a37991-0f3a-4922-b094-cdbaedf8b582 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(45deg);width:14px; } .ablocks-block-e4a37991-0f3a-4922-b094-cdbaedf8b582 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222;transform:rotate(45deg); } 
.ablocks-block-afd12704-7761-455c-900a-fe982d68cbad { margin-top:0px;padding-top:20px;padding-bottom:20px;background:#153A4D;position:relative;z-index:2;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-afd12704-7761-455c-900a-fe982d68cbad { padding-right:10px;padding-left:10px; } } .ablocks-block-afd12704-7761-455c-900a-fe982d68cbad.ablocks-block--container { padding-top:20px;padding-bottom:20px;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-afd12704-7761-455c-900a-fe982d68cbad.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-afd12704-7761-455c-900a-fe982d68cbad > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:30px; } .ablocks-block-afd12704-7761-455c-900a-fe982d68cbad.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:30px; } 
.ablocks-block-fe9f4a84-521e-4f40-9e96-fb932a217fe7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fe9f4a84-521e-4f40-9e96-fb932a217fe7 .ablocks-block-marquee .ablocks-block-marquee__children { gap:30px; } 
.ablocks-block-3426c6f2-9971-46ec-a6bc-3ca941cef0cb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-7078e7b0-73ab-4885-a3c9-e8c5767845aa { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7078e7b0-73ab-4885-a3c9-e8c5767845aa.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7078e7b0-73ab-4885-a3c9-e8c5767845aa { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7078e7b0-73ab-4885-a3c9-e8c5767845aa.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-532712eb-6f65-4928-8300-5dd9f7f7487b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-532712eb-6f65-4928-8300-5dd9f7f7487b { text-align:left; } .ablocks-block-532712eb-6f65-4928-8300-5dd9f7f7487b .ablocks-heading-text { color:#FFF;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px; } 
.ablocks-block-3155a0e0-c977-49b8-ab80-d348aab3dd6c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-fe752756-2555-4a1d-9839-1c03085da03e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fe752756-2555-4a1d-9839-1c03085da03e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fe752756-2555-4a1d-9839-1c03085da03e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-fe752756-2555-4a1d-9839-1c03085da03e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4:not(.ablocks-has-block-container), .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4.ablocks-block--info-box > .ablocks-block-container { gap:30px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4 .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-719709a9-6e24-4db6-bf0c-fd635e1553c4 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px;color:#FFF; } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4 .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-719709a9-6e24-4db6-bf0c-fd635e1553c4 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4 .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-719709a9-6e24-4db6-bf0c-fd635e1553c4 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4 .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-719709a9-6e24-4db6-bf0c-fd635e1553c4 .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-719709a9-6e24-4db6-bf0c-fd635e1553c4.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-719709a9-6e24-4db6-bf0c-fd635e1553c4.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-719709a9-6e24-4db6-bf0c-fd635e1553c4 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4 .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-719709a9-6e24-4db6-bf0c-fd635e1553c4 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-719709a9-6e24-4db6-bf0c-fd635e1553c4 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-740ac96f-33e9-4b3f-a815-20697312ea26 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-37ee5427-5695-475b-bcf1-848e182effdb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-37ee5427-5695-475b-bcf1-848e182effdb.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-37ee5427-5695-475b-bcf1-848e182effdb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-37ee5427-5695-475b-bcf1-848e182effdb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-173039e1-2195-455a-9da2-bfab433448f1 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1:not(.ablocks-has-block-container), .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1.ablocks-block--info-box > .ablocks-block-container { gap:30px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1 .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-173039e1-2195-455a-9da2-bfab433448f1 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px;color:#FFF; } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1 .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-173039e1-2195-455a-9da2-bfab433448f1 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1 .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-173039e1-2195-455a-9da2-bfab433448f1 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1 .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-173039e1-2195-455a-9da2-bfab433448f1 .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-173039e1-2195-455a-9da2-bfab433448f1.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-173039e1-2195-455a-9da2-bfab433448f1.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-173039e1-2195-455a-9da2-bfab433448f1 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1 .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-173039e1-2195-455a-9da2-bfab433448f1 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-173039e1-2195-455a-9da2-bfab433448f1 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-ed808d4d-faee-421b-b17a-95e50a3f12d1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-059da5bd-a62c-4a5b-8885-ded5fcf3a33e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-059da5bd-a62c-4a5b-8885-ded5fcf3a33e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-059da5bd-a62c-4a5b-8885-ded5fcf3a33e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-059da5bd-a62c-4a5b-8885-ded5fcf3a33e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8:not(.ablocks-has-block-container), .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8.ablocks-block--info-box > .ablocks-block-container { gap:30px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 .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-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px;color:#FFF; } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 .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-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 .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-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 .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-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 .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-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8.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-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8.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-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 .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-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-faa79cb6-a2c9-4bc6-8f5d-1174a95545a8 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-3b558b20-c782-42b6-adc6-3e2c59253202 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-e6e04d41-5fde-4875-b973-559504b7c85c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e6e04d41-5fde-4875-b973-559504b7c85c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e6e04d41-5fde-4875-b973-559504b7c85c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e6e04d41-5fde-4875-b973-559504b7c85c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1:not(.ablocks-has-block-container), .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1.ablocks-block--info-box > .ablocks-block-container { gap:30px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 .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-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px;color:#FFF; } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 .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-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 .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-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 .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-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 .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-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1.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-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1.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-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 .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-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2d7266c7-1d61-4e7a-b9b3-e3e21cecdfd1 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-9fafab12-e9d4-4992-a1e5-c478cbe20f3a { margin-top:0px;padding-top:120px;padding-bottom:60px;background:#ECEBE5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-9fafab12-e9d4-4992-a1e5-c478cbe20f3a { padding-top:60px; } } @media screen and (max-width: 480px) { .ablocks-block-9fafab12-e9d4-4992-a1e5-c478cbe20f3a { padding-right:10px;padding-bottom:0px;padding-left:10px; } } .ablocks-block-9fafab12-e9d4-4992-a1e5-c478cbe20f3a.ablocks-block--container { padding-top:120px;padding-bottom:60px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9fafab12-e9d4-4992-a1e5-c478cbe20f3a.ablocks-block--container { padding-top:60px; } } @media screen and (max-width: 480px) { .ablocks-block-9fafab12-e9d4-4992-a1e5-c478cbe20f3a.ablocks-block--container { padding-right:10px;padding-bottom:0px;padding-left:10px; } } .ablocks-block-9fafab12-e9d4-4992-a1e5-c478cbe20f3a > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-9fafab12-e9d4-4992-a1e5-c478cbe20f3a > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:20px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-9fafab12-e9d4-4992-a1e5-c478cbe20f3a > .ablocks-block-container { align-items:flex-start;column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-9fafab12-e9d4-4992-a1e5-c478cbe20f3a > .ablocks-block-container { flex-direction:column;row-gap:40px; } } .ablocks-block-9fafab12-e9d4-4992-a1e5-c478cbe20f3a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:20px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-9fafab12-e9d4-4992-a1e5-c478cbe20f3a.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start;column-gap:30px; } } @media screen and (max-width: 480px) { .ablocks-block-9fafab12-e9d4-4992-a1e5-c478cbe20f3a.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:40px; } } .ablocks-block-9fafab12-e9d4-4992-a1e5-c478cbe20f3a > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-d36f5cc2-3de1-4c2b-b5c8-2769e4b9d41d { margin-top:-28px;padding-right:90px;position:absolute;left:87%;top:-32px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d36f5cc2-3de1-4c2b-b5c8-2769e4b9d41d { padding-right:50px;right:100px;top:-27px; } } @media screen and (max-width: 480px) { .ablocks-block-d36f5cc2-3de1-4c2b-b5c8-2769e4b9d41d { left:100px;top:-82px; } } @media screen and (max-width: 800px) { .ablocks-block-d36f5cc2-3de1-4c2b-b5c8-2769e4b9d41d.ablocks-hide-on-desktop,.ablocks-block-d36f5cc2-3de1-4c2b-b5c8-2769e4b9d41d.ablocks-hide-on-tablet,.ablocks-block-d36f5cc2-3de1-4c2b-b5c8-2769e4b9d41d.ablocks-hide-on-mobile { display:none; } } .ablocks-block-d36f5cc2-3de1-4c2b-b5c8-2769e4b9d41d { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-d36f5cc2-3de1-4c2b-b5c8-2769e4b9d41d .ablocks-icon-wrap { font-size:unset; } .ablocks-block-d36f5cc2-3de1-4c2b-b5c8-2769e4b9d41d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:110px; } @media screen and (max-width: 480px) { .ablocks-block-d36f5cc2-3de1-4c2b-b5c8-2769e4b9d41d .ablocks-icon-wrap img.ablocks-image-icon { width:0px; } } .ablocks-block-d36f5cc2-3de1-4c2b-b5c8-2769e4b9d41d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-d1905b54-2ee6-48c7-b4a3-ec7516aed0ee { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d1905b54-2ee6-48c7-b4a3-ec7516aed0ee.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d1905b54-2ee6-48c7-b4a3-ec7516aed0ee { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-d1905b54-2ee6-48c7-b4a3-ec7516aed0ee { row-gap:30px; } } .ablocks-block-d1905b54-2ee6-48c7-b4a3-ec7516aed0ee.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-d1905b54-2ee6-48c7-b4a3-ec7516aed0ee.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-efbdf139-3856-4ab3-9461-3942fda52ba6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-efbdf139-3856-4ab3-9461-3942fda52ba6 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-efbdf139-3856-4ab3-9461-3942fda52ba6 { text-align:center; } } .ablocks-block-efbdf139-3856-4ab3-9461-3942fda52ba6 .ablocks-heading-text { color:#222;font-family:Bricolage Grotesque;font-weight:500;font-style:normal;font-size:70px;line-height:70px; } @media screen and (max-width: 800px) { .ablocks-block-efbdf139-3856-4ab3-9461-3942fda52ba6 .ablocks-heading-text { font-size:38px;line-height:48px; } } @media screen and (max-width: 480px) { .ablocks-block-efbdf139-3856-4ab3-9461-3942fda52ba6 .ablocks-heading-text { font-size:34px;line-height:42px; } } 
.ablocks-block-0fe2cfe6-5f2c-4641-9953-5a319563dce6 { 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-0fe2cfe6-5f2c-4641-9953-5a319563dce6 { margin:0px; } } @media screen and (max-width: 480px) { .ablocks-block-0fe2cfe6-5f2c-4641-9953-5a319563dce6 { margin-top:0px; } } .ablocks-block-0fe2cfe6-5f2c-4641-9953-5a319563dce6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0fe2cfe6-5f2c-4641-9953-5a319563dce6 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0fe2cfe6-5f2c-4641-9953-5a319563dce6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-2a1409bf-1219-454c-a485-d4c3c01e9f64 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2a1409bf-1219-454c-a485-d4c3c01e9f64 { display:flex;justify-content:center; } .ablocks-block-2a1409bf-1219-454c-a485-d4c3c01e9f64 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-2a1409bf-1219-454c-a485-d4c3c01e9f64 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-2a1409bf-1219-454c-a485-d4c3c01e9f64 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-be02df9f-d3e2-4089-a4ca-2ed09756840d { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-be02df9f-d3e2-4089-a4ca-2ed09756840d { text-align:left; } .ablocks-block-be02df9f-d3e2-4089-a4ca-2ed09756840d .ablocks-button { column-gap:10px;background:#153A4D;justify-content:left;color:#FFF;border-width:1px;border-style:solid;border-color:#153A4D;border-radius:999px;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px;padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px; } .ablocks-block-be02df9f-d3e2-4089-a4ca-2ed09756840d .ablocks-button:hover { transition-duration:0.5s;color:#153A4D;background:#ffffff;border-width:1px;border-color:#153A4D;border-style:solid;border-radius:999px; } .ablocks-block-be02df9f-d3e2-4089-a4ca-2ed09756840d .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#153A4D; } .ablocks-block-be02df9f-d3e2-4089-a4ca-2ed09756840d .ablocks-icon-wrap { font-size:16px; } .ablocks-block-be02df9f-d3e2-4089-a4ca-2ed09756840d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-be02df9f-d3e2-4089-a4ca-2ed09756840d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-a3f2c4a0-0913-4b08-9ecd-b41b2759d7b7 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a3f2c4a0-0913-4b08-9ecd-b41b2759d7b7 { text-align:left; } .ablocks-block-a3f2c4a0-0913-4b08-9ecd-b41b2759d7b7 .ablocks-heading-text { color:#222;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-a3f2c4a0-0913-4b08-9ecd-b41b2759d7b7 .ablocks-heading-text { font-size:32px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-a3f2c4a0-0913-4b08-9ecd-b41b2759d7b7 .ablocks-heading-text { font-size:28px;line-height:38px; } } 
.ablocks-block-c7125edf-6a09-4f13-97f0-7dc44ab9adef { margin-top:106px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c7125edf-6a09-4f13-97f0-7dc44ab9adef { margin-top:0px; } } .ablocks-block-c7125edf-6a09-4f13-97f0-7dc44ab9adef.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c7125edf-6a09-4f13-97f0-7dc44ab9adef { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c7125edf-6a09-4f13-97f0-7dc44ab9adef.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f108c3cb-5070-41fe-bfe6-19a1cd295ffb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f108c3cb-5070-41fe-bfe6-19a1cd295ffb { display:flex;justify-content:center; } .ablocks-block-f108c3cb-5070-41fe-bfe6-19a1cd295ffb .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f108c3cb-5070-41fe-bfe6-19a1cd295ffb .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f108c3cb-5070-41fe-bfe6-19a1cd295ffb .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-7351c444-ab87-4770-9ae0-b92e941fd806 { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7351c444-ab87-4770-9ae0-b92e941fd806 { text-align:left; } .ablocks-block-7351c444-ab87-4770-9ae0-b92e941fd806 .ablocks-button { column-gap:10px;background:#153A4D;justify-content:left;color:#FFF;border-width:1px;border-style:solid;border-color:#153A4D;border-radius:999px;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px;padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px; } .ablocks-block-7351c444-ab87-4770-9ae0-b92e941fd806 .ablocks-button:hover { transition-duration:0.5s;color:#153A4D;background:#ffffff;border-width:1px;border-color:#153A4D;border-style:solid;border-radius:999px; } .ablocks-block-7351c444-ab87-4770-9ae0-b92e941fd806 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#153A4D; } .ablocks-block-7351c444-ab87-4770-9ae0-b92e941fd806 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-7351c444-ab87-4770-9ae0-b92e941fd806 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-7351c444-ab87-4770-9ae0-b92e941fd806 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-e4caec6a-38b9-4c17-852e-072bbfeee7e1 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e4caec6a-38b9-4c17-852e-072bbfeee7e1 { text-align:left; } .ablocks-block-e4caec6a-38b9-4c17-852e-072bbfeee7e1 .ablocks-heading-text { color:#222;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-e4caec6a-38b9-4c17-852e-072bbfeee7e1 .ablocks-heading-text { font-size:32px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-e4caec6a-38b9-4c17-852e-072bbfeee7e1 .ablocks-heading-text { font-size:28px;line-height:38px; } } 
.ablocks-block-42878f0e-2a25-4c9e-b3d3-65fc8f9a9e80 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-42878f0e-2a25-4c9e-b3d3-65fc8f9a9e80.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-42878f0e-2a25-4c9e-b3d3-65fc8f9a9e80 { display:flex;flex-direction:column;min-height:0px;row-gap:106px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-42878f0e-2a25-4c9e-b3d3-65fc8f9a9e80 { row-gap:30px; } } .ablocks-block-42878f0e-2a25-4c9e-b3d3-65fc8f9a9e80.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:106px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-42878f0e-2a25-4c9e-b3d3-65fc8f9a9e80.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-841ebfd0-ef3d-4673-bf49-b2117bbbced7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-841ebfd0-ef3d-4673-bf49-b2117bbbced7.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-841ebfd0-ef3d-4673-bf49-b2117bbbced7 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-841ebfd0-ef3d-4673-bf49-b2117bbbced7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c384b95d-3f30-4752-a123-4babdde39c88 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c384b95d-3f30-4752-a123-4babdde39c88 { display:flex;justify-content:center; } .ablocks-block-c384b95d-3f30-4752-a123-4babdde39c88 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-c384b95d-3f30-4752-a123-4babdde39c88 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-c384b95d-3f30-4752-a123-4babdde39c88 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-ae802526-74f9-441f-856e-178fb9268c64 { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ae802526-74f9-441f-856e-178fb9268c64 { text-align:left; } .ablocks-block-ae802526-74f9-441f-856e-178fb9268c64 .ablocks-button { column-gap:10px;background:#153A4D;justify-content:left;color:#FFF;border-width:1px;border-style:solid;border-color:#153A4D;border-radius:999px;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px;padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px; } .ablocks-block-ae802526-74f9-441f-856e-178fb9268c64 .ablocks-button:hover { transition-duration:0.5s;color:#153A4D;background:#ffffff;border-width:1px;border-color:#153A4D;border-style:solid;border-radius:999px; } .ablocks-block-ae802526-74f9-441f-856e-178fb9268c64 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#153A4D; } .ablocks-block-ae802526-74f9-441f-856e-178fb9268c64 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-ae802526-74f9-441f-856e-178fb9268c64 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-ae802526-74f9-441f-856e-178fb9268c64 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-7e32de1e-5415-435c-bd1c-ccae83dd516c { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7e32de1e-5415-435c-bd1c-ccae83dd516c { text-align:left; } .ablocks-block-7e32de1e-5415-435c-bd1c-ccae83dd516c .ablocks-heading-text { color:#222;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-7e32de1e-5415-435c-bd1c-ccae83dd516c .ablocks-heading-text { font-size:32px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-7e32de1e-5415-435c-bd1c-ccae83dd516c .ablocks-heading-text { font-size:28px;line-height:38px; } } 
.ablocks-block-bcbc54f9-757e-42e2-9f04-07b3ea2ce7e7 { padding:0px;background:#ECEBE5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-bcbc54f9-757e-42e2-9f04-07b3ea2ce7e7 { z-index:6; } } .ablocks-block-bcbc54f9-757e-42e2-9f04-07b3ea2ce7e7.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bcbc54f9-757e-42e2-9f04-07b3ea2ce7e7 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bcbc54f9-757e-42e2-9f04-07b3ea2ce7e7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-87af5e9b-9ef8-4729-968c-d10d5da3c123 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-87af5e9b-9ef8-4729-968c-d10d5da3c123 { display:flex;justify-content:center; } .ablocks-block-87af5e9b-9ef8-4729-968c-d10d5da3c123 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-87af5e9b-9ef8-4729-968c-d10d5da3c123 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-87af5e9b-9ef8-4729-968c-d10d5da3c123 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-6f635b6e-f3f4-42c6-8e5d-d8b02e97bf23 { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6f635b6e-f3f4-42c6-8e5d-d8b02e97bf23 { text-align:left; } .ablocks-block-6f635b6e-f3f4-42c6-8e5d-d8b02e97bf23 .ablocks-button { column-gap:10px;background:#153A4D;justify-content:left;color:#FFF;border-width:1px;border-style:solid;border-color:#153A4D;border-radius:999px;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px;padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px; } .ablocks-block-6f635b6e-f3f4-42c6-8e5d-d8b02e97bf23 .ablocks-button:hover { transition-duration:0.5s;color:#153A4D;background:#ffffff;border-width:1px;border-color:#153A4D;border-style:solid;border-radius:999px; } .ablocks-block-6f635b6e-f3f4-42c6-8e5d-d8b02e97bf23 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#153A4D; } .ablocks-block-6f635b6e-f3f4-42c6-8e5d-d8b02e97bf23 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-6f635b6e-f3f4-42c6-8e5d-d8b02e97bf23 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-6f635b6e-f3f4-42c6-8e5d-d8b02e97bf23 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-effad4df-2b3a-4084-b919-2a57894f2b98 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-effad4df-2b3a-4084-b919-2a57894f2b98 { text-align:left; } .ablocks-block-effad4df-2b3a-4084-b919-2a57894f2b98 .ablocks-heading-text { color:#222;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-effad4df-2b3a-4084-b919-2a57894f2b98 .ablocks-heading-text { font-size:32px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-effad4df-2b3a-4084-b919-2a57894f2b98 .ablocks-heading-text { font-size:28px;line-height:38px; } } 
.ablocks-block-f724dd6b-9ccf-43b0-81c4-f27b7a03bf3c { margin-top:69px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-f724dd6b-9ccf-43b0-81c4-f27b7a03bf3c { margin-top:59px; } } @media screen and (max-width: 480px) { .ablocks-block-f724dd6b-9ccf-43b0-81c4-f27b7a03bf3c { margin-top:0px; } } .ablocks-block-f724dd6b-9ccf-43b0-81c4-f27b7a03bf3c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f724dd6b-9ccf-43b0-81c4-f27b7a03bf3c { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-f724dd6b-9ccf-43b0-81c4-f27b7a03bf3c.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-f724dd6b-9ccf-43b0-81c4-f27b7a03bf3c { display:inline-flex; } 
.ablocks-block-5a4d3aaa-efdc-42f3-8d61-6fd57af10d8e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5a4d3aaa-efdc-42f3-8d61-6fd57af10d8e { text-align:left; } .ablocks-block-5a4d3aaa-efdc-42f3-8d61-6fd57af10d8e .ablocks-button { column-gap:10px;background:#153A4D;justify-content:left;color:#FFF;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-style:normal;font-size:18px;line-height:24px;padding-top:20px;padding-right:30px;padding-bottom:20px;padding-left:30px; } @media screen and (max-width: 800px) { .ablocks-block-5a4d3aaa-efdc-42f3-8d61-6fd57af10d8e .ablocks-button { border-radius:12px;padding-top:14px;padding-bottom:14px; } } @media screen and (max-width: 480px) { .ablocks-block-5a4d3aaa-efdc-42f3-8d61-6fd57af10d8e .ablocks-button { padding-right:20px;padding-left:20px; } } .ablocks-block-5a4d3aaa-efdc-42f3-8d61-6fd57af10d8e .ablocks-button:hover { transition-duration:0.5s;background:#0f5b82; } .ablocks-block-5a4d3aaa-efdc-42f3-8d61-6fd57af10d8e .ablocks-icon-wrap { font-size:16px; } .ablocks-block-5a4d3aaa-efdc-42f3-8d61-6fd57af10d8e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-5a4d3aaa-efdc-42f3-8d61-6fd57af10d8e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-35191f71-84aa-4bd6-b98e-2b3bf2598535 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-35191f71-84aa-4bd6-b98e-2b3bf2598535 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-35191f71-84aa-4bd6-b98e-2b3bf2598535 .ablocks-icon-wrap { background:#222;padding:20px;font-size:20px;border-radius:20px; } @media screen and (max-width: 800px) { .ablocks-block-35191f71-84aa-4bd6-b98e-2b3bf2598535 .ablocks-icon-wrap { padding:17px;font-size:18px;border-radius:8px; } } .ablocks-block-35191f71-84aa-4bd6-b98e-2b3bf2598535 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(40deg);width:20px; } @media screen and (max-width: 800px) { .ablocks-block-35191f71-84aa-4bd6-b98e-2b3bf2598535 .ablocks-icon-wrap img.ablocks-image-icon { width:18px; } } .ablocks-block-35191f71-84aa-4bd6-b98e-2b3bf2598535 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#f9fcff;transform:rotate(40deg); } 
.ablocks-block-a7d0b79a-2eed-4a4b-9400-40bb93a68efc { position:absolute;right:140px;bottom:260px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a7d0b79a-2eed-4a4b-9400-40bb93a68efc { top:90%; } } @media screen and (max-width: 800px) { .ablocks-block-a7d0b79a-2eed-4a4b-9400-40bb93a68efc.ablocks-hide-on-desktop,.ablocks-block-a7d0b79a-2eed-4a4b-9400-40bb93a68efc.ablocks-hide-on-tablet,.ablocks-block-a7d0b79a-2eed-4a4b-9400-40bb93a68efc.ablocks-hide-on-mobile { display:none; } } .ablocks-block-a7d0b79a-2eed-4a4b-9400-40bb93a68efc { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-a7d0b79a-2eed-4a4b-9400-40bb93a68efc .ablocks-icon-wrap { font-size:unset; } .ablocks-block-a7d0b79a-2eed-4a4b-9400-40bb93a68efc .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:130px; } .ablocks-block-a7d0b79a-2eed-4a4b-9400-40bb93a68efc .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-e9124f4d-60b4-4695-aa49-9ce476c0f4f0 { margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:60px;padding-bottom:60px;background:#ECEBE5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-e9124f4d-60b4-4695-aa49-9ce476c0f4f0 { padding-top:40px;padding-bottom:0px; } } @media screen and (max-width: 480px) { .ablocks-block-e9124f4d-60b4-4695-aa49-9ce476c0f4f0 { padding-top:60px; } } .ablocks-block-e9124f4d-60b4-4695-aa49-9ce476c0f4f0.ablocks-block--container { padding-top:60px;padding-bottom:60px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e9124f4d-60b4-4695-aa49-9ce476c0f4f0.ablocks-block--container { padding-top:40px;padding-bottom:0px; } } @media screen and (max-width: 480px) { .ablocks-block-e9124f4d-60b4-4695-aa49-9ce476c0f4f0.ablocks-block--container { padding-top:60px; } } .ablocks-block-e9124f4d-60b4-4695-aa49-9ce476c0f4f0 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-e9124f4d-60b4-4695-aa49-9ce476c0f4f0 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-e9124f4d-60b4-4695-aa49-9ce476c0f4f0 > .ablocks-block-container { row-gap:30px; } } .ablocks-block-e9124f4d-60b4-4695-aa49-9ce476c0f4f0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-e9124f4d-60b4-4695-aa49-9ce476c0f4f0.ablocks-has-block-container > .ablocks-block-container { row-gap:30px; } } 
.ablocks-block-b7cbb1dc-b12f-4d4f-aaa2-22f92e60de9c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b7cbb1dc-b12f-4d4f-aaa2-22f92e60de9c { text-align:center; } .ablocks-block-b7cbb1dc-b12f-4d4f-aaa2-22f92e60de9c .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px; } @media screen and (max-width: 800px) { .ablocks-block-b7cbb1dc-b12f-4d4f-aaa2-22f92e60de9c .ablocks-heading-text { font-size:42px;line-height:50px; } } @media screen and (max-width: 480px) { .ablocks-block-b7cbb1dc-b12f-4d4f-aaa2-22f92e60de9c .ablocks-heading-text { font-size:38px;line-height:56px; } } 
.ablocks-block-43c481bd-80b5-414c-a5f7-72c349545720 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-43c481bd-80b5-414c-a5f7-72c349545720.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-43c481bd-80b5-414c-a5f7-72c349545720 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:30px;column-gap:30px; } .ablocks-block-43c481bd-80b5-414c-a5f7-72c349545720.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; } .ablocks-block-43c481bd-80b5-414c-a5f7-72c349545720 { display:inline-flex; } 
.ablocks-block-0e8fa1b5-2050-49a2-a0ba-bbb4ac09c2a7 { margin-bottom:40px;padding:40px;border-width:1px;border-style:solid;border-color:#e94d65;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0e8fa1b5-2050-49a2-a0ba-bbb4ac09c2a7 { padding:30px; } } @media screen and (max-width: 480px) { .ablocks-block-0e8fa1b5-2050-49a2-a0ba-bbb4ac09c2a7 { margin-bottom:0px;padding-right:16px;padding-left:16px; } } .ablocks-block-0e8fa1b5-2050-49a2-a0ba-bbb4ac09c2a7.ablocks-block--container { padding:40px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0e8fa1b5-2050-49a2-a0ba-bbb4ac09c2a7.ablocks-block--container { padding:30px;max-width:min(100%,47%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-0e8fa1b5-2050-49a2-a0ba-bbb4ac09c2a7.ablocks-block--container { padding-right:16px;padding-left:16px;max-width:min(100%,100%) !important; } } .ablocks-block-0e8fa1b5-2050-49a2-a0ba-bbb4ac09c2a7 { display:flex;flex-direction:column;min-height:0px;row-gap:1px;column-gap:0px; } .ablocks-block-0e8fa1b5-2050-49a2-a0ba-bbb4ac09c2a7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:1px;column-gap:0px; } 
.ablocks-block-ed25ba3d-dfe9-4c3f-a6ac-d53dc50676b1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ed25ba3d-dfe9-4c3f-a6ac-d53dc50676b1 { text-align:left; } .ablocks-block-ed25ba3d-dfe9-4c3f-a6ac-d53dc50676b1 .ablocks-paragraph-text { color:#222222;font-family:Bricolage Grotesque;font-weight:700;font-size:38px;line-height:38px; } @media screen and (max-width: 800px) { .ablocks-block-ed25ba3d-dfe9-4c3f-a6ac-d53dc50676b1 .ablocks-paragraph-text { font-size:32px; } } .ablocks-block-ed25ba3d-dfe9-4c3f-a6ac-d53dc50676b1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-daa3e064-1425-4a23-a99b-208efc3e3a8b { margin-top:18px;padding-top:0px;padding-right:0px;padding-bottom:20px;padding-left:0px;border-width:0px 0px 1px 0px;border-style:solid;border-color:#22222247;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-daa3e064-1425-4a23-a99b-208efc3e3a8b.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:20px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-daa3e064-1425-4a23-a99b-208efc3e3a8b { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-daa3e064-1425-4a23-a99b-208efc3e3a8b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-daa3e064-1425-4a23-a99b-208efc3e3a8b { display:inline-flex; } 
.ablocks-block-5139cb1f-5619-44ce-af84-04009f8f5a27 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5139cb1f-5619-44ce-af84-04009f8f5a27 { text-align:left; } .ablocks-block-5139cb1f-5619-44ce-af84-04009f8f5a27 .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px; } @media screen and (max-width: 800px) { .ablocks-block-5139cb1f-5619-44ce-af84-04009f8f5a27 .ablocks-heading-text { font-size:42px;line-height:56px; } } 
.ablocks-block-97c630ed-0eb6-481c-85b5-ec0a1bf25c50 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-97c630ed-0eb6-481c-85b5-ec0a1bf25c50 { text-align:left; } .ablocks-block-97c630ed-0eb6-481c-85b5-ec0a1bf25c50 .ablocks-paragraph-text { color:#222222;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-97c630ed-0eb6-481c-85b5-ec0a1bf25c50 .ablocks-paragraph-text { font-size:24px;line-height:32px; } } .ablocks-block-97c630ed-0eb6-481c-85b5-ec0a1bf25c50 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-407dc06d-9861-4444-be34-2559ce2ed7d7 { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-407dc06d-9861-4444-be34-2559ce2ed7d7 { font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-407dc06d-9861-4444-be34-2559ce2ed7d7 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-407dc06d-9861-4444-be34-2559ce2ed7d7 .ablocks-list__item-content { align-items:center;gap:15px; } .ablocks-block-407dc06d-9861-4444-be34-2559ce2ed7d7 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#222222;fill:#222222;font-size:15px; } .ablocks-block-407dc06d-9861-4444-be34-2559ce2ed7d7 .ablocks-list__item-content .ablocks-list__item-text { color:#222222; } 
.ablocks-block-735b0766-19ce-4c9f-b4a4-aaa24c6b1430 { margin-top:36px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-735b0766-19ce-4c9f-b4a4-aaa24c6b1430.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-735b0766-19ce-4c9f-b4a4-aaa24c6b1430 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 480px) { .ablocks-block-735b0766-19ce-4c9f-b4a4-aaa24c6b1430 { column-gap:8px; } } .ablocks-block-735b0766-19ce-4c9f-b4a4-aaa24c6b1430.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 480px) { .ablocks-block-735b0766-19ce-4c9f-b4a4-aaa24c6b1430.ablocks-has-block-container > .ablocks-block-container { column-gap:8px; } } .ablocks-block-735b0766-19ce-4c9f-b4a4-aaa24c6b1430 { display:inline-flex; } 
.ablocks-block-fc5b9606-5d8f-4adb-8e46-a54cf964f96d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc5b9606-5d8f-4adb-8e46-a54cf964f96d { text-align:left; } .ablocks-block-fc5b9606-5d8f-4adb-8e46-a54cf964f96d .ablocks-button { column-gap:10px;background:#ffffff;justify-content:left;color:#222222;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px;padding-top:18px;padding-right:20px;padding-bottom:18px;padding-left:20px; } @media screen and (max-width: 800px) { .ablocks-block-fc5b9606-5d8f-4adb-8e46-a54cf964f96d .ablocks-button { border-radius:12px;padding-top:12px;padding-right:28px;padding-bottom:12px;padding-left:28px; } } @media screen and (max-width: 480px) { .ablocks-block-fc5b9606-5d8f-4adb-8e46-a54cf964f96d .ablocks-button { padding-right:20px;padding-left:20px; } } .ablocks-block-fc5b9606-5d8f-4adb-8e46-a54cf964f96d .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#153A4D; } .ablocks-block-fc5b9606-5d8f-4adb-8e46-a54cf964f96d .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-fc5b9606-5d8f-4adb-8e46-a54cf964f96d .ablocks-icon-wrap { font-size:16px; } .ablocks-block-fc5b9606-5d8f-4adb-8e46-a54cf964f96d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-fc5b9606-5d8f-4adb-8e46-a54cf964f96d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-c3fccedc-a397-49d2-b86f-16f458725155 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c3fccedc-a397-49d2-b86f-16f458725155 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-c3fccedc-a397-49d2-b86f-16f458725155 .ablocks-icon-wrap { background:#222222;padding:19px;border:2px solid #FFFFFF;font-size:20px;border-style:none;border-radius:20px; } @media screen and (max-width: 800px) { .ablocks-block-c3fccedc-a397-49d2-b86f-16f458725155 .ablocks-icon-wrap { padding:.5em;font-size:18px;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px;border-radius:8px; } } @media screen and (max-width: 480px) { .ablocks-block-c3fccedc-a397-49d2-b86f-16f458725155 .ablocks-icon-wrap { padding-bottom:15px; } } .ablocks-block-c3fccedc-a397-49d2-b86f-16f458725155 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } @media screen and (max-width: 800px) { .ablocks-block-c3fccedc-a397-49d2-b86f-16f458725155 .ablocks-icon-wrap img.ablocks-image-icon { width:18px; } } .ablocks-block-c3fccedc-a397-49d2-b86f-16f458725155 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-e59636f6-d960-424b-b0b1-f0aea1a231df { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;background:#E94D65;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e59636f6-d960-424b-b0b1-f0aea1a231df.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e59636f6-d960-424b-b0b1-f0aea1a231df.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-e59636f6-d960-424b-b0b1-f0aea1a231df.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-e59636f6-d960-424b-b0b1-f0aea1a231df { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e59636f6-d960-424b-b0b1-f0aea1a231df.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-0ad6021d-b60f-4d69-916b-401ecbbaf2fe { padding-top:8px;padding-right:0px;padding-bottom:8px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0ad6021d-b60f-4d69-916b-401ecbbaf2fe.ablocks-block--container { padding-top:8px;padding-right:0px;padding-bottom:8px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0ad6021d-b60f-4d69-916b-401ecbbaf2fe { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0ad6021d-b60f-4d69-916b-401ecbbaf2fe.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d87cf450-709e-4b00-ad97-45b46f95ce12 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-d87cf450-709e-4b00-ad97-45b46f95ce12 { margin-top:0px; } } .ablocks-block-d87cf450-709e-4b00-ad97-45b46f95ce12 { text-align:center; } .ablocks-block-d87cf450-709e-4b00-ad97-45b46f95ce12 .ablocks-paragraph-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px; } .ablocks-block-d87cf450-709e-4b00-ad97-45b46f95ce12 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c4a6df5a-d65f-43c9-9f85-264e48ede14f { padding:39px;background:#E94D65;border-width:1px 0px 0px 0px;border-style:solid;border-color:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c4a6df5a-d65f-43c9-9f85-264e48ede14f { padding:30px; } } @media screen and (max-width: 480px) { .ablocks-block-c4a6df5a-d65f-43c9-9f85-264e48ede14f { padding-right:17px;padding-left:15px; } } .ablocks-block-c4a6df5a-d65f-43c9-9f85-264e48ede14f.ablocks-block--container { padding:39px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c4a6df5a-d65f-43c9-9f85-264e48ede14f.ablocks-block--container { padding:30px; } } @media screen and (max-width: 480px) { .ablocks-block-c4a6df5a-d65f-43c9-9f85-264e48ede14f.ablocks-block--container { padding-right:17px;padding-left:15px; } } .ablocks-block-c4a6df5a-d65f-43c9-9f85-264e48ede14f { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } .ablocks-block-c4a6df5a-d65f-43c9-9f85-264e48ede14f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:18px;column-gap:0px; } 
.ablocks-block-93a14823-ecde-4827-8c00-61efbc767f78 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-93a14823-ecde-4827-8c00-61efbc767f78 { text-align:left; } .ablocks-block-93a14823-ecde-4827-8c00-61efbc767f78 .ablocks-paragraph-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:700;font-size:38px;line-height:38px; } @media screen and (max-width: 800px) { .ablocks-block-93a14823-ecde-4827-8c00-61efbc767f78 .ablocks-paragraph-text { font-size:32px; } } .ablocks-block-93a14823-ecde-4827-8c00-61efbc767f78 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f3c1b27b-4a2a-495c-af89-0d6ea1b8dacd { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f3c1b27b-4a2a-495c-af89-0d6ea1b8dacd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f3c1b27b-4a2a-495c-af89-0d6ea1b8dacd { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f3c1b27b-4a2a-495c-af89-0d6ea1b8dacd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f3c1b27b-4a2a-495c-af89-0d6ea1b8dacd { display:inline-flex; } 
.ablocks-block-17696621-33f4-4b36-9b9d-d761aee5f891 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-17696621-33f4-4b36-9b9d-d761aee5f891 { text-align:left; } .ablocks-block-17696621-33f4-4b36-9b9d-d761aee5f891 .ablocks-heading-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px; } @media screen and (max-width: 800px) { .ablocks-block-17696621-33f4-4b36-9b9d-d761aee5f891 .ablocks-heading-text { font-size:42px;line-height:56px; } } 
.ablocks-block-b37850ec-21a9-41dc-a5c2-599b275021be { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b37850ec-21a9-41dc-a5c2-599b275021be { text-align:left; } .ablocks-block-b37850ec-21a9-41dc-a5c2-599b275021be .ablocks-paragraph-text { color:#FFFFFF;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-b37850ec-21a9-41dc-a5c2-599b275021be .ablocks-paragraph-text { font-size:24px;line-height:32px; } } .ablocks-block-b37850ec-21a9-41dc-a5c2-599b275021be .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c4a2b0f9-6a4f-4805-9003-dc12f00992e3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-c4a2b0f9-6a4f-4805-9003-dc12f00992e3 { margin-top:-25px; } } .ablocks-block-c4a2b0f9-6a4f-4805-9003-dc12f00992e3.ablocks-block--divider:not(.ablocks-has-block-container), .ablocks-block--divider .ablocks-block-container { text-align:left; } .ablocks-block-c4a2b0f9-6a4f-4805-9003-dc12f00992e3.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-c4a2b0f9-6a4f-4805-9003-dc12f00992e3 .ablocks-divider { max-width:min(100%,100%); } } .ablocks-block-c4a2b0f9-6a4f-4805-9003-dc12f00992e3 .ablocks-divider__element-text { color:#000000;padding-right:0px;padding-left:0px; } .ablocks-block-c4a2b0f9-6a4f-4805-9003-dc12f00992e3 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px; } .ablocks-block-c4a2b0f9-6a4f-4805-9003-dc12f00992e3 .ablocks-divider__element-icon .ablocks-icon-wrap { font-size:55px;margin-left:0px;margin-right:0px; } .ablocks-block-c4a2b0f9-6a4f-4805-9003-dc12f00992e3 .ablocks-divider__element-icon .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-c4a2b0f9-6a4f-4805-9003-dc12f00992e3 .ablocks-divider__element-icon .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-face4390-f59c-4cce-9ba5-7ac942421af9 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-face4390-f59c-4cce-9ba5-7ac942421af9 { margin-top:-18px; } } .ablocks-block-face4390-f59c-4cce-9ba5-7ac942421af9.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-face4390-f59c-4cce-9ba5-7ac942421af9 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-face4390-f59c-4cce-9ba5-7ac942421af9.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-737ec354-24f4-4e26-8aa6-412ff4af4b04 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-737ec354-24f4-4e26-8aa6-412ff4af4b04 { font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-737ec354-24f4-4e26-8aa6-412ff4af4b04 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-737ec354-24f4-4e26-8aa6-412ff4af4b04 .ablocks-list__item-content { align-items:center;gap:15px; } .ablocks-block-737ec354-24f4-4e26-8aa6-412ff4af4b04 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#FFFFFF;fill:#FFFFFF;font-size:15px; } .ablocks-block-737ec354-24f4-4e26-8aa6-412ff4af4b04 .ablocks-list__item-content .ablocks-list__item-text { color:#FFFFFF; } 
.ablocks-block-064b4a8b-c2dd-4548-904b-7e66a8b4572a { margin-top:18px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-064b4a8b-c2dd-4548-904b-7e66a8b4572a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-064b4a8b-c2dd-4548-904b-7e66a8b4572a { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 480px) { .ablocks-block-064b4a8b-c2dd-4548-904b-7e66a8b4572a { column-gap:8px; } } .ablocks-block-064b4a8b-c2dd-4548-904b-7e66a8b4572a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 480px) { .ablocks-block-064b4a8b-c2dd-4548-904b-7e66a8b4572a.ablocks-has-block-container > .ablocks-block-container { column-gap:8px; } } .ablocks-block-064b4a8b-c2dd-4548-904b-7e66a8b4572a { display:inline-flex; } 
.ablocks-block-4cc7be7e-3c39-43a0-be56-257577d2fddb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4cc7be7e-3c39-43a0-be56-257577d2fddb { text-align:left; } .ablocks-block-4cc7be7e-3c39-43a0-be56-257577d2fddb .ablocks-button { column-gap:10px;background:#153A4D;justify-content:left;color:#FFFFFF;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px;padding-top:18px;padding-right:20px;padding-bottom:18px;padding-left:20px; } @media screen and (max-width: 800px) { .ablocks-block-4cc7be7e-3c39-43a0-be56-257577d2fddb .ablocks-button { border-radius:12px;padding-top:10px;padding-bottom:10px; } } @media screen and (max-width: 480px) { .ablocks-block-4cc7be7e-3c39-43a0-be56-257577d2fddb .ablocks-button { padding-top:12px;padding-bottom:12px; } } .ablocks-block-4cc7be7e-3c39-43a0-be56-257577d2fddb .ablocks-button:hover { transition-duration:0.5s;color:#000000;background:#ffffff; } .ablocks-block-4cc7be7e-3c39-43a0-be56-257577d2fddb .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-4cc7be7e-3c39-43a0-be56-257577d2fddb .ablocks-icon-wrap { font-size:16px; } .ablocks-block-4cc7be7e-3c39-43a0-be56-257577d2fddb .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-4cc7be7e-3c39-43a0-be56-257577d2fddb .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-01ae103d-2bbb-4ea3-9f2f-830840dd7dc9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-01ae103d-2bbb-4ea3-9f2f-830840dd7dc9 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-01ae103d-2bbb-4ea3-9f2f-830840dd7dc9 .ablocks-icon-wrap { background:#222222;padding:19px;border:2px solid #FFFFFF;font-size:20px;border-style:none;border-radius:20px; } @media screen and (max-width: 800px) { .ablocks-block-01ae103d-2bbb-4ea3-9f2f-830840dd7dc9 .ablocks-icon-wrap { padding:.5em;font-size:18px;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px;border-radius:8px; } } @media screen and (max-width: 480px) { .ablocks-block-01ae103d-2bbb-4ea3-9f2f-830840dd7dc9 .ablocks-icon-wrap { padding-bottom:15px; } } .ablocks-block-01ae103d-2bbb-4ea3-9f2f-830840dd7dc9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } @media screen and (max-width: 800px) { .ablocks-block-01ae103d-2bbb-4ea3-9f2f-830840dd7dc9 .ablocks-icon-wrap img.ablocks-image-icon { width:18px; } } .ablocks-block-01ae103d-2bbb-4ea3-9f2f-830840dd7dc9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-7159ae60-f9a5-4de6-8f62-c089cf91e009 { margin-bottom:40px;padding:40px;border-width:1px;border-style:solid;border-color:#e94d65;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7159ae60-f9a5-4de6-8f62-c089cf91e009 { margin:0px;padding:30px; } } @media screen and (max-width: 480px) { .ablocks-block-7159ae60-f9a5-4de6-8f62-c089cf91e009 { padding-right:16px;padding-left:16px; } } .ablocks-block-7159ae60-f9a5-4de6-8f62-c089cf91e009.ablocks-block--container { padding:40px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-7159ae60-f9a5-4de6-8f62-c089cf91e009.ablocks-block--container { padding:30px;max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-7159ae60-f9a5-4de6-8f62-c089cf91e009.ablocks-block--container { padding-right:16px;padding-left:16px;max-width:min(100%,100%) !important; } } .ablocks-block-7159ae60-f9a5-4de6-8f62-c089cf91e009 { display:flex;flex-direction:column;min-height:0px;row-gap:1px;column-gap:0px; } .ablocks-block-7159ae60-f9a5-4de6-8f62-c089cf91e009.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:1px;column-gap:0px; } 
.ablocks-block-8ac19c04-420c-45b2-baa1-3e09b94652f4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8ac19c04-420c-45b2-baa1-3e09b94652f4 { text-align:left; } .ablocks-block-8ac19c04-420c-45b2-baa1-3e09b94652f4 .ablocks-paragraph-text { color:#222222;font-family:Bricolage Grotesque;font-weight:700;font-size:38px;line-height:38px; } @media screen and (max-width: 800px) { .ablocks-block-8ac19c04-420c-45b2-baa1-3e09b94652f4 .ablocks-paragraph-text { font-size:32px; } } .ablocks-block-8ac19c04-420c-45b2-baa1-3e09b94652f4 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4178b547-8e88-4788-8cab-9fc13fdd99ef { margin-top:18px;padding-top:0px;padding-right:0px;padding-bottom:20px;padding-left:0px;border-width:0px 0px 1px 0px;border-style:solid;border-color:#22222247;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4178b547-8e88-4788-8cab-9fc13fdd99ef.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:20px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4178b547-8e88-4788-8cab-9fc13fdd99ef { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4178b547-8e88-4788-8cab-9fc13fdd99ef.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-4178b547-8e88-4788-8cab-9fc13fdd99ef { display:inline-flex; } 
.ablocks-block-878b4fc8-b342-4185-a9a6-00f8846bc910 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-878b4fc8-b342-4185-a9a6-00f8846bc910 { text-align:left; } .ablocks-block-878b4fc8-b342-4185-a9a6-00f8846bc910 .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px; } @media screen and (max-width: 800px) { .ablocks-block-878b4fc8-b342-4185-a9a6-00f8846bc910 .ablocks-heading-text { font-size:42px;line-height:56px; } } 
.ablocks-block-06273788-04f8-435c-a4cb-096b93036fc1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-06273788-04f8-435c-a4cb-096b93036fc1 { text-align:left; } .ablocks-block-06273788-04f8-435c-a4cb-096b93036fc1 .ablocks-paragraph-text { color:#222222;font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-06273788-04f8-435c-a4cb-096b93036fc1 .ablocks-paragraph-text { font-size:24px;line-height:32px; } } .ablocks-block-06273788-04f8-435c-a4cb-096b93036fc1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c6d75379-8ca1-43f9-acfa-4b78ef605178 { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-c6d75379-8ca1-43f9-acfa-4b78ef605178 { margin-top:20px; } } .ablocks-block-c6d75379-8ca1-43f9-acfa-4b78ef605178 { font-family:Bricolage Grotesque;font-weight:300;font-size:20px;line-height:28px; } .ablocks-block-c6d75379-8ca1-43f9-acfa-4b78ef605178 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-c6d75379-8ca1-43f9-acfa-4b78ef605178 .ablocks-list__item-content { align-items:center;gap:15px; } .ablocks-block-c6d75379-8ca1-43f9-acfa-4b78ef605178 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#222222;fill:#222222;font-size:15px; } .ablocks-block-c6d75379-8ca1-43f9-acfa-4b78ef605178 .ablocks-list__item-content .ablocks-list__item-text { color:#222222; } 
.ablocks-block-e4130b39-f6fa-43cd-a132-8148fe8a9ad3 { margin-top:36px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e4130b39-f6fa-43cd-a132-8148fe8a9ad3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e4130b39-f6fa-43cd-a132-8148fe8a9ad3 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 480px) { .ablocks-block-e4130b39-f6fa-43cd-a132-8148fe8a9ad3 { column-gap:8px; } } .ablocks-block-e4130b39-f6fa-43cd-a132-8148fe8a9ad3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 480px) { .ablocks-block-e4130b39-f6fa-43cd-a132-8148fe8a9ad3.ablocks-has-block-container > .ablocks-block-container { column-gap:8px; } } .ablocks-block-e4130b39-f6fa-43cd-a132-8148fe8a9ad3 { display:inline-flex; } 
.ablocks-block-222fcd74-fe82-416e-9cf4-824f08831bea { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-222fcd74-fe82-416e-9cf4-824f08831bea { text-align:left; } .ablocks-block-222fcd74-fe82-416e-9cf4-824f08831bea .ablocks-button { column-gap:10px;background:#ffffff;justify-content:left;color:#222222;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px;padding-top:18px;padding-right:20px;padding-bottom:18px;padding-left:20px; } @media screen and (max-width: 800px) { .ablocks-block-222fcd74-fe82-416e-9cf4-824f08831bea .ablocks-button { border-radius:12px;padding-top:12px;padding-right:28px;padding-bottom:12px;padding-left:28px; } } @media screen and (max-width: 480px) { .ablocks-block-222fcd74-fe82-416e-9cf4-824f08831bea .ablocks-button { padding-right:20px;padding-left:20px; } } .ablocks-block-222fcd74-fe82-416e-9cf4-824f08831bea .ablocks-button:hover { transition-duration:0.5s;color:#ffffff;background:#153A4D; } .ablocks-block-222fcd74-fe82-416e-9cf4-824f08831bea .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-222fcd74-fe82-416e-9cf4-824f08831bea .ablocks-icon-wrap { font-size:16px; } .ablocks-block-222fcd74-fe82-416e-9cf4-824f08831bea .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-222fcd74-fe82-416e-9cf4-824f08831bea .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-594644b1-e1d8-45a9-af90-217c669d3a3d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-594644b1-e1d8-45a9-af90-217c669d3a3d { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-594644b1-e1d8-45a9-af90-217c669d3a3d .ablocks-icon-wrap { background:#222222;padding:19px;border:2px solid #FFFFFF;font-size:20px;border-style:none;border-radius:20px; } @media screen and (max-width: 800px) { .ablocks-block-594644b1-e1d8-45a9-af90-217c669d3a3d .ablocks-icon-wrap { padding:.5em;font-size:18px;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px;border-radius:8px; } } @media screen and (max-width: 480px) { .ablocks-block-594644b1-e1d8-45a9-af90-217c669d3a3d .ablocks-icon-wrap { padding-bottom:15px; } } .ablocks-block-594644b1-e1d8-45a9-af90-217c669d3a3d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } @media screen and (max-width: 800px) { .ablocks-block-594644b1-e1d8-45a9-af90-217c669d3a3d .ablocks-icon-wrap img.ablocks-image-icon { width:18px; } } .ablocks-block-594644b1-e1d8-45a9-af90-217c669d3a3d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-52804545-90e3-4f13-b984-3068bd65f867 { margin-top:0px;padding-top:60px;padding-bottom:60px;background:#ECEBE5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-52804545-90e3-4f13-b984-3068bd65f867.ablocks-block--container { padding-top:60px;padding-bottom:60px;overflow:visible; } .ablocks-block-52804545-90e3-4f13-b984-3068bd65f867 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-52804545-90e3-4f13-b984-3068bd65f867 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-52804545-90e3-4f13-b984-3068bd65f867 > .ablocks-block-container { row-gap:60px; } } .ablocks-block-52804545-90e3-4f13-b984-3068bd65f867.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-52804545-90e3-4f13-b984-3068bd65f867.ablocks-has-block-container > .ablocks-block-container { row-gap:60px; } } 
.ablocks-block-2670f315-80f7-42fb-840c-81526e4aa435 { padding:0px;position:relative;z-index:6;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2670f315-80f7-42fb-840c-81526e4aa435.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2670f315-80f7-42fb-840c-81526e4aa435 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-2670f315-80f7-42fb-840c-81526e4aa435 { column-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-2670f315-80f7-42fb-840c-81526e4aa435 { flex-direction:column;row-gap:30px; } } .ablocks-block-2670f315-80f7-42fb-840c-81526e4aa435.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-2670f315-80f7-42fb-840c-81526e4aa435.ablocks-has-block-container > .ablocks-block-container { column-gap:24px; } } @media screen and (max-width: 480px) { .ablocks-block-2670f315-80f7-42fb-840c-81526e4aa435.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:30px; } } .ablocks-block-2670f315-80f7-42fb-840c-81526e4aa435 { display:inline-flex; } 
.ablocks-block-61ec60ab-a024-44cd-ac70-555ca1510333 { padding-top:37px;padding-right:40px;padding-bottom:37px;padding-left:40px;background:#222;border-width:1px;border-style:solid;border-color:#1F4747;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-61ec60ab-a024-44cd-ac70-555ca1510333 { padding-right:24px;padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-61ec60ab-a024-44cd-ac70-555ca1510333 { padding-right:10px;padding-left:10px; } } .ablocks-block-61ec60ab-a024-44cd-ac70-555ca1510333.ablocks-block--container { padding-top:37px;padding-right:40px;padding-bottom:37px;padding-left:40px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-61ec60ab-a024-44cd-ac70-555ca1510333.ablocks-block--container { padding-right:24px;padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-61ec60ab-a024-44cd-ac70-555ca1510333.ablocks-block--container { padding-right:10px;padding-left:10px; } } .ablocks-block-61ec60ab-a024-44cd-ac70-555ca1510333 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-61ec60ab-a024-44cd-ac70-555ca1510333.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-feee223e-2cde-4eca-ac15-56bf124d9f09 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-feee223e-2cde-4eca-ac15-56bf124d9f09 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-feee223e-2cde-4eca-ac15-56bf124d9f09 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-feee223e-2cde-4eca-ac15-56bf124d9f09 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:64px; } .ablocks-block-feee223e-2cde-4eca-ac15-56bf124d9f09 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-bb7fc599-b5b1-46c4-b55a-d34bd69d73a2 { margin-top:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bb7fc599-b5b1-46c4-b55a-d34bd69d73a2 { text-align:left; } .ablocks-block-bb7fc599-b5b1-46c4-b55a-d34bd69d73a2 .ablocks-paragraph-text { color:#FFF;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:30px;line-height:38px; } @media screen and (max-width: 800px) { .ablocks-block-bb7fc599-b5b1-46c4-b55a-d34bd69d73a2 .ablocks-paragraph-text { font-size:24px;line-height:34px; } } @media screen and (max-width: 480px) { .ablocks-block-bb7fc599-b5b1-46c4-b55a-d34bd69d73a2 .ablocks-paragraph-text { font-size:20px;line-height:31px; } } .ablocks-block-bb7fc599-b5b1-46c4-b55a-d34bd69d73a2 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-79bed5fb-c79b-4d5c-994b-9c2342ab92cf { margin-top:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-79bed5fb-c79b-4d5c-994b-9c2342ab92cf.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-79bed5fb-c79b-4d5c-994b-9c2342ab92cf { 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; } @media screen and (max-width: 800px) { .ablocks-block-79bed5fb-c79b-4d5c-994b-9c2342ab92cf { flex-direction:column;align-items:flex-start;row-gap:8px; } } @media screen and (max-width: 480px) { .ablocks-block-79bed5fb-c79b-4d5c-994b-9c2342ab92cf { column-gap:10px; } } .ablocks-block-79bed5fb-c79b-4d5c-994b-9c2342ab92cf.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; } @media screen and (max-width: 800px) { .ablocks-block-79bed5fb-c79b-4d5c-994b-9c2342ab92cf.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:flex-start;row-gap:8px; } } @media screen and (max-width: 480px) { .ablocks-block-79bed5fb-c79b-4d5c-994b-9c2342ab92cf.ablocks-has-block-container > .ablocks-block-container { column-gap:10px; } } .ablocks-block-79bed5fb-c79b-4d5c-994b-9c2342ab92cf { display:inline-flex; } 
.ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50:not(.ablocks-has-block-container), .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50.ablocks-block--info-box > .ablocks-block-container { gap:20px;display:flex;flex-direction:row;align-items:center; } @media screen and (max-width: 800px) { .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50:not(.ablocks-has-block-container), .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50.ablocks-block--info-box > .ablocks-block-container { gap:8px; } } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .ablocks-block--info-box__content { gap:8px; } } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .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-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:80px; } @media screen and (max-width: 800px) { .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 > a .ablocks-icon-wrap > img.ablocks-image-icon { width:52px; } } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px;color:#FFF; } @media screen and (max-width: 800px) { .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:24px;line-height:32px; } } @media screen and (max-width: 480px) { .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:18px;line-height:27px; } } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .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-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:left;color:#FFF;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px; } @media screen and (max-width: 480px) { .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .ablocks-block--info-box__content > .ablocks-info-box-text { font-size:14px;line-height:23px; } } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .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-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .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-9cffaf69-886c-4e14-a2e1-dc12c3dbad50.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-9cffaf69-886c-4e14-a2e1-dc12c3dbad50.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-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .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-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-9cffaf69-886c-4e14-a2e1-dc12c3dbad50 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-d0afad46-3ee1-49fd-bfc2-b6e75a6652cc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d0afad46-3ee1-49fd-bfc2-b6e75a6652cc:not(.ablocks-has-block-container), .ablocks-block-d0afad46-3ee1-49fd-bfc2-b6e75a6652cc.ablocks-block--star-ratings > .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-d0afad46-3ee1-49fd-bfc2-b6e75a6652cc .ablocks-rating { font-size:24px; } .ablocks-block-d0afad46-3ee1-49fd-bfc2-b6e75a6652cc .ablocks-icon-wrap { font-size:24px; } @media screen and (max-width: 480px) { .ablocks-block-d0afad46-3ee1-49fd-bfc2-b6e75a6652cc .ablocks-icon-wrap { font-size:18px; } } .ablocks-block-d0afad46-3ee1-49fd-bfc2-b6e75a6652cc .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:24px; } @media screen and (max-width: 480px) { .ablocks-block-d0afad46-3ee1-49fd-bfc2-b6e75a6652cc .ablocks-icon-wrap img.ablocks-image-icon { width:18px; } } .ablocks-block-d0afad46-3ee1-49fd-bfc2-b6e75a6652cc .ablocks-star-ratings-icons { gap:10px; } .ablocks-block-d0afad46-3ee1-49fd-bfc2-b6e75a6652cc .ablocks-star-rating-number { color:#000000; } 
.ablocks-block-92dc78cb-80a5-46e3-8077-f617bb1f59db { padding-top:295px;padding-bottom:20px;padding-left:20px;background-image:url("https://library.template-kits.com/vizol/wp-content/uploads/sites/42/2025/02/image.png");background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-92dc78cb-80a5-46e3-8077-f617bb1f59db.ablocks-block--container { padding-top:295px;padding-bottom:20px;padding-left:20px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-92dc78cb-80a5-46e3-8077-f617bb1f59db { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-92dc78cb-80a5-46e3-8077-f617bb1f59db.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c4c2ffe3-7a0b-4875-b2f2-72480e7320f1 { padding-top:17px;padding-right:26px;padding-bottom:17px;padding-left:30px;background:#ffffff;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c4c2ffe3-7a0b-4875-b2f2-72480e7320f1.ablocks-block--container { padding-top:17px;padding-right:26px;padding-bottom:17px;padding-left:30px;max-width:min(100%,63%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c4c2ffe3-7a0b-4875-b2f2-72480e7320f1.ablocks-block--container { max-width:min(100%,89%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-c4c2ffe3-7a0b-4875-b2f2-72480e7320f1.ablocks-block--container { max-width:min(100%,97%) !important; } } .ablocks-block-c4c2ffe3-7a0b-4875-b2f2-72480e7320f1 { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } .ablocks-block-c4c2ffe3-7a0b-4875-b2f2-72480e7320f1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:0px; } 
.ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad:not(.ablocks-has-block-container), .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad.ablocks-block--info-box > .ablocks-block-container { gap:20px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad .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-70e8a6fe-6951-47bc-95b4-2fca853b94ad .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:40px; } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bricolage Grotesque;font-weight:700;font-style:normal;font-size:30px;line-height:30px;color:#222; } @media screen and (max-width: 800px) { .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:24px;line-height:26px; } } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad .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-70e8a6fe-6951-47bc-95b4-2fca853b94ad .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad .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-70e8a6fe-6951-47bc-95b4-2fca853b94ad .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad .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-70e8a6fe-6951-47bc-95b4-2fca853b94ad .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-70e8a6fe-6951-47bc-95b4-2fca853b94ad.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-70e8a6fe-6951-47bc-95b4-2fca853b94ad.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-70e8a6fe-6951-47bc-95b4-2fca853b94ad .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad .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-70e8a6fe-6951-47bc-95b4-2fca853b94ad .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-70e8a6fe-6951-47bc-95b4-2fca853b94ad .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-916c7bb0-6639-4f22-a29b-537dd8fd8530 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-916c7bb0-6639-4f22-a29b-537dd8fd8530 { text-align:left; } .ablocks-block-916c7bb0-6639-4f22-a29b-537dd8fd8530 .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px; } .ablocks-block-916c7bb0-6639-4f22-a29b-537dd8fd8530 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-efed79b0-f69c-4b28-8376-e35571c299ac { padding-top:52px;padding-right:60px;padding-bottom:52px;padding-left:60px;background:#FDF9F5;border-width:1px;border-style:solid;border-color:#D1CECB;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-efed79b0-f69c-4b28-8376-e35571c299ac { padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px; } } @media screen and (max-width: 480px) { .ablocks-block-efed79b0-f69c-4b28-8376-e35571c299ac { padding-right:40px;padding-left:40px; } } .ablocks-block-efed79b0-f69c-4b28-8376-e35571c299ac.ablocks-block--container { padding-top:52px;padding-right:60px;padding-bottom:52px;padding-left:60px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-efed79b0-f69c-4b28-8376-e35571c299ac.ablocks-block--container { padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px; } } @media screen and (max-width: 480px) { .ablocks-block-efed79b0-f69c-4b28-8376-e35571c299ac.ablocks-block--container { padding-right:40px;padding-left:40px; } } .ablocks-block-efed79b0-f69c-4b28-8376-e35571c299ac { display:flex;flex-direction:row;justify-content:space-between;justify-items:space-between;align-items:center;min-height:0px;row-gap:0px;column-gap:100px; } @media screen and (max-width: 800px) { .ablocks-block-efed79b0-f69c-4b28-8376-e35571c299ac { column-gap:40px; } } @media screen and (max-width: 480px) { .ablocks-block-efed79b0-f69c-4b28-8376-e35571c299ac { justify-content:center;justify-items:center;flex-wrap:wrap;row-gap:20px;column-gap:20px; } } .ablocks-block-efed79b0-f69c-4b28-8376-e35571c299ac.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:100px; } @media screen and (max-width: 800px) { .ablocks-block-efed79b0-f69c-4b28-8376-e35571c299ac.ablocks-has-block-container > .ablocks-block-container { column-gap:40px; } } @media screen and (max-width: 480px) { .ablocks-block-efed79b0-f69c-4b28-8376-e35571c299ac.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center;flex-wrap:wrap;row-gap:20px;column-gap:20px; } } .ablocks-block-efed79b0-f69c-4b28-8376-e35571c299ac { display:inline-flex; } 
.ablocks-block-8238c070-24e0-4334-b857-dd0524db8c47 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-8238c070-24e0-4334-b857-dd0524db8c47 { width:40%; } } .ablocks-block-8238c070-24e0-4334-b857-dd0524db8c47 { display:flex;justify-content:center; } .ablocks-block-8238c070-24e0-4334-b857-dd0524db8c47 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-8238c070-24e0-4334-b857-dd0524db8c47 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-8238c070-24e0-4334-b857-dd0524db8c47 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f9d7a0ea-1a15-4e09-8cb7-1c32f3175388 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-f9d7a0ea-1a15-4e09-8cb7-1c32f3175388 { width:40%; } } .ablocks-block-f9d7a0ea-1a15-4e09-8cb7-1c32f3175388 { display:flex;justify-content:center; } .ablocks-block-f9d7a0ea-1a15-4e09-8cb7-1c32f3175388 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f9d7a0ea-1a15-4e09-8cb7-1c32f3175388 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f9d7a0ea-1a15-4e09-8cb7-1c32f3175388 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-4d6f6bd1-9d13-4b88-8103-ab3821e6b1d4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-4d6f6bd1-9d13-4b88-8103-ab3821e6b1d4 { width:40%; } } .ablocks-block-4d6f6bd1-9d13-4b88-8103-ab3821e6b1d4 { display:flex;justify-content:center; } .ablocks-block-4d6f6bd1-9d13-4b88-8103-ab3821e6b1d4 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-4d6f6bd1-9d13-4b88-8103-ab3821e6b1d4 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-4d6f6bd1-9d13-4b88-8103-ab3821e6b1d4 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-354cd90d-673f-4ea2-8c72-37832b31b546 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-354cd90d-673f-4ea2-8c72-37832b31b546 { width:40%; } } .ablocks-block-354cd90d-673f-4ea2-8c72-37832b31b546 { display:flex;justify-content:center; } .ablocks-block-354cd90d-673f-4ea2-8c72-37832b31b546 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-354cd90d-673f-4ea2-8c72-37832b31b546 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-354cd90d-673f-4ea2-8c72-37832b31b546 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-d41cc78b-1580-4226-8f50-3386886a38d9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-d41cc78b-1580-4226-8f50-3386886a38d9 { width:40%; } } .ablocks-block-d41cc78b-1580-4226-8f50-3386886a38d9 { display:flex;justify-content:center; } .ablocks-block-d41cc78b-1580-4226-8f50-3386886a38d9 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-d41cc78b-1580-4226-8f50-3386886a38d9 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-d41cc78b-1580-4226-8f50-3386886a38d9 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-7d97ac0c-1717-4435-b125-6b0787f66965 { position:absolute;left:50px;top:470px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-7d97ac0c-1717-4435-b125-6b0787f66965.ablocks-hide-on-desktop,.ablocks-block-7d97ac0c-1717-4435-b125-6b0787f66965.ablocks-hide-on-tablet,.ablocks-block-7d97ac0c-1717-4435-b125-6b0787f66965.ablocks-hide-on-mobile { display:none; } } .ablocks-block-7d97ac0c-1717-4435-b125-6b0787f66965 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-7d97ac0c-1717-4435-b125-6b0787f66965 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-7d97ac0c-1717-4435-b125-6b0787f66965 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:75px; } .ablocks-block-7d97ac0c-1717-4435-b125-6b0787f66965 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-bd922392-389b-44b7-9370-e21da18575b2 { margin-top:0px;padding-top:60px;padding-bottom:60px;background:#ECEBE5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-bd922392-389b-44b7-9370-e21da18575b2 { padding-top:10px;padding-bottom:20px; } } .ablocks-block-bd922392-389b-44b7-9370-e21da18575b2.ablocks-block--container { padding-top:60px;padding-bottom:60px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-bd922392-389b-44b7-9370-e21da18575b2.ablocks-block--container { padding-top:10px;padding-bottom:20px; } } .ablocks-block-bd922392-389b-44b7-9370-e21da18575b2 > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-bd922392-389b-44b7-9370-e21da18575b2 > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:30px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-bd922392-389b-44b7-9370-e21da18575b2 > .ablocks-block-container { flex-direction:column-reverse; } } @media screen and (max-width: 480px) { .ablocks-block-bd922392-389b-44b7-9370-e21da18575b2 > .ablocks-block-container { flex-direction:column;row-gap:60px; } } .ablocks-block-bd922392-389b-44b7-9370-e21da18575b2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:30px;column-gap:60px; } @media screen and (max-width: 800px) { .ablocks-block-bd922392-389b-44b7-9370-e21da18575b2.ablocks-has-block-container > .ablocks-block-container { flex-direction:column-reverse; } } @media screen and (max-width: 480px) { .ablocks-block-bd922392-389b-44b7-9370-e21da18575b2.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:60px; } } .ablocks-block-bd922392-389b-44b7-9370-e21da18575b2 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-flex; } 
.ablocks-block-03b634e5-7f7d-45d4-92a8-7083386f588c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-03b634e5-7f7d-45d4-92a8-7083386f588c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-03b634e5-7f7d-45d4-92a8-7083386f588c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-03b634e5-7f7d-45d4-92a8-7083386f588c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9237d1d5-e56b-468b-9ca7-84e04d7b90e7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9237d1d5-e56b-468b-9ca7-84e04d7b90e7 .ablocks-block--single-accordion { margin-bottom:30px;border-width:1px;border-style:solid;border-color:#222;border-radius:20px; } .ablocks-block-9237d1d5-e56b-468b-9ca7-84e04d7b90e7 .ablocks-block--single-accordion__heading .ablocks-block-accordion-title { color:#222;margin-left:20px;font-family:Bricolage Grotesque;font-weight:600;font-style:normal;font-size:18px;line-height:24px; } .ablocks-block-9237d1d5-e56b-468b-9ca7-84e04d7b90e7 .ablocks-block--single-accordion__heading { background:#9900cc00;padding-top:20px;padding-right:30px;padding-bottom:20px;padding-left:30px; } @media screen and (max-width: 480px) { .ablocks-block-9237d1d5-e56b-468b-9ca7-84e04d7b90e7 .ablocks-block--single-accordion__heading { padding-right:0px;padding-left:20px; } } .ablocks-block-9237d1d5-e56b-468b-9ca7-84e04d7b90e7 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:#153a4d;font-size:24px; } .ablocks-block-9237d1d5-e56b-468b-9ca7-84e04d7b90e7 .ablocks-block--single-accordion-is-selected svg.ablocks-svg-icon { fill:#222222; } .ablocks-block-9237d1d5-e56b-468b-9ca7-84e04d7b90e7 .ablocks-block--single-accordion__body-content { background:#9900cc00;padding-top:0px;padding-right:30px;padding-left:70px; } @media screen and (max-width: 480px) { .ablocks-block-9237d1d5-e56b-468b-9ca7-84e04d7b90e7 .ablocks-block--single-accordion__body-content { padding-left:30px; } } 
.ablocks-block-8d05f1e6-ce25-4129-a940-0fc3ad74538d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-8d05f1e6-ce25-4129-a940-0fc3ad74538d .ablocks-block--single-accordion__heading { padding-right:0px;padding-left:10px; } } .ablocks-block-8d05f1e6-ce25-4129-a940-0fc3ad74538d .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-8d05f1e6-ce25-4129-a940-0fc3ad74538d .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } @media screen and (max-width: 480px) { .ablocks-block-8d05f1e6-ce25-4129-a940-0fc3ad74538d .ablocks-block--single-accordion__body-content { padding-right:0px;padding-left:10px; } } 
.ablocks-block-c859d6a3-833c-4a80-85e7-fde249c41caf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-c859d6a3-833c-4a80-85e7-fde249c41caf { padding-left:30px; } } .ablocks-block-c859d6a3-833c-4a80-85e7-fde249c41caf { text-align:left; } .ablocks-block-c859d6a3-833c-4a80-85e7-fde249c41caf .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px; } @media screen and (max-width: 480px) { .ablocks-block-c859d6a3-833c-4a80-85e7-fde249c41caf .ablocks-paragraph-text { font-size:18px;line-height:24px; } } .ablocks-block-c859d6a3-833c-4a80-85e7-fde249c41caf .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-8898ab34-1c60-4f98-ac75-3801c066f2c8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-8898ab34-1c60-4f98-ac75-3801c066f2c8 .ablocks-block--single-accordion__heading { padding-right:0px;padding-left:10px; } } .ablocks-block-8898ab34-1c60-4f98-ac75-3801c066f2c8 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-8898ab34-1c60-4f98-ac75-3801c066f2c8 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } @media screen and (max-width: 480px) { .ablocks-block-8898ab34-1c60-4f98-ac75-3801c066f2c8 .ablocks-block--single-accordion__body-content { padding-right:0px;padding-left:10px; } } 
.ablocks-block-b3848269-f971-40e5-b84b-998092acde4f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-b3848269-f971-40e5-b84b-998092acde4f { padding-left:30px; } } .ablocks-block-b3848269-f971-40e5-b84b-998092acde4f { text-align:left; } .ablocks-block-b3848269-f971-40e5-b84b-998092acde4f .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px; } @media screen and (max-width: 480px) { .ablocks-block-b3848269-f971-40e5-b84b-998092acde4f .ablocks-paragraph-text { font-size:18px;line-height:24px; } } .ablocks-block-b3848269-f971-40e5-b84b-998092acde4f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4c3f7374-11d2-466f-9553-cd03f8a0acdb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-4c3f7374-11d2-466f-9553-cd03f8a0acdb .ablocks-block--single-accordion__heading { padding-right:0px;padding-left:10px; } } .ablocks-block-4c3f7374-11d2-466f-9553-cd03f8a0acdb .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-4c3f7374-11d2-466f-9553-cd03f8a0acdb .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } @media screen and (max-width: 480px) { .ablocks-block-4c3f7374-11d2-466f-9553-cd03f8a0acdb .ablocks-block--single-accordion__body-content { padding-right:0px;padding-left:10px; } } 
.ablocks-block-a826f1b0-91d7-48dd-9cb3-69fac7e6a121 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-a826f1b0-91d7-48dd-9cb3-69fac7e6a121 { padding-left:30px; } } .ablocks-block-a826f1b0-91d7-48dd-9cb3-69fac7e6a121 { text-align:left; } .ablocks-block-a826f1b0-91d7-48dd-9cb3-69fac7e6a121 .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px; } @media screen and (max-width: 480px) { .ablocks-block-a826f1b0-91d7-48dd-9cb3-69fac7e6a121 .ablocks-paragraph-text { font-size:18px;line-height:24px; } } .ablocks-block-a826f1b0-91d7-48dd-9cb3-69fac7e6a121 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-259842ec-4e50-40b1-b76e-1251c29065f8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-259842ec-4e50-40b1-b76e-1251c29065f8 .ablocks-block--single-accordion__heading { padding-right:0px;padding-left:10px; } } .ablocks-block-259842ec-4e50-40b1-b76e-1251c29065f8 .ablocks-block--single-accordion__heading svg.ablocks-svg-icon { fill:!important; } .ablocks-block-259842ec-4e50-40b1-b76e-1251c29065f8 .ablocks-block--single-accordion__heading:hover svg.ablocks-svg-icon { fill:!important; } @media screen and (max-width: 480px) { .ablocks-block-259842ec-4e50-40b1-b76e-1251c29065f8 .ablocks-block--single-accordion__body-content { padding-right:0px;padding-left:10px; } } 
.ablocks-block-c6ce5d96-0929-49f0-8d58-79ab30ed2e40 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-c6ce5d96-0929-49f0-8d58-79ab30ed2e40 { padding-left:30px; } } .ablocks-block-c6ce5d96-0929-49f0-8d58-79ab30ed2e40 { text-align:left; } .ablocks-block-c6ce5d96-0929-49f0-8d58-79ab30ed2e40 .ablocks-paragraph-text { color:#696969;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:20px;line-height:28px; } @media screen and (max-width: 480px) { .ablocks-block-c6ce5d96-0929-49f0-8d58-79ab30ed2e40 .ablocks-paragraph-text { font-size:18px;line-height:24px; } } .ablocks-block-c6ce5d96-0929-49f0-8d58-79ab30ed2e40 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-68c11918-e1da-4614-af4c-5bbe41e5de7a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-68c11918-e1da-4614-af4c-5bbe41e5de7a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-68c11918-e1da-4614-af4c-5bbe41e5de7a { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-68c11918-e1da-4614-af4c-5bbe41e5de7a { align-items:center; } } .ablocks-block-68c11918-e1da-4614-af4c-5bbe41e5de7a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:30px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-68c11918-e1da-4614-af4c-5bbe41e5de7a.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 { padding:0px;background:#ECEBE5;border-style:none;width:77%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 { width:72%;z-index:6; } } @media screen and (max-width: 480px) { .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 { width:100%; } } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0:not(.ablocks-has-block-container), .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:row;align-items:flex-start; } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .ablocks-block--info-box__content { gap:13px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .ablocks-block--info-box__content { gap:10px;align-items:center; } } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .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-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Bricolage Grotesque;font-weight:500;font-style:normal;font-size:50px;line-height:70px;color:#222; } @media screen and (max-width: 800px) { .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-size:42px;line-height:58px; } } @media screen and (max-width: 480px) { .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:38px;line-height:45px; } } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .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-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto; } } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .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-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;font-family:Roboto; } } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .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-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .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-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0.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-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0.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-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .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-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-56ebcbc5-e6f0-4aeb-ab63-ccd0a97dcee0 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-c31cec64-36d0-43f2-ab61-641714e6d333 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c31cec64-36d0-43f2-ab61-641714e6d333.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-c31cec64-36d0-43f2-ab61-641714e6d333 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-c31cec64-36d0-43f2-ab61-641714e6d333 { justify-content:center;justify-items:center; } } .ablocks-block-c31cec64-36d0-43f2-ab61-641714e6d333.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-c31cec64-36d0-43f2-ab61-641714e6d333.ablocks-has-block-container > .ablocks-block-container { justify-content:center;justify-items:center; } } .ablocks-block-c31cec64-36d0-43f2-ab61-641714e6d333 { display:inline-flex; } 
.ablocks-block-e12f18a5-7c55-46a9-8113-9f4ad1bce877 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e12f18a5-7c55-46a9-8113-9f4ad1bce877 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-e12f18a5-7c55-46a9-8113-9f4ad1bce877 .ablocks-icon-wrap { background:#153A4D;padding:.5em;font-size:25px;border-style:none;border-radius:8px; } @media screen and (max-width: 800px) { .ablocks-block-e12f18a5-7c55-46a9-8113-9f4ad1bce877 .ablocks-icon-wrap { font-size:22px; } } .ablocks-block-e12f18a5-7c55-46a9-8113-9f4ad1bce877 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:25px; } @media screen and (max-width: 800px) { .ablocks-block-e12f18a5-7c55-46a9-8113-9f4ad1bce877 .ablocks-icon-wrap img.ablocks-image-icon { width:22px; } } .ablocks-block-e12f18a5-7c55-46a9-8113-9f4ad1bce877 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-8cedb68f-c0db-4932-a6d2-de0c805aa9c8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-8cedb68f-c0db-4932-a6d2-de0c805aa9c8 { z-index:6; } } .ablocks-block-8cedb68f-c0db-4932-a6d2-de0c805aa9c8 { text-align:left; } .ablocks-block-8cedb68f-c0db-4932-a6d2-de0c805aa9c8 .ablocks-button { column-gap:10px;background:#222;justify-content:left;color:#FFF;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-style:normal;font-size:18px;line-height:24px;padding-top:11px;padding-right:20px;padding-bottom:11px;padding-left:20px; } @media screen and (max-width: 800px) { .ablocks-block-8cedb68f-c0db-4932-a6d2-de0c805aa9c8 .ablocks-button { border-radius:12px; } } .ablocks-block-8cedb68f-c0db-4932-a6d2-de0c805aa9c8 .ablocks-button:hover { transition-duration:s; } .ablocks-block-8cedb68f-c0db-4932-a6d2-de0c805aa9c8 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-8cedb68f-c0db-4932-a6d2-de0c805aa9c8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-8cedb68f-c0db-4932-a6d2-de0c805aa9c8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-3efc9893-7657-48c2-bd9d-ab30b4637a9b { position:absolute;right:268px;top:100px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-3efc9893-7657-48c2-bd9d-ab30b4637a9b { left:424px;top:37px; } } @media screen and (max-width: 480px) { .ablocks-block-3efc9893-7657-48c2-bd9d-ab30b4637a9b { left:58px;top:661px; } } @media screen and (max-width: 800px) { .ablocks-block-3efc9893-7657-48c2-bd9d-ab30b4637a9b.ablocks-hide-on-desktop,.ablocks-block-3efc9893-7657-48c2-bd9d-ab30b4637a9b.ablocks-hide-on-tablet,.ablocks-block-3efc9893-7657-48c2-bd9d-ab30b4637a9b.ablocks-hide-on-mobile { display:none; } } .ablocks-block-3efc9893-7657-48c2-bd9d-ab30b4637a9b { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-3efc9893-7657-48c2-bd9d-ab30b4637a9b .ablocks-icon-wrap { font-size:unset; } .ablocks-block-3efc9893-7657-48c2-bd9d-ab30b4637a9b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:75px; } .ablocks-block-3efc9893-7657-48c2-bd9d-ab30b4637a9b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-0359fc45-ab99-451d-827e-6bebe97b53ac { margin-top:0px;padding-top:120px;padding-bottom:60px;background:#ECEBE5;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-0359fc45-ab99-451d-827e-6bebe97b53ac { padding-top:60px;padding-bottom:0px; } } .ablocks-block-0359fc45-ab99-451d-827e-6bebe97b53ac.ablocks-block--container { padding-top:120px;padding-bottom:60px;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-0359fc45-ab99-451d-827e-6bebe97b53ac.ablocks-block--container { padding-top:60px;padding-bottom:0px; } } .ablocks-block-0359fc45-ab99-451d-827e-6bebe97b53ac > .ablocks-block-container { max-width:min(100%,1290px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-0359fc45-ab99-451d-827e-6bebe97b53ac > .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-0359fc45-ab99-451d-827e-6bebe97b53ac > .ablocks-block-container { flex-wrap:wrap; } } .ablocks-block-0359fc45-ab99-451d-827e-6bebe97b53ac.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-0359fc45-ab99-451d-827e-6bebe97b53ac.ablocks-has-block-container > .ablocks-block-container { flex-wrap:wrap; } } 
.ablocks-block-22fa7457-9f4a-4cfc-98a8-002af1556135 { position:relative;z-index:6;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-22fa7457-9f4a-4cfc-98a8-002af1556135.ablocks-hide-on-desktop,.ablocks-block-22fa7457-9f4a-4cfc-98a8-002af1556135.ablocks-hide-on-tablet,.ablocks-block-22fa7457-9f4a-4cfc-98a8-002af1556135.ablocks-hide-on-mobile { display:none; } } .ablocks-block-22fa7457-9f4a-4cfc-98a8-002af1556135 { display:flex;align-items:flex-start;justify-content:center; } .ablocks-block-22fa7457-9f4a-4cfc-98a8-002af1556135 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-22fa7457-9f4a-4cfc-98a8-002af1556135 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:160px; } .ablocks-block-22fa7457-9f4a-4cfc-98a8-002af1556135 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-50642f63-3fa8-485c-b20f-45e71d435933 { margin-top:-230px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-50642f63-3fa8-485c-b20f-45e71d435933 { margin:0px; } } .ablocks-block-50642f63-3fa8-485c-b20f-45e71d435933.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-50642f63-3fa8-485c-b20f-45e71d435933 { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-50642f63-3fa8-485c-b20f-45e71d435933 { flex-direction:column; } } .ablocks-block-50642f63-3fa8-485c-b20f-45e71d435933.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-50642f63-3fa8-485c-b20f-45e71d435933.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-50642f63-3fa8-485c-b20f-45e71d435933 { display:inline-flex; } 
.ablocks-block-b149b524-31c0-4c9b-914a-76521e7e6ab8 { padding:60px;background:#e94d65;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-b149b524-31c0-4c9b-914a-76521e7e6ab8 { padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px; } } @media screen and (max-width: 480px) { .ablocks-block-b149b524-31c0-4c9b-914a-76521e7e6ab8 { padding:20px; } } .ablocks-block-b149b524-31c0-4c9b-914a-76521e7e6ab8.ablocks-block--container { padding:60px;max-width:min(100%,50%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-b149b524-31c0-4c9b-914a-76521e7e6ab8.ablocks-block--container { padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;max-width:min(100%,100%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-b149b524-31c0-4c9b-914a-76521e7e6ab8.ablocks-block--container { padding:20px; } } .ablocks-block-b149b524-31c0-4c9b-914a-76521e7e6ab8 { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-b149b524-31c0-4c9b-914a-76521e7e6ab8 { row-gap:20px; } } .ablocks-block-b149b524-31c0-4c9b-914a-76521e7e6ab8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:40px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-b149b524-31c0-4c9b-914a-76521e7e6ab8.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } 
.ablocks-block-5cb4d6e9-3975-486f-8881-a906487280a1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5cb4d6e9-3975-486f-8881-a906487280a1 { text-align:left; } .ablocks-block-5cb4d6e9-3975-486f-8881-a906487280a1 .ablocks-heading-text { color:#FFF;font-family:Bricolage Grotesque;font-weight:500;font-style:normal;font-size:70px;line-height:70px; } @media screen and (max-width: 800px) { .ablocks-block-5cb4d6e9-3975-486f-8881-a906487280a1 .ablocks-heading-text { font-size:38px;line-height:42px; } } 
.ablocks-block-62fdc8c0-7401-4052-b7c7-4c69508eaeaa { padding:0px;background:#9900cc00;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-62fdc8c0-7401-4052-b7c7-4c69508eaeaa .ablocks-form-builder { flex-direction:column;flex-wrap:wrap; } .ablocks-block-62fdc8c0-7401-4052-b7c7-4c69508eaeaa > .ablocks-form-builder__field { margin-top:10px;margin-bottom:10px; } @media screen and (max-width: 800px) { .ablocks-block-62fdc8c0-7401-4052-b7c7-4c69508eaeaa > .ablocks-form-builder__field { margin-top:4px;margin-bottom:4px; } } .ablocks-block-62fdc8c0-7401-4052-b7c7-4c69508eaeaa .ablocks-form-builder__label { color:#000000;text-align:left;margin-bottom:10px !important;display:none; } .ablocks-block-62fdc8c0-7401-4052-b7c7-4c69508eaeaa .ablocks-form-builder__helper-text { text-align:left;margin-bottom:14px;display:none;margin-top:14px; } .ablocks-block-62fdc8c0-7401-4052-b7c7-4c69508eaeaa .ablocks-form-builder__input { background:#9900cc00;text-align:left;font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:16px;line-height:20px;border-width:0px 0px 1px 0px;border-style:solid;border-color:#d1cecb;border-radius:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box; } .ablocks-block-62fdc8c0-7401-4052-b7c7-4c69508eaeaa .ablocks-form-builder__input::placeholder { font-family:Bricolage Grotesque;font-weight:300;font-style:normal;font-size:16px;line-height:20px;text-align:left;color:#FFF!important; } .ablocks-block-62fdc8c0-7401-4052-b7c7-4c69508eaeaa .ablocks-form-builder__input-icon,.ablocks-block-62fdc8c0-7401-4052-b7c7-4c69508eaeaa .ablocks-form-builder__input-toggle-password { top:75%; } .ablocks-block-62fdc8c0-7401-4052-b7c7-4c69508eaeaa .ablocks-form-builder__submit-button { text-align:center;align-self:flex-start; } .ablocks-block-62fdc8c0-7401-4052-b7c7-4c69508eaeaa .ablocks-form-builder__submit-button { color:#FFF;background:rgba(255,255,255,0.10);border-width:1px;border-style:solid;border-color:#FFF;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-style:normal;font-size:18px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-62fdc8c0-7401-4052-b7c7-4c69508eaeaa .ablocks-form-builder__submit-button { border-radius:12px;padding:14px; } } .ablocks-block-62fdc8c0-7401-4052-b7c7-4c69508eaeaa .ablocks-block--form-builder__navigator { color:#74777C;text-align:left; } .ablocks-block-62fdc8c0-7401-4052-b7c7-4c69508eaeaa .ablocks-block--form-builder__navigator-redirect-page { margin-bottom:10px; } .ablocks-block-62fdc8c0-7401-4052-b7c7-4c69508eaeaa .ablocks-block--form-builder__success { color:#fffff;background:#00935B; } .ablocks-block-62fdc8c0-7401-4052-b7c7-4c69508eaeaa .ablocks-block--form-builder__error { color:#ffffff;background:#D03739; } .ablocks-block-62fdc8c0-7401-4052-b7c7-4c69508eaeaa .ablocks-block--form-builder__feedback-message { text-align:center; } 
.ablocks-block-29f41064-f32c-499e-a717-a21e1fe90209 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-29f41064-f32c-499e-a717-a21e1fe90209.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 800px) { .ablocks-block-29f41064-f32c-499e-a717-a21e1fe90209.ablocks-block--form-input { width:99%; } } @media screen and (max-width: 480px) { .ablocks-block-29f41064-f32c-499e-a717-a21e1fe90209.ablocks-block--form-input { width:49%; } } .ablocks-block-29f41064-f32c-499e-a717-a21e1fe90209 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-29f41064-f32c-499e-a717-a21e1fe90209 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-28cb35f2-4757-4a99-908e-12a6b4ca0393 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-28cb35f2-4757-4a99-908e-12a6b4ca0393.ablocks-block--form-input { box-sizing:border-box;width:49%; } @media screen and (max-width: 800px) { .ablocks-block-28cb35f2-4757-4a99-908e-12a6b4ca0393.ablocks-block--form-input { width:99%; } } @media screen and (max-width: 480px) { .ablocks-block-28cb35f2-4757-4a99-908e-12a6b4ca0393.ablocks-block--form-input { width:49%; } } .ablocks-block-28cb35f2-4757-4a99-908e-12a6b4ca0393 .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-28cb35f2-4757-4a99-908e-12a6b4ca0393 .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-e1740b70-cf5b-4ab5-882b-2f37eb5a355a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e1740b70-cf5b-4ab5-882b-2f37eb5a355a.ablocks-block--form-input { box-sizing:border-box;width:99%; } .ablocks-block-e1740b70-cf5b-4ab5-882b-2f37eb5a355a .ablocks-icon-wrap { fill:#69727d;font-size:28px; } .ablocks-block-e1740b70-cf5b-4ab5-882b-2f37eb5a355a .ablocks-form-builder__input-show-icon { padding-left:38px; } 
.ablocks-block-ab502ac8-f784-403f-83ff-e8263dfde675 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab502ac8-f784-403f-83ff-e8263dfde675.ablocks-block--form-textarea { box-sizing:border-box;width:99%; } 
.ablocks-block-69d42f8b-9957-4355-aba5-047a7fd6fb6b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-69d42f8b-9957-4355-aba5-047a7fd6fb6b.ablocks-block--container { padding:0px;max-width:min(100%,50%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-69d42f8b-9957-4355-aba5-047a7fd6fb6b.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-69d42f8b-9957-4355-aba5-047a7fd6fb6b { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-69d42f8b-9957-4355-aba5-047a7fd6fb6b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-517e3575-90a9-401a-b72e-8451bd4c3800 { margin-bottom:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-517e3575-90a9-401a-b72e-8451bd4c3800 { display:flex;justify-content:center; } .ablocks-block-517e3575-90a9-401a-b72e-8451bd4c3800 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-517e3575-90a9-401a-b72e-8451bd4c3800 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-517e3575-90a9-401a-b72e-8451bd4c3800 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-840237c2-3c74-4b9f-ab2f-4022581666f2 { position:absolute;left:34px;top:35px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-840237c2-3c74-4b9f-ab2f-4022581666f2.ablocks-hide-on-desktop,.ablocks-block-840237c2-3c74-4b9f-ab2f-4022581666f2.ablocks-hide-on-tablet,.ablocks-block-840237c2-3c74-4b9f-ab2f-4022581666f2.ablocks-hide-on-mobile { display:none; } } .ablocks-block-840237c2-3c74-4b9f-ab2f-4022581666f2 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-840237c2-3c74-4b9f-ab2f-4022581666f2 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-840237c2-3c74-4b9f-ab2f-4022581666f2 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:75px; } .ablocks-block-840237c2-3c74-4b9f-ab2f-4022581666f2 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-908e774e-4fdf-4212-87d7-e8809b72a68a { margin-top:120px;padding-top:0px;padding-right:0px;padding-bottom:111px;padding-left:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-908e774e-4fdf-4212-87d7-e8809b72a68a { margin-top:60px;padding-bottom:00px; } } @media screen and (max-width: 480px) { .ablocks-block-908e774e-4fdf-4212-87d7-e8809b72a68a { padding-bottom:60px; } } .ablocks-block-908e774e-4fdf-4212-87d7-e8809b72a68a.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:111px;padding-left:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-908e774e-4fdf-4212-87d7-e8809b72a68a.ablocks-block--container { padding-bottom:00px; } } @media screen and (max-width: 480px) { .ablocks-block-908e774e-4fdf-4212-87d7-e8809b72a68a.ablocks-block--container { padding-bottom:60px; } } .ablocks-block-908e774e-4fdf-4212-87d7-e8809b72a68a { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } .ablocks-block-908e774e-4fdf-4212-87d7-e8809b72a68a.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-ecde7a19-483c-4134-8139-1a5f23a45dfe { padding:0px;width:57%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-ecde7a19-483c-4134-8139-1a5f23a45dfe { width:62%; } } @media screen and (max-width: 480px) { .ablocks-block-ecde7a19-483c-4134-8139-1a5f23a45dfe { margin-top:0px;width:100%; } } .ablocks-block-ecde7a19-483c-4134-8139-1a5f23a45dfe { text-align:center; } .ablocks-block-ecde7a19-483c-4134-8139-1a5f23a45dfe .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:500;font-size:70px;line-height:70px; } @media screen and (max-width: 800px) { .ablocks-block-ecde7a19-483c-4134-8139-1a5f23a45dfe .ablocks-heading-text { font-size:42px;line-height:50px; } } @media screen and (max-width: 480px) { .ablocks-block-ecde7a19-483c-4134-8139-1a5f23a45dfe .ablocks-heading-text { font-size:36px;line-height:46px; } } 
.ablocks-block-cb007dd7-920c-4c95-8505-f0ab88986e80 { position:absolute;left:-170px;top:35px;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-cb007dd7-920c-4c95-8505-f0ab88986e80.ablocks-hide-on-desktop,.ablocks-block-cb007dd7-920c-4c95-8505-f0ab88986e80.ablocks-hide-on-tablet,.ablocks-block-cb007dd7-920c-4c95-8505-f0ab88986e80.ablocks-hide-on-mobile { display:none; } } .ablocks-block-cb007dd7-920c-4c95-8505-f0ab88986e80 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-cb007dd7-920c-4c95-8505-f0ab88986e80 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-cb007dd7-920c-4c95-8505-f0ab88986e80 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:75px; } .ablocks-block-cb007dd7-920c-4c95-8505-f0ab88986e80 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-dafdb5a9-fd36-4e1e-a457-bdd265c934aa { margin-top:60px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-dafdb5a9-fd36-4e1e-a457-bdd265c934aa { margin-top:40px; } } @media screen and (max-width: 480px) { .ablocks-block-dafdb5a9-fd36-4e1e-a457-bdd265c934aa { margin-top:30px; } } .ablocks-block-dafdb5a9-fd36-4e1e-a457-bdd265c934aa .filterable-cards_filter , .ablocks-block-dafdb5a9-fd36-4e1e-a457-bdd265c934aa .filterable-cards-filter-wrap { justify-content:Center;gap:8px; } .ablocks-block-dafdb5a9-fd36-4e1e-a457-bdd265c934aa .filterable-cards_filter .filterable-filter-button.filterable-filter-button-active { color:#fff;background:#13191B; } .ablocks-block-dafdb5a9-fd36-4e1e-a457-bdd265c934aa .filterable-cards-wrap { display:grid;grid-template-columns:repeat(3,1fr);gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-dafdb5a9-fd36-4e1e-a457-bdd265c934aa .filterable-cards-wrap { grid-template-columns:repeat(2,1fr); } } @media screen and (max-width: 480px) { .ablocks-block-dafdb5a9-fd36-4e1e-a457-bdd265c934aa .filterable-cards-wrap { grid-template-columns:repeat(1,1fr); } } .ablocks-block-dafdb5a9-fd36-4e1e-a457-bdd265c934aa .filterable-cards-load-more-wrapper { justify-content:center; } .ablocks-block-dafdb5a9-fd36-4e1e-a457-bdd265c934aa .filterable-cards-showMore-button { color:#fff;background:#13191B; } .ablocks-block-dafdb5a9-fd36-4e1e-a457-bdd265c934aa .filterable-cards-showMore-button:hover { color:#fff;background:#13191B; } 
.ablocks-block-a9504761-7818-4c74-9c7d-5260cead578d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-09bb9234-10e7-4aa1-a5c0-4060f08bec72 { padding-top:0px;padding-bottom:30px;background:#ffffff;border-width:1px;border-style:solid;border-color:#D1CECB;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-09bb9234-10e7-4aa1-a5c0-4060f08bec72.ablocks-block--container { padding-top:0px;padding-bottom:30px;max-width:min(100%,410%) !important;overflow:visible; } .ablocks-block-09bb9234-10e7-4aa1-a5c0-4060f08bec72 { display:flex;flex-direction:column;min-height:0px;row-gap:23px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-09bb9234-10e7-4aa1-a5c0-4060f08bec72 { row-gap:18px; } } @media screen and (max-width: 480px) { .ablocks-block-09bb9234-10e7-4aa1-a5c0-4060f08bec72 { align-items:flex-start;row-gap:23px; } } .ablocks-block-09bb9234-10e7-4aa1-a5c0-4060f08bec72.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:23px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-09bb9234-10e7-4aa1-a5c0-4060f08bec72.ablocks-has-block-container > .ablocks-block-container { row-gap:18px; } } @media screen and (max-width: 480px) { .ablocks-block-09bb9234-10e7-4aa1-a5c0-4060f08bec72.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start;row-gap:23px; } } 
.ablocks-block-f18130cb-969b-4c31-b462-464fddec637b { margin-top:-67px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f18130cb-969b-4c31-b462-464fddec637b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f18130cb-969b-4c31-b462-464fddec637b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-f18130cb-969b-4c31-b462-464fddec637b { align-items:flex-start; } } .ablocks-block-f18130cb-969b-4c31-b462-464fddec637b.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-f18130cb-969b-4c31-b462-464fddec637b.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } 
.ablocks-block-7f77399c-9090-486c-b403-f3dc0b864c27 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7f77399c-9090-486c-b403-f3dc0b864c27 { display:flex;justify-content:center; } .ablocks-block-7f77399c-9090-486c-b403-f3dc0b864c27 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-7f77399c-9090-486c-b403-f3dc0b864c27 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-7f77399c-9090-486c-b403-f3dc0b864c27 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-80e17f52-76ea-4937-8fac-fdb36baaec9e { margin-top:-63px;margin-left:20px;padding-top:0px;padding-bottom:0px;border-style:none;border-top-left-radius:0px;border-top-right-radius:0px;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: 800px) { .ablocks-block-80e17f52-76ea-4937-8fac-fdb36baaec9e { margin-top:-18px;margin-left:0px; } } .ablocks-block-80e17f52-76ea-4937-8fac-fdb36baaec9e.ablocks-block--container { padding-top:0px;padding-bottom:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-80e17f52-76ea-4937-8fac-fdb36baaec9e.ablocks-block--container { max-width:min(100%,92%) !important; } } .ablocks-block-80e17f52-76ea-4937-8fac-fdb36baaec9e { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-80e17f52-76ea-4937-8fac-fdb36baaec9e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c0ded6ea-c968-4f24-84b2-2eb665678a77 { padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;background:#FDF9F5;border-radius:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c0ded6ea-c968-4f24-84b2-2eb665678a77 { margin-top:-55px;margin-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-c0ded6ea-c968-4f24-84b2-2eb665678a77 { margin-top:-40px; } } .ablocks-block-c0ded6ea-c968-4f24-84b2-2eb665678a77.ablocks-block--container { padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;max-width:min(100%,68%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-c0ded6ea-c968-4f24-84b2-2eb665678a77.ablocks-block--container { max-width:min(100%,78%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-c0ded6ea-c968-4f24-84b2-2eb665678a77.ablocks-block--container { max-width:min(100%,85%) !important; } } .ablocks-block-c0ded6ea-c968-4f24-84b2-2eb665678a77 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-c0ded6ea-c968-4f24-84b2-2eb665678a77.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-9e473097-2f33-43d1-bd5a-2b4c6ad28e81 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9e473097-2f33-43d1-bd5a-2b4c6ad28e81:not(.ablocks-has-block-container), .ablocks-block-9e473097-2f33-43d1-bd5a-2b4c6ad28e81.ablocks-block--dual-button > .ablocks-block-container { gap:10px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-9e473097-2f33-43d1-bd5a-2b4c6ad28e81:not(.ablocks-has-block-container), .ablocks-block-9e473097-2f33-43d1-bd5a-2b4c6ad28e81.ablocks-block--dual-button > .ablocks-block-container { gap:8px; } } 
.ablocks-block-3d726c71-c773-4e54-ac74-37804161ca68 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3d726c71-c773-4e54-ac74-37804161ca68 .ablocks-button { column-gap:10px;background:#dddddd05;justify-content:left;color:#696969;font-family:Inter,sans-serif;font-weight:400;font-style:Regular;font-size:12px;line-height:18px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-3d726c71-c773-4e54-ac74-37804161ca68 .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-3d726c71-c773-4e54-ac74-37804161ca68 .ablocks-button { font-size:10px; } } .ablocks-block-3d726c71-c773-4e54-ac74-37804161ca68 .ablocks-button:hover { transition-duration:s; } .ablocks-block-3d726c71-c773-4e54-ac74-37804161ca68 .ablocks-icon-wrap { font-size:13px; } .ablocks-block-3d726c71-c773-4e54-ac74-37804161ca68 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-3d726c71-c773-4e54-ac74-37804161ca68 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222; } 
.ablocks-block-b645b900-4cfe-40e0-83f6-385a63cb6385 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b645b900-4cfe-40e0-83f6-385a63cb6385 .ablocks-button { column-gap:10px;background:#dddddd05;justify-content:left;color:#696969;font-family:Inter,sans-serif;font-weight:400;font-style:Regular;font-size:12px;line-height:18px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-b645b900-4cfe-40e0-83f6-385a63cb6385 .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-b645b900-4cfe-40e0-83f6-385a63cb6385 .ablocks-button { font-size:10px; } } .ablocks-block-b645b900-4cfe-40e0-83f6-385a63cb6385 .ablocks-button:hover { transition-duration:s; } .ablocks-block-b645b900-4cfe-40e0-83f6-385a63cb6385 .ablocks-icon-wrap { font-size:13px; } .ablocks-block-b645b900-4cfe-40e0-83f6-385a63cb6385 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-b645b900-4cfe-40e0-83f6-385a63cb6385 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222; } 
.ablocks-block-9ebb8d5c-48f5-4983-82a1-0b2717313e42 { margin-top:27px;padding-right:30px;padding-left:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-9ebb8d5c-48f5-4983-82a1-0b2717313e42 { margin-top:20px; } } @media screen and (max-width: 480px) { .ablocks-block-9ebb8d5c-48f5-4983-82a1-0b2717313e42 { padding-right:15px;padding-left:15px; } } .ablocks-block-9ebb8d5c-48f5-4983-82a1-0b2717313e42 { text-align:left; } .ablocks-block-9ebb8d5c-48f5-4983-82a1-0b2717313e42 .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:700;font-size:30px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-9ebb8d5c-48f5-4983-82a1-0b2717313e42 .ablocks-heading-text { font-size:22px; } } 
.ablocks-block-70b02683-0b09-44a3-98e2-d5b44cffdf39 { margin-top:7px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-70b02683-0b09-44a3-98e2-d5b44cffdf39 { padding-left:0px; } } .ablocks-block-70b02683-0b09-44a3-98e2-d5b44cffdf39.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:30px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-70b02683-0b09-44a3-98e2-d5b44cffdf39.ablocks-block--container { padding-left:0px; } } .ablocks-block-70b02683-0b09-44a3-98e2-d5b44cffdf39 { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-70b02683-0b09-44a3-98e2-d5b44cffdf39 { align-items:flex-start; } } .ablocks-block-70b02683-0b09-44a3-98e2-d5b44cffdf39.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:10px; } @media screen and (max-width: 800px) { .ablocks-block-70b02683-0b09-44a3-98e2-d5b44cffdf39.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } .ablocks-block-70b02683-0b09-44a3-98e2-d5b44cffdf39 { display:inline-flex; } 
.ablocks-block-6d0382a2-4b61-4799-9e6f-88a15d216f20 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6d0382a2-4b61-4799-9e6f-88a15d216f20 { text-align:left; } .ablocks-block-6d0382a2-4b61-4799-9e6f-88a15d216f20 .ablocks-button { column-gap:10px;background:#FDF9F5;justify-content:left;color:#222222;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px;padding-top:18px;padding-right:30px;padding-bottom:18px;padding-left:30px; } @media screen and (max-width: 800px) { .ablocks-block-6d0382a2-4b61-4799-9e6f-88a15d216f20 .ablocks-button { border-radius:8px;padding-top:13px;padding-right:24px;padding-bottom:13px;padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-6d0382a2-4b61-4799-9e6f-88a15d216f20 .ablocks-button { padding-top:12px;padding-bottom:12px; } } .ablocks-block-6d0382a2-4b61-4799-9e6f-88a15d216f20 .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#222222; } .ablocks-block-6d0382a2-4b61-4799-9e6f-88a15d216f20 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-6d0382a2-4b61-4799-9e6f-88a15d216f20 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-6d0382a2-4b61-4799-9e6f-88a15d216f20 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-6d0382a2-4b61-4799-9e6f-88a15d216f20 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-eb51d6c1-9af8-4c7c-b056-93c9b882a5be { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eb51d6c1-9af8-4c7c-b056-93c9b882a5be { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-eb51d6c1-9af8-4c7c-b056-93c9b882a5be .ablocks-icon-wrap { background:#222222;padding:21px;border:2px solid #FFFFFF;font-size:20px;border-style:none;border-radius:20px; } @media screen and (max-width: 800px) { .ablocks-block-eb51d6c1-9af8-4c7c-b056-93c9b882a5be .ablocks-icon-wrap { padding:14px;border-radius:8px; } } @media screen and (max-width: 480px) { .ablocks-block-eb51d6c1-9af8-4c7c-b056-93c9b882a5be .ablocks-icon-wrap { padding:.5em;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px; } } .ablocks-block-eb51d6c1-9af8-4c7c-b056-93c9b882a5be .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } .ablocks-block-eb51d6c1-9af8-4c7c-b056-93c9b882a5be .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-2e1ec2d1-4282-44c6-9c81-19afe33aedd1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-2e1ec2d1-4282-44c6-9c81-19afe33aedd1 { margin-top:70px; } } 
.ablocks-block-8a39fece-f2ac-49f2-8ef1-57f9d38af0db { padding-top:0px;padding-bottom:30px;background:#ffffff;border-width:1px;border-style:solid;border-color:#D1CECB;border-radius:0px;position:relative;z-index:9;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8a39fece-f2ac-49f2-8ef1-57f9d38af0db.ablocks-block--container { padding-top:0px;padding-bottom:30px;max-width:min(100%,410%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8a39fece-f2ac-49f2-8ef1-57f9d38af0db.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-8a39fece-f2ac-49f2-8ef1-57f9d38af0db { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:23px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-8a39fece-f2ac-49f2-8ef1-57f9d38af0db { row-gap:18px; } } .ablocks-block-8a39fece-f2ac-49f2-8ef1-57f9d38af0db.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:23px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-8a39fece-f2ac-49f2-8ef1-57f9d38af0db.ablocks-has-block-container > .ablocks-block-container { row-gap:18px; } } 
.ablocks-block-39ffbb08-438b-4c6d-8d6f-9afc4b6bde17 { margin-top:-67px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-39ffbb08-438b-4c6d-8d6f-9afc4b6bde17.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-39ffbb08-438b-4c6d-8d6f-9afc4b6bde17 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-39ffbb08-438b-4c6d-8d6f-9afc4b6bde17.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-f8411fbb-d425-43a3-822a-420b7c63bdee { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f8411fbb-d425-43a3-822a-420b7c63bdee { display:flex;justify-content:center; } .ablocks-block-f8411fbb-d425-43a3-822a-420b7c63bdee .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f8411fbb-d425-43a3-822a-420b7c63bdee .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f8411fbb-d425-43a3-822a-420b7c63bdee .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-f9d46bf1-aa6a-4891-9150-d8fbbb9b9383 { margin-top:-63px;margin-left:20px;padding-top:0px;padding-bottom:0px;border-style:none;border-top-left-radius:0px;border-top-right-radius:0px;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: 800px) { .ablocks-block-f9d46bf1-aa6a-4891-9150-d8fbbb9b9383 { margin-top:-18px;margin-left:0px; } } .ablocks-block-f9d46bf1-aa6a-4891-9150-d8fbbb9b9383.ablocks-block--container { padding-top:0px;padding-bottom:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-f9d46bf1-aa6a-4891-9150-d8fbbb9b9383.ablocks-block--container { max-width:min(100%,92%) !important; } } .ablocks-block-f9d46bf1-aa6a-4891-9150-d8fbbb9b9383 { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f9d46bf1-aa6a-4891-9150-d8fbbb9b9383.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1d28f295-c46e-4137-bb7f-3ca9b5e888b4 { padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;background:#FDF9F5;border-radius:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1d28f295-c46e-4137-bb7f-3ca9b5e888b4 { margin-top:-55px;margin-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-1d28f295-c46e-4137-bb7f-3ca9b5e888b4 { margin-top:-40px; } } .ablocks-block-1d28f295-c46e-4137-bb7f-3ca9b5e888b4.ablocks-block--container { padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;max-width:min(100%,68%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1d28f295-c46e-4137-bb7f-3ca9b5e888b4.ablocks-block--container { max-width:min(100%,78%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-1d28f295-c46e-4137-bb7f-3ca9b5e888b4.ablocks-block--container { max-width:min(100%,85%) !important; } } .ablocks-block-1d28f295-c46e-4137-bb7f-3ca9b5e888b4 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1d28f295-c46e-4137-bb7f-3ca9b5e888b4.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-9a39c858-da96-4644-8bd6-4f54f507df98 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9a39c858-da96-4644-8bd6-4f54f507df98:not(.ablocks-has-block-container), .ablocks-block-9a39c858-da96-4644-8bd6-4f54f507df98.ablocks-block--dual-button > .ablocks-block-container { gap:10px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-9a39c858-da96-4644-8bd6-4f54f507df98:not(.ablocks-has-block-container), .ablocks-block-9a39c858-da96-4644-8bd6-4f54f507df98.ablocks-block--dual-button > .ablocks-block-container { gap:8px; } } 
.ablocks-block-eb40eeb8-e149-43e3-a01a-373773ae3f37 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eb40eeb8-e149-43e3-a01a-373773ae3f37 .ablocks-button { column-gap:10px;background:#dddddd05;justify-content:left;color:#696969;font-family:Inter,sans-serif;font-weight:400;font-style:Regular;font-size:12px;line-height:18px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-eb40eeb8-e149-43e3-a01a-373773ae3f37 .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-eb40eeb8-e149-43e3-a01a-373773ae3f37 .ablocks-button { font-size:10px; } } .ablocks-block-eb40eeb8-e149-43e3-a01a-373773ae3f37 .ablocks-button:hover { transition-duration:s; } .ablocks-block-eb40eeb8-e149-43e3-a01a-373773ae3f37 .ablocks-icon-wrap { font-size:13px; } .ablocks-block-eb40eeb8-e149-43e3-a01a-373773ae3f37 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-eb40eeb8-e149-43e3-a01a-373773ae3f37 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222; } 
.ablocks-block-3329163d-38e6-4999-8368-68401396130a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3329163d-38e6-4999-8368-68401396130a .ablocks-button { column-gap:10px;background:#dddddd05;justify-content:left;color:#696969;font-family:Inter,sans-serif;font-weight:400;font-style:Regular;font-size:12px;line-height:18px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-3329163d-38e6-4999-8368-68401396130a .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-3329163d-38e6-4999-8368-68401396130a .ablocks-button { font-size:10px; } } .ablocks-block-3329163d-38e6-4999-8368-68401396130a .ablocks-button:hover { transition-duration:s; } .ablocks-block-3329163d-38e6-4999-8368-68401396130a .ablocks-icon-wrap { font-size:13px; } .ablocks-block-3329163d-38e6-4999-8368-68401396130a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-3329163d-38e6-4999-8368-68401396130a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222; } 
.ablocks-block-c0536b57-c0c8-4828-b00f-7b326463c7c9 { margin-top:27px;padding-right:30px;padding-left:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c0536b57-c0c8-4828-b00f-7b326463c7c9 { margin-top:20px; } } @media screen and (max-width: 480px) { .ablocks-block-c0536b57-c0c8-4828-b00f-7b326463c7c9 { padding-right:15px;padding-left:15px; } } .ablocks-block-c0536b57-c0c8-4828-b00f-7b326463c7c9 { text-align:left; } .ablocks-block-c0536b57-c0c8-4828-b00f-7b326463c7c9 .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:700;font-size:30px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-c0536b57-c0c8-4828-b00f-7b326463c7c9 .ablocks-heading-text { font-size:22px; } } 
.ablocks-block-f2b55c6d-4597-4bc0-a574-0053977f5043 { margin-top:7px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-f2b55c6d-4597-4bc0-a574-0053977f5043 { padding:0px; } } .ablocks-block-f2b55c6d-4597-4bc0-a574-0053977f5043.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:30px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-f2b55c6d-4597-4bc0-a574-0053977f5043.ablocks-block--container { padding:0px; } } .ablocks-block-f2b55c6d-4597-4bc0-a574-0053977f5043 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-f2b55c6d-4597-4bc0-a574-0053977f5043 { align-items:flex-start; } } .ablocks-block-f2b55c6d-4597-4bc0-a574-0053977f5043.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-f2b55c6d-4597-4bc0-a574-0053977f5043.ablocks-has-block-container > .ablocks-block-container { align-items:flex-start; } } .ablocks-block-f2b55c6d-4597-4bc0-a574-0053977f5043 { display:inline-flex; } 
.ablocks-block-e2475ac6-3791-4650-a7af-7ea66bc4408e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e2475ac6-3791-4650-a7af-7ea66bc4408e { text-align:left; } .ablocks-block-e2475ac6-3791-4650-a7af-7ea66bc4408e .ablocks-button { column-gap:10px;background:#FDF9F5;justify-content:left;color:#222222;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px;padding-top:18px;padding-right:30px;padding-bottom:18px;padding-left:30px; } @media screen and (max-width: 800px) { .ablocks-block-e2475ac6-3791-4650-a7af-7ea66bc4408e .ablocks-button { border-radius:8px;padding-top:13px;padding-right:24px;padding-bottom:13px;padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-e2475ac6-3791-4650-a7af-7ea66bc4408e .ablocks-button { padding-top:12px;padding-bottom:12px; } } .ablocks-block-e2475ac6-3791-4650-a7af-7ea66bc4408e .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#222222; } .ablocks-block-e2475ac6-3791-4650-a7af-7ea66bc4408e .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-e2475ac6-3791-4650-a7af-7ea66bc4408e .ablocks-icon-wrap { font-size:16px; } .ablocks-block-e2475ac6-3791-4650-a7af-7ea66bc4408e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-e2475ac6-3791-4650-a7af-7ea66bc4408e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-ddbbb34a-8ac6-4395-aac7-32544c2499a8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ddbbb34a-8ac6-4395-aac7-32544c2499a8 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-ddbbb34a-8ac6-4395-aac7-32544c2499a8 .ablocks-icon-wrap { background:#222222;padding:21px;border:2px solid #FFFFFF;font-size:20px;border-style:none;border-radius:20px; } @media screen and (max-width: 800px) { .ablocks-block-ddbbb34a-8ac6-4395-aac7-32544c2499a8 .ablocks-icon-wrap { padding:14px;border-radius:8px; } } @media screen and (max-width: 480px) { .ablocks-block-ddbbb34a-8ac6-4395-aac7-32544c2499a8 .ablocks-icon-wrap { padding:.5em;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px; } } .ablocks-block-ddbbb34a-8ac6-4395-aac7-32544c2499a8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } .ablocks-block-ddbbb34a-8ac6-4395-aac7-32544c2499a8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-c4c6d77b-a8a5-441b-a9c0-053aa684f04d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-c4c6d77b-a8a5-441b-a9c0-053aa684f04d { margin-top:70px; } } 
.ablocks-block-7d27bdb1-1e78-4d6c-a011-1e5c3e23f04f { padding-top:0px;padding-bottom:30px;background:#ffffff;border-width:1px;border-style:solid;border-color:#D1CECB;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7d27bdb1-1e78-4d6c-a011-1e5c3e23f04f.ablocks-block--container { padding-top:0px;padding-bottom:30px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7d27bdb1-1e78-4d6c-a011-1e5c3e23f04f { display:flex;flex-direction:column;min-height:0px;row-gap:23px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-7d27bdb1-1e78-4d6c-a011-1e5c3e23f04f { row-gap:18px; } } @media screen and (max-width: 480px) { .ablocks-block-7d27bdb1-1e78-4d6c-a011-1e5c3e23f04f { align-items:center; } } .ablocks-block-7d27bdb1-1e78-4d6c-a011-1e5c3e23f04f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:23px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-7d27bdb1-1e78-4d6c-a011-1e5c3e23f04f.ablocks-has-block-container > .ablocks-block-container { row-gap:18px; } } @media screen and (max-width: 480px) { .ablocks-block-7d27bdb1-1e78-4d6c-a011-1e5c3e23f04f.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } 
.ablocks-block-ee172b23-65cd-440f-8a7a-12719a462603 { margin-top:-67px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ee172b23-65cd-440f-8a7a-12719a462603.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ee172b23-65cd-440f-8a7a-12719a462603 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-ee172b23-65cd-440f-8a7a-12719a462603.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8346d021-b711-4c7c-b809-9b6124d36f07 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8346d021-b711-4c7c-b809-9b6124d36f07 { display:flex;justify-content:center; } .ablocks-block-8346d021-b711-4c7c-b809-9b6124d36f07 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-8346d021-b711-4c7c-b809-9b6124d36f07 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-8346d021-b711-4c7c-b809-9b6124d36f07 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-0af15a68-277e-4b0c-aaac-dbf2402b3cd7 { margin-top:-63px;margin-left:20px;padding-top:0px;padding-bottom:0px;border-style:none;border-top-left-radius:0px;border-top-right-radius:0px;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: 800px) { .ablocks-block-0af15a68-277e-4b0c-aaac-dbf2402b3cd7 { margin-top:-18px;margin-left:0px; } } .ablocks-block-0af15a68-277e-4b0c-aaac-dbf2402b3cd7.ablocks-block--container { padding-top:0px;padding-bottom:0px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-0af15a68-277e-4b0c-aaac-dbf2402b3cd7.ablocks-block--container { max-width:min(100%,92%) !important; } } .ablocks-block-0af15a68-277e-4b0c-aaac-dbf2402b3cd7 { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-0af15a68-277e-4b0c-aaac-dbf2402b3cd7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-6e3b36ed-f071-4658-a49c-c2f6258f5757 { padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;background:#FDF9F5;border-radius:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-6e3b36ed-f071-4658-a49c-c2f6258f5757 { margin-top:-55px;margin-left:0px; } } @media screen and (max-width: 480px) { .ablocks-block-6e3b36ed-f071-4658-a49c-c2f6258f5757 { margin-top:-40px; } } .ablocks-block-6e3b36ed-f071-4658-a49c-c2f6258f5757.ablocks-block--container { padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;max-width:min(100%,68%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-6e3b36ed-f071-4658-a49c-c2f6258f5757.ablocks-block--container { max-width:min(100%,78%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-6e3b36ed-f071-4658-a49c-c2f6258f5757.ablocks-block--container { max-width:min(100%,85%) !important; } } .ablocks-block-6e3b36ed-f071-4658-a49c-c2f6258f5757 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-6e3b36ed-f071-4658-a49c-c2f6258f5757.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-b475103a-ea4c-4b00-bf51-c6db5641c306 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b475103a-ea4c-4b00-bf51-c6db5641c306:not(.ablocks-has-block-container), .ablocks-block-b475103a-ea4c-4b00-bf51-c6db5641c306.ablocks-block--dual-button > .ablocks-block-container { gap:10px;flex-wrap:wrap;flex-direction:row;display:flex;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-b475103a-ea4c-4b00-bf51-c6db5641c306:not(.ablocks-has-block-container), .ablocks-block-b475103a-ea4c-4b00-bf51-c6db5641c306.ablocks-block--dual-button > .ablocks-block-container { gap:8px; } } 
.ablocks-block-7c6690dc-86a0-494f-b3ca-370ded9f7e17 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7c6690dc-86a0-494f-b3ca-370ded9f7e17 .ablocks-button { column-gap:10px;background:#dddddd05;justify-content:left;color:#696969;font-family:Inter,sans-serif;font-weight:400;font-style:Regular;font-size:12px;line-height:18px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-7c6690dc-86a0-494f-b3ca-370ded9f7e17 .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-7c6690dc-86a0-494f-b3ca-370ded9f7e17 .ablocks-button { font-size:10px; } } .ablocks-block-7c6690dc-86a0-494f-b3ca-370ded9f7e17 .ablocks-button:hover { transition-duration:s; } .ablocks-block-7c6690dc-86a0-494f-b3ca-370ded9f7e17 .ablocks-icon-wrap { font-size:13px; } .ablocks-block-7c6690dc-86a0-494f-b3ca-370ded9f7e17 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-7c6690dc-86a0-494f-b3ca-370ded9f7e17 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222; } 
.ablocks-block-c3d3d539-0150-4f07-af5c-e2a1f477f12b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c3d3d539-0150-4f07-af5c-e2a1f477f12b .ablocks-button { column-gap:10px;background:#dddddd05;justify-content:left;color:#696969;font-family:Inter,sans-serif;font-weight:400;font-style:Regular;font-size:12px;line-height:18px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-c3d3d539-0150-4f07-af5c-e2a1f477f12b .ablocks-button { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-c3d3d539-0150-4f07-af5c-e2a1f477f12b .ablocks-button { font-size:10px; } } .ablocks-block-c3d3d539-0150-4f07-af5c-e2a1f477f12b .ablocks-button:hover { transition-duration:s; } .ablocks-block-c3d3d539-0150-4f07-af5c-e2a1f477f12b .ablocks-icon-wrap { font-size:13px; } .ablocks-block-c3d3d539-0150-4f07-af5c-e2a1f477f12b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:13px; } .ablocks-block-c3d3d539-0150-4f07-af5c-e2a1f477f12b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#222222; } 
.ablocks-block-249c7e34-bb69-4fb9-967f-972840e68c10 { margin-top:27px;padding-right:30px;padding-left:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-249c7e34-bb69-4fb9-967f-972840e68c10 { margin-top:20px; } } @media screen and (max-width: 480px) { .ablocks-block-249c7e34-bb69-4fb9-967f-972840e68c10 { padding-right:15px;padding-left:15px; } } .ablocks-block-249c7e34-bb69-4fb9-967f-972840e68c10 { text-align:left; } .ablocks-block-249c7e34-bb69-4fb9-967f-972840e68c10 .ablocks-heading-text { color:#222222;font-family:Bricolage Grotesque;font-weight:700;font-size:30px;line-height:30px; } @media screen and (max-width: 800px) { .ablocks-block-249c7e34-bb69-4fb9-967f-972840e68c10 .ablocks-heading-text { font-size:22px; } } 
.ablocks-block-803d488c-b8e1-4e0d-bb08-4683b838e8cb { margin-top:7px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:30px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-803d488c-b8e1-4e0d-bb08-4683b838e8cb { padding-left:0px; } } .ablocks-block-803d488c-b8e1-4e0d-bb08-4683b838e8cb.ablocks-block--container { padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:30px;max-width:min(100%,100%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-803d488c-b8e1-4e0d-bb08-4683b838e8cb.ablocks-block--container { padding-left:0px; } } .ablocks-block-803d488c-b8e1-4e0d-bb08-4683b838e8cb { display:flex;flex-direction:row;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-803d488c-b8e1-4e0d-bb08-4683b838e8cb { align-items:center; } } .ablocks-block-803d488c-b8e1-4e0d-bb08-4683b838e8cb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:10px; } @media screen and (max-width: 800px) { .ablocks-block-803d488c-b8e1-4e0d-bb08-4683b838e8cb.ablocks-has-block-container > .ablocks-block-container { align-items:center; } } .ablocks-block-803d488c-b8e1-4e0d-bb08-4683b838e8cb { display:inline-flex; } 
.ablocks-block-2ce0ea87-dd3c-41f6-b5f0-103bf1c0b5ec { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2ce0ea87-dd3c-41f6-b5f0-103bf1c0b5ec { text-align:left; } .ablocks-block-2ce0ea87-dd3c-41f6-b5f0-103bf1c0b5ec .ablocks-button { column-gap:10px;background:#FDF9F5;justify-content:left;color:#222222;border-radius:20px;font-family:Bricolage Grotesque;font-weight:600;font-size:18px;line-height:24px;padding-top:18px;padding-right:30px;padding-bottom:18px;padding-left:30px; } @media screen and (max-width: 800px) { .ablocks-block-2ce0ea87-dd3c-41f6-b5f0-103bf1c0b5ec .ablocks-button { border-radius:8px;padding-top:13px;padding-right:24px;padding-bottom:13px;padding-left:24px; } } @media screen and (max-width: 480px) { .ablocks-block-2ce0ea87-dd3c-41f6-b5f0-103bf1c0b5ec .ablocks-button { padding-top:12px;padding-bottom:12px; } } .ablocks-block-2ce0ea87-dd3c-41f6-b5f0-103bf1c0b5ec .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#222222; } .ablocks-block-2ce0ea87-dd3c-41f6-b5f0-103bf1c0b5ec .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-2ce0ea87-dd3c-41f6-b5f0-103bf1c0b5ec .ablocks-icon-wrap { font-size:16px; } .ablocks-block-2ce0ea87-dd3c-41f6-b5f0-103bf1c0b5ec .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-2ce0ea87-dd3c-41f6-b5f0-103bf1c0b5ec .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-5a153f03-c851-477e-9bb6-cda439ba9760 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5a153f03-c851-477e-9bb6-cda439ba9760 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-5a153f03-c851-477e-9bb6-cda439ba9760 .ablocks-icon-wrap { background:#222222;padding:21px;border:2px solid #FFFFFF;font-size:20px;border-style:none;border-radius:20px; } @media screen and (max-width: 800px) { .ablocks-block-5a153f03-c851-477e-9bb6-cda439ba9760 .ablocks-icon-wrap { padding:14px;border-radius:8px; } } @media screen and (max-width: 480px) { .ablocks-block-5a153f03-c851-477e-9bb6-cda439ba9760 .ablocks-icon-wrap { padding:.5em;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px; } } .ablocks-block-5a153f03-c851-477e-9bb6-cda439ba9760 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;transform:rotate(42deg);width:20px; } .ablocks-block-5a153f03-c851-477e-9bb6-cda439ba9760 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#FFFFFF;transform:rotate(42deg); } 
.ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa { margin-top:0px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa.ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa.ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;margin-left:auto !important;margin-right:auto !important;overflow:visible; } .ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-9e8b403d-1090-44d8-a6de-203adae71ffa.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-3ca3b30d-f0df-401b-9a56-61ce1c43f437 { 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-3ca3b30d-f0df-401b-9a56-61ce1c43f437 { padding-top:60px;padding-right:12px;padding-left:12px;border-top-left-radius:20px;border-top-right-radius:20px; } } .ablocks-block-3ca3b30d-f0df-401b-9a56-61ce1c43f437.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-3ca3b30d-f0df-401b-9a56-61ce1c43f437.ablocks-block--container { padding-top:60px;padding-right:12px;padding-left:12px; } } .ablocks-block-3ca3b30d-f0df-401b-9a56-61ce1c43f437 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:60px;column-gap:0px; } .ablocks-block-3ca3b30d-f0df-401b-9a56-61ce1c43f437.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-f627a10f-1131-4d52-b7c7-7f637f4e5809 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809.ablocks-block--container { padding:0px;max-width:min(100%,85%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809.ablocks-block--container { max-width:min(100%,95%) !important; } } .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809 { 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-f627a10f-1131-4d52-b7c7-7f637f4e5809 { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809 { flex-direction:column; } } .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809.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-f627a10f-1131-4d52-b7c7-7f637f4e5809.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809.ablocks-has-block-container > .ablocks-block-container { flex-direction:column; } } .ablocks-block-f627a10f-1131-4d52-b7c7-7f637f4e5809 { display:inline-flex; } 
.ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71.ablocks-block--container { padding:0px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71.ablocks-block--container { max-width:min(100%,37%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:1px; } .ablocks-block-68f3dfa4-d282-45d4-b44d-2c70c80c4f71.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:1px; } 
.ablocks-block-8754e139-40ed-4ccb-a99a-b8264d2c55a3 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8754e139-40ed-4ccb-a99a-b8264d2c55a3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8754e139-40ed-4ccb-a99a-b8264d2c55a3 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:10px; } .ablocks-block-8754e139-40ed-4ccb-a99a-b8264d2c55a3.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-8754e139-40ed-4ccb-a99a-b8264d2c55a3 { display:inline-flex; } 
.ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:203px; } @media screen and (max-width: 800px) { .ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 .ablocks-icon-wrap img.ablocks-image-icon { width:164px; } } .ablocks-block-46f0a64f-70b4-43ee-8f59-70873e43bf42 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f43c8871-ba9c-41bf-97f2-0fd1e3af2190 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f43c8871-ba9c-41bf-97f2-0fd1e3af2190 { text-align:left; } .ablocks-block-f43c8871-ba9c-41bf-97f2-0fd1e3af2190 .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-f43c8871-ba9c-41bf-97f2-0fd1e3af2190 .ablocks-paragraph-text { font-family:Inter;font-size:14px; } } .ablocks-block-f43c8871-ba9c-41bf-97f2-0fd1e3af2190 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4ed9617a-7f69-4642-9191-e52f7bd04784 { margin-top:38px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4ed9617a-7f69-4642-9191-e52f7bd04784.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4ed9617a-7f69-4642-9191-e52f7bd04784 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:14px; } .ablocks-block-4ed9617a-7f69-4642-9191-e52f7bd04784.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-4ed9617a-7f69-4642-9191-e52f7bd04784 { display:inline-flex; } 
.ablocks-block-2adf0889-a388-4b9e-a785-ed1e3fe2262e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2adf0889-a388-4b9e-a785-ed1e3fe2262e { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-2adf0889-a388-4b9e-a785-ed1e3fe2262e .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-2adf0889-a388-4b9e-a785-ed1e3fe2262e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-2adf0889-a388-4b9e-a785-ed1e3fe2262e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-420e2e71-fc42-420f-a5f0-752c7e70c55a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-420e2e71-fc42-420f-a5f0-752c7e70c55a { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-420e2e71-fc42-420f-a5f0-752c7e70c55a .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-420e2e71-fc42-420f-a5f0-752c7e70c55a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-420e2e71-fc42-420f-a5f0-752c7e70c55a .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-70b1cc43-9f95-4881-86c9-121694865aef { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-70b1cc43-9f95-4881-86c9-121694865aef { display:flex;align-items:flex-start;justify-content:flex-start; } .ablocks-block-70b1cc43-9f95-4881-86c9-121694865aef .ablocks-icon-wrap { background:#7a5af8;border-radius:50%;padding:.5em;font-size:20px; } .ablocks-block-70b1cc43-9f95-4881-86c9-121694865aef .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:20px; } .ablocks-block-70b1cc43-9f95-4881-86c9-121694865aef .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } 
.ablocks-block-b3442838-510e-4ed1-a3e3-5ce24d202343 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b3442838-510e-4ed1-a3e3-5ce24d202343.ablocks-block--container { padding:0px;max-width:min(100%,18%) !important;overflow:visible; } @media screen and (max-width: 480px) { .ablocks-block-b3442838-510e-4ed1-a3e3-5ce24d202343.ablocks-block--container { max-width:min(100%,46%) !important; } } .ablocks-block-b3442838-510e-4ed1-a3e3-5ce24d202343 { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-b3442838-510e-4ed1-a3e3-5ce24d202343.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-a4c2b654-d29e-4065-b56d-4d7d22645e2e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a4c2b654-d29e-4065-b56d-4d7d22645e2e { text-align:left; } .ablocks-block-a4c2b654-d29e-4065-b56d-4d7d22645e2e .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-a4c2b654-d29e-4065-b56d-4d7d22645e2e .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-a4c2b654-d29e-4065-b56d-4d7d22645e2e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 { 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-f60910a3-5999-4976-adf6-54576aefb129 { font-family:Inter;font-size:14px; } } .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 .ablocks-list { gap:10px; } } .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-f60910a3-5999-4976-adf6-54576aefb129 .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f.ablocks-block--container { padding:0px;max-width:min(100%,15%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f.ablocks-block--container { max-width:min(100%,20%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f.ablocks-block--container { max-width:min(100%,58%) !important; } } .ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-ec7fbf42-830f-4ef6-9382-3097d61bbc4f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-568363ed-fe14-4d67-8771-edccb3a9ce77 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-568363ed-fe14-4d67-8771-edccb3a9ce77 { text-align:left; } .ablocks-block-568363ed-fe14-4d67-8771-edccb3a9ce77 .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-568363ed-fe14-4d67-8771-edccb3a9ce77 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-568363ed-fe14-4d67-8771-edccb3a9ce77 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f { 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-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f { font-family:Inter;font-size:14px; } } .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f .ablocks-list { gap:10px; } } .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-ed4a73c2-3da0-4caa-ab5b-86d1ed0c7d4f .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf.ablocks-block--container { padding:0px;max-width:min(100%,15%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf.ablocks-block--container { max-width:min(100%,17%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf.ablocks-block--container { max-width:min(100%,54%) !important; } } .ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-9fed8d3c-6f70-42c8-8715-0ea01ed687bf.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-47d126d2-257d-434a-a9aa-cf7e1005439b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-47d126d2-257d-434a-a9aa-cf7e1005439b { text-align:left; } .ablocks-block-47d126d2-257d-434a-a9aa-cf7e1005439b .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-47d126d2-257d-434a-a9aa-cf7e1005439b .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-47d126d2-257d-434a-a9aa-cf7e1005439b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 { 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-bb88b291-8fe1-446a-9b4b-2c023d446f53 { font-family:Inter;font-size:14px; } } .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 .ablocks-list { gap:16px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 .ablocks-list { gap:10px; } } .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#000000;fill:#000000;font-size:20px; } .ablocks-block-bb88b291-8fe1-446a-9b4b-2c023d446f53 .ablocks-list__item-content .ablocks-list__item-text { color:#475467; } 
.ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038 { 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-22c6be6a-86d1-4705-b533-794ef3404038.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-22c6be6a-86d1-4705-b533-794ef3404038.ablocks-block--container { max-width:min(100%,95%) !important; } } .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038 { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038 { flex-direction:column;row-gap:21px; } } .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038.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-22c6be6a-86d1-4705-b533-794ef3404038.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:21px; } } .ablocks-block-22c6be6a-86d1-4705-b533-794ef3404038 { display:inline-flex; } 
.ablocks-block-5103ccaa-6b7b-4fc5-902e-8e297bebbbe2 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5103ccaa-6b7b-4fc5-902e-8e297bebbbe2.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5103ccaa-6b7b-4fc5-902e-8e297bebbbe2 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5103ccaa-6b7b-4fc5-902e-8e297bebbbe2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7207fc1f-8ba4-4358-85d7-2bb79ae87cde { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7207fc1f-8ba4-4358-85d7-2bb79ae87cde { text-align:left; } .ablocks-block-7207fc1f-8ba4-4358-85d7-2bb79ae87cde .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-7207fc1f-8ba4-4358-85d7-2bb79ae87cde .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-7207fc1f-8ba4-4358-85d7-2bb79ae87cde .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f { 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-e401df2f-89a2-4a1f-9fa2-b231a720d99f { justify-content:flex-start;justify-items:flex-start; } } .ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f.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-e401df2f-89a2-4a1f-9fa2-b231a720d99f.ablocks-has-block-container > .ablocks-block-container { justify-content:flex-start;justify-items:flex-start; } } .ablocks-block-e401df2f-89a2-4a1f-9fa2-b231a720d99f { display:inline-flex; } 
.ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 { width:50%; } } .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 { display:flex;justify-content:right; } @media screen and (max-width: 480px) { .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 { justify-content:left; } } .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 .ablocks-image-figure img { width:149px;height:auto;opacity:1; } @media screen and (max-width: 800px) { .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 .ablocks-image-figure img { width:170px; } } .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-3ae31070-a67a-4840-8ee5-8e70992fc3d4 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
