@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-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-heading-text{margin:0;padding:0}.ablocks-animated-text .ablocks-animated-text-wrapper{display:inline-block;font-style:normal;position:relative}.ablocks-animated-text .ablocks-animated-text-wrapper svg{height:calc(100% + 8px);left:-8px;overflow:visible;pointer-events:none;position:absolute;top:-5px;width:calc(100% + 16px)}.ablocks-animated-text path{stroke:#ff000e;stroke-width:.5em;stroke-dasharray:1500 1500}.ablocks-animated-text .ablocks-animated-text-wrapper path{animation:draw-auto 6s infinite forwards;animation-iteration-count:infinite}@keyframes draw-auto{0%{stroke-dasharray:0 1500}80%{stroke-dasharray:1500 0}to{stroke-dasharray:1500 0}}:root{--typing-selected-bg-color:#0d0d0d;--typing-selected-color:var(--dynamic-text-color,#aebcb9)}.ablocks-rotate-typing .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-typing .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:90%;left:auto;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.ablocks-rotate-typing .ablocks-animated-text-wrapper:not(.ablocks-typing-selected):after{animation:ablocks-headline-pulse 1s infinite}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected{background-color:var(--typing-selected-bg-color,#0d0d0d)}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected:after{visibility:hidden}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected .ablocks-dynamic-text{color:var(--typing-selected-color,var(--dynamic-text-color,#aebcb9))}.ablocks-rotate-typing .ablocks-dynamic-text:not(.ablocks-headline-text-active){visibility:hidden}.ablocks-rotate-typing .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}@keyframes ablocks-headline-pulse{0%{opacity:1;transform:translateY(-50%) scale(1)}40%{opacity:0;transform:translateY(-50%) scale(.9)}to{opacity:0;transform:translateY(-50%) scale(0)}}.ablocks-rotate-clip{display:inline-block;padding:.2em 0}.ablocks-rotate-clip .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-clip .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:100%;left:auto;position:absolute;right:0;top:0;width:2px}.ablocks-rotate-clip .ablocks-dynamic-text{opacity:0}.ablocks-rotate-clip .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1}.ablocks-rotate-flip .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-flip .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transform-origin:50% 100%;transition:all .6s ease;visibility:hidden}.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-flip-in 1.2s;opacity:1;transform:rotateX(0deg);visibility:visible}.ablocks-rotate-flip .ablocks-dynamic-text{animation:ablocks-heading-flip-out 1.2s;transform:rotateX(180deg)}@keyframes ablocks-heading-flip-in{0%{opacity:0;transform:rotateX(180deg)}35%{opacity:0;transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;transform:rotateX(1turn)}}@keyframes ablocks-heading-flip-out{0%{opacity:1;transform:rotateX(0deg)}35%{opacity:1;transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;transform:rotateX(180deg)}}.ablocks-rotate-blind .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-blind .ablocks-dynamic-text{opacity:0}.ablocks-rotate-blind .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block;transform:rotateY(180deg)}.ablocks-rotate-blind .ablocks-headline-text-active .ablocks-dynamic-letter{transform:rotateY(0deg)}.ablocks-rotate-blind .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-heading-blinds-in .6s forwards}.ablocks-rotate-blind .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-heading-blind-out .6s forwards}@keyframes ablocks-heading-blinds-in{0%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}@keyframes ablocks-heading-blind-out{0%{transform:rotateY(0)}to{transform:rotateY(-180deg)}}.ablocks-rotate-swirl .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-swirl .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block}.ablocks-rotate-swirl .ablocks-dynamic-text{transform:scaleX(1.0005)}.ablocks-rotate-swirl .ablocks-dynamic-letter .ablocks-headline-text-active{opacity:1;transform:translateZ(-20px) rotateX(90deg);transform-style:preserve-3d}.ablocks-rotate-swirl .ablocks-headline-text-active{opacity:1}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}.ablocks-rotate-swirl .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-swirl-in .4s forwards}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-swirl-out .4s forwards}@keyframes ablocks-swirl-in{0%{opacity:0;transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;transform:translateZ(-20px) rotateX(0deg)}}@keyframes ablocks-swirl-out{0%{opacity:1;transform:translateZ(-20px) rotateX(0)}60%{opacity:0;transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;transform:translateZ(-20px) rotateX(-90deg)}}.ablocks-morph-letter{display:inline-block;transform-origin:center;transition:transform .4s,opacity .4s}.morph-flip{color:#e91e63;transform:rotateX(180deg)}.ablocks-rotate-slide-down .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide-down .ablocks-dynamic-text{animation:ablocksHeadingSlideDownOut .6s ease forwards;left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden;visibility:visible}.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideDownIn .6s ease forwards;opacity:1}@keyframes ablocksHeadingSlideDownIn{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes ablocksHeadingSlideDownOut{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}to{opacity:0;transform:translateY(100%)}}.ablocks-rotate-slide .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide .ablocks-dynamic-text{animation:ablocksHeadingSlideOut .6s;opacity:0;position:absolute;top:-5px;visibility:hidden}.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideIn .6s;opacity:1;visibility:visible}@keyframes ablocksHeadingSlideIn{0%{opacity:0;transform:translateX(-100%)}60%{opacity:1;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes ablocksHeadingSlideOut{0%{opacity:1;transform:translateX(0)}60%{opacity:0;transform:translateX(110%)}to{opacity:0;transform:translateX(100%)}}.ablocks-rotate-drop-in .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-drop-in .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-drop-in-in .8s;opacity:1;visibility:visible}.ablocks-rotate-drop-in .ablocks-dynamic-text{animation:ablocks-heading-drop-in-out .8s}@keyframes ablocks-heading-drop-in-in{0%{opacity:0;transform:translateZ(100px)}to{opacity:1;transform:translateZ(0)}}@keyframes ablocks-heading-drop-in-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translateZ(-100px)}}.ablocks-rotate-wave .ablocks-dynamic-text{opacity:0}.ablocks-rotate-wave .ablocks-dynamic-letter{display:inline-block;opacity:0;transform:scale(0)}.ablocks-rotate-wave .ablocks-headline-text-active .ablocks-dynamic-letter{opacity:1}.ablocks-rotate-wave .ablocks-dynamic-letter.ablocks-animation-in{animation:elementor-headline-wave-up .6s forwards}.ablocks-rotate-wave .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:elementor-headline-wave-down .6s forwards}@keyframes elementor-headline-wave-up{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes elementor-headline-wave-down{0%{opacity:1;transform:scale(1)}60%{opacity:0;transform:scale(0)}}.ablocks-rotate-bind .ablocks-animated-text-wrapper,.ablocks-rotate-drop-in .ablocks-animated-text-wrapper,.ablocks-rotate-flip .ablocks-animated-text-wrapper,.ablocks-rotate-slide .ablocks-animated-text-wrapper,.ablocks-rotate-slide-down .ablocks-animated-text-wrapper,.ablocks-rotate-swirl .ablocks-animated-text-wrapper,.ablocks-rotate-wave .ablocks-animated-text-wrapper{transition:width .5s}.ablocks-rotate-swirl .ablocks-dynamic-letter{white-space:pre}.ablocks-rotate-drop-in .ablocks-dynamic-text,.ablocks-rotate-flip .ablocks-dynamic-text,.ablocks-rotate-slide .ablocks-dynamic-text,.ablocks-rotate-slide-down .ablocks-dynamic-text{opacity:0;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1;visibility:visible}
.ablocks-block--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-image-figure{display:flex;flex-direction:column;height:auto;margin:0;max-width:100%;position:relative;width:fit-content;width:-moz-fit-content}.ablocks-image-figure img{display:block;height:100%;max-width:100%}.ablocks-image-figure .components-resizable-box__container{max-width:100%!important}.ablocks-alt-text-control{display:flex;flex-direction:column;width:100%}.ablocks-alt-text-control__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.ablocks-alt-text-control__clear{cursor:pointer}.ablocks-alt-text-control .components-base-control .components-base-control__field,.ablocks-alt-text-control .components-base-control{width:100%}.ablocks-image--effect{transition:all .3s ease}.ablocks-image--effect-zoomin{transform:scale(1)}.ablocks-image--effect-zoomin:hover{transform:scale(1.1)}.ablocks-image--effect-grayscale:hover{filter:grayscale(100%)}.ablocks-image--effect-blur:hover{filter:blur(3px)}.ablocks-image--effect-slide{transform:translate3d(-20px,0,0)}.ablocks-image--effect-slide:hover{transform:translateZ(0)}.ablocks-image-caption{margin-top:.5em}
.ablocks-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-paragraph-text{margin:0;padding:0}.ablocks-paragraph-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-paragraph-text-sm{font-size:14px}.ablocks-paragraph-text-md{font-size:16px}.ablocks-paragraph-text-lg{font-size:20px}
.ablocks-block--spacer{flex-grow:1;width:100%}
.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--icon .ablocks-block-container{display:flex}
.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-f9390a94-a3c7-47c7-8a36-9cabe1c05b00 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-f9390a94-a3c7-47c7-8a36-9cabe1c05b00:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-f9390a94-a3c7-47c7-8a36-9cabe1c05b00:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-f9390a94-a3c7-47c7-8a36-9cabe1c05b00.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f9390a94-a3c7-47c7-8a36-9cabe1c05b00 > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-5118cbaa-f495-4309-b482-49f5d4f9ce49 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5118cbaa-f495-4309-b482-49f5d4f9ce49 { font-family:Geologica;font-weight:400;font-size:18px;line-height:24px; } .ablocks-block-5118cbaa-f495-4309-b482-49f5d4f9ce49 .ablocks-list { gap:20px;flex-direction:column;align-items:center;justify-content:flex-start; } .ablocks-block-5118cbaa-f495-4309-b482-49f5d4f9ce49 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-5118cbaa-f495-4309-b482-49f5d4f9ce49 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#1A2D62;fill:#1A2D62;font-size:24px; } .ablocks-block-5118cbaa-f495-4309-b482-49f5d4f9ce49 .ablocks-list__item-content .ablocks-list__item-text { color:#1A2D62; } 
.ablocks-block-716d83bb-3b85-4d59-8e03-15208ce9fff5 { margin-top:8px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-716d83bb-3b85-4d59-8e03-15208ce9fff5 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-716d83bb-3b85-4d59-8e03-15208ce9fff5 { text-align:center; } } .ablocks-block-716d83bb-3b85-4d59-8e03-15208ce9fff5 .ablocks-heading-text { color:#1A2D62;font-family:Geologica;font-weight:500;font-size:48px;line-height:62.4px; } @media screen and (max-width: 800px) { .ablocks-block-716d83bb-3b85-4d59-8e03-15208ce9fff5 .ablocks-heading-text { font-size:32px;line-height:52px; } } @media screen and (max-width: 480px) { .ablocks-block-716d83bb-3b85-4d59-8e03-15208ce9fff5 .ablocks-heading-text { font-size:28px;line-height:46px; } } .ablocks-block-716d83bb-3b85-4d59-8e03-15208ce9fff5 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-716d83bb-3b85-4d59-8e03-15208ce9fff5 .ablocks-animated-text { color:#1A2D62;font-family:Geologica;font-weight:500;font-size:48px;line-height:62.4px; } @media screen and (max-width: 800px) { .ablocks-block-716d83bb-3b85-4d59-8e03-15208ce9fff5 .ablocks-animated-text { font-size:32px;line-height:52px; } } @media screen and (max-width: 480px) { .ablocks-block-716d83bb-3b85-4d59-8e03-15208ce9fff5 .ablocks-animated-text { font-size:28px;line-height:46px; } } 
.ablocks-block-9e659f6a-419f-47ac-a795-978e7eb4677b { margin-top:60px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-9e659f6a-419f-47ac-a795-978e7eb4677b:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-9e659f6a-419f-47ac-a795-978e7eb4677b:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-9e659f6a-419f-47ac-a795-978e7eb4677b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9e659f6a-419f-47ac-a795-978e7eb4677b > .ablocks-block-container { display:flex;flex-direction:column;flex-wrap:wrap;min-height:0px;row-gap:0px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-9e659f6a-419f-47ac-a795-978e7eb4677b > .ablocks-block-container { align-items:center; } } 
.ablocks-block-d49119d3-dbb4-4d8c-92bc-28fddd4df1ea { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d49119d3-dbb4-4d8c-92bc-28fddd4df1ea .filterable-cards_filter , .ablocks-block-d49119d3-dbb4-4d8c-92bc-28fddd4df1ea .filterable-cards-filter-wrap { justify-content:Center;gap:8px; } .ablocks-block-d49119d3-dbb4-4d8c-92bc-28fddd4df1ea .filterable-cards_filter .filterable-filter-button { border-style:none;padding:0px;margin-top:-14px; } .ablocks-block-d49119d3-dbb4-4d8c-92bc-28fddd4df1ea .filterable-cards_filter .filterable-filter-button.filterable-filter-button-active { color:#fff;background:#13191b00; } .ablocks-block-d49119d3-dbb4-4d8c-92bc-28fddd4df1ea .filterable-cards-wrap { display:grid;grid-template-columns:repeat(3,1fr);gap:30px; } @media screen and (max-width: 800px) { .ablocks-block-d49119d3-dbb4-4d8c-92bc-28fddd4df1ea .filterable-cards-wrap { grid-template-columns:repeat(2,1fr); } } @media screen and (max-width: 480px) { .ablocks-block-d49119d3-dbb4-4d8c-92bc-28fddd4df1ea .filterable-cards-wrap { grid-template-columns:repeat(1,1fr); } } .ablocks-block-d49119d3-dbb4-4d8c-92bc-28fddd4df1ea .filterable-cards-load-more-wrapper { justify-content:center; } .ablocks-block-d49119d3-dbb4-4d8c-92bc-28fddd4df1ea .filterable-cards-showMore-button { color:#fff;background:#2ECA7F;border-radius:100px;font-family:Geologica;font-weight:500;font-size:16px;line-height:180%;padding-top:16px;padding-right:39px;padding-bottom:16px;padding-left:38px; } .ablocks-block-d49119d3-dbb4-4d8c-92bc-28fddd4df1ea .filterable-cards-showMore-button:hover { color:#fff;background:#1a2d62; } 
.ablocks-block-7a9c31e0-f4f8-41d1-a0ca-05e9bf75ac4e { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;border-radius:12px;box-shadow:0px 0px 4px 0px #00000040;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-9a10d8e7-fb78-43be-8a70-02c6fb0bd97b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9a10d8e7-fb78-43be-8a70-02c6fb0bd97b { display:flex;justify-content:left; } .ablocks-block-9a10d8e7-fb78-43be-8a70-02c6fb0bd97b .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-9a10d8e7-fb78-43be-8a70-02c6fb0bd97b .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-9d6cb3f3-9806-4319-a343-af7c04e26dde { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-9d6cb3f3-9806-4319-a343-af7c04e26dde:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-9d6cb3f3-9806-4319-a343-af7c04e26dde:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-9d6cb3f3-9806-4319-a343-af7c04e26dde.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9d6cb3f3-9806-4319-a343-af7c04e26dde > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-9d6cb3f3-9806-4319-a343-af7c04e26dde > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-ee576ca9-7621-4230-800a-741d2679b9cd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ee576ca9-7621-4230-800a-741d2679b9cd .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-ee576ca9-7621-4230-800a-741d2679b9cd .ablocks-rating { font-size:24px; } .ablocks-block-ee576ca9-7621-4230-800a-741d2679b9cd .ablocks-icon-wrap { font-size:18px; } .ablocks-block-ee576ca9-7621-4230-800a-741d2679b9cd .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-ee576ca9-7621-4230-800a-741d2679b9cd .ablocks-star-ratings-icons { gap:0px; } .ablocks-block-ee576ca9-7621-4230-800a-741d2679b9cd .ablocks-star-rating-number { color:#000000;order:10; } 
.ablocks-block-c84e3ecf-0b7c-43fc-8496-5651bd3a3d88 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c84e3ecf-0b7c-43fc-8496-5651bd3a3d88 { text-align:left; } .ablocks-block-c84e3ecf-0b7c-43fc-8496-5651bd3a3d88 .ablocks-paragraph-text { color:#4D5765;font-family:"DM Sans",sans-serif;font-weight:400;font-size:13.1px;line-height:100%; } @media screen and (max-width: 800px) { .ablocks-block-c84e3ecf-0b7c-43fc-8496-5651bd3a3d88 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-c84e3ecf-0b7c-43fc-8496-5651bd3a3d88 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-59bc4cf9-ee57-4676-bbd0-fed9256d27cf { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-59bc4cf9-ee57-4676-bbd0-fed9256d27cf { text-align:left; } .ablocks-block-59bc4cf9-ee57-4676-bbd0-fed9256d27cf .ablocks-heading-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-59bc4cf9-ee57-4676-bbd0-fed9256d27cf .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-59bc4cf9-ee57-4676-bbd0-fed9256d27cf .ablocks-animated-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } 
.ablocks-block-4fdb7666-4aa9-45bd-9ff3-776996bb41b6 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-4fdb7666-4aa9-45bd-9ff3-776996bb41b6:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-4fdb7666-4aa9-45bd-9ff3-776996bb41b6:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-4fdb7666-4aa9-45bd-9ff3-776996bb41b6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4fdb7666-4aa9-45bd-9ff3-776996bb41b6 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-4fdb7666-4aa9-45bd-9ff3-776996bb41b6 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-58dcbe63-9ef3-4d17-a42a-e93ff5bf883e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-58dcbe63-9ef3-4d17-a42a-e93ff5bf883e { text-align:left; } .ablocks-block-58dcbe63-9ef3-4d17-a42a-e93ff5bf883e .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-58dcbe63-9ef3-4d17-a42a-e93ff5bf883e .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-58dcbe63-9ef3-4d17-a42a-e93ff5bf883e .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-58dcbe63-9ef3-4d17-a42a-e93ff5bf883e .ablocks-icon-wrap { font-size:16px; } .ablocks-block-58dcbe63-9ef3-4d17-a42a-e93ff5bf883e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-58dcbe63-9ef3-4d17-a42a-e93ff5bf883e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-3b0fe400-6dce-4b20-832c-7c99b04431f7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3b0fe400-6dce-4b20-832c-7c99b04431f7 { text-align:left; } .ablocks-block-3b0fe400-6dce-4b20-832c-7c99b04431f7 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-3b0fe400-6dce-4b20-832c-7c99b04431f7 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-3b0fe400-6dce-4b20-832c-7c99b04431f7 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-3b0fe400-6dce-4b20-832c-7c99b04431f7 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-3b0fe400-6dce-4b20-832c-7c99b04431f7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-3b0fe400-6dce-4b20-832c-7c99b04431f7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-e111359a-3d7a-41dd-83e1-95c4be4e3d35 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e111359a-3d7a-41dd-83e1-95c4be4e3d35 { text-align:left; } .ablocks-block-e111359a-3d7a-41dd-83e1-95c4be4e3d35 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-e111359a-3d7a-41dd-83e1-95c4be4e3d35 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-e111359a-3d7a-41dd-83e1-95c4be4e3d35 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-e111359a-3d7a-41dd-83e1-95c4be4e3d35 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-e111359a-3d7a-41dd-83e1-95c4be4e3d35 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:19px; } .ablocks-block-e111359a-3d7a-41dd-83e1-95c4be4e3d35 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-bdf04bba-9717-4eed-9cfa-fd70efa5a70d { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-bdf04bba-9717-4eed-9cfa-fd70efa5a70d:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-bdf04bba-9717-4eed-9cfa-fd70efa5a70d:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-bdf04bba-9717-4eed-9cfa-fd70efa5a70d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bdf04bba-9717-4eed-9cfa-fd70efa5a70d > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-607ae639-2cf6-4822-9fae-b8dc86b9054e { border-width:1px 0px 0px 0px;border-style:dashed;border-color:#d0dbe9;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-607ae639-2cf6-4822-9fae-b8dc86b9054e .ablocks-spacer__box { height:1px!important; } 
.ablocks-block-f1421945-ce92-4706-a1e6-5c252067b17a { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-f1421945-ce92-4706-a1e6-5c252067b17a:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-f1421945-ce92-4706-a1e6-5c252067b17a:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-f1421945-ce92-4706-a1e6-5c252067b17a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f1421945-ce92-4706-a1e6-5c252067b17a > .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-f1421945-ce92-4706-a1e6-5c252067b17a > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961 { padding:0px;border-style:none;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box > .ablocks-block-container > .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-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box > .ablocks-block-container > .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box > .ablocks-block-container > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:46px; } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap , .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%;color:#0E0E0F; } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box > .ablocks-block-container > .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-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box > .ablocks-block-container > .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-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961 .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-ab6992c5-c75a-48e9-a691-8e21da234961 .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-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box:hover > .ablocks-block-container > .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-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box:hover > .ablocks-block-container > .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-ab6992c5-c75a-48e9-a691-8e21da234961 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961.ablocks-block--info-box > .ablocks-block-container > .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-ab6992c5-c75a-48e9-a691-8e21da234961 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ab6992c5-c75a-48e9-a691-8e21da234961 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-1c4bca79-998a-4b13-b4f5-a0a7a9b4a7a6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1c4bca79-998a-4b13-b4f5-a0a7a9b4a7a6 { text-align:left; } .ablocks-block-1c4bca79-998a-4b13-b4f5-a0a7a9b4a7a6 .ablocks-paragraph-text { color:#0D5EF4;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-1c4bca79-998a-4b13-b4f5-a0a7a9b4a7a6 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-02553b07-16cc-4479-945b-f30118c21abc { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;border-radius:12px;box-shadow:0px 0px 4px 0px #00000040;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-d67a00ea-3928-4beb-b17e-a81151031320 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d67a00ea-3928-4beb-b17e-a81151031320 { display:flex;justify-content:left; } .ablocks-block-d67a00ea-3928-4beb-b17e-a81151031320 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-d67a00ea-3928-4beb-b17e-a81151031320 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-f1d4881b-9438-45b1-8dfc-ddcf84c1b23c { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-f1d4881b-9438-45b1-8dfc-ddcf84c1b23c:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-f1d4881b-9438-45b1-8dfc-ddcf84c1b23c:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-f1d4881b-9438-45b1-8dfc-ddcf84c1b23c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f1d4881b-9438-45b1-8dfc-ddcf84c1b23c > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-f1d4881b-9438-45b1-8dfc-ddcf84c1b23c > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-0e399fe8-aadb-4c6d-912b-7dd8a2b0b49e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0e399fe8-aadb-4c6d-912b-7dd8a2b0b49e .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-0e399fe8-aadb-4c6d-912b-7dd8a2b0b49e .ablocks-rating { font-size:24px; } .ablocks-block-0e399fe8-aadb-4c6d-912b-7dd8a2b0b49e .ablocks-icon-wrap { font-size:18px; } .ablocks-block-0e399fe8-aadb-4c6d-912b-7dd8a2b0b49e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-0e399fe8-aadb-4c6d-912b-7dd8a2b0b49e .ablocks-star-ratings-icons { gap:0px; } .ablocks-block-0e399fe8-aadb-4c6d-912b-7dd8a2b0b49e .ablocks-star-rating-number { color:#000000;order:10; } 
.ablocks-block-a0d6e7f4-e6ad-4a1b-8a5e-ef671ded0709 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a0d6e7f4-e6ad-4a1b-8a5e-ef671ded0709 { text-align:left; } .ablocks-block-a0d6e7f4-e6ad-4a1b-8a5e-ef671ded0709 .ablocks-paragraph-text { color:#4D5765;font-family:"DM Sans",sans-serif;font-weight:400;font-size:13.1px;line-height:100%; } @media screen and (max-width: 800px) { .ablocks-block-a0d6e7f4-e6ad-4a1b-8a5e-ef671ded0709 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-a0d6e7f4-e6ad-4a1b-8a5e-ef671ded0709 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-74240bfd-b3d2-4842-828f-1fc30bd197fd { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-74240bfd-b3d2-4842-828f-1fc30bd197fd { text-align:left; } .ablocks-block-74240bfd-b3d2-4842-828f-1fc30bd197fd .ablocks-heading-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-74240bfd-b3d2-4842-828f-1fc30bd197fd .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-74240bfd-b3d2-4842-828f-1fc30bd197fd .ablocks-animated-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } 
.ablocks-block-dc4e50d6-3dba-4daf-be51-48ffa703c51a { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-dc4e50d6-3dba-4daf-be51-48ffa703c51a:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-dc4e50d6-3dba-4daf-be51-48ffa703c51a:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-dc4e50d6-3dba-4daf-be51-48ffa703c51a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-dc4e50d6-3dba-4daf-be51-48ffa703c51a > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-dc4e50d6-3dba-4daf-be51-48ffa703c51a > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-cb9132d1-3751-4f9e-97f9-beb7a49d0b99 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cb9132d1-3751-4f9e-97f9-beb7a49d0b99 { text-align:left; } .ablocks-block-cb9132d1-3751-4f9e-97f9-beb7a49d0b99 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-cb9132d1-3751-4f9e-97f9-beb7a49d0b99 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-cb9132d1-3751-4f9e-97f9-beb7a49d0b99 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-cb9132d1-3751-4f9e-97f9-beb7a49d0b99 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-cb9132d1-3751-4f9e-97f9-beb7a49d0b99 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-cb9132d1-3751-4f9e-97f9-beb7a49d0b99 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-f022c0fc-7fc7-49f0-9d38-6c5ac0862850 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f022c0fc-7fc7-49f0-9d38-6c5ac0862850 { text-align:left; } .ablocks-block-f022c0fc-7fc7-49f0-9d38-6c5ac0862850 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-f022c0fc-7fc7-49f0-9d38-6c5ac0862850 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-f022c0fc-7fc7-49f0-9d38-6c5ac0862850 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-f022c0fc-7fc7-49f0-9d38-6c5ac0862850 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-f022c0fc-7fc7-49f0-9d38-6c5ac0862850 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-f022c0fc-7fc7-49f0-9d38-6c5ac0862850 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-578bc6f3-d54c-4ef9-a63c-003ed8e48274 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-578bc6f3-d54c-4ef9-a63c-003ed8e48274 { text-align:left; } .ablocks-block-578bc6f3-d54c-4ef9-a63c-003ed8e48274 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-578bc6f3-d54c-4ef9-a63c-003ed8e48274 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-578bc6f3-d54c-4ef9-a63c-003ed8e48274 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-578bc6f3-d54c-4ef9-a63c-003ed8e48274 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-578bc6f3-d54c-4ef9-a63c-003ed8e48274 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:19px; } .ablocks-block-578bc6f3-d54c-4ef9-a63c-003ed8e48274 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-ee617d22-643a-4a32-8f34-210a550eb45c { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-ee617d22-643a-4a32-8f34-210a550eb45c:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-ee617d22-643a-4a32-8f34-210a550eb45c:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-ee617d22-643a-4a32-8f34-210a550eb45c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ee617d22-643a-4a32-8f34-210a550eb45c > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ae2a3f3d-4678-4bb8-ae51-bfe2bda96780 { border-width:1px 0px 0px 0px;border-style:dashed;border-color:#d0dbe9;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ae2a3f3d-4678-4bb8-ae51-bfe2bda96780 .ablocks-spacer__box { height:1px!important; } 
.ablocks-block-d9566815-a5c4-44ca-a1d8-a051480aae95 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-d9566815-a5c4-44ca-a1d8-a051480aae95:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-d9566815-a5c4-44ca-a1d8-a051480aae95:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-d9566815-a5c4-44ca-a1d8-a051480aae95.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d9566815-a5c4-44ca-a1d8-a051480aae95 > .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-d9566815-a5c4-44ca-a1d8-a051480aae95 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960 { padding:0px;border-style:none;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box > .ablocks-block-container > .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-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box > .ablocks-block-container > .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box > .ablocks-block-container > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:46px; } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap , .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%;color:#0E0E0F; } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box > .ablocks-block-container > .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-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box > .ablocks-block-container > .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-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960 .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-fd7c2c85-96c5-4e51-b183-0bdc33413960 .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-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box:hover > .ablocks-block-container > .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-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box:hover > .ablocks-block-container > .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-fd7c2c85-96c5-4e51-b183-0bdc33413960 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960.ablocks-block--info-box > .ablocks-block-container > .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-fd7c2c85-96c5-4e51-b183-0bdc33413960 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-fd7c2c85-96c5-4e51-b183-0bdc33413960 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-8050c8b1-0fcc-46b6-964d-7827ebbdf53d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8050c8b1-0fcc-46b6-964d-7827ebbdf53d { text-align:left; } .ablocks-block-8050c8b1-0fcc-46b6-964d-7827ebbdf53d .ablocks-paragraph-text { color:#0D5EF4;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-8050c8b1-0fcc-46b6-964d-7827ebbdf53d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-19c77998-cd3d-456f-b98b-96d50443341c { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;border-radius:12px;box-shadow:0px 0px 4px 0px #00000040;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-706ce3df-ca31-4a79-8909-52a411accb09 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-706ce3df-ca31-4a79-8909-52a411accb09 { display:flex;justify-content:left; } .ablocks-block-706ce3df-ca31-4a79-8909-52a411accb09 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-706ce3df-ca31-4a79-8909-52a411accb09 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-9a894718-6df2-426d-9544-547355d1dfe6 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-9a894718-6df2-426d-9544-547355d1dfe6:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-9a894718-6df2-426d-9544-547355d1dfe6:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-9a894718-6df2-426d-9544-547355d1dfe6.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9a894718-6df2-426d-9544-547355d1dfe6 > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-9a894718-6df2-426d-9544-547355d1dfe6 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-7769af63-bdf4-4bf7-b7d0-9282b5d7c303 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7769af63-bdf4-4bf7-b7d0-9282b5d7c303 .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-7769af63-bdf4-4bf7-b7d0-9282b5d7c303 .ablocks-rating { font-size:24px; } .ablocks-block-7769af63-bdf4-4bf7-b7d0-9282b5d7c303 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-7769af63-bdf4-4bf7-b7d0-9282b5d7c303 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-7769af63-bdf4-4bf7-b7d0-9282b5d7c303 .ablocks-star-ratings-icons { gap:0px; } .ablocks-block-7769af63-bdf4-4bf7-b7d0-9282b5d7c303 .ablocks-star-rating-number { color:#000000;order:10; } 
.ablocks-block-5c9fb527-9cc3-400b-8a28-273e0d883f90 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5c9fb527-9cc3-400b-8a28-273e0d883f90 { text-align:left; } .ablocks-block-5c9fb527-9cc3-400b-8a28-273e0d883f90 .ablocks-paragraph-text { color:#4D5765;font-family:"DM Sans",sans-serif;font-weight:400;font-size:13.1px;line-height:100%; } @media screen and (max-width: 800px) { .ablocks-block-5c9fb527-9cc3-400b-8a28-273e0d883f90 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-5c9fb527-9cc3-400b-8a28-273e0d883f90 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-bbd1122a-fc5d-4f11-a5ad-eed666356ed6 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bbd1122a-fc5d-4f11-a5ad-eed666356ed6 { text-align:left; } .ablocks-block-bbd1122a-fc5d-4f11-a5ad-eed666356ed6 .ablocks-heading-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-bbd1122a-fc5d-4f11-a5ad-eed666356ed6 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-bbd1122a-fc5d-4f11-a5ad-eed666356ed6 .ablocks-animated-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } 
.ablocks-block-9eff5a9f-8cf9-4755-b849-293812e83ea3 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-9eff5a9f-8cf9-4755-b849-293812e83ea3:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-9eff5a9f-8cf9-4755-b849-293812e83ea3:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-9eff5a9f-8cf9-4755-b849-293812e83ea3.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9eff5a9f-8cf9-4755-b849-293812e83ea3 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-9eff5a9f-8cf9-4755-b849-293812e83ea3 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-2256fd94-abc3-4a67-82a6-4543b66e6b92 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2256fd94-abc3-4a67-82a6-4543b66e6b92 { text-align:left; } .ablocks-block-2256fd94-abc3-4a67-82a6-4543b66e6b92 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-2256fd94-abc3-4a67-82a6-4543b66e6b92 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-2256fd94-abc3-4a67-82a6-4543b66e6b92 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-2256fd94-abc3-4a67-82a6-4543b66e6b92 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-2256fd94-abc3-4a67-82a6-4543b66e6b92 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-2256fd94-abc3-4a67-82a6-4543b66e6b92 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-e6f6b1cf-ab1c-4ab8-9b14-2a35f3f17fe9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e6f6b1cf-ab1c-4ab8-9b14-2a35f3f17fe9 { text-align:left; } .ablocks-block-e6f6b1cf-ab1c-4ab8-9b14-2a35f3f17fe9 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-e6f6b1cf-ab1c-4ab8-9b14-2a35f3f17fe9 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-e6f6b1cf-ab1c-4ab8-9b14-2a35f3f17fe9 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-e6f6b1cf-ab1c-4ab8-9b14-2a35f3f17fe9 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-e6f6b1cf-ab1c-4ab8-9b14-2a35f3f17fe9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-e6f6b1cf-ab1c-4ab8-9b14-2a35f3f17fe9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-d3f48a74-910f-46a2-aeba-3e0505b107bd { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d3f48a74-910f-46a2-aeba-3e0505b107bd { text-align:left; } .ablocks-block-d3f48a74-910f-46a2-aeba-3e0505b107bd .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-d3f48a74-910f-46a2-aeba-3e0505b107bd .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-d3f48a74-910f-46a2-aeba-3e0505b107bd .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-d3f48a74-910f-46a2-aeba-3e0505b107bd .ablocks-icon-wrap { font-size:unset; } .ablocks-block-d3f48a74-910f-46a2-aeba-3e0505b107bd .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:19px; } .ablocks-block-d3f48a74-910f-46a2-aeba-3e0505b107bd .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-548725da-c316-4d34-b2f4-7b0d17881572 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-548725da-c316-4d34-b2f4-7b0d17881572:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-548725da-c316-4d34-b2f4-7b0d17881572:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-548725da-c316-4d34-b2f4-7b0d17881572.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-548725da-c316-4d34-b2f4-7b0d17881572 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-80855c56-65be-4de3-8d8c-94c6771efcae { border-width:1px 0px 0px 0px;border-style:dashed;border-color:#d0dbe9;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-80855c56-65be-4de3-8d8c-94c6771efcae .ablocks-spacer__box { height:1px!important; } 
.ablocks-block-fc87233a-f586-4189-b651-6b1f94b1f7d5 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-fc87233a-f586-4189-b651-6b1f94b1f7d5:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-fc87233a-f586-4189-b651-6b1f94b1f7d5:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-fc87233a-f586-4189-b651-6b1f94b1f7d5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-fc87233a-f586-4189-b651-6b1f94b1f7d5 > .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-fc87233a-f586-4189-b651-6b1f94b1f7d5 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42 { padding:0px;border-style:none;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box > .ablocks-block-container > .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-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box > .ablocks-block-container > .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box > .ablocks-block-container > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:46px; } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap , .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%;color:#0E0E0F; } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box > .ablocks-block-container > .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-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box > .ablocks-block-container > .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-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42 .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-5a7b6969-c9b0-4832-9567-13d0f45eab42 .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-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box:hover > .ablocks-block-container > .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-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box:hover > .ablocks-block-container > .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-5a7b6969-c9b0-4832-9567-13d0f45eab42 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42.ablocks-block--info-box > .ablocks-block-container > .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-5a7b6969-c9b0-4832-9567-13d0f45eab42 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-5a7b6969-c9b0-4832-9567-13d0f45eab42 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-8f4cece1-4f42-4ee4-8997-fb7630037b0a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8f4cece1-4f42-4ee4-8997-fb7630037b0a { text-align:left; } .ablocks-block-8f4cece1-4f42-4ee4-8997-fb7630037b0a .ablocks-paragraph-text { color:#0D5EF4;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-8f4cece1-4f42-4ee4-8997-fb7630037b0a .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-91e56c6f-9964-435f-aa2b-26aee258dc63 { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;border-radius:12px;box-shadow:0px 0px 4px 0px #00000040;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-271649cd-966a-4ddb-8c6a-e6305b2dca0a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-271649cd-966a-4ddb-8c6a-e6305b2dca0a { display:flex;justify-content:left; } .ablocks-block-271649cd-966a-4ddb-8c6a-e6305b2dca0a .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-271649cd-966a-4ddb-8c6a-e6305b2dca0a .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-4c737e87-4e2b-4a48-af1f-f8d4544aa15e { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-4c737e87-4e2b-4a48-af1f-f8d4544aa15e:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-4c737e87-4e2b-4a48-af1f-f8d4544aa15e:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-4c737e87-4e2b-4a48-af1f-f8d4544aa15e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4c737e87-4e2b-4a48-af1f-f8d4544aa15e > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-4c737e87-4e2b-4a48-af1f-f8d4544aa15e > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-4a7d098a-18b1-4a0c-bcef-ec09a288bfc5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4a7d098a-18b1-4a0c-bcef-ec09a288bfc5 .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-4a7d098a-18b1-4a0c-bcef-ec09a288bfc5 .ablocks-rating { font-size:24px; } .ablocks-block-4a7d098a-18b1-4a0c-bcef-ec09a288bfc5 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-4a7d098a-18b1-4a0c-bcef-ec09a288bfc5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-4a7d098a-18b1-4a0c-bcef-ec09a288bfc5 .ablocks-star-ratings-icons { gap:0px; } .ablocks-block-4a7d098a-18b1-4a0c-bcef-ec09a288bfc5 .ablocks-star-rating-number { color:#000000;order:10; } 
.ablocks-block-42bc12db-0152-494e-a581-1a15ecec117d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-42bc12db-0152-494e-a581-1a15ecec117d { text-align:left; } .ablocks-block-42bc12db-0152-494e-a581-1a15ecec117d .ablocks-paragraph-text { color:#4D5765;font-family:"DM Sans",sans-serif;font-weight:400;font-size:13.1px;line-height:100%; } @media screen and (max-width: 800px) { .ablocks-block-42bc12db-0152-494e-a581-1a15ecec117d .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-42bc12db-0152-494e-a581-1a15ecec117d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-590a5e0d-d851-4d54-a156-48a4388b910e { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-590a5e0d-d851-4d54-a156-48a4388b910e { text-align:left; } .ablocks-block-590a5e0d-d851-4d54-a156-48a4388b910e .ablocks-heading-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-590a5e0d-d851-4d54-a156-48a4388b910e .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-590a5e0d-d851-4d54-a156-48a4388b910e .ablocks-animated-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } 
.ablocks-block-875ef379-7ecc-4b58-9702-730d62cf95ef { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-875ef379-7ecc-4b58-9702-730d62cf95ef:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-875ef379-7ecc-4b58-9702-730d62cf95ef:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-875ef379-7ecc-4b58-9702-730d62cf95ef.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-875ef379-7ecc-4b58-9702-730d62cf95ef > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-875ef379-7ecc-4b58-9702-730d62cf95ef > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-e240c92d-e6b0-4a03-9fb2-9036c21296d8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e240c92d-e6b0-4a03-9fb2-9036c21296d8 { text-align:left; } .ablocks-block-e240c92d-e6b0-4a03-9fb2-9036c21296d8 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-e240c92d-e6b0-4a03-9fb2-9036c21296d8 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-e240c92d-e6b0-4a03-9fb2-9036c21296d8 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-e240c92d-e6b0-4a03-9fb2-9036c21296d8 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-e240c92d-e6b0-4a03-9fb2-9036c21296d8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-e240c92d-e6b0-4a03-9fb2-9036c21296d8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-e68325cb-ae4c-4dc7-b3c4-e84d84ec5daf { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e68325cb-ae4c-4dc7-b3c4-e84d84ec5daf { text-align:left; } .ablocks-block-e68325cb-ae4c-4dc7-b3c4-e84d84ec5daf .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-e68325cb-ae4c-4dc7-b3c4-e84d84ec5daf .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-e68325cb-ae4c-4dc7-b3c4-e84d84ec5daf .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-e68325cb-ae4c-4dc7-b3c4-e84d84ec5daf .ablocks-icon-wrap { font-size:16px; } .ablocks-block-e68325cb-ae4c-4dc7-b3c4-e84d84ec5daf .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-e68325cb-ae4c-4dc7-b3c4-e84d84ec5daf .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-24642578-9808-47fc-acfd-62fa44dcaef1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-24642578-9808-47fc-acfd-62fa44dcaef1 { text-align:left; } .ablocks-block-24642578-9808-47fc-acfd-62fa44dcaef1 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-24642578-9808-47fc-acfd-62fa44dcaef1 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-24642578-9808-47fc-acfd-62fa44dcaef1 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-24642578-9808-47fc-acfd-62fa44dcaef1 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-24642578-9808-47fc-acfd-62fa44dcaef1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:19px; } .ablocks-block-24642578-9808-47fc-acfd-62fa44dcaef1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-30bc597e-5443-4182-be62-a37d5075497e { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-30bc597e-5443-4182-be62-a37d5075497e:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-30bc597e-5443-4182-be62-a37d5075497e:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-30bc597e-5443-4182-be62-a37d5075497e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-30bc597e-5443-4182-be62-a37d5075497e > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ca138b4e-3422-42ad-b139-9a6dae2a849d { border-width:1px 0px 0px 0px;border-style:dashed;border-color:#d0dbe9;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ca138b4e-3422-42ad-b139-9a6dae2a849d .ablocks-spacer__box { height:1px!important; } 
.ablocks-block-19759e5f-f9bb-44f5-aa10-8631f75199d1 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-19759e5f-f9bb-44f5-aa10-8631f75199d1:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-19759e5f-f9bb-44f5-aa10-8631f75199d1:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-19759e5f-f9bb-44f5-aa10-8631f75199d1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-19759e5f-f9bb-44f5-aa10-8631f75199d1 > .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-19759e5f-f9bb-44f5-aa10-8631f75199d1 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567 { padding:0px;border-style:none;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box > .ablocks-block-container > .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-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box > .ablocks-block-container > .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box > .ablocks-block-container > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:46px; } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap , .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%;color:#0E0E0F; } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box > .ablocks-block-container > .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-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box > .ablocks-block-container > .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-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567 .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-60219a96-eddf-4536-b76c-faa2f2ae7567 .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-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box:hover > .ablocks-block-container > .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-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box:hover > .ablocks-block-container > .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-60219a96-eddf-4536-b76c-faa2f2ae7567 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567.ablocks-block--info-box > .ablocks-block-container > .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-60219a96-eddf-4536-b76c-faa2f2ae7567 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-60219a96-eddf-4536-b76c-faa2f2ae7567 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-915378bc-b99c-41f3-828a-50f833575b93 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-915378bc-b99c-41f3-828a-50f833575b93 { text-align:left; } .ablocks-block-915378bc-b99c-41f3-828a-50f833575b93 .ablocks-paragraph-text { color:#0D5EF4;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-915378bc-b99c-41f3-828a-50f833575b93 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-766cabac-4a8d-4931-b879-b62ba4e4956e { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;border-radius:12px;box-shadow:0px 0px 4px 0px #00000040;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-a50033ef-9f58-4407-bf27-1c0cdc022dea { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a50033ef-9f58-4407-bf27-1c0cdc022dea { display:flex;justify-content:left; } .ablocks-block-a50033ef-9f58-4407-bf27-1c0cdc022dea .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-a50033ef-9f58-4407-bf27-1c0cdc022dea .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-807110da-430e-4390-a43d-febdaf12907d { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-807110da-430e-4390-a43d-febdaf12907d:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-807110da-430e-4390-a43d-febdaf12907d:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-807110da-430e-4390-a43d-febdaf12907d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-807110da-430e-4390-a43d-febdaf12907d > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-807110da-430e-4390-a43d-febdaf12907d > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-615e812e-703b-4b05-8448-bc6267d6ca76 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-615e812e-703b-4b05-8448-bc6267d6ca76 .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-615e812e-703b-4b05-8448-bc6267d6ca76 .ablocks-rating { font-size:24px; } .ablocks-block-615e812e-703b-4b05-8448-bc6267d6ca76 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-615e812e-703b-4b05-8448-bc6267d6ca76 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-615e812e-703b-4b05-8448-bc6267d6ca76 .ablocks-star-ratings-icons { gap:0px; } .ablocks-block-615e812e-703b-4b05-8448-bc6267d6ca76 .ablocks-star-rating-number { color:#000000;order:10; } 
.ablocks-block-15920869-d36c-470e-b279-5a58fda3236b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-15920869-d36c-470e-b279-5a58fda3236b { text-align:left; } .ablocks-block-15920869-d36c-470e-b279-5a58fda3236b .ablocks-paragraph-text { color:#4D5765;font-family:"DM Sans",sans-serif;font-weight:400;font-size:13.1px;line-height:100%; } @media screen and (max-width: 800px) { .ablocks-block-15920869-d36c-470e-b279-5a58fda3236b .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-15920869-d36c-470e-b279-5a58fda3236b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4fa1f885-26c4-47fb-9839-a23ef0ff3dae { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4fa1f885-26c4-47fb-9839-a23ef0ff3dae { text-align:left; } .ablocks-block-4fa1f885-26c4-47fb-9839-a23ef0ff3dae .ablocks-heading-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-4fa1f885-26c4-47fb-9839-a23ef0ff3dae .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-4fa1f885-26c4-47fb-9839-a23ef0ff3dae .ablocks-animated-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } 
.ablocks-block-2fb8feda-9776-4e7a-9db4-4afed47850b8 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-2fb8feda-9776-4e7a-9db4-4afed47850b8:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-2fb8feda-9776-4e7a-9db4-4afed47850b8:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-2fb8feda-9776-4e7a-9db4-4afed47850b8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2fb8feda-9776-4e7a-9db4-4afed47850b8 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-2fb8feda-9776-4e7a-9db4-4afed47850b8 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-dbd57b41-e479-4b57-99bb-f2bc5bc60e41 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-dbd57b41-e479-4b57-99bb-f2bc5bc60e41 { text-align:left; } .ablocks-block-dbd57b41-e479-4b57-99bb-f2bc5bc60e41 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-dbd57b41-e479-4b57-99bb-f2bc5bc60e41 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-dbd57b41-e479-4b57-99bb-f2bc5bc60e41 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-dbd57b41-e479-4b57-99bb-f2bc5bc60e41 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-dbd57b41-e479-4b57-99bb-f2bc5bc60e41 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-dbd57b41-e479-4b57-99bb-f2bc5bc60e41 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-e5899004-a07c-43a9-828b-545da3ae57e1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e5899004-a07c-43a9-828b-545da3ae57e1 { text-align:left; } .ablocks-block-e5899004-a07c-43a9-828b-545da3ae57e1 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-e5899004-a07c-43a9-828b-545da3ae57e1 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-e5899004-a07c-43a9-828b-545da3ae57e1 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-e5899004-a07c-43a9-828b-545da3ae57e1 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-e5899004-a07c-43a9-828b-545da3ae57e1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-e5899004-a07c-43a9-828b-545da3ae57e1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-a31944a2-3b97-42ce-aabd-faffc37ecc79 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a31944a2-3b97-42ce-aabd-faffc37ecc79 { text-align:left; } .ablocks-block-a31944a2-3b97-42ce-aabd-faffc37ecc79 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-a31944a2-3b97-42ce-aabd-faffc37ecc79 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-a31944a2-3b97-42ce-aabd-faffc37ecc79 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-a31944a2-3b97-42ce-aabd-faffc37ecc79 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-a31944a2-3b97-42ce-aabd-faffc37ecc79 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:19px; } .ablocks-block-a31944a2-3b97-42ce-aabd-faffc37ecc79 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-9936e94b-9536-40e7-a2d2-681df11a5fde { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-9936e94b-9536-40e7-a2d2-681df11a5fde:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-9936e94b-9536-40e7-a2d2-681df11a5fde:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-9936e94b-9536-40e7-a2d2-681df11a5fde.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-9936e94b-9536-40e7-a2d2-681df11a5fde > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1b86ed53-9055-4776-9655-5ba9e32aec09 { border-width:1px 0px 0px 0px;border-style:dashed;border-color:#d0dbe9;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1b86ed53-9055-4776-9655-5ba9e32aec09 .ablocks-spacer__box { height:1px!important; } 
.ablocks-block-1e05179f-b661-492f-baad-a5310b8e295a { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-1e05179f-b661-492f-baad-a5310b8e295a:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-1e05179f-b661-492f-baad-a5310b8e295a:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-1e05179f-b661-492f-baad-a5310b8e295a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1e05179f-b661-492f-baad-a5310b8e295a > .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-1e05179f-b661-492f-baad-a5310b8e295a > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db { padding:0px;border-style:none;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box > .ablocks-block-container > .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-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box > .ablocks-block-container > .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box > .ablocks-block-container > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:46px; } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap , .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%;color:#0E0E0F; } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box > .ablocks-block-container > .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-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box > .ablocks-block-container > .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-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db .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-1a4edfff-93c2-4229-b89b-2faf6089a4db .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-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box:hover > .ablocks-block-container > .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-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box:hover > .ablocks-block-container > .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-1a4edfff-93c2-4229-b89b-2faf6089a4db .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db.ablocks-block--info-box > .ablocks-block-container > .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-1a4edfff-93c2-4229-b89b-2faf6089a4db .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1a4edfff-93c2-4229-b89b-2faf6089a4db .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-89e4e8ad-3400-4ec7-8ce6-8b1a8496baab { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-89e4e8ad-3400-4ec7-8ce6-8b1a8496baab { text-align:left; } .ablocks-block-89e4e8ad-3400-4ec7-8ce6-8b1a8496baab .ablocks-paragraph-text { color:#0D5EF4;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-89e4e8ad-3400-4ec7-8ce6-8b1a8496baab .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-59ba69fe-cc75-4e5c-9755-0722b3e9240c { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;border-radius:12px;box-shadow:0px 0px 4px 0px #00000040;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-35fdee67-a1b5-455f-ba28-0d76a76556c5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-35fdee67-a1b5-455f-ba28-0d76a76556c5 { display:flex;justify-content:left; } .ablocks-block-35fdee67-a1b5-455f-ba28-0d76a76556c5 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-35fdee67-a1b5-455f-ba28-0d76a76556c5 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-edf7e40e-752f-457a-9841-04c2e05213cd { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-edf7e40e-752f-457a-9841-04c2e05213cd:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-edf7e40e-752f-457a-9841-04c2e05213cd:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-edf7e40e-752f-457a-9841-04c2e05213cd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-edf7e40e-752f-457a-9841-04c2e05213cd > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-edf7e40e-752f-457a-9841-04c2e05213cd > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-889f4e10-7a03-42da-8c76-ea99c04fd31f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-889f4e10-7a03-42da-8c76-ea99c04fd31f .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-889f4e10-7a03-42da-8c76-ea99c04fd31f .ablocks-rating { font-size:24px; } .ablocks-block-889f4e10-7a03-42da-8c76-ea99c04fd31f .ablocks-icon-wrap { font-size:18px; } .ablocks-block-889f4e10-7a03-42da-8c76-ea99c04fd31f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-889f4e10-7a03-42da-8c76-ea99c04fd31f .ablocks-star-ratings-icons { gap:0px; } .ablocks-block-889f4e10-7a03-42da-8c76-ea99c04fd31f .ablocks-star-rating-number { color:#000000;order:10; } 
.ablocks-block-abcbd1a3-e65c-46e9-929b-69e33cbbfdd9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-abcbd1a3-e65c-46e9-929b-69e33cbbfdd9 { text-align:left; } .ablocks-block-abcbd1a3-e65c-46e9-929b-69e33cbbfdd9 .ablocks-paragraph-text { color:#4D5765;font-family:"DM Sans",sans-serif;font-weight:400;font-size:13.1px;line-height:100%; } @media screen and (max-width: 800px) { .ablocks-block-abcbd1a3-e65c-46e9-929b-69e33cbbfdd9 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-abcbd1a3-e65c-46e9-929b-69e33cbbfdd9 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-a1030f98-75c8-44d1-8042-b8c69e370e6e { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a1030f98-75c8-44d1-8042-b8c69e370e6e { text-align:left; } .ablocks-block-a1030f98-75c8-44d1-8042-b8c69e370e6e .ablocks-heading-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-a1030f98-75c8-44d1-8042-b8c69e370e6e .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-a1030f98-75c8-44d1-8042-b8c69e370e6e .ablocks-animated-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } 
.ablocks-block-44b1ca9a-b2b6-494b-b720-f3b38a65ac3d { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-44b1ca9a-b2b6-494b-b720-f3b38a65ac3d:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-44b1ca9a-b2b6-494b-b720-f3b38a65ac3d:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-44b1ca9a-b2b6-494b-b720-f3b38a65ac3d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-44b1ca9a-b2b6-494b-b720-f3b38a65ac3d > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-44b1ca9a-b2b6-494b-b720-f3b38a65ac3d > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-e86dbe91-8294-4451-8bd7-32f6dfca7f23 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e86dbe91-8294-4451-8bd7-32f6dfca7f23 { text-align:left; } .ablocks-block-e86dbe91-8294-4451-8bd7-32f6dfca7f23 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-e86dbe91-8294-4451-8bd7-32f6dfca7f23 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-e86dbe91-8294-4451-8bd7-32f6dfca7f23 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-e86dbe91-8294-4451-8bd7-32f6dfca7f23 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-e86dbe91-8294-4451-8bd7-32f6dfca7f23 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-e86dbe91-8294-4451-8bd7-32f6dfca7f23 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-eec90b6f-3348-4d42-986e-a52188af2682 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eec90b6f-3348-4d42-986e-a52188af2682 { text-align:left; } .ablocks-block-eec90b6f-3348-4d42-986e-a52188af2682 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-eec90b6f-3348-4d42-986e-a52188af2682 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-eec90b6f-3348-4d42-986e-a52188af2682 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-eec90b6f-3348-4d42-986e-a52188af2682 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-eec90b6f-3348-4d42-986e-a52188af2682 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-eec90b6f-3348-4d42-986e-a52188af2682 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-63d9a517-3f6c-4923-b8e4-e0bd4aadd147 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-63d9a517-3f6c-4923-b8e4-e0bd4aadd147 { text-align:left; } .ablocks-block-63d9a517-3f6c-4923-b8e4-e0bd4aadd147 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-63d9a517-3f6c-4923-b8e4-e0bd4aadd147 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-63d9a517-3f6c-4923-b8e4-e0bd4aadd147 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-63d9a517-3f6c-4923-b8e4-e0bd4aadd147 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-63d9a517-3f6c-4923-b8e4-e0bd4aadd147 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:19px; } .ablocks-block-63d9a517-3f6c-4923-b8e4-e0bd4aadd147 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-ac4b20eb-9e9f-441b-9a61-3fdcebd575bb { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-ac4b20eb-9e9f-441b-9a61-3fdcebd575bb:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-ac4b20eb-9e9f-441b-9a61-3fdcebd575bb:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-ac4b20eb-9e9f-441b-9a61-3fdcebd575bb.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-ac4b20eb-9e9f-441b-9a61-3fdcebd575bb > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-6a47d9f3-9dea-4423-a00b-deb07727ca02 { border-width:1px 0px 0px 0px;border-style:dashed;border-color:#d0dbe9;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6a47d9f3-9dea-4423-a00b-deb07727ca02 .ablocks-spacer__box { height:1px!important; } 
.ablocks-block-e13ff9c1-0288-4a35-a1fa-8d011b30139a { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-e13ff9c1-0288-4a35-a1fa-8d011b30139a:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-e13ff9c1-0288-4a35-a1fa-8d011b30139a:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-e13ff9c1-0288-4a35-a1fa-8d011b30139a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e13ff9c1-0288-4a35-a1fa-8d011b30139a > .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-e13ff9c1-0288-4a35-a1fa-8d011b30139a > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699 { padding:0px;border-style:none;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box > .ablocks-block-container > .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-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box > .ablocks-block-container > .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box > .ablocks-block-container > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:46px; } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap , .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%;color:#0E0E0F; } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box > .ablocks-block-container > .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-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box > .ablocks-block-container > .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-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699 .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-65e0a26e-0f16-40e7-a78e-e42f93b50699 .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-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box:hover > .ablocks-block-container > .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-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box:hover > .ablocks-block-container > .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-65e0a26e-0f16-40e7-a78e-e42f93b50699 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699.ablocks-block--info-box > .ablocks-block-container > .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-65e0a26e-0f16-40e7-a78e-e42f93b50699 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-65e0a26e-0f16-40e7-a78e-e42f93b50699 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-4dd62f88-d81f-4439-9f21-eeee8520ae7e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4dd62f88-d81f-4439-9f21-eeee8520ae7e { text-align:left; } .ablocks-block-4dd62f88-d81f-4439-9f21-eeee8520ae7e .ablocks-paragraph-text { color:#0D5EF4;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-4dd62f88-d81f-4439-9f21-eeee8520ae7e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-e20d55ca-92a0-4818-ae6c-f89163f0fd69 { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;border-radius:12px;box-shadow:0px 0px 4px 0px #00000040;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-d5b53758-23f9-4295-a805-2e77a4ed937d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d5b53758-23f9-4295-a805-2e77a4ed937d { display:flex;justify-content:left; } .ablocks-block-d5b53758-23f9-4295-a805-2e77a4ed937d .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-d5b53758-23f9-4295-a805-2e77a4ed937d .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-59e0f368-d45a-4d7b-84a1-0a2f0e50e78f { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-59e0f368-d45a-4d7b-84a1-0a2f0e50e78f:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-59e0f368-d45a-4d7b-84a1-0a2f0e50e78f:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-59e0f368-d45a-4d7b-84a1-0a2f0e50e78f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-59e0f368-d45a-4d7b-84a1-0a2f0e50e78f > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-59e0f368-d45a-4d7b-84a1-0a2f0e50e78f > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-2e300797-6d5a-431d-b758-69ff50ece5be { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2e300797-6d5a-431d-b758-69ff50ece5be .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-2e300797-6d5a-431d-b758-69ff50ece5be .ablocks-rating { font-size:24px; } .ablocks-block-2e300797-6d5a-431d-b758-69ff50ece5be .ablocks-icon-wrap { font-size:18px; } .ablocks-block-2e300797-6d5a-431d-b758-69ff50ece5be .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-2e300797-6d5a-431d-b758-69ff50ece5be .ablocks-star-ratings-icons { gap:0px; } .ablocks-block-2e300797-6d5a-431d-b758-69ff50ece5be .ablocks-star-rating-number { color:#000000;order:10; } 
.ablocks-block-c1055b21-ccf1-4328-a2b8-ce9617507b4b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c1055b21-ccf1-4328-a2b8-ce9617507b4b { text-align:left; } .ablocks-block-c1055b21-ccf1-4328-a2b8-ce9617507b4b .ablocks-paragraph-text { color:#4D5765;font-family:"DM Sans",sans-serif;font-weight:400;font-size:13.1px;line-height:100%; } @media screen and (max-width: 800px) { .ablocks-block-c1055b21-ccf1-4328-a2b8-ce9617507b4b .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-c1055b21-ccf1-4328-a2b8-ce9617507b4b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-649c3de5-0336-4f54-b58f-206b23127771 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-649c3de5-0336-4f54-b58f-206b23127771 { text-align:left; } .ablocks-block-649c3de5-0336-4f54-b58f-206b23127771 .ablocks-heading-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-649c3de5-0336-4f54-b58f-206b23127771 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-649c3de5-0336-4f54-b58f-206b23127771 .ablocks-animated-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } 
.ablocks-block-6ca2f4b9-123f-4ecd-ab7c-f0f7076a2f1d { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-6ca2f4b9-123f-4ecd-ab7c-f0f7076a2f1d:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-6ca2f4b9-123f-4ecd-ab7c-f0f7076a2f1d:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-6ca2f4b9-123f-4ecd-ab7c-f0f7076a2f1d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6ca2f4b9-123f-4ecd-ab7c-f0f7076a2f1d > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-6ca2f4b9-123f-4ecd-ab7c-f0f7076a2f1d > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-2739c09f-79f5-43a4-9eda-31bedc5f1fec { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2739c09f-79f5-43a4-9eda-31bedc5f1fec { text-align:left; } .ablocks-block-2739c09f-79f5-43a4-9eda-31bedc5f1fec .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-2739c09f-79f5-43a4-9eda-31bedc5f1fec .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-2739c09f-79f5-43a4-9eda-31bedc5f1fec .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-2739c09f-79f5-43a4-9eda-31bedc5f1fec .ablocks-icon-wrap { font-size:16px; } .ablocks-block-2739c09f-79f5-43a4-9eda-31bedc5f1fec .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-2739c09f-79f5-43a4-9eda-31bedc5f1fec .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-a55858c4-dd5e-4a7e-b424-d712fa3739e3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a55858c4-dd5e-4a7e-b424-d712fa3739e3 { text-align:left; } .ablocks-block-a55858c4-dd5e-4a7e-b424-d712fa3739e3 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-a55858c4-dd5e-4a7e-b424-d712fa3739e3 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-a55858c4-dd5e-4a7e-b424-d712fa3739e3 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-a55858c4-dd5e-4a7e-b424-d712fa3739e3 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-a55858c4-dd5e-4a7e-b424-d712fa3739e3 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-a55858c4-dd5e-4a7e-b424-d712fa3739e3 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-1810563d-756c-4de8-b856-ff97880c048f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1810563d-756c-4de8-b856-ff97880c048f { text-align:left; } .ablocks-block-1810563d-756c-4de8-b856-ff97880c048f .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-1810563d-756c-4de8-b856-ff97880c048f .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-1810563d-756c-4de8-b856-ff97880c048f .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-1810563d-756c-4de8-b856-ff97880c048f .ablocks-icon-wrap { font-size:unset; } .ablocks-block-1810563d-756c-4de8-b856-ff97880c048f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:19px; } .ablocks-block-1810563d-756c-4de8-b856-ff97880c048f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-4b2a693b-f9b5-4dbd-acd7-c6abef8081f9 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-4b2a693b-f9b5-4dbd-acd7-c6abef8081f9:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-4b2a693b-f9b5-4dbd-acd7-c6abef8081f9:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-4b2a693b-f9b5-4dbd-acd7-c6abef8081f9.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4b2a693b-f9b5-4dbd-acd7-c6abef8081f9 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9713c55c-9d48-4821-9a00-4394629c8bb9 { border-width:1px 0px 0px 0px;border-style:dashed;border-color:#d0dbe9;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9713c55c-9d48-4821-9a00-4394629c8bb9 .ablocks-spacer__box { height:1px!important; } 
.ablocks-block-db3a6c7e-7156-4af3-a2a9-7d1823d1f2b0 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-db3a6c7e-7156-4af3-a2a9-7d1823d1f2b0:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-db3a6c7e-7156-4af3-a2a9-7d1823d1f2b0:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-db3a6c7e-7156-4af3-a2a9-7d1823d1f2b0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-db3a6c7e-7156-4af3-a2a9-7d1823d1f2b0 > .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-db3a6c7e-7156-4af3-a2a9-7d1823d1f2b0 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd { padding:0px;border-style:none;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box > .ablocks-block-container > .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-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box > .ablocks-block-container > .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box > .ablocks-block-container > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:46px; } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap , .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%;color:#0E0E0F; } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box > .ablocks-block-container > .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-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box > .ablocks-block-container > .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-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd .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-8ffef89e-8891-437c-93aa-2063a20b9ffd .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-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box:hover > .ablocks-block-container > .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-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box:hover > .ablocks-block-container > .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-8ffef89e-8891-437c-93aa-2063a20b9ffd .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd.ablocks-block--info-box > .ablocks-block-container > .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-8ffef89e-8891-437c-93aa-2063a20b9ffd .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-8ffef89e-8891-437c-93aa-2063a20b9ffd .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-942c8c28-e36a-4109-9dbd-34effe4f3920 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-942c8c28-e36a-4109-9dbd-34effe4f3920 { text-align:left; } .ablocks-block-942c8c28-e36a-4109-9dbd-34effe4f3920 .ablocks-paragraph-text { color:#0D5EF4;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-942c8c28-e36a-4109-9dbd-34effe4f3920 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-cd90dde5-8f3c-4af4-90f4-f13dc9baceb9 { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;border-radius:12px;box-shadow:0px 0px 4px 0px #00000040;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-5250e435-1aa3-429c-ac45-44fb78bb1ec3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5250e435-1aa3-429c-ac45-44fb78bb1ec3 { display:flex;justify-content:left; } .ablocks-block-5250e435-1aa3-429c-ac45-44fb78bb1ec3 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-5250e435-1aa3-429c-ac45-44fb78bb1ec3 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-df2831e7-f68b-466e-a65f-a91d3353e1f0 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-df2831e7-f68b-466e-a65f-a91d3353e1f0:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-df2831e7-f68b-466e-a65f-a91d3353e1f0:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-df2831e7-f68b-466e-a65f-a91d3353e1f0.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-df2831e7-f68b-466e-a65f-a91d3353e1f0 > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-df2831e7-f68b-466e-a65f-a91d3353e1f0 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-6fde0c1f-d38e-4b80-ac87-f194286bd1e9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6fde0c1f-d38e-4b80-ac87-f194286bd1e9 .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-6fde0c1f-d38e-4b80-ac87-f194286bd1e9 .ablocks-rating { font-size:24px; } .ablocks-block-6fde0c1f-d38e-4b80-ac87-f194286bd1e9 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-6fde0c1f-d38e-4b80-ac87-f194286bd1e9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-6fde0c1f-d38e-4b80-ac87-f194286bd1e9 .ablocks-star-ratings-icons { gap:0px; } .ablocks-block-6fde0c1f-d38e-4b80-ac87-f194286bd1e9 .ablocks-star-rating-number { color:#000000;order:10; } 
.ablocks-block-993d6be6-901c-4a78-b9a9-7510a538a2d1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-993d6be6-901c-4a78-b9a9-7510a538a2d1 { text-align:left; } .ablocks-block-993d6be6-901c-4a78-b9a9-7510a538a2d1 .ablocks-paragraph-text { color:#4D5765;font-family:"DM Sans",sans-serif;font-weight:400;font-size:13.1px;line-height:100%; } @media screen and (max-width: 800px) { .ablocks-block-993d6be6-901c-4a78-b9a9-7510a538a2d1 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-993d6be6-901c-4a78-b9a9-7510a538a2d1 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-6d020269-b3ef-48d2-a4f7-7a6ee21d2b7b { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6d020269-b3ef-48d2-a4f7-7a6ee21d2b7b { text-align:left; } .ablocks-block-6d020269-b3ef-48d2-a4f7-7a6ee21d2b7b .ablocks-heading-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-6d020269-b3ef-48d2-a4f7-7a6ee21d2b7b .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-6d020269-b3ef-48d2-a4f7-7a6ee21d2b7b .ablocks-animated-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } 
.ablocks-block-8850a4c4-d4e9-42e8-837e-e5588ef08407 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-8850a4c4-d4e9-42e8-837e-e5588ef08407:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-8850a4c4-d4e9-42e8-837e-e5588ef08407:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-8850a4c4-d4e9-42e8-837e-e5588ef08407.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8850a4c4-d4e9-42e8-837e-e5588ef08407 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-8850a4c4-d4e9-42e8-837e-e5588ef08407 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-6a23ab8a-b6d4-4cdc-a8cf-0763f8d0d67d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6a23ab8a-b6d4-4cdc-a8cf-0763f8d0d67d { text-align:left; } .ablocks-block-6a23ab8a-b6d4-4cdc-a8cf-0763f8d0d67d .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-6a23ab8a-b6d4-4cdc-a8cf-0763f8d0d67d .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-6a23ab8a-b6d4-4cdc-a8cf-0763f8d0d67d .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-6a23ab8a-b6d4-4cdc-a8cf-0763f8d0d67d .ablocks-icon-wrap { font-size:16px; } .ablocks-block-6a23ab8a-b6d4-4cdc-a8cf-0763f8d0d67d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-6a23ab8a-b6d4-4cdc-a8cf-0763f8d0d67d .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-7b0b9f7e-84a7-41c4-b736-e5e8a4ccfcc1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7b0b9f7e-84a7-41c4-b736-e5e8a4ccfcc1 { text-align:left; } .ablocks-block-7b0b9f7e-84a7-41c4-b736-e5e8a4ccfcc1 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-7b0b9f7e-84a7-41c4-b736-e5e8a4ccfcc1 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-7b0b9f7e-84a7-41c4-b736-e5e8a4ccfcc1 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-7b0b9f7e-84a7-41c4-b736-e5e8a4ccfcc1 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-7b0b9f7e-84a7-41c4-b736-e5e8a4ccfcc1 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-7b0b9f7e-84a7-41c4-b736-e5e8a4ccfcc1 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-cc359bd8-d9d9-4217-ac1b-402790ebd43e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cc359bd8-d9d9-4217-ac1b-402790ebd43e { text-align:left; } .ablocks-block-cc359bd8-d9d9-4217-ac1b-402790ebd43e .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-cc359bd8-d9d9-4217-ac1b-402790ebd43e .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-cc359bd8-d9d9-4217-ac1b-402790ebd43e .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-cc359bd8-d9d9-4217-ac1b-402790ebd43e .ablocks-icon-wrap { font-size:unset; } .ablocks-block-cc359bd8-d9d9-4217-ac1b-402790ebd43e .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:19px; } .ablocks-block-cc359bd8-d9d9-4217-ac1b-402790ebd43e .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-d23f7b28-6f15-442b-b114-e2c3204c2fbf { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-d23f7b28-6f15-442b-b114-e2c3204c2fbf:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-d23f7b28-6f15-442b-b114-e2c3204c2fbf:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-d23f7b28-6f15-442b-b114-e2c3204c2fbf.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d23f7b28-6f15-442b-b114-e2c3204c2fbf > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-8f97180f-730d-4db1-8ebb-0d61964292d4 { border-width:1px 0px 0px 0px;border-style:dashed;border-color:#d0dbe9;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8f97180f-730d-4db1-8ebb-0d61964292d4 .ablocks-spacer__box { height:1px!important; } 
.ablocks-block-5330daf5-47ce-4d97-b6a5-8b8e71d02dd1 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-5330daf5-47ce-4d97-b6a5-8b8e71d02dd1:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-5330daf5-47ce-4d97-b6a5-8b8e71d02dd1:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-5330daf5-47ce-4d97-b6a5-8b8e71d02dd1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-5330daf5-47ce-4d97-b6a5-8b8e71d02dd1 > .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-5330daf5-47ce-4d97-b6a5-8b8e71d02dd1 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49 { padding:0px;border-style:none;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box > .ablocks-block-container > .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-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box > .ablocks-block-container > .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box > .ablocks-block-container > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:46px; } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap , .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%;color:#0E0E0F; } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box > .ablocks-block-container > .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-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box > .ablocks-block-container > .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-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49 .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-c1d092f1-901a-4964-a710-ba2ffdc18d49 .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-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box:hover > .ablocks-block-container > .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-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box:hover > .ablocks-block-container > .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-c1d092f1-901a-4964-a710-ba2ffdc18d49 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49.ablocks-block--info-box > .ablocks-block-container > .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-c1d092f1-901a-4964-a710-ba2ffdc18d49 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-c1d092f1-901a-4964-a710-ba2ffdc18d49 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-cfa02b24-41b0-465f-9c01-6329c3f84963 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cfa02b24-41b0-465f-9c01-6329c3f84963 { text-align:left; } .ablocks-block-cfa02b24-41b0-465f-9c01-6329c3f84963 .ablocks-paragraph-text { color:#0D5EF4;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-cfa02b24-41b0-465f-9c01-6329c3f84963 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-53974b8a-49ff-49d5-935c-84789a95ea18 { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;border-radius:12px;box-shadow:0px 0px 4px 0px #00000040;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-31cb950d-50cf-4210-ae4e-93e802ffea0e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-31cb950d-50cf-4210-ae4e-93e802ffea0e { display:flex;justify-content:left; } .ablocks-block-31cb950d-50cf-4210-ae4e-93e802ffea0e .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-31cb950d-50cf-4210-ae4e-93e802ffea0e .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-22893f51-002a-454d-bfba-f327dee26e1e { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-22893f51-002a-454d-bfba-f327dee26e1e:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-22893f51-002a-454d-bfba-f327dee26e1e:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-22893f51-002a-454d-bfba-f327dee26e1e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-22893f51-002a-454d-bfba-f327dee26e1e > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-22893f51-002a-454d-bfba-f327dee26e1e > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-d56f34b5-359c-462d-8361-23cbb443d32d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d56f34b5-359c-462d-8361-23cbb443d32d .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-d56f34b5-359c-462d-8361-23cbb443d32d .ablocks-rating { font-size:24px; } .ablocks-block-d56f34b5-359c-462d-8361-23cbb443d32d .ablocks-icon-wrap { font-size:18px; } .ablocks-block-d56f34b5-359c-462d-8361-23cbb443d32d .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-d56f34b5-359c-462d-8361-23cbb443d32d .ablocks-star-ratings-icons { gap:0px; } .ablocks-block-d56f34b5-359c-462d-8361-23cbb443d32d .ablocks-star-rating-number { color:#000000;order:10; } 
.ablocks-block-1ade1811-af0c-44f7-87db-87ee7a1379c6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1ade1811-af0c-44f7-87db-87ee7a1379c6 { text-align:left; } .ablocks-block-1ade1811-af0c-44f7-87db-87ee7a1379c6 .ablocks-paragraph-text { color:#4D5765;font-family:"DM Sans",sans-serif;font-weight:400;font-size:13.1px;line-height:100%; } @media screen and (max-width: 800px) { .ablocks-block-1ade1811-af0c-44f7-87db-87ee7a1379c6 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-1ade1811-af0c-44f7-87db-87ee7a1379c6 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1667148a-cdf3-4017-b11d-18e943265129 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1667148a-cdf3-4017-b11d-18e943265129 { text-align:left; } .ablocks-block-1667148a-cdf3-4017-b11d-18e943265129 .ablocks-heading-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-1667148a-cdf3-4017-b11d-18e943265129 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-1667148a-cdf3-4017-b11d-18e943265129 .ablocks-animated-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } 
.ablocks-block-d247a465-ab98-40c2-842d-b85a81f9974e { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-d247a465-ab98-40c2-842d-b85a81f9974e:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-d247a465-ab98-40c2-842d-b85a81f9974e:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-d247a465-ab98-40c2-842d-b85a81f9974e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d247a465-ab98-40c2-842d-b85a81f9974e > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-d247a465-ab98-40c2-842d-b85a81f9974e > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-cd87f584-61be-4641-8b32-17acff2df8b5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cd87f584-61be-4641-8b32-17acff2df8b5 { text-align:left; } .ablocks-block-cd87f584-61be-4641-8b32-17acff2df8b5 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-cd87f584-61be-4641-8b32-17acff2df8b5 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-cd87f584-61be-4641-8b32-17acff2df8b5 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-cd87f584-61be-4641-8b32-17acff2df8b5 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-cd87f584-61be-4641-8b32-17acff2df8b5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-cd87f584-61be-4641-8b32-17acff2df8b5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-eb3e10bc-8c13-4c99-a151-2b480505fd0f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eb3e10bc-8c13-4c99-a151-2b480505fd0f { text-align:left; } .ablocks-block-eb3e10bc-8c13-4c99-a151-2b480505fd0f .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-eb3e10bc-8c13-4c99-a151-2b480505fd0f .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-eb3e10bc-8c13-4c99-a151-2b480505fd0f .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-eb3e10bc-8c13-4c99-a151-2b480505fd0f .ablocks-icon-wrap { font-size:16px; } .ablocks-block-eb3e10bc-8c13-4c99-a151-2b480505fd0f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-eb3e10bc-8c13-4c99-a151-2b480505fd0f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-6d1d8585-a20a-43cf-a36e-7ca878727265 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-6d1d8585-a20a-43cf-a36e-7ca878727265 { text-align:left; } .ablocks-block-6d1d8585-a20a-43cf-a36e-7ca878727265 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-6d1d8585-a20a-43cf-a36e-7ca878727265 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-6d1d8585-a20a-43cf-a36e-7ca878727265 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-6d1d8585-a20a-43cf-a36e-7ca878727265 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-6d1d8585-a20a-43cf-a36e-7ca878727265 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:19px; } .ablocks-block-6d1d8585-a20a-43cf-a36e-7ca878727265 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-69108eaf-993a-4a73-9552-10ccbd1f4335 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-69108eaf-993a-4a73-9552-10ccbd1f4335:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-69108eaf-993a-4a73-9552-10ccbd1f4335:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-69108eaf-993a-4a73-9552-10ccbd1f4335.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-69108eaf-993a-4a73-9552-10ccbd1f4335 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-ff9d9fcd-1681-462d-a79d-29e54a30c33a { border-width:1px 0px 0px 0px;border-style:dashed;border-color:#d0dbe9;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ff9d9fcd-1681-462d-a79d-29e54a30c33a .ablocks-spacer__box { height:1px!important; } 
.ablocks-block-693a3f37-5981-4082-bd6e-76a918464f91 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-693a3f37-5981-4082-bd6e-76a918464f91:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-693a3f37-5981-4082-bd6e-76a918464f91:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-693a3f37-5981-4082-bd6e-76a918464f91.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-693a3f37-5981-4082-bd6e-76a918464f91 > .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-693a3f37-5981-4082-bd6e-76a918464f91 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8 { padding:0px;border-style:none;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box > .ablocks-block-container > .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-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box > .ablocks-block-container > .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box > .ablocks-block-container > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:46px; } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap , .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%;color:#0E0E0F; } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box > .ablocks-block-container > .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-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box > .ablocks-block-container > .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-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8 .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-662f0e22-2f6d-459b-9287-e4284fe1e2d8 .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-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box:hover > .ablocks-block-container > .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-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box:hover > .ablocks-block-container > .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-662f0e22-2f6d-459b-9287-e4284fe1e2d8 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8.ablocks-block--info-box > .ablocks-block-container > .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-662f0e22-2f6d-459b-9287-e4284fe1e2d8 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-662f0e22-2f6d-459b-9287-e4284fe1e2d8 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-3c21798c-b7b8-4b8c-ae9b-284416cb197e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3c21798c-b7b8-4b8c-ae9b-284416cb197e { text-align:left; } .ablocks-block-3c21798c-b7b8-4b8c-ae9b-284416cb197e .ablocks-paragraph-text { color:#0D5EF4;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-3c21798c-b7b8-4b8c-ae9b-284416cb197e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-30eb0f9f-f039-465e-b3cb-a9cab3d82fc8 { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;border-radius:12px;box-shadow:0px 0px 4px 0px #00000040;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-7d306d1f-2f78-4c74-9066-a8220b78beba { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7d306d1f-2f78-4c74-9066-a8220b78beba { display:flex;justify-content:left; } .ablocks-block-7d306d1f-2f78-4c74-9066-a8220b78beba .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-7d306d1f-2f78-4c74-9066-a8220b78beba .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-1a78a182-f79c-40b6-a3d9-167053c2c6dc { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-1a78a182-f79c-40b6-a3d9-167053c2c6dc:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-1a78a182-f79c-40b6-a3d9-167053c2c6dc:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-1a78a182-f79c-40b6-a3d9-167053c2c6dc.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1a78a182-f79c-40b6-a3d9-167053c2c6dc > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-1a78a182-f79c-40b6-a3d9-167053c2c6dc > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-a8647b63-067b-4279-9954-b68b11a2047a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a8647b63-067b-4279-9954-b68b11a2047a .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-a8647b63-067b-4279-9954-b68b11a2047a .ablocks-rating { font-size:24px; } .ablocks-block-a8647b63-067b-4279-9954-b68b11a2047a .ablocks-icon-wrap { font-size:18px; } .ablocks-block-a8647b63-067b-4279-9954-b68b11a2047a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-a8647b63-067b-4279-9954-b68b11a2047a .ablocks-star-ratings-icons { gap:0px; } .ablocks-block-a8647b63-067b-4279-9954-b68b11a2047a .ablocks-star-rating-number { color:#000000;order:10; } 
.ablocks-block-8059b9a5-7baf-4caf-87b5-41d4dcab987b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8059b9a5-7baf-4caf-87b5-41d4dcab987b { text-align:left; } .ablocks-block-8059b9a5-7baf-4caf-87b5-41d4dcab987b .ablocks-paragraph-text { color:#4D5765;font-family:"DM Sans",sans-serif;font-weight:400;font-size:13.1px;line-height:100%; } @media screen and (max-width: 800px) { .ablocks-block-8059b9a5-7baf-4caf-87b5-41d4dcab987b .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-8059b9a5-7baf-4caf-87b5-41d4dcab987b .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-1f022abe-db09-4fb6-8d0e-ca81c7ed016d { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1f022abe-db09-4fb6-8d0e-ca81c7ed016d { text-align:left; } .ablocks-block-1f022abe-db09-4fb6-8d0e-ca81c7ed016d .ablocks-heading-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-1f022abe-db09-4fb6-8d0e-ca81c7ed016d .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-1f022abe-db09-4fb6-8d0e-ca81c7ed016d .ablocks-animated-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } 
.ablocks-block-4005d7ab-1e3b-4bb8-9e36-be185d1c33e5 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-4005d7ab-1e3b-4bb8-9e36-be185d1c33e5:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-4005d7ab-1e3b-4bb8-9e36-be185d1c33e5:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-4005d7ab-1e3b-4bb8-9e36-be185d1c33e5.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4005d7ab-1e3b-4bb8-9e36-be185d1c33e5 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-4005d7ab-1e3b-4bb8-9e36-be185d1c33e5 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-5336a4c8-8068-4c87-8b2a-51dadb2a1637 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5336a4c8-8068-4c87-8b2a-51dadb2a1637 { text-align:left; } .ablocks-block-5336a4c8-8068-4c87-8b2a-51dadb2a1637 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-5336a4c8-8068-4c87-8b2a-51dadb2a1637 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-5336a4c8-8068-4c87-8b2a-51dadb2a1637 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-5336a4c8-8068-4c87-8b2a-51dadb2a1637 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-5336a4c8-8068-4c87-8b2a-51dadb2a1637 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-5336a4c8-8068-4c87-8b2a-51dadb2a1637 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-d2ac2390-abe0-4ce0-b644-12d3a0c53139 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d2ac2390-abe0-4ce0-b644-12d3a0c53139 { text-align:left; } .ablocks-block-d2ac2390-abe0-4ce0-b644-12d3a0c53139 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-d2ac2390-abe0-4ce0-b644-12d3a0c53139 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-d2ac2390-abe0-4ce0-b644-12d3a0c53139 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-d2ac2390-abe0-4ce0-b644-12d3a0c53139 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-d2ac2390-abe0-4ce0-b644-12d3a0c53139 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-d2ac2390-abe0-4ce0-b644-12d3a0c53139 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-7ab71d43-defc-4a09-8bd5-ae176aa9d1f7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7ab71d43-defc-4a09-8bd5-ae176aa9d1f7 { text-align:left; } .ablocks-block-7ab71d43-defc-4a09-8bd5-ae176aa9d1f7 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-7ab71d43-defc-4a09-8bd5-ae176aa9d1f7 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-7ab71d43-defc-4a09-8bd5-ae176aa9d1f7 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-7ab71d43-defc-4a09-8bd5-ae176aa9d1f7 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-7ab71d43-defc-4a09-8bd5-ae176aa9d1f7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:19px; } .ablocks-block-7ab71d43-defc-4a09-8bd5-ae176aa9d1f7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-054c7518-5808-4aa5-ac01-a9c1f1313381 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-054c7518-5808-4aa5-ac01-a9c1f1313381:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-054c7518-5808-4aa5-ac01-a9c1f1313381:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-054c7518-5808-4aa5-ac01-a9c1f1313381.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-054c7518-5808-4aa5-ac01-a9c1f1313381 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-04487843-a832-4441-bb1e-cefb497068c1 { border-width:1px 0px 0px 0px;border-style:dashed;border-color:#d0dbe9;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-04487843-a832-4441-bb1e-cefb497068c1 .ablocks-spacer__box { height:1px!important; } 
.ablocks-block-2c11d418-ab07-49cd-acdb-959815f36435 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-2c11d418-ab07-49cd-acdb-959815f36435:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-2c11d418-ab07-49cd-acdb-959815f36435:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-2c11d418-ab07-49cd-acdb-959815f36435.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-2c11d418-ab07-49cd-acdb-959815f36435 > .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-2c11d418-ab07-49cd-acdb-959815f36435 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630 { padding:0px;border-style:none;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box > .ablocks-block-container > .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-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box > .ablocks-block-container > .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box > .ablocks-block-container > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:46px; } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap , .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%;color:#0E0E0F; } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box > .ablocks-block-container > .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-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box > .ablocks-block-container > .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-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630 .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-7a4866b3-fbb9-464f-8871-9ec7c8fb4630 .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-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box:hover > .ablocks-block-container > .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-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box:hover > .ablocks-block-container > .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-7a4866b3-fbb9-464f-8871-9ec7c8fb4630 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630.ablocks-block--info-box > .ablocks-block-container > .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-7a4866b3-fbb9-464f-8871-9ec7c8fb4630 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-7a4866b3-fbb9-464f-8871-9ec7c8fb4630 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-c7c13157-2bea-4a23-96cb-469ef0647e62 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c7c13157-2bea-4a23-96cb-469ef0647e62 { text-align:left; } .ablocks-block-c7c13157-2bea-4a23-96cb-469ef0647e62 .ablocks-paragraph-text { color:#0D5EF4;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-c7c13157-2bea-4a23-96cb-469ef0647e62 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9d7c265d-3a8b-4e34-a163-56e23fd5312d { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;border-radius:12px;box-shadow:0px 0px 4px 0px #00000040;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-b685f050-594b-47e4-9dc5-f7c73cac4931 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b685f050-594b-47e4-9dc5-f7c73cac4931 { display:flex;justify-content:left; } .ablocks-block-b685f050-594b-47e4-9dc5-f7c73cac4931 .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-b685f050-594b-47e4-9dc5-f7c73cac4931 .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-6a2f0116-fd72-4f07-b29b-a20ae25327e1 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-6a2f0116-fd72-4f07-b29b-a20ae25327e1:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-6a2f0116-fd72-4f07-b29b-a20ae25327e1:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-6a2f0116-fd72-4f07-b29b-a20ae25327e1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-6a2f0116-fd72-4f07-b29b-a20ae25327e1 > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-6a2f0116-fd72-4f07-b29b-a20ae25327e1 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-776f227a-eb7c-4eef-874f-301a93359e87 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-776f227a-eb7c-4eef-874f-301a93359e87 .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-776f227a-eb7c-4eef-874f-301a93359e87 .ablocks-rating { font-size:24px; } .ablocks-block-776f227a-eb7c-4eef-874f-301a93359e87 .ablocks-icon-wrap { font-size:18px; } .ablocks-block-776f227a-eb7c-4eef-874f-301a93359e87 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-776f227a-eb7c-4eef-874f-301a93359e87 .ablocks-star-ratings-icons { gap:0px; } .ablocks-block-776f227a-eb7c-4eef-874f-301a93359e87 .ablocks-star-rating-number { color:#000000;order:10; } 
.ablocks-block-3c3a0580-2c9a-4bde-a394-20823fb2b3c0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3c3a0580-2c9a-4bde-a394-20823fb2b3c0 { text-align:left; } .ablocks-block-3c3a0580-2c9a-4bde-a394-20823fb2b3c0 .ablocks-paragraph-text { color:#4D5765;font-family:"DM Sans",sans-serif;font-weight:400;font-size:13.1px;line-height:100%; } @media screen and (max-width: 800px) { .ablocks-block-3c3a0580-2c9a-4bde-a394-20823fb2b3c0 .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-3c3a0580-2c9a-4bde-a394-20823fb2b3c0 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-c62e7607-756b-49e0-9e40-53718fce902a { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c62e7607-756b-49e0-9e40-53718fce902a { text-align:left; } .ablocks-block-c62e7607-756b-49e0-9e40-53718fce902a .ablocks-heading-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-c62e7607-756b-49e0-9e40-53718fce902a .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-c62e7607-756b-49e0-9e40-53718fce902a .ablocks-animated-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } 
.ablocks-block-46524d65-e646-4436-9f1c-511cdba8c418 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-46524d65-e646-4436-9f1c-511cdba8c418:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-46524d65-e646-4436-9f1c-511cdba8c418:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-46524d65-e646-4436-9f1c-511cdba8c418.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-46524d65-e646-4436-9f1c-511cdba8c418 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-46524d65-e646-4436-9f1c-511cdba8c418 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-b4980640-1676-427b-aa09-2f9bf1cd06a9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b4980640-1676-427b-aa09-2f9bf1cd06a9 { text-align:left; } .ablocks-block-b4980640-1676-427b-aa09-2f9bf1cd06a9 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-b4980640-1676-427b-aa09-2f9bf1cd06a9 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-b4980640-1676-427b-aa09-2f9bf1cd06a9 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-b4980640-1676-427b-aa09-2f9bf1cd06a9 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-b4980640-1676-427b-aa09-2f9bf1cd06a9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-b4980640-1676-427b-aa09-2f9bf1cd06a9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-9e1eee0c-8550-4551-b0b6-7322a5af0f14 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9e1eee0c-8550-4551-b0b6-7322a5af0f14 { text-align:left; } .ablocks-block-9e1eee0c-8550-4551-b0b6-7322a5af0f14 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-9e1eee0c-8550-4551-b0b6-7322a5af0f14 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-9e1eee0c-8550-4551-b0b6-7322a5af0f14 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-9e1eee0c-8550-4551-b0b6-7322a5af0f14 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-9e1eee0c-8550-4551-b0b6-7322a5af0f14 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-9e1eee0c-8550-4551-b0b6-7322a5af0f14 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-c654825c-233b-46d5-9033-187f2c7f8bd6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c654825c-233b-46d5-9033-187f2c7f8bd6 { text-align:left; } .ablocks-block-c654825c-233b-46d5-9033-187f2c7f8bd6 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-c654825c-233b-46d5-9033-187f2c7f8bd6 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-c654825c-233b-46d5-9033-187f2c7f8bd6 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-c654825c-233b-46d5-9033-187f2c7f8bd6 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-c654825c-233b-46d5-9033-187f2c7f8bd6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:19px; } .ablocks-block-c654825c-233b-46d5-9033-187f2c7f8bd6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-7180e633-5740-4032-9839-6fea90ebf995 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-7180e633-5740-4032-9839-6fea90ebf995:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-7180e633-5740-4032-9839-6fea90ebf995:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-7180e633-5740-4032-9839-6fea90ebf995.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7180e633-5740-4032-9839-6fea90ebf995 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-efa8cc8a-a5cb-4a8b-8601-272d8f1f9b5a { border-width:1px 0px 0px 0px;border-style:dashed;border-color:#d0dbe9;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-efa8cc8a-a5cb-4a8b-8601-272d8f1f9b5a .ablocks-spacer__box { height:1px!important; } 
.ablocks-block-03ec7bb2-4538-4a28-91e8-75f8393e02d7 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-03ec7bb2-4538-4a28-91e8-75f8393e02d7:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-03ec7bb2-4538-4a28-91e8-75f8393e02d7:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-03ec7bb2-4538-4a28-91e8-75f8393e02d7.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-03ec7bb2-4538-4a28-91e8-75f8393e02d7 > .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-03ec7bb2-4538-4a28-91e8-75f8393e02d7 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b { padding:0px;border-style:none;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box > .ablocks-block-container > .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-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box > .ablocks-block-container > .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box > .ablocks-block-container > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:46px; } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap , .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%;color:#0E0E0F; } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box > .ablocks-block-container > .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-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box > .ablocks-block-container > .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-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b .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-2ceadc32-c930-4dbf-87a9-4dc56823f61b .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-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box:hover > .ablocks-block-container > .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-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box:hover > .ablocks-block-container > .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-2ceadc32-c930-4dbf-87a9-4dc56823f61b .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b.ablocks-block--info-box > .ablocks-block-container > .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-2ceadc32-c930-4dbf-87a9-4dc56823f61b .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-2ceadc32-c930-4dbf-87a9-4dc56823f61b .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-4a9d0e94-c954-4c2c-8333-1f6cd29c7c0f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4a9d0e94-c954-4c2c-8333-1f6cd29c7c0f { text-align:left; } .ablocks-block-4a9d0e94-c954-4c2c-8333-1f6cd29c7c0f .ablocks-paragraph-text { color:#0D5EF4;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-4a9d0e94-c954-4c2c-8333-1f6cd29c7c0f .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f510277a-a5c9-456b-a9a5-e35bf75eac39 { padding-top:16px;padding-right:16px;padding-bottom:20px;padding-left:16px;border-radius:12px;box-shadow:0px 0px 4px 0px #00000040;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-b308d92f-e0a2-4021-bbb4-0991085184bc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b308d92f-e0a2-4021-bbb4-0991085184bc { display:flex;justify-content:left; } .ablocks-block-b308d92f-e0a2-4021-bbb4-0991085184bc .ablocks-block--featured-image img { height:auto;opacity:1; } .ablocks-block-b308d92f-e0a2-4021-bbb4-0991085184bc .ablocks-block--featured-image img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } 
.ablocks-block-4b94a330-d892-4ba3-a39b-8b50f518c27c { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-4b94a330-d892-4ba3-a39b-8b50f518c27c:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-4b94a330-d892-4ba3-a39b-8b50f518c27c:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-4b94a330-d892-4ba3-a39b-8b50f518c27c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4b94a330-d892-4ba3-a39b-8b50f518c27c > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:4px; } .ablocks-block-4b94a330-d892-4ba3-a39b-8b50f518c27c > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-f6eee128-588d-4c43-ab69-0fce3371d52a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f6eee128-588d-4c43-ab69-0fce3371d52a .ablocks-block-container { display:flex;align-items:center;flex-wrap:wrap;gap:0px;justify-content:left; } .ablocks-block-f6eee128-588d-4c43-ab69-0fce3371d52a .ablocks-rating { font-size:24px; } .ablocks-block-f6eee128-588d-4c43-ab69-0fce3371d52a .ablocks-icon-wrap { font-size:18px; } .ablocks-block-f6eee128-588d-4c43-ab69-0fce3371d52a .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:18px; } .ablocks-block-f6eee128-588d-4c43-ab69-0fce3371d52a .ablocks-star-ratings-icons { gap:0px; } .ablocks-block-f6eee128-588d-4c43-ab69-0fce3371d52a .ablocks-star-rating-number { color:#000000;order:10; } 
.ablocks-block-f26cd397-5280-48dc-8b56-b79e0f843a3e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f26cd397-5280-48dc-8b56-b79e0f843a3e { text-align:left; } .ablocks-block-f26cd397-5280-48dc-8b56-b79e0f843a3e .ablocks-paragraph-text { color:#4D5765;font-family:"DM Sans",sans-serif;font-weight:400;font-size:13.1px;line-height:100%; } @media screen and (max-width: 800px) { .ablocks-block-f26cd397-5280-48dc-8b56-b79e0f843a3e .ablocks-paragraph-text { font-family:DM Sans; } } .ablocks-block-f26cd397-5280-48dc-8b56-b79e0f843a3e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-9f662952-347f-4e07-9449-7ea88b93ec67 { margin-top:20px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9f662952-347f-4e07-9449-7ea88b93ec67 { text-align:left; } .ablocks-block-9f662952-347f-4e07-9449-7ea88b93ec67 .ablocks-heading-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-9f662952-347f-4e07-9449-7ea88b93ec67 .ablocks-animated-text path { stroke:#ff000e;stroke-width:10px;animation:draw-auto 3000ms forwards infinite; } .ablocks-block-9f662952-347f-4e07-9449-7ea88b93ec67 .ablocks-animated-text { color:#0E0E0F;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } 
.ablocks-block-bea1a5cf-6694-42c0-a0da-ca917a4b7211 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-bea1a5cf-6694-42c0-a0da-ca917a4b7211:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-bea1a5cf-6694-42c0-a0da-ca917a4b7211:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-bea1a5cf-6694-42c0-a0da-ca917a4b7211.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bea1a5cf-6694-42c0-a0da-ca917a4b7211 > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:20px; } .ablocks-block-bea1a5cf-6694-42c0-a0da-ca917a4b7211 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-8fec69a2-7603-4535-9405-98d8d21505b5 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8fec69a2-7603-4535-9405-98d8d21505b5 { text-align:left; } .ablocks-block-8fec69a2-7603-4535-9405-98d8d21505b5 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-8fec69a2-7603-4535-9405-98d8d21505b5 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-8fec69a2-7603-4535-9405-98d8d21505b5 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-8fec69a2-7603-4535-9405-98d8d21505b5 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-8fec69a2-7603-4535-9405-98d8d21505b5 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-8fec69a2-7603-4535-9405-98d8d21505b5 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-3e9a9599-5f95-4b2a-b702-3c13311f8039 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3e9a9599-5f95-4b2a-b702-3c13311f8039 { text-align:left; } .ablocks-block-3e9a9599-5f95-4b2a-b702-3c13311f8039 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-3e9a9599-5f95-4b2a-b702-3c13311f8039 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-3e9a9599-5f95-4b2a-b702-3c13311f8039 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-3e9a9599-5f95-4b2a-b702-3c13311f8039 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-3e9a9599-5f95-4b2a-b702-3c13311f8039 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-3e9a9599-5f95-4b2a-b702-3c13311f8039 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-979c9589-3471-4a09-baaa-d7ca85cb1122 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-979c9589-3471-4a09-baaa-d7ca85cb1122 { text-align:left; } .ablocks-block-979c9589-3471-4a09-baaa-d7ca85cb1122 .ablocks-block-container .ablocks-button { column-gap:4px;background:#dddddd00;justify-content:left;color:#4D5765;border-radius:0px;font-family:"DM Sans",sans-serif;font-weight:400;font-size:14px;line-height:26.2px;padding:0px; } @media screen and (max-width: 800px) { .ablocks-block-979c9589-3471-4a09-baaa-d7ca85cb1122 .ablocks-block-container .ablocks-button { font-family:DM Sans; } } .ablocks-block-979c9589-3471-4a09-baaa-d7ca85cb1122 .ablocks-block-container .ablocks-button:hover { transition-duration:s; } .ablocks-block-979c9589-3471-4a09-baaa-d7ca85cb1122 .ablocks-icon-wrap { font-size:unset; } .ablocks-block-979c9589-3471-4a09-baaa-d7ca85cb1122 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:19px; } .ablocks-block-979c9589-3471-4a09-baaa-d7ca85cb1122 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#4D5765; } 
.ablocks-block-7ca09385-3179-4fd7-abc7-75e8874739f8 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-7ca09385-3179-4fd7-abc7-75e8874739f8:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-7ca09385-3179-4fd7-abc7-75e8874739f8:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-7ca09385-3179-4fd7-abc7-75e8874739f8.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7ca09385-3179-4fd7-abc7-75e8874739f8 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b582a450-342d-4195-a696-990816d1d35c { border-width:1px 0px 0px 0px;border-style:dashed;border-color:#d0dbe9;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b582a450-342d-4195-a696-990816d1d35c .ablocks-spacer__box { height:1px!important; } 
.ablocks-block-17cdfe6e-2ae8-4120-9a3a-79b281978b02 { margin-top:20px;padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-is-fse-theme .ablocks-block-17cdfe6e-2ae8-4120-9a3a-79b281978b02:not(.block-editor-block-list__block).ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-17cdfe6e-2ae8-4120-9a3a-79b281978b02:not(.block-editor-block-list__block).ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-17cdfe6e-2ae8-4120-9a3a-79b281978b02.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-17cdfe6e-2ae8-4120-9a3a-79b281978b02 > .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-17cdfe6e-2ae8-4120-9a3a-79b281978b02 > .ablocks-block-container > *:not(style,.ablocks-block--container) { display:inline-block;width:auto; } 
.ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449 { padding:0px;border-style:none;border-radius:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box > .ablocks-block-container { gap:12px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content { gap:10px;align-items:flex-start; } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box > .ablocks-block-container > .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-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box > .ablocks-block-container > .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box > .ablocks-block-container > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:46px; } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box:hover .ablocks-block-container > .ablocks-icon-wrap , .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box:hover .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%;color:#0E0E0F; } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box > .ablocks-block-container > .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-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box > .ablocks-block-container > .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-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box > .ablocks-block-container > .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449 .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-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449 .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-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box:hover > .ablocks-block-container > .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-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box:hover > .ablocks-block-container > .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-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449.ablocks-block--info-box > .ablocks-block-container > .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-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-1d4cdc26-10a8-48ee-bfa8-bcd972f4d449 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-8ccc18ff-4042-48ac-b3c6-51d48afc4863 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8ccc18ff-4042-48ac-b3c6-51d48afc4863 { text-align:left; } .ablocks-block-8ccc18ff-4042-48ac-b3c6-51d48afc4863 .ablocks-paragraph-text { color:#0D5EF4;font-family:Geologica;font-weight:500;font-size:18px;line-height:100%; } .ablocks-block-8ccc18ff-4042-48ac-b3c6-51d48afc4863 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.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; } 
