@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-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-heading-text{margin:0;padding:0}.ablocks-animated-text .ablocks-animated-text-wrapper{display:inline-block;font-style:normal;position:relative}.ablocks-animated-text .ablocks-animated-text-wrapper svg{height:calc(100% + 8px);left:-8px;overflow:visible;pointer-events:none;position:absolute;top:-5px;width:calc(100% + 16px)}.ablocks-animated-text path{stroke:#ff000e;stroke-width:.5em;stroke-dasharray:1500 1500}.ablocks-animated-text .ablocks-animated-text-wrapper path{animation:draw-auto 6s infinite forwards;animation-iteration-count:infinite}@keyframes draw-auto{0%{stroke-dasharray:0 1500}80%{stroke-dasharray:1500 0}to{stroke-dasharray:1500 0}}:root{--typing-selected-bg-color:#0d0d0d;--typing-selected-color:var(--dynamic-text-color,#aebcb9)}.ablocks-rotate-typing .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-typing .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:90%;left:auto;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.ablocks-rotate-typing .ablocks-animated-text-wrapper:not(.ablocks-typing-selected):after{animation:ablocks-headline-pulse 1s infinite}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected{background-color:var(--typing-selected-bg-color,#0d0d0d)}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected:after{visibility:hidden}.ablocks-rotate-typing .ablocks-animated-text-wrapper.ablocks-typing-selected .ablocks-dynamic-text{color:var(--typing-selected-color,var(--dynamic-text-color,#aebcb9))}.ablocks-rotate-typing .ablocks-dynamic-text:not(.ablocks-headline-text-active){visibility:hidden}.ablocks-rotate-typing .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}@keyframes ablocks-headline-pulse{0%{opacity:1;transform:translateY(-50%) scale(1)}40%{opacity:0;transform:translateY(-50%) scale(.9)}to{opacity:0;transform:translateY(-50%) scale(0)}}.ablocks-rotate-clip{display:inline-block;padding:.2em 0}.ablocks-rotate-clip .ablocks-animated-text-wrapper{overflow:hidden;vertical-align:top;width:100%}.ablocks-rotate-clip .ablocks-animated-text-wrapper:after{background-color:#0d0d0d;content:"";height:100%;left:auto;position:absolute;right:0;top:0;width:2px}.ablocks-rotate-clip .ablocks-dynamic-text{opacity:0}.ablocks-rotate-clip .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1}.ablocks-rotate-flip .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-flip .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transform-origin:50% 100%;transition:all .6s ease;visibility:hidden}.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-flip-in 1.2s;opacity:1;transform:rotateX(0deg);visibility:visible}.ablocks-rotate-flip .ablocks-dynamic-text{animation:ablocks-heading-flip-out 1.2s;transform:rotateX(180deg)}@keyframes ablocks-heading-flip-in{0%{opacity:0;transform:rotateX(180deg)}35%{opacity:0;transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;transform:rotateX(1turn)}}@keyframes ablocks-heading-flip-out{0%{opacity:1;transform:rotateX(0deg)}35%{opacity:1;transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;transform:rotateX(180deg)}}.ablocks-rotate-blind .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-blind .ablocks-dynamic-text{opacity:0}.ablocks-rotate-blind .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block;transform:rotateY(180deg)}.ablocks-rotate-blind .ablocks-headline-text-active .ablocks-dynamic-letter{transform:rotateY(0deg)}.ablocks-rotate-blind .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-heading-blinds-in .6s forwards}.ablocks-rotate-blind .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-heading-blind-out .6s forwards}@keyframes ablocks-heading-blinds-in{0%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}@keyframes ablocks-heading-blind-out{0%{transform:rotateY(0)}to{transform:rotateY(-180deg)}}.ablocks-rotate-swirl .ablocks-animated-text-wrapper{perspective:300px;width:100%}.ablocks-rotate-swirl .ablocks-dynamic-letter{backface-visibility:hidden;display:inline-block}.ablocks-rotate-swirl .ablocks-dynamic-text{transform:scaleX(1.0005)}.ablocks-rotate-swirl .ablocks-dynamic-letter .ablocks-headline-text-active{opacity:1;transform:translateZ(-20px) rotateX(90deg);transform-style:preserve-3d}.ablocks-rotate-swirl .ablocks-headline-text-active{opacity:1}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){position:absolute;visibility:hidden}.ablocks-rotate-swirl .ablocks-dynamic-letter.ablocks-animation-in{animation:ablocks-swirl-in .4s forwards}.ablocks-rotate-swirl .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:ablocks-swirl-out .4s forwards}@keyframes ablocks-swirl-in{0%{opacity:0;transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;transform:translateZ(-20px) rotateX(0deg)}}@keyframes ablocks-swirl-out{0%{opacity:1;transform:translateZ(-20px) rotateX(0)}60%{opacity:0;transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;transform:translateZ(-20px) rotateX(-90deg)}}.ablocks-morph-letter{display:inline-block;transform-origin:center;transition:transform .4s,opacity .4s}.morph-flip{color:#e91e63;transform:rotateX(180deg)}.ablocks-rotate-slide-down .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide-down .ablocks-dynamic-text{animation:ablocksHeadingSlideDownOut .6s ease forwards;left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden;visibility:visible}.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideDownIn .6s ease forwards;opacity:1}@keyframes ablocksHeadingSlideDownIn{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes ablocksHeadingSlideDownOut{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}to{opacity:0;transform:translateY(100%)}}.ablocks-rotate-slide .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-slide .ablocks-dynamic-text{animation:ablocksHeadingSlideOut .6s;opacity:0;position:absolute;top:-5px;visibility:hidden}.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocksHeadingSlideIn .6s;opacity:1;visibility:visible}@keyframes ablocksHeadingSlideIn{0%{opacity:0;transform:translateX(-100%)}60%{opacity:1;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes ablocksHeadingSlideOut{0%{opacity:1;transform:translateX(0)}60%{opacity:0;transform:translateX(110%)}to{opacity:0;transform:translateX(100%)}}.ablocks-rotate-drop-in .ablocks-animated-text-wrapper{display:inline-block;height:1em;min-width:100px;perspective:300px;position:relative;vertical-align:middle;width:100%}.ablocks-rotate-drop-in .ablocks-dynamic-text{left:0;opacity:0;position:absolute;top:-5px;transition:all .6s ease;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active{animation:ablocks-heading-drop-in-in .8s;opacity:1;visibility:visible}.ablocks-rotate-drop-in .ablocks-dynamic-text{animation:ablocks-heading-drop-in-out .8s}@keyframes ablocks-heading-drop-in-in{0%{opacity:0;transform:translateZ(100px)}to{opacity:1;transform:translateZ(0)}}@keyframes ablocks-heading-drop-in-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translateZ(-100px)}}.ablocks-rotate-wave .ablocks-dynamic-text{opacity:0}.ablocks-rotate-wave .ablocks-dynamic-letter{display:inline-block;opacity:0;transform:scale(0)}.ablocks-rotate-wave .ablocks-headline-text-active .ablocks-dynamic-letter{opacity:1}.ablocks-rotate-wave .ablocks-dynamic-letter.ablocks-animation-in{animation:elementor-headline-wave-up .6s forwards}.ablocks-rotate-wave .ablocks-dynamic-letter:not(.ablocks-animation-in){animation:elementor-headline-wave-down .6s forwards}@keyframes elementor-headline-wave-up{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes elementor-headline-wave-down{0%{opacity:1;transform:scale(1)}60%{opacity:0;transform:scale(0)}}.ablocks-rotate-bind .ablocks-animated-text-wrapper,.ablocks-rotate-drop-in .ablocks-animated-text-wrapper,.ablocks-rotate-flip .ablocks-animated-text-wrapper,.ablocks-rotate-slide .ablocks-animated-text-wrapper,.ablocks-rotate-slide-down .ablocks-animated-text-wrapper,.ablocks-rotate-swirl .ablocks-animated-text-wrapper,.ablocks-rotate-wave .ablocks-animated-text-wrapper{transition:width .5s}.ablocks-rotate-swirl .ablocks-dynamic-letter{white-space:pre}.ablocks-rotate-drop-in .ablocks-dynamic-text,.ablocks-rotate-flip .ablocks-dynamic-text,.ablocks-rotate-slide .ablocks-dynamic-text,.ablocks-rotate-slide-down .ablocks-dynamic-text{opacity:0;visibility:hidden}.ablocks-rotate-drop-in .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-flip .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide .ablocks-dynamic-text.ablocks-dynamic-text-active,.ablocks-rotate-slide-down .ablocks-dynamic-text.ablocks-dynamic-text-active{opacity:1;visibility:visible}
.ablocks-paragraph-text{margin:0;padding:0}.ablocks-paragraph-text-drop-caps:first-letter{font-size:3em;font-weight:700;line-height:1}.ablocks-paragraph-text-sm{font-size:14px}.ablocks-paragraph-text-md{font-size:16px}.ablocks-paragraph-text-lg{font-size:20px}
.ablocks-button{align-items:center;border-radius:6px;box-sizing:border-box;color:#000;column-gap:5px;display:inline-flex;font-size:16px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease;width:auto}.ablocks-button--link{background:none;border:none;box-shadow:none;cursor:pointer!important;padding:0}.ablocks-button--xs{border-radius:2px;font-size:13px;padding:10px 20px}.ablocks-button--sm{border-radius:3px;font-size:15px;padding:12px 24px}.ablocks-button--md{border-radius:4px;font-size:16px;padding:15px 30px}.ablocks-button--lg{border-radius:5px;font-size:18px;padding:20px 40px}.ablocks-button--xl{border-radius:6px;font-size:20px;padding:25px 50px}.ablocks-button.ablocks-button--icon-left .ablocks-icon-wrap{order:5}.ablocks-button__text{order:10}.ablocks-button.ablocks-button--icon-right .ablocks-icon-wrap{order:15}
.ablocks-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-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-counter__icon{display:inline-flex}.ablocks-counter__content{font-size:40px;z-index:1}.ablocks-counter__text{font-size:16px}.ablocks-block--counter--number .ablocks-block-container,.ablocks-block--counter--number:not(.ablocks-has-container){align-items:center;display:flex}.ablocks-block--counter--circle .ablocks-block-container,.ablocks-block--counter--circle:not(.ablocks-has-container){display:flex;flex-direction:column}.ablocks-block--counter--circle .ablocks-circle-counter__outer{position:relative}.ablocks-block--counter--circle .ablocks-circle-counter__inner{align-items:center;border-radius:50%;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%!important;z-index:1}.ablocks-block--counter--circle .ablocks-circle-counter__svg{border-radius:50%}.ablocks-block--counter--circle .ablocks-circle-counter__progress{stroke:#000;fill:none}.ablocks-block--counter--circle .ablocks-circle-counter__background{stroke:#d6d6d6;fill:none}.ablocks-block--counter--bar .ablocks-block-container,.ablocks-block--counter--bar:not(.ablocks-has-container){display:flex;flex-direction:column}.ablocks-block--counter--bar .ablocks-block-container{width:100%}.ablocks-block--counter--bar{box-sizing:border-box;overflow:hidden}.ablocks-block--counter--bar .ablocks-bar-counter__background{background-color:#dadada;height:100%;width:100%}.ablocks-block--counter--bar .ablocks-bar-counter__progress{align-items:center;background-color:#000;color:#fff;display:flex;height:100%;width:auto}.ablocks-block--counter--bar .ablocks-counter__content{align-items:center;color:#fff;display:flex;font-size:16px;padding:0 5px}

.ablocks-block-marquee[data-animated=true][data-enable-shadow=true]{-webkit-mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent)}.ablocks-block-marquee[data-animated=true]{--ablocks-block-animation-direction:normal;display:flex;gap:var(--ablocks-block-content-gap);overflow:hidden;padding-block:8px;position:relative;user-select:none}.ablocks-block-marquee[data-animated=true][data-direction=down][data-enable-shadow=true],.ablocks-block-marquee[data-animated=true][data-direction=up][data-enable-shadow=true]{-webkit-mask:linear-gradient(180deg,transparent,#fff 20%,#fff 80%,transparent);mask:linear-gradient(180deg,transparent,#fff 20%,#fff 80%,transparent)}.ablocks-block-marquee[data-animated=true][data-direction=down],.ablocks-block-marquee[data-animated=true][data-direction=up]{flex-direction:column;height:200px}.ablocks-block-marquee__children,.ablocks-block-marquee__children-mirror{align-items:center;animation:var(--ablocks-block-animation-name) var(--ablocks-block-animation-speed) linear infinite;animation-direction:var(--ablocks-block-animation-direction);display:flex;flex-shrink:0;gap:var(--ablocks-block-content-gap);white-space:nowrap}.ablocks-block-marquee[data-direction=down] .ablocks-block-marquee__children,.ablocks-block-marquee[data-direction=down] .ablocks-block-marquee__children-mirror,.ablocks-block-marquee[data-direction=up] .ablocks-block-marquee__children,.ablocks-block-marquee[data-direction=up] .ablocks-block-marquee__children-mirror{flex-direction:column}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(calc(var(--ablocks-block-total-width)*-1))}}@keyframes marquee-scroll-vertical{0%{transform:translateY(0)}to{transform:translateY(calc(var(--ablocks-block-total-height)*-1))}}.ablocks-block-marquee__children,.ablocks-block-marquee__children-mirror{scrollbar-width:none;-ms-overflow-style:none}.ablocks-block-marquee__children-mirror::-webkit-scrollbar,.ablocks-block-marquee__children::-webkit-scrollbar{display:none}.ablocks-block-marquee__custom-btn{background:#1e1e1e;color:#fff;height:28px;min-width:24px;padding:0}.ablocks-block-marquee__custom-btn svg{fill:#fff}.ablocks-block-marquee__custom-btn .ablocks-icon--plus:before{color:#fff}.ablocks-block-marquee__children>div[role=presentation],.ablocks-block-marquee__custom-btn{cursor:pointer;z-index:1}.is-layout-constrained>.ablocks-block--marquee:where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width:100%!important}.ablocks-block-marquee-dropdown-toolbar-menu .ablocks-icon--plus:before{color:#000;font-size:20px}.ablocks-block-marquee__children-child{align-items:center;display:flex}

.ablocks-block-862c935c-2768-4895-9037-f6149a5ae3f4 { margin:0px;padding-top:44px;padding-bottom:56px;background-image:url("https://library.template-kits.com/scalex/wp-content/uploads/sites/37/2025/09/frame_1707483005.webp");background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;z-index:-21;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-862c935c-2768-4895-9037-f6149a5ae3f4 { padding-top:80px;padding-bottom:70px; } } @media screen and (max-width: 480px) { .ablocks-block-862c935c-2768-4895-9037-f6149a5ae3f4 { padding-top:50px;padding-bottom:50px; } } .ablocks-block-862c935c-2768-4895-9037-f6149a5ae3f4.ablocks-block--container { padding-top:44px;padding-bottom:56px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-862c935c-2768-4895-9037-f6149a5ae3f4.ablocks-block--container { padding-top:80px;padding-bottom:70px; } } @media screen and (max-width: 480px) { .ablocks-block-862c935c-2768-4895-9037-f6149a5ae3f4.ablocks-block--container { padding-top:50px;padding-bottom:50px; } } .ablocks-block-862c935c-2768-4895-9037-f6149a5ae3f4 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-862c935c-2768-4895-9037-f6149a5ae3f4 > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-862c935c-2768-4895-9037-f6149a5ae3f4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;align-items:center;min-height:0px;row-gap:20px;column-gap:20px; } .entry-content.wp-block-post-content.is-layout-flow.wp-block-post-content-is-layout-flow { margin: 0; }
.ablocks-block-d521a784-dd58-4cee-83a4-019ba6c337b0 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-d521a784-dd58-4cee-83a4-019ba6c337b0 { margin:-15px; } } .ablocks-block-d521a784-dd58-4cee-83a4-019ba6c337b0.ablocks-block--container { padding:0px;max-width:min(100%,52%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-d521a784-dd58-4cee-83a4-019ba6c337b0.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-d521a784-dd58-4cee-83a4-019ba6c337b0 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:24px;column-gap:0px; } .ablocks-block-d521a784-dd58-4cee-83a4-019ba6c337b0.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:24px;column-gap:0px; } 
.ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 { padding-top:8px;padding-right:16px;padding-bottom:8px;padding-left:16px;background-image:url("https://parvez2.template-kits.com/wp-content/uploads/2025/04/frame_1618873163-1.webp");background-position:center;background-repeat:no-repeat;background-size:cover;border-style:none;border-radius:999px;box-shadow:0px 1px 2px 0px rgba(19,25,27,0.12);position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230:not(.ablocks-has-block-container), .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230.ablocks-block--info-box > .ablocks-block-container { gap:10px;display:flex;flex-direction:row;align-items:center; } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 .ablocks-block--info-box__content { gap:10px;align-items:center; } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 .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-87074d2e-fd62-4f85-918b-dca8cd012230 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:unset; } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:70px; } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:24px;color:#FFF; } @media screen and (max-width: 800px) { .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:14px; } } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:20px;color:#13191B; } @media screen and (max-width: 800px) { .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Roboto; } } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 .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-87074d2e-fd62-4f85-918b-dca8cd012230 .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-87074d2e-fd62-4f85-918b-dca8cd012230.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 .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-87074d2e-fd62-4f85-918b-dca8cd012230 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-87074d2e-fd62-4f85-918b-dca8cd012230 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-0ae9b55d-feae-4343-b627-2c2f80f013e4 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-0ae9b55d-feae-4343-b627-2c2f80f013e4.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-0ae9b55d-feae-4343-b627-2c2f80f013e4 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:16px;column-gap:0px; } .ablocks-block-0ae9b55d-feae-4343-b627-2c2f80f013e4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:16px;column-gap:0px; } 
.ablocks-block-1400ccc6-0569-4bba-810d-074f0f52eca5 { margin:10px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-1400ccc6-0569-4bba-810d-074f0f52eca5 { margin-top:10px;margin-right:0px;margin-bottom:10px;margin-left:0px; } } .ablocks-block-1400ccc6-0569-4bba-810d-074f0f52eca5 > .ablocks-block-container { transform:rotateZ(0deg); } .ablocks-block-1400ccc6-0569-4bba-810d-074f0f52eca5 { text-align:center; } .ablocks-block-1400ccc6-0569-4bba-810d-074f0f52eca5 .ablocks-heading-text { color:#ffffff;font-family:Inter,sans-serif;font-weight:500;font-style:Medium;font-size:64px;line-height:82px; } @media screen and (max-width: 800px) { .ablocks-block-1400ccc6-0569-4bba-810d-074f0f52eca5 .ablocks-heading-text { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-1400ccc6-0569-4bba-810d-074f0f52eca5 .ablocks-heading-text { font-size:48px;line-height:54px; } } .ablocks-block-1400ccc6-0569-4bba-810d-074f0f52eca5 .ablocks-animated-text path { stroke:var(--wp--preset--color--palette-color-1);stroke-width:8.6px;animation:draw-auto 5000ms forwards infinite; } .ablocks-block-1400ccc6-0569-4bba-810d-074f0f52eca5 .ablocks-animated-text { color:#ffffff;font-family:Inter,sans-serif;font-weight:500;font-style:Medium;font-size:64px;line-height:82px; } @media screen and (max-width: 800px) { .ablocks-block-1400ccc6-0569-4bba-810d-074f0f52eca5 .ablocks-animated-text { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-1400ccc6-0569-4bba-810d-074f0f52eca5 .ablocks-animated-text { font-size:48px;line-height:54px; } } .ablocks-block-1400ccc6-0569-4bba-810d-074f0f52eca5 .ablocks-animated-text-wrapper { color:#ebf2f6; } 
.ablocks-block-e671984d-5b66-4070-8b2f-0a0bed7d45dd { width:73%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-e671984d-5b66-4070-8b2f-0a0bed7d45dd { width:100%; } } .ablocks-block-e671984d-5b66-4070-8b2f-0a0bed7d45dd { text-align:center; } .ablocks-block-e671984d-5b66-4070-8b2f-0a0bed7d45dd .ablocks-paragraph-text { color:#E6ECFFB2;font-family:Inter,sans-serif;font-weight:400;font-style:Regular;font-size:24px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-e671984d-5b66-4070-8b2f-0a0bed7d45dd .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-e671984d-5b66-4070-8b2f-0a0bed7d45dd .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-94206d73-931a-49cd-aac6-72e84c01541d { width:73%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-94206d73-931a-49cd-aac6-72e84c01541d { width:100%; } } .ablocks-block-94206d73-931a-49cd-aac6-72e84c01541d { text-align:center; } .ablocks-block-94206d73-931a-49cd-aac6-72e84c01541d .ablocks-paragraph-text { color:#E6ECFFB2;font-family:Inter,sans-serif;font-weight:400;font-style:Regular;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-94206d73-931a-49cd-aac6-72e84c01541d .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-94206d73-931a-49cd-aac6-72e84c01541d .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-0844fcb8-7524-400d-ad63-4bb2074640c2 { margin-top:-28px;margin-bottom:-1px;padding-top:64px;padding-bottom:120px;background:#010409;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-0844fcb8-7524-400d-ad63-4bb2074640c2 { padding-top:40px;padding-bottom:40px; } } @media screen and (max-width: 480px) { .ablocks-block-0844fcb8-7524-400d-ad63-4bb2074640c2 { padding-top:50px;padding-bottom:50px; } } .ablocks-block-0844fcb8-7524-400d-ad63-4bb2074640c2.ablocks-block--container { padding-top:64px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-0844fcb8-7524-400d-ad63-4bb2074640c2.ablocks-block--container { padding-top:40px;padding-bottom:40px; } } @media screen and (max-width: 480px) { .ablocks-block-0844fcb8-7524-400d-ad63-4bb2074640c2.ablocks-block--container { padding-top:50px;padding-bottom:50px; } } .ablocks-block-0844fcb8-7524-400d-ad63-4bb2074640c2 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-0844fcb8-7524-400d-ad63-4bb2074640c2 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:46px; } .ablocks-block-0844fcb8-7524-400d-ad63-4bb2074640c2.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:46px; } 
.ablocks-block-b09160f0-da45-44c1-85f0-61c96d7c7224 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b09160f0-da45-44c1-85f0-61c96d7c7224.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b09160f0-da45-44c1-85f0-61c96d7c7224 { display:flex;flex-direction:column;min-height:0px;row-gap:7px;column-gap:0px; } .ablocks-block-b09160f0-da45-44c1-85f0-61c96d7c7224.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:7px;column-gap:0px; } 
.ablocks-block-8946a98d-e83b-4b19-9b45-13fc3627631e { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8946a98d-e83b-4b19-9b45-13fc3627631e { text-align:center; } .ablocks-block-8946a98d-e83b-4b19-9b45-13fc3627631e .ablocks-paragraph-text { color:#E6ECFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-8946a98d-e83b-4b19-9b45-13fc3627631e .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-8946a98d-e83b-4b19-9b45-13fc3627631e .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-5334a7ed-ab06-4964-adc3-8579bdb1b822 { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-5334a7ed-ab06-4964-adc3-8579bdb1b822 { margin-top:20px; } } .ablocks-block-5334a7ed-ab06-4964-adc3-8579bdb1b822 { text-align:center; } .ablocks-block-5334a7ed-ab06-4964-adc3-8579bdb1b822 .ablocks-button { column-gap:14px;background:#2934FF;justify-content:left;color:#FFF;border-width:2px;border-style:solid;border-color:rgba(255,255,255,0.20);border-radius:999px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-5334a7ed-ab06-4964-adc3-8579bdb1b822 .ablocks-button { font-family:Inter; } } .ablocks-block-5334a7ed-ab06-4964-adc3-8579bdb1b822 .ablocks-button:hover { transition-duration:s;background:#091fa7; } .ablocks-block-5334a7ed-ab06-4964-adc3-8579bdb1b822 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-5334a7ed-ab06-4964-adc3-8579bdb1b822 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-5334a7ed-ab06-4964-adc3-8579bdb1b822 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:var(--wp--preset--color--palette-color-8); } 
.ablocks-block-95aaaf9a-9d3b-470c-a179-e1a7806e4b8e { margin-top:0px;padding-top:0px;padding-bottom:0px;background:#010409;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-95aaaf9a-9d3b-470c-a179-e1a7806e4b8e { padding-top:60px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-95aaaf9a-9d3b-470c-a179-e1a7806e4b8e { padding-top:50px;padding-bottom:50px; } } .ablocks-block-95aaaf9a-9d3b-470c-a179-e1a7806e4b8e.ablocks-block--container { padding-top:0px;padding-bottom:0px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-95aaaf9a-9d3b-470c-a179-e1a7806e4b8e.ablocks-block--container { padding-top:60px;padding-bottom:80px; } } @media screen and (max-width: 480px) { .ablocks-block-95aaaf9a-9d3b-470c-a179-e1a7806e4b8e.ablocks-block--container { padding-top:50px;padding-bottom:50px; } } .ablocks-block-95aaaf9a-9d3b-470c-a179-e1a7806e4b8e > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-95aaaf9a-9d3b-470c-a179-e1a7806e4b8e > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:120px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-95aaaf9a-9d3b-470c-a179-e1a7806e4b8e > .ablocks-block-container { row-gap:80px; } } @media screen and (max-width: 480px) { .ablocks-block-95aaaf9a-9d3b-470c-a179-e1a7806e4b8e > .ablocks-block-container { row-gap:50px; } } .ablocks-block-95aaaf9a-9d3b-470c-a179-e1a7806e4b8e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:120px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-95aaaf9a-9d3b-470c-a179-e1a7806e4b8e.ablocks-has-block-container > .ablocks-block-container { row-gap:80px; } } @media screen and (max-width: 480px) { .ablocks-block-95aaaf9a-9d3b-470c-a179-e1a7806e4b8e.ablocks-has-block-container > .ablocks-block-container { row-gap:50px; } } 
.ablocks-block-42517826-f703-4f77-a9b4-b0c4dd101694 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-42517826-f703-4f77-a9b4-b0c4dd101694.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-42517826-f703-4f77-a9b4-b0c4dd101694 { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:66px; } @media screen and (max-width: 800px) { .ablocks-block-42517826-f703-4f77-a9b4-b0c4dd101694 { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-42517826-f703-4f77-a9b4-b0c4dd101694 { flex-direction:column;row-gap:24px; } } .ablocks-block-42517826-f703-4f77-a9b4-b0c4dd101694.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:66px; } @media screen and (max-width: 800px) { .ablocks-block-42517826-f703-4f77-a9b4-b0c4dd101694.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-42517826-f703-4f77-a9b4-b0c4dd101694.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-42517826-f703-4f77-a9b4-b0c4dd101694 { display:inline-flex; } 
.ablocks-block-05ed2a88-d99b-446d-ad54-821109dabb8b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-05ed2a88-d99b-446d-ad54-821109dabb8b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-05ed2a88-d99b-446d-ad54-821109dabb8b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-05ed2a88-d99b-446d-ad54-821109dabb8b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-baf58164-aa0b-4165-8100-2f9af092e608 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-baf58164-aa0b-4165-8100-2f9af092e608 { display:flex;justify-content:center; } .ablocks-block-baf58164-aa0b-4165-8100-2f9af092e608 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-baf58164-aa0b-4165-8100-2f9af092e608 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-baf58164-aa0b-4165-8100-2f9af092e608 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-37d02185-ae73-4a13-b42f-269bf708770e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-37d02185-ae73-4a13-b42f-269bf708770e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-37d02185-ae73-4a13-b42f-269bf708770e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-37d02185-ae73-4a13-b42f-269bf708770e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-60ed0f02-7e70-4c4c-b9c9-292013908cc9 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-60ed0f02-7e70-4c4c-b9c9-292013908cc9 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-60ed0f02-7e70-4c4c-b9c9-292013908cc9 { text-align:center; } } .ablocks-block-60ed0f02-7e70-4c4c-b9c9-292013908cc9 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#8aa5ff;border-width:1px 2px 1px 2px;border-style:solid;border-color:#2934FF;border-radius:26px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;padding-top:8px;padding-right:16px;padding-bottom:8px;padding-left:16px; } @media screen and (max-width: 800px) { .ablocks-block-60ed0f02-7e70-4c4c-b9c9-292013908cc9 .ablocks-button { font-family:Inter; } } .ablocks-block-60ed0f02-7e70-4c4c-b9c9-292013908cc9 .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#284bd6; } .ablocks-block-60ed0f02-7e70-4c4c-b9c9-292013908cc9 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-60ed0f02-7e70-4c4c-b9c9-292013908cc9 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-60ed0f02-7e70-4c4c-b9c9-292013908cc9 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-60ed0f02-7e70-4c4c-b9c9-292013908cc9 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b { margin-top:32px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b { margin-top:20px; } } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b:not(.ablocks-has-block-container), .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-block--info-box__content { gap:20px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-block--info-box__content { gap:16px; } } @media screen and (max-width: 480px) { .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-block--info-box__content { align-items:center; } } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .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-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:40px;line-height:52px;color:#e6ecff; } @media screen and (max-width: 800px) { .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter;font-size:30px;line-height:41px; } } @media screen and (max-width: 480px) { .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center; } } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#E6ECFF; } @media screen and (max-width: 800px) { .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter;font-size:14px; } } @media screen and (max-width: 480px) { .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;margin-top:0px;margin-right:2px;margin-bottom:0px;margin-left:2px; } } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .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-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } @media screen and (max-width: 480px) { .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .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-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .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-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .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-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-ab25d558-7b26-4ab5-abfc-8f3cae4edd8b .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-a94b257d-fd17-4142-b55b-451aad8de99b { margin-top:18px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a94b257d-fd17-4142-b55b-451aad8de99b { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-a94b257d-fd17-4142-b55b-451aad8de99b { font-family:Inter; } } .ablocks-block-a94b257d-fd17-4142-b55b-451aad8de99b .ablocks-list { gap:14px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-a94b257d-fd17-4142-b55b-451aad8de99b .ablocks-list__item-content { align-items:center;gap:12px; } .ablocks-block-a94b257d-fd17-4142-b55b-451aad8de99b .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#2934ff;fill:#2934ff;font-size:16px; } .ablocks-block-a94b257d-fd17-4142-b55b-451aad8de99b .ablocks-list__item-content .ablocks-list__item-text { color:#E6ECFF; } 
.ablocks-block-a79289ef-311e-4837-9cf9-622899147076 { margin-top:32px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-a79289ef-311e-4837-9cf9-622899147076 { margin-top:20px; } } .ablocks-block-a79289ef-311e-4837-9cf9-622899147076 { text-align:center; } .ablocks-block-a79289ef-311e-4837-9cf9-622899147076 .ablocks-button { column-gap:14px;background:#2934FF;justify-content:left;color:#FFF;border-width:2px;border-style:solid;border-color:rgba(255,255,255,0.20);border-radius:999px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-a79289ef-311e-4837-9cf9-622899147076 .ablocks-button { font-family:Inter; } } .ablocks-block-a79289ef-311e-4837-9cf9-622899147076 .ablocks-button:hover { transition-duration:s;background:#091fa7; } .ablocks-block-a79289ef-311e-4837-9cf9-622899147076 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-a79289ef-311e-4837-9cf9-622899147076 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-a79289ef-311e-4837-9cf9-622899147076 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:var(--wp--preset--color--palette-color-8); } 
.ablocks-block-f96d6537-15b0-4ff6-9fef-41c37fa6fdcd { padding:0px;background-image:url("https://elmetodomalik.com/wp-content/uploads/2025/09/frame_1707483005-1.webp");position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f96d6537-15b0-4ff6-9fef-41c37fa6fdcd.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f96d6537-15b0-4ff6-9fef-41c37fa6fdcd { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:66px; } @media screen and (max-width: 800px) { .ablocks-block-f96d6537-15b0-4ff6-9fef-41c37fa6fdcd { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f96d6537-15b0-4ff6-9fef-41c37fa6fdcd { flex-direction:column;row-gap:24px; } } .ablocks-block-f96d6537-15b0-4ff6-9fef-41c37fa6fdcd.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:center;min-height:0px;row-gap:0px;column-gap:66px; } @media screen and (max-width: 800px) { .ablocks-block-f96d6537-15b0-4ff6-9fef-41c37fa6fdcd.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-f96d6537-15b0-4ff6-9fef-41c37fa6fdcd.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;row-gap:24px; } } .ablocks-block-f96d6537-15b0-4ff6-9fef-41c37fa6fdcd { display:inline-flex; } 
.ablocks-block-89ef89ce-878f-4c69-92d5-8fc63f75a15a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-89ef89ce-878f-4c69-92d5-8fc63f75a15a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-89ef89ce-878f-4c69-92d5-8fc63f75a15a { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-89ef89ce-878f-4c69-92d5-8fc63f75a15a { row-gap:20px; } } .ablocks-block-89ef89ce-878f-4c69-92d5-8fc63f75a15a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-89ef89ce-878f-4c69-92d5-8fc63f75a15a.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } 
.ablocks-block-4b42a67b-a625-4ed4-940a-2a6c7e194706 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4b42a67b-a625-4ed4-940a-2a6c7e194706 { text-align:left; } @media screen and (max-width: 480px) { .ablocks-block-4b42a67b-a625-4ed4-940a-2a6c7e194706 { text-align:center; } } .ablocks-block-4b42a67b-a625-4ed4-940a-2a6c7e194706 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:left;color:#8aa5ff;border-width:1px 2px 1px 2px;border-style:solid;border-color:#2934FF;border-radius:26px;font-family:Inter,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:24px;padding-top:8px;padding-right:16px;padding-bottom:8px;padding-left:16px; } @media screen and (max-width: 800px) { .ablocks-block-4b42a67b-a625-4ed4-940a-2a6c7e194706 .ablocks-button { font-family:Inter; } } .ablocks-block-4b42a67b-a625-4ed4-940a-2a6c7e194706 .ablocks-button:hover { transition-duration:s;color:#ffffff;background:#284bd6; } .ablocks-block-4b42a67b-a625-4ed4-940a-2a6c7e194706 .ablocks-button:hover .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-4b42a67b-a625-4ed4-940a-2a6c7e194706 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-4b42a67b-a625-4ed4-940a-2a6c7e194706 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-4b42a67b-a625-4ed4-940a-2a6c7e194706 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3:not(.ablocks-has-block-container), .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-block--info-box__content { gap:24px;align-items:flex-start; } @media screen and (max-width: 800px) { .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-block--info-box__content { gap:16px; } } @media screen and (max-width: 480px) { .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-block--info-box__content { align-items:center; } } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .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-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:40px;line-height:52px;color:#e6ecff; } @media screen and (max-width: 800px) { .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter;font-size:30px;line-height:42px; } } @media screen and (max-width: 480px) { .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center; } } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#E6ECFF; } @media screen and (max-width: 800px) { .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter;font-size:14px; } } @media screen and (max-width: 480px) { .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center; } } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .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-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } @media screen and (max-width: 480px) { .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center; } } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } @media screen and (max-width: 480px) { .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-info-box-star-ratings { justify-content:center; } } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .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-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .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-fa690367-6f06-4a3c-95f8-bae09d9e04a3.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .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-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-fa690367-6f06-4a3c-95f8-bae09d9e04a3 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-3904a168-628c-470e-a3ee-81e94da3d04f { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3904a168-628c-470e-a3ee-81e94da3d04f.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-3904a168-628c-470e-a3ee-81e94da3d04f { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:100px; } @media screen and (max-width: 800px) { .ablocks-block-3904a168-628c-470e-a3ee-81e94da3d04f { column-gap:60px; } } .ablocks-block-3904a168-628c-470e-a3ee-81e94da3d04f.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;min-height:0px;row-gap:0px;column-gap:100px; } @media screen and (max-width: 800px) { .ablocks-block-3904a168-628c-470e-a3ee-81e94da3d04f.ablocks-has-block-container > .ablocks-block-container { column-gap:60px; } } .ablocks-block-3904a168-628c-470e-a3ee-81e94da3d04f { display:inline-flex; } 
.ablocks-block-b4a39f62-fdac-4780-91c0-7534e3d3c1b7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b4a39f62-fdac-4780-91c0-7534e3d3c1b7.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-b4a39f62-fdac-4780-91c0-7534e3d3c1b7.ablocks-block--counter--bar .ablocks-block-container { align-items:left; } .ablocks-block-b4a39f62-fdac-4780-91c0-7534e3d3c1b7.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-b4a39f62-fdac-4780-91c0-7534e3d3c1b7.ablocks-block--counter--number .ablocks-block-container { justify-content:left; } .ablocks-block-b4a39f62-fdac-4780-91c0-7534e3d3c1b7 .ablocks-counter__content { color:#5a5cd5;font-family:Inter,sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:32px;line-height:41.6px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-b4a39f62-fdac-4780-91c0-7534e3d3c1b7 .ablocks-counter__content { font-family:Inter; } } .ablocks-block-b4a39f62-fdac-4780-91c0-7534e3d3c1b7 .ablocks-counter__text { color:#E6ECFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-b4a39f62-fdac-4780-91c0-7534e3d3c1b7 .ablocks-counter__text { font-family:Inter; } } .ablocks-block-b4a39f62-fdac-4780-91c0-7534e3d3c1b7.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-b4a39f62-fdac-4780-91c0-7534e3d3c1b7.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-b4a39f62-fdac-4780-91c0-7534e3d3c1b7.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:left;align-items:left; } .ablocks-block-b4a39f62-fdac-4780-91c0-7534e3d3c1b7 .ablocks-block-container { justify-content:left;align-items:left; } .ablocks-block-b4a39f62-fdac-4780-91c0-7534e3d3c1b7.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-b4a39f62-fdac-4780-91c0-7534e3d3c1b7.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-b4a39f62-fdac-4780-91c0-7534e3d3c1b7 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-b4a39f62-fdac-4780-91c0-7534e3d3c1b7 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-b4a39f62-fdac-4780-91c0-7534e3d3c1b7 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-5e06e678-19ef-454e-8644-9bf712f4f157 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-5e06e678-19ef-454e-8644-9bf712f4f157.ablocks-block--counter--bar:not(.ablocks-has-container), .ablocks-block-5e06e678-19ef-454e-8644-9bf712f4f157.ablocks-block--counter--bar .ablocks-block-container { align-items:left; } .ablocks-block-5e06e678-19ef-454e-8644-9bf712f4f157.ablocks-block--counter--number:not(.ablocks-has-container), .ablocks-block-5e06e678-19ef-454e-8644-9bf712f4f157.ablocks-block--counter--number .ablocks-block-container { justify-content:left; } .ablocks-block-5e06e678-19ef-454e-8644-9bf712f4f157 .ablocks-counter__content { color:#5a5cd5;font-family:Inter,sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:32px;line-height:41.6px;display:block; } @media screen and (max-width: 800px) { .ablocks-block-5e06e678-19ef-454e-8644-9bf712f4f157 .ablocks-counter__content { font-family:Inter; } } .ablocks-block-5e06e678-19ef-454e-8644-9bf712f4f157 .ablocks-counter__text { color:#E6ECFF;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:26px; } @media screen and (max-width: 800px) { .ablocks-block-5e06e678-19ef-454e-8644-9bf712f4f157 .ablocks-counter__text { font-family:Inter; } } .ablocks-block-5e06e678-19ef-454e-8644-9bf712f4f157.ablocks-block--counter--bar .ablocks-bar-counter__background { background:#dadada; } .ablocks-block-5e06e678-19ef-454e-8644-9bf712f4f157.ablocks-block--counter--bar .ablocks-bar-counter__progress { background:black;height:30px;justify-content:right; } .ablocks-block-5e06e678-19ef-454e-8644-9bf712f4f157.ablocks-block--counter--circle:not(.ablocks-has-block-container) { justify-content:left;align-items:left; } .ablocks-block-5e06e678-19ef-454e-8644-9bf712f4f157 .ablocks-block-container { justify-content:left;align-items:left; } .ablocks-block-5e06e678-19ef-454e-8644-9bf712f4f157.ablocks-block--counter--circle .ablocks-circle-counter__background { stroke:#dadada;stroke-width:20; } .ablocks-block-5e06e678-19ef-454e-8644-9bf712f4f157.ablocks-block--counter--circle .ablocks-circle-counter__progress { stroke:black;stroke-width:20px; } .ablocks-block-5e06e678-19ef-454e-8644-9bf712f4f157 .ablocks-icon-wrap { font-size:55px; } .ablocks-block-5e06e678-19ef-454e-8644-9bf712f4f157 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-5e06e678-19ef-454e-8644-9bf712f4f157 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-43778969-50c4-4bb5-ab71-576a654a1c4d { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-43778969-50c4-4bb5-ab71-576a654a1c4d.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-43778969-50c4-4bb5-ab71-576a654a1c4d { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-43778969-50c4-4bb5-ab71-576a654a1c4d.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f12d2143-4b3b-4f23-9f15-2244c8d39c69 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f12d2143-4b3b-4f23-9f15-2244c8d39c69 { display:flex;justify-content:center; } .ablocks-block-f12d2143-4b3b-4f23-9f15-2244c8d39c69 .ablocks-image-figure img { height:auto;opacity:1; } .ablocks-block-f12d2143-4b3b-4f23-9f15-2244c8d39c69 .ablocks-image-figure img:hover { transition:border 0.5s,box-shadow 0s,opacity 0.5s,filter 0.5s,transform 0.3s; } .ablocks-block-f12d2143-4b3b-4f23-9f15-2244c8d39c69 .ablocks-image-figure .ablocks-image-caption { text-align:left; } 
.ablocks-block-1871bb57-e002-481e-abab-b4e9bcd157b3 { margin-top:-25px;padding-top:120px;padding-bottom:120px;background-image:url("https://parvez2.template-kits.com/wp-content/uploads/2025/04/pricing-scaled.webp");background-position:center;background-repeat:no-repeat;background-size:cover;border-width:0px 0px 0px 0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-1871bb57-e002-481e-abab-b4e9bcd157b3 { padding-top:70px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-1871bb57-e002-481e-abab-b4e9bcd157b3 { padding-top:50px;padding-bottom:30px; } } .ablocks-is-fse-theme .ablocks-block-1871bb57-e002-481e-abab-b4e9bcd157b3.ablocks-block--container--is-root, body:not(.ablocks-is-fse-theme) .ablocks-block-1871bb57-e002-481e-abab-b4e9bcd157b3.ablocks-block--container--is-root { margin-left:auto !important;margin-right:auto !important; } .ablocks-block-1871bb57-e002-481e-abab-b4e9bcd157b3.ablocks-block--container { padding-top:120px;padding-bottom:120px;max-width:min(100%,100%) !important;margin-left:auto !important;margin-right:auto !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-1871bb57-e002-481e-abab-b4e9bcd157b3.ablocks-block--container { padding-top:70px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-1871bb57-e002-481e-abab-b4e9bcd157b3.ablocks-block--container { padding-top:50px;padding-bottom:30px; } } .ablocks-block-1871bb57-e002-481e-abab-b4e9bcd157b3 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } .ablocks-block-1871bb57-e002-481e-abab-b4e9bcd157b3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:20px;column-gap:20px; } 
.ablocks-block-65dc11e0-2385-4f0d-acc1-975e5f6af02a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-65dc11e0-2385-4f0d-acc1-975e5f6af02a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-65dc11e0-2385-4f0d-acc1-975e5f6af02a { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:0px; } .ablocks-block-65dc11e0-2385-4f0d-acc1-975e5f6af02a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:0px; } 
.ablocks-block-969bfca6-5c65-49c7-a8f9-95e1442b6256 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-969bfca6-5c65-49c7-a8f9-95e1442b6256.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-969bfca6-5c65-49c7-a8f9-95e1442b6256 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-969bfca6-5c65-49c7-a8f9-95e1442b6256.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2:not(.ablocks-has-block-container), .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-block--info-box__content { gap:18px;align-items:center; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .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-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:40px;line-height:52px;color:#e6ecff; } @media screen and (max-width: 800px) { .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:30px; } } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:rgba(230,236,255,0.70); } @media screen and (max-width: 800px) { .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .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-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .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-7dd34fd6-ef76-42e4-8053-a49cacb575a2.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:8px;transition-duration:s;background:#2934ff00;justify-content:center;color:#8aa5ff;border-width:1px 2px 1px 2px;border-style:solid;border-color:#2934ff;border-radius:99px;font-family:Inter,sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:16px;line-height:24px;padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px; } @media screen and (max-width: 800px) { .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { font-family:Inter; } } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover { color:#ffffff;background:#284bd6; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:16px; } .ablocks-block-7dd34fd6-ef76-42e4-8053-a49cacb575a2 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#8aa5ff; } 
.ablocks-block-82362c3a-ab60-4ec3-8d13-658eb22c9ffc { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-82362c3a-ab60-4ec3-8d13-658eb22c9ffc.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-82362c3a-ab60-4ec3-8d13-658eb22c9ffc { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:32px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-82362c3a-ab60-4ec3-8d13-658eb22c9ffc { column-gap:20px; } } .ablocks-block-82362c3a-ab60-4ec3-8d13-658eb22c9ffc.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:32px;column-gap:32px; } @media screen and (max-width: 800px) { .ablocks-block-82362c3a-ab60-4ec3-8d13-658eb22c9ffc.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } .ablocks-block-82362c3a-ab60-4ec3-8d13-658eb22c9ffc { display:inline-flex; } 
.ablocks-block-92ac8424-d609-4305-83ef-b5a365a6fad1 { padding:32px;background:#010409;border-width:1px 1px 1px 2px;border-style:solid;border-color:#8AA5FF;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-92ac8424-d609-4305-83ef-b5a365a6fad1.ablocks-block--container { padding:32px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-92ac8424-d609-4305-83ef-b5a365a6fad1.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-92ac8424-d609-4305-83ef-b5a365a6fad1.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-92ac8424-d609-4305-83ef-b5a365a6fad1 { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } .ablocks-block-92ac8424-d609-4305-83ef-b5a365a6fad1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } 
.ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d:not(.ablocks-has-block-container), .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d .ablocks-block--info-box__content { gap:4px;align-items:flex-start; } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d .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-7a429a5c-221b-4b71-9942-5dcf577aa89d .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:24px;line-height:36px;color:#FFF; } @media screen and (max-width: 800px) { .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:rgba(230,236,255,0.70); } @media screen and (max-width: 800px) { .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d .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-7a429a5c-221b-4b71-9942-5dcf577aa89d .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d .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-7a429a5c-221b-4b71-9942-5dcf577aa89d .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-7a429a5c-221b-4b71-9942-5dcf577aa89d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d .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-7a429a5c-221b-4b71-9942-5dcf577aa89d .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-7a429a5c-221b-4b71-9942-5dcf577aa89d .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-75a70e1d-8142-425a-9fe5-fdec3b735188 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-75a70e1d-8142-425a-9fe5-fdec3b735188.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-75a70e1d-8142-425a-9fe5-fdec3b735188 { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-75a70e1d-8142-425a-9fe5-fdec3b735188.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-75a70e1d-8142-425a-9fe5-fdec3b735188 { display:inline-flex; } 
.ablocks-block-eb3a8e90-9857-4e8a-bc2d-043c1b6adcf1 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eb3a8e90-9857-4e8a-bc2d-043c1b6adcf1 { text-align:left; } .ablocks-block-eb3a8e90-9857-4e8a-bc2d-043c1b6adcf1 .ablocks-heading-text { color:#FFF;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:48px;line-height:62px; } @media screen and (max-width: 800px) { .ablocks-block-eb3a8e90-9857-4e8a-bc2d-043c1b6adcf1 .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-92cf461d-26ae-47c7-b060-5e0465332a22 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-92cf461d-26ae-47c7-b060-5e0465332a22 { text-align:left; } .ablocks-block-92cf461d-26ae-47c7-b060-5e0465332a22 .ablocks-paragraph-text { color:rgba(230,236,255,0.70);font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-92cf461d-26ae-47c7-b060-5e0465332a22 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-92cf461d-26ae-47c7-b060-5e0465332a22 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-15eb6e00-a3e7-4066-ab41-7f73df457463 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-15eb6e00-a3e7-4066-ab41-7f73df457463 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:center;width:100%;color:#FFF;border-width:1px 2px 1px 2px;border-style:solid;border-color:#246BFD;border-radius:1132.47px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-15eb6e00-a3e7-4066-ab41-7f73df457463 .ablocks-button { font-family:Inter; } } .ablocks-block-15eb6e00-a3e7-4066-ab41-7f73df457463 .ablocks-button:hover { transition-duration:s;background:#2934ff; } .ablocks-block-15eb6e00-a3e7-4066-ab41-7f73df457463 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-15eb6e00-a3e7-4066-ab41-7f73df457463 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-15eb6e00-a3e7-4066-ab41-7f73df457463 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-b8692fb4-5c92-481d-b0f1-a4d337640b50 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b8692fb4-5c92-481d-b0f1-a4d337640b50 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-b8692fb4-5c92-481d-b0f1-a4d337640b50 { font-family:Inter; } } .ablocks-block-b8692fb4-5c92-481d-b0f1-a4d337640b50 .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-b8692fb4-5c92-481d-b0f1-a4d337640b50 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-b8692fb4-5c92-481d-b0f1-a4d337640b50 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#e6ecffb3;fill:#e6ecffb3;font-size:16px; } .ablocks-block-b8692fb4-5c92-481d-b0f1-a4d337640b50 .ablocks-list__item-content .ablocks-list__item-text { color:rgba(230,236,255,0.70); } 
.ablocks-block-3f88049e-94c5-4b1f-a403-ae28ce29e0e3 { padding:32px;background:radial-gradient(170.4% 168.55% at 8.99% 13.67%,rgba(3,20,87,0.72) 0%,rgba(0,0,0,0.72) 100%);border-width:1px;border-style:solid;border-color:#8AA5FF;border-radius:12px;box-shadow:inset 0px 0px 1px 0px #EBEBEB;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3f88049e-94c5-4b1f-a403-ae28ce29e0e3.ablocks-block--container { padding:32px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-3f88049e-94c5-4b1f-a403-ae28ce29e0e3.ablocks-block--container { max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-3f88049e-94c5-4b1f-a403-ae28ce29e0e3.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-3f88049e-94c5-4b1f-a403-ae28ce29e0e3 { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } .ablocks-block-3f88049e-94c5-4b1f-a403-ae28ce29e0e3.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } 
.ablocks-block-1efd2c7d-cdda-49b1-929f-1e2f253656ce { margin-top:-52px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1efd2c7d-cdda-49b1-929f-1e2f253656ce { text-align:right; } .ablocks-block-1efd2c7d-cdda-49b1-929f-1e2f253656ce .ablocks-button { column-gap:10px;background:#E6ECFF;justify-content:left;color:#6183f4;border-width:1px 2px 1px 2px;border-style:solid;border-color:#2934FF;border-radius:28px;font-family:Inter,sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:16px;line-height:24px;padding-top:6px;padding-right:12px;padding-bottom:6px;padding-left:12px; } @media screen and (max-width: 800px) { .ablocks-block-1efd2c7d-cdda-49b1-929f-1e2f253656ce .ablocks-button { font-family:Inter; } } .ablocks-block-1efd2c7d-cdda-49b1-929f-1e2f253656ce .ablocks-button:hover { transition-duration:s; } .ablocks-block-1efd2c7d-cdda-49b1-929f-1e2f253656ce .ablocks-icon-wrap { font-size:16px; } .ablocks-block-1efd2c7d-cdda-49b1-929f-1e2f253656ce .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-1efd2c7d-cdda-49b1-929f-1e2f253656ce .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 { margin-top:-18px;padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8:not(.ablocks-has-block-container), .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 .ablocks-block--info-box__content { gap:4px;align-items:flex-start; } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 .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-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:24px;line-height:36px;color:#FFF; } @media screen and (max-width: 800px) { .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:rgba(230,236,255,0.70); } @media screen and (max-width: 800px) { .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 .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-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 .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-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 .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-7039b63c-2c8d-4423-bdf5-92423fcdaaf8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 .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-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-7039b63c-2c8d-4423-bdf5-92423fcdaaf8 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-a0a5f3a5-28a5-4602-b0ae-ac90280f2ce7 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-a0a5f3a5-28a5-4602-b0ae-ac90280f2ce7.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-a0a5f3a5-28a5-4602-b0ae-ac90280f2ce7 { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a0a5f3a5-28a5-4602-b0ae-ac90280f2ce7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-a0a5f3a5-28a5-4602-b0ae-ac90280f2ce7 { display:inline-flex; } 
.ablocks-block-34a18d34-6c9f-43aa-86af-f0920156f37d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-34a18d34-6c9f-43aa-86af-f0920156f37d { text-align:left; } .ablocks-block-34a18d34-6c9f-43aa-86af-f0920156f37d .ablocks-heading-text { color:#FFF;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:48px;line-height:62px; } @media screen and (max-width: 800px) { .ablocks-block-34a18d34-6c9f-43aa-86af-f0920156f37d .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-fc56da00-22a5-43af-a5be-996c822cc9eb { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-fc56da00-22a5-43af-a5be-996c822cc9eb { text-align:left; } .ablocks-block-fc56da00-22a5-43af-a5be-996c822cc9eb .ablocks-paragraph-text { color:rgba(230,236,255,0.70);font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-fc56da00-22a5-43af-a5be-996c822cc9eb .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-fc56da00-22a5-43af-a5be-996c822cc9eb .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-4df07c85-3609-41bd-a37f-6c27acb77270 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4df07c85-3609-41bd-a37f-6c27acb77270 .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:center;width:100%;color:#FFF;border-width:1px 2px 1px 2px;border-style:solid;border-color:#246BFD;border-radius:1132.47px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-4df07c85-3609-41bd-a37f-6c27acb77270 .ablocks-button { font-family:Inter; } } .ablocks-block-4df07c85-3609-41bd-a37f-6c27acb77270 .ablocks-button:hover { transition-duration:s;background:#2934ff; } .ablocks-block-4df07c85-3609-41bd-a37f-6c27acb77270 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-4df07c85-3609-41bd-a37f-6c27acb77270 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-4df07c85-3609-41bd-a37f-6c27acb77270 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-1b36fad2-3070-4003-a980-e3b1900651f7 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1b36fad2-3070-4003-a980-e3b1900651f7 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-1b36fad2-3070-4003-a980-e3b1900651f7 { font-family:Inter; } } .ablocks-block-1b36fad2-3070-4003-a980-e3b1900651f7 .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-1b36fad2-3070-4003-a980-e3b1900651f7 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-1b36fad2-3070-4003-a980-e3b1900651f7 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#e6ecffb3;fill:#e6ecffb3;font-size:16px; } .ablocks-block-1b36fad2-3070-4003-a980-e3b1900651f7 .ablocks-list__item-content .ablocks-list__item-text { color:rgba(230,236,255,0.70); } 
.ablocks-block-e560b828-4558-4dea-a997-7b04795f0cc7 { padding:32px;background:#010409;border-width:1px 2px 1px 1px;border-style:solid;border-color:#8AA5FF;border-radius:12px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e560b828-4558-4dea-a997-7b04795f0cc7.ablocks-block--container { padding:32px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-e560b828-4558-4dea-a997-7b04795f0cc7.ablocks-block--container { max-width:min(100%,50%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-e560b828-4558-4dea-a997-7b04795f0cc7.ablocks-block--container { max-width:min(100%,100%) !important; } } .ablocks-block-e560b828-4558-4dea-a997-7b04795f0cc7 { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } .ablocks-block-e560b828-4558-4dea-a997-7b04795f0cc7.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:32px;column-gap:0px; } 
.ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d:not(.ablocks-has-block-container), .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d .ablocks-block--info-box__content { gap:4px;align-items:flex-start; } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d .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-d1f36182-3166-4d29-b67f-2ab66508311d .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:24px;line-height:36px;color:#FFF; } @media screen and (max-width: 800px) { .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:rgba(230,236,255,0.70); } @media screen and (max-width: 800px) { .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d .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-d1f36182-3166-4d29-b67f-2ab66508311d .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d .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-d1f36182-3166-4d29-b67f-2ab66508311d .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-d1f36182-3166-4d29-b67f-2ab66508311d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d .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-d1f36182-3166-4d29-b67f-2ab66508311d .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-d1f36182-3166-4d29-b67f-2ab66508311d .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-7dcb25a8-69d6-4b29-a5a4-f3a843853417 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7dcb25a8-69d6-4b29-a5a4-f3a843853417.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7dcb25a8-69d6-4b29-a5a4-f3a843853417 { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7dcb25a8-69d6-4b29-a5a4-f3a843853417.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;align-items:flex-end;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-7dcb25a8-69d6-4b29-a5a4-f3a843853417 { display:inline-flex; } 
.ablocks-block-1a87fc6b-ca90-4219-b969-6318c35c32ae { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1a87fc6b-ca90-4219-b969-6318c35c32ae { text-align:left; } .ablocks-block-1a87fc6b-ca90-4219-b969-6318c35c32ae .ablocks-heading-text { color:#FFF;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:48px;line-height:62px; } @media screen and (max-width: 800px) { .ablocks-block-1a87fc6b-ca90-4219-b969-6318c35c32ae .ablocks-heading-text { font-family:Inter; } } 
.ablocks-block-93daffc9-60ca-43b5-b3e4-9d2b18fd9012 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-93daffc9-60ca-43b5-b3e4-9d2b18fd9012 { text-align:left; } .ablocks-block-93daffc9-60ca-43b5-b3e4-9d2b18fd9012 .ablocks-paragraph-text { color:rgba(230,236,255,0.70);font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-93daffc9-60ca-43b5-b3e4-9d2b18fd9012 .ablocks-paragraph-text { font-family:Inter; } } .ablocks-block-93daffc9-60ca-43b5-b3e4-9d2b18fd9012 .ablocks-paragraph-text-drop-caps::first-letter { color:#0f2aff; } 
.ablocks-block-f170000e-9b66-44b7-af1b-d5d447e2dbbc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f170000e-9b66-44b7-af1b-d5d447e2dbbc .ablocks-button { column-gap:10px;background:#dddddd00;justify-content:center;width:100%;color:#FFF;border-width:1px 2px 1px 2px;border-style:solid;border-color:#246BFD;border-radius:1132.47px;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:18px;line-height:28px; } @media screen and (max-width: 800px) { .ablocks-block-f170000e-9b66-44b7-af1b-d5d447e2dbbc .ablocks-button { font-family:Inter; } } .ablocks-block-f170000e-9b66-44b7-af1b-d5d447e2dbbc .ablocks-button:hover { transition-duration:s;background:#2934ff; } .ablocks-block-f170000e-9b66-44b7-af1b-d5d447e2dbbc .ablocks-icon-wrap { font-size:16px; } .ablocks-block-f170000e-9b66-44b7-af1b-d5d447e2dbbc .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-f170000e-9b66-44b7-af1b-d5d447e2dbbc .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-bfc0f652-48f2-47ff-af06-86b09aadf184 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bfc0f652-48f2-47ff-af06-86b09aadf184 { font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-bfc0f652-48f2-47ff-af06-86b09aadf184 { font-family:Inter; } } .ablocks-block-bfc0f652-48f2-47ff-af06-86b09aadf184 .ablocks-list { gap:20px;flex-direction:column;align-items:flex-start;justify-content:flex-start; } .ablocks-block-bfc0f652-48f2-47ff-af06-86b09aadf184 .ablocks-list__item-content { align-items:center;gap:8px; } .ablocks-block-bfc0f652-48f2-47ff-af06-86b09aadf184 .ablocks-list__item-content .ablocks-svg-icon { box-sizing:content-box;color:#e6ecffb3;fill:#e6ecffb3;font-size:16px; } .ablocks-block-bfc0f652-48f2-47ff-af06-86b09aadf184 .ablocks-list__item-content .ablocks-list__item-text { color:rgba(230,236,255,0.70); } 
.ablocks-block-368a18be-339b-4b34-a57d-1c7cbbbee5a1 { margin-top:0px;padding-top:56px;padding-bottom:0px;background-image:url("https://parvez2.template-kits.com/wp-content/uploads/2025/04/frame_1707483059-scaled.webp");background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-368a18be-339b-4b34-a57d-1c7cbbbee5a1 { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-368a18be-339b-4b34-a57d-1c7cbbbee5a1 { margin:-33px;padding-top:50px;padding-bottom:50px; } } .ablocks-block-368a18be-339b-4b34-a57d-1c7cbbbee5a1.ablocks-block--container { padding-top:56px;padding-bottom:0px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-368a18be-339b-4b34-a57d-1c7cbbbee5a1.ablocks-block--container { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-368a18be-339b-4b34-a57d-1c7cbbbee5a1.ablocks-block--container { padding-top:50px;padding-bottom:50px; } } .ablocks-block-368a18be-339b-4b34-a57d-1c7cbbbee5a1 > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:120px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-368a18be-339b-4b34-a57d-1c7cbbbee5a1 > .ablocks-block-container { row-gap:32px; } } .ablocks-block-368a18be-339b-4b34-a57d-1c7cbbbee5a1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:120px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-368a18be-339b-4b34-a57d-1c7cbbbee5a1.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } 
.ablocks-block-be619107-d1e8-4594-a29b-e5d0bf000c42 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-be619107-d1e8-4594-a29b-e5d0bf000c42.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-be619107-d1e8-4594-a29b-e5d0bf000c42 { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-be619107-d1e8-4594-a29b-e5d0bf000c42 { row-gap:26px; } } .ablocks-block-be619107-d1e8-4594-a29b-e5d0bf000c42.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:0px; } @media screen and (max-width: 480px) { .ablocks-block-be619107-d1e8-4594-a29b-e5d0bf000c42.ablocks-has-block-container > .ablocks-block-container { row-gap:26px; } } 
.ablocks-block-b6cfe236-77fe-4faa-98e5-423e341d4deb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b6cfe236-77fe-4faa-98e5-423e341d4deb.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:auto; } .ablocks-block-b6cfe236-77fe-4faa-98e5-423e341d4deb { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b6cfe236-77fe-4faa-98e5-423e341d4deb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e { width:100%; } } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e:not(.ablocks-has-block-container), .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-block--info-box__content { gap:18px;align-items:center; } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .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-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:40px;line-height:52px;color:#e6ecff; } @media screen and (max-width: 800px) { .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:26px;line-height:42px; } } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#E6ECFF; } @media screen and (max-width: 800px) { .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { margin-top:0px;margin-right:30px;margin-bottom:0px;margin-left:30px; } } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .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-de4a14d4-119d-4b5b-bf47-8be20829453e .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-de4a14d4-119d-4b5b-bf47-8be20829453e.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#010409;justify-content:center;color:#8aa5ff;border-width:1px 2px 1px 2px;border-style:solid;border-color:#2934FF;border-radius:26px;font-family:Inter,sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:16px;line-height:24px;padding-top:8px;padding-right:16px;padding-bottom:8px;padding-left:16px; } @media screen and (max-width: 800px) { .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-block--info-box__content > .ablocks-info-box-btn-link { font-family:Inter; } } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover { color:#ffffff;background:#284bd6; } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-de4a14d4-119d-4b5b-bf47-8be20829453e .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-ff481bc0-caed-4e48-8f75-7bcbe2b80a97 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-ff481bc0-caed-4e48-8f75-7bcbe2b80a97.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:auto; } .ablocks-block-ff481bc0-caed-4e48-8f75-7bcbe2b80a97 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:27px;column-gap:27px; } @media screen and (max-width: 800px) { .ablocks-block-ff481bc0-caed-4e48-8f75-7bcbe2b80a97 { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-ff481bc0-caed-4e48-8f75-7bcbe2b80a97 { flex-direction:column;align-items:center; } } .ablocks-block-ff481bc0-caed-4e48-8f75-7bcbe2b80a97.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:27px;column-gap:27px; } @media screen and (max-width: 800px) { .ablocks-block-ff481bc0-caed-4e48-8f75-7bcbe2b80a97.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-ff481bc0-caed-4e48-8f75-7bcbe2b80a97.ablocks-has-block-container > .ablocks-block-container { flex-direction:column;align-items:center; } } .ablocks-block-ff481bc0-caed-4e48-8f75-7bcbe2b80a97 { display:inline-flex; } 
.ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb { margin:0px;padding:0px;width:76%;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 480px) { .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb { width:80%; } } .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__meta--categroy a { color:#333; } .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__meta--categroy:hover a { color:#333; } .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__title, .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__title a { color:#000; } .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__title:hover, .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__title:hover a { color:#000; } .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__author, .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__author .author, .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__author .author a { color:#000; } .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__author:hover, .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__author:hover .author, .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__author:hover .author a { color:#000; } .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__rating, .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__rating .academy-group-star, .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__rating .academy-group-star .academy-icon::before, .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__rating .academy-course__rating-count { color:#e9bf50; } .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__rating:hover, .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__rating:hover .academy-group-star, .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__rating:hover .academy-group-star .academy-icon::before, .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__rating:hover .academy-course__rating-count { color:#5a3d00; } .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__price { color:#1a1a1a; } .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-course .academy-course__price:hover { color:#1a1a1a; } .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-row .academy-course, .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-row .academy-course, .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-row .academy-course, .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses--grid .academy-row .academy-course { margin-top:20px;margin-right:0px;margin-bottom:20px;margin-left:0px;padding:0px; } .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses .academy-course__header .academy-course-header-meta .academy-course__wishlist { color:#999; } .ablocks-block-c907f030-7a07-45e9-88e2-e980cb19eafb .academy-courses .academy-course__header .academy-course-header-meta .academy-course__wishlist:hover { color:#999; } 
.ablocks-block-654f475d-3a1e-4ca8-8361-200991c71e0a { margin-top:0px;padding-top:120px;padding-bottom:120px;background-image:url("https://parvez2.template-kits.com/wp-content/uploads/2025/04/frame_1707483059-scaled.webp");background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-654f475d-3a1e-4ca8-8361-200991c71e0a { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-654f475d-3a1e-4ca8-8361-200991c71e0a { padding-top:50px;padding-bottom:50px; } } .ablocks-block-654f475d-3a1e-4ca8-8361-200991c71e0a.ablocks-block--container { padding-top:120px;padding-bottom:120px;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-654f475d-3a1e-4ca8-8361-200991c71e0a.ablocks-block--container { padding-top:80px;padding-bottom:60px; } } @media screen and (max-width: 480px) { .ablocks-block-654f475d-3a1e-4ca8-8361-200991c71e0a.ablocks-block--container { padding-top:50px;padding-bottom:50px; } } .ablocks-block-654f475d-3a1e-4ca8-8361-200991c71e0a > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-654f475d-3a1e-4ca8-8361-200991c71e0a > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-654f475d-3a1e-4ca8-8361-200991c71e0a > .ablocks-block-container { row-gap:32px; } } .ablocks-block-654f475d-3a1e-4ca8-8361-200991c71e0a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:20px; } @media screen and (max-width: 800px) { .ablocks-block-654f475d-3a1e-4ca8-8361-200991c71e0a.ablocks-has-block-container > .ablocks-block-container { row-gap:32px; } } 
.ablocks-block-4bf3d5b3-0012-4089-bb44-839745d43142 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-4bf3d5b3-0012-4089-bb44-839745d43142.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-4bf3d5b3-0012-4089-bb44-839745d43142 { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:0px; } .ablocks-block-4bf3d5b3-0012-4089-bb44-839745d43142.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:48px;column-gap:0px; } 
.ablocks-block-8f448e34-662b-49e0-8dc2-7411ac082444 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-8f448e34-662b-49e0-8dc2-7411ac082444.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-8f448e34-662b-49e0-8dc2-7411ac082444 { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8f448e34-662b-49e0-8dc2-7411ac082444.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84:not(.ablocks-has-block-container), .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84.ablocks-block--info-box > .ablocks-block-container { gap:16px;display:flex;flex-direction:column;align-items:center; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-block--info-box__content { gap:12px;align-items:center; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .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-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#000000; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:center;font-family:Inter,sans-serif;font-weight:700;font-style:normal;font-size:40px;line-height:52px;color:#e6ecff; } @media screen and (max-width: 800px) { .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } @media screen and (max-width: 480px) { .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-size:26px;line-height:42px; } } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:center;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:#E6ECFF; } @media screen and (max-width: 800px) { .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-block--info-box__content > .ablocks-info-box-text { text-align:center;color:#595959;font-family:Roboto,sans-serif;font-weight:400;font-size:16px; } @media screen and (max-width: 800px) { .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-info-box-star-ratings { gap:0px;justify-content:center; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .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-7a09519c-79ec-44ff-9ad8-809317c82f84 .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-7a09519c-79ec-44ff-9ad8-809317c82f84.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#010409;justify-content:center;color:#8aa5ff;border-width:1px 2px 1px 2px;border-style:solid;border-color:#2934FF;border-radius:26px;font-family:Inter,sans-serif;font-weight:600;text-transform:capitalize;font-style:normal;font-size:16px;line-height:24px;padding-top:8px;padding-right:16px;padding-bottom:8px;padding-left:16px; } @media screen and (max-width: 800px) { .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { font-family:Inter; } } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover { color:#ffffff;background:#284bd6; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-block--info-box__content > .ablocks-info-box-btn-link:hover > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#ffffff; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-7a09519c-79ec-44ff-9ad8-809317c82f84 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-7b8a1c5f-bfd1-4aed-9cb0-b861c2403842 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-7b8a1c5f-bfd1-4aed-9cb0-b861c2403842.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-7b8a1c5f-bfd1-4aed-9cb0-b861c2403842 { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:27px;column-gap:27px; } @media screen and (max-width: 800px) { .ablocks-block-7b8a1c5f-bfd1-4aed-9cb0-b861c2403842 { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-7b8a1c5f-bfd1-4aed-9cb0-b861c2403842 { row-gap:20px; } } .ablocks-block-7b8a1c5f-bfd1-4aed-9cb0-b861c2403842.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:center;justify-items:center;flex-wrap:wrap;min-height:0px;row-gap:27px;column-gap:27px; } @media screen and (max-width: 800px) { .ablocks-block-7b8a1c5f-bfd1-4aed-9cb0-b861c2403842.ablocks-has-block-container > .ablocks-block-container { column-gap:20px; } } @media screen and (max-width: 480px) { .ablocks-block-7b8a1c5f-bfd1-4aed-9cb0-b861c2403842.ablocks-has-block-container > .ablocks-block-container { row-gap:20px; } } .ablocks-block-7b8a1c5f-bfd1-4aed-9cb0-b861c2403842 { display:inline-flex; } 
.ablocks-block-5c205cd5-b4fa-49fb-8565-8ed2421c17a8 { padding:32px;background:radial-gradient(144.61% 123.44% at 71.07% 15.19%,#1B1E3D 0%,#010409 100%);border-width:1px;border-style:solid;border-color:#8AA5FF;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-5c205cd5-b4fa-49fb-8565-8ed2421c17a8 { padding:24px; } } @media screen and (max-width: 480px) { .ablocks-block-5c205cd5-b4fa-49fb-8565-8ed2421c17a8 { padding:16px; } } .ablocks-block-5c205cd5-b4fa-49fb-8565-8ed2421c17a8.ablocks-block--container { padding:32px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-5c205cd5-b4fa-49fb-8565-8ed2421c17a8.ablocks-block--container { padding:24px;max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-5c205cd5-b4fa-49fb-8565-8ed2421c17a8.ablocks-block--container { padding:16px;max-width:min(100%,100%) !important; } } .ablocks-block-5c205cd5-b4fa-49fb-8565-8ed2421c17a8 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-5c205cd5-b4fa-49fb-8565-8ed2421c17a8.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6:not(.ablocks-has-block-container), .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6.ablocks-block--info-box > .ablocks-block-container { gap:24px;display:flex;flex-direction:column;align-items:flex-start; } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 .ablocks-block--info-box__content { gap:14px;align-items:flex-start; } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 .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-f8f35aac-c155-4b5c-a846-285cc28f31c6 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:var(--wp--preset--color--palette-color-8); } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:24px;line-height:36px;color:#FFF; } @media screen and (max-width: 800px) { .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:rgba(230,236,255,0.70); } @media screen and (max-width: 800px) { .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 .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-f8f35aac-c155-4b5c-a846-285cc28f31c6 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 .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-f8f35aac-c155-4b5c-a846-285cc28f31c6 .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-f8f35aac-c155-4b5c-a846-285cc28f31c6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#000000;justify-content:center;color:#FAFAFA;border-width:1px;border-style:solid;border-color:var(--wp--preset--color--palette-color-2);border-radius:25px;margin:-7px; } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-f8f35aac-c155-4b5c-a846-285cc28f31c6 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-8723e056-baaf-44ee-9342-8fe844f557b6 { padding:32px;background:radial-gradient(144.61% 123.44% at 71.07% 15.19%,#1B1E3D 0%,#010409 100%);border-width:1px;border-style:solid;border-color:#8AA5FF;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-8723e056-baaf-44ee-9342-8fe844f557b6 { padding:24px; } } @media screen and (max-width: 480px) { .ablocks-block-8723e056-baaf-44ee-9342-8fe844f557b6 { padding:16px; } } .ablocks-block-8723e056-baaf-44ee-9342-8fe844f557b6.ablocks-block--container { padding:32px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-8723e056-baaf-44ee-9342-8fe844f557b6.ablocks-block--container { padding:24px;max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-8723e056-baaf-44ee-9342-8fe844f557b6.ablocks-block--container { padding:16px;max-width:min(100%,100%) !important; } } .ablocks-block-8723e056-baaf-44ee-9342-8fe844f557b6 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-8723e056-baaf-44ee-9342-8fe844f557b6.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0:not(.ablocks-has-block-container), .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0.ablocks-block--info-box > .ablocks-block-container { gap:24px;display:flex;flex-direction:column;align-items:flex-start; } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 .ablocks-block--info-box__content { gap:14px;align-items:flex-start; } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 .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-cd11d81e-076a-403c-8597-134e103782f0 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:var(--wp--preset--color--palette-color-8); } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:24px;line-height:36px;color:#FFF; } @media screen and (max-width: 800px) { .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:rgba(230,236,255,0.70); } @media screen and (max-width: 800px) { .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 .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-cd11d81e-076a-403c-8597-134e103782f0 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 .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-cd11d81e-076a-403c-8597-134e103782f0 .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-cd11d81e-076a-403c-8597-134e103782f0.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#000000;justify-content:center;color:#FAFAFA;border-width:1px;border-style:solid;border-color:var(--wp--preset--color--palette-color-2);border-radius:25px;margin:-7px; } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-cd11d81e-076a-403c-8597-134e103782f0 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-dc5f5a69-f77c-4608-a892-cbc2a3301eb4 { padding:32px;background:radial-gradient(144.61% 123.44% at 71.07% 15.19%,#1B1E3D 0%,#010409 100%);border-width:1px;border-style:solid;border-color:#8AA5FF;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-dc5f5a69-f77c-4608-a892-cbc2a3301eb4 { padding:24px; } } @media screen and (max-width: 480px) { .ablocks-block-dc5f5a69-f77c-4608-a892-cbc2a3301eb4 { padding:16px; } } .ablocks-block-dc5f5a69-f77c-4608-a892-cbc2a3301eb4.ablocks-block--container { padding:32px;max-width:min(100%,31%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-dc5f5a69-f77c-4608-a892-cbc2a3301eb4.ablocks-block--container { padding:24px;max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-dc5f5a69-f77c-4608-a892-cbc2a3301eb4.ablocks-block--container { padding:16px;max-width:min(100%,100%) !important; } } .ablocks-block-dc5f5a69-f77c-4608-a892-cbc2a3301eb4 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-dc5f5a69-f77c-4608-a892-cbc2a3301eb4.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 { padding:0px;border-style:none;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65:not(.ablocks-has-block-container), .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65.ablocks-block--info-box > .ablocks-block-container { gap:24px;display:flex;flex-direction:column;align-items:flex-start; } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 .ablocks-block--info-box__content { gap:14px;align-items:flex-start; } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 .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-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 .ablocks-info-box-badge-link { font-family:Roboto; } } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65:not(.ablocks-has-block-container) > .ablocks-icon-wrap, .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65:not(.ablocks-has-block-container) > a .ablocks-icon-wrap, .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 > .ablocks-block-container > a .ablocks-icon-wrap { font-size:55px; } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65:not(.ablocks-has-block-container) > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 > .ablocks-block-container > .ablocks-icon-wrap > img.ablocks-image-icon, .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 > a .ablocks-icon-wrap > img.ablocks-image-icon { height:auto;width:55px; } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65:not(.ablocks-has-block-container) > .ablocks-icon-wrap > svg.ablocks-svg-icon, .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 > .ablocks-block-container > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:var(--wp--preset--color--palette-color-8); } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap svg.ablocks-svg-icon , .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap svg.ablocks-svg-icon { transition-duration:s; } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65:not(.ablocks-has-block-container).ablocks-block--info-box:hover > .ablocks-icon-wrap, .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65.ablocks-block--info-box:hover > .ablocks-block-container > .ablocks-icon-wrap, .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65:not(.ablocks-has-block-container).ablocks-block--info-box:hover > a .ablocks-icon-wrap, .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65.ablocks-block--info-box:hover > .ablocks-block-container > a .ablocks-icon-wrap { transition-duration:s; } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 .ablocks-block--info-box__content > .ablocks-info-box-heading { text-align:left;font-family:Inter,sans-serif;font-weight:500;font-style:normal;font-size:24px;line-height:36px;color:#FFF; } @media screen and (max-width: 800px) { .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 .ablocks-block--info-box__content > .ablocks-info-box-heading { font-family:Inter; } } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-heading { transition-duration:s; } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { text-align:left;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;color:rgba(230,236,255,0.70); } @media screen and (max-width: 800px) { .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { font-family:Inter; } } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-sub-heading { transition-duration:s; } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 .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-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 .ablocks-block--info-box__content > .ablocks-info-box-text { font-family:Roboto; } } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-text { transition-duration:s; } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 .ablocks-block--info-box__content > .ablocks-info-box-text-drop-caps::first-letter { color:#0f2aff; } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 .ablocks-info-box-star-ratings { gap:0px;justify-content:flex-start; } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap, .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap { font-size:55px; } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 .ablocks-info-box-star-ratings-icons { gap:0px; } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 .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-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 .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-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__fill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65.ablocks-block--info-box:hover > .ablocks-block--info-box__content > .ablocks-info-box-star-ratings > .ablocks-info-box-star-ratings-icons > .ablocks-info-box-rating > .ablocks-info-box-rating__unfill > .ablocks-icon-wrap > svg { transition-duration:s; } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 .ablocks-info-box-star-rating-number { color:#000000;order:10; } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 .ablocks-block--info-box__content > .ablocks-info-box-btn-link { column-gap:10px;transition-duration:s;background:#000000;justify-content:center;color:#FAFAFA;border-width:1px;border-style:solid;border-color:var(--wp--preset--color--palette-color-2);border-radius:25px;margin:-7px; } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 .ablocks-info-box-btn-link > .ablocks-icon-wrap { font-size:20px; } .ablocks-block-3cf98e0f-e696-4f7c-ad29-b80cb1e18e65 .ablocks-info-box-btn-link > .ablocks-icon-wrap > svg.ablocks-svg-icon { fill:#FAFAFA; } 
.ablocks-block-02d4fd93-7c50-4196-87c1-feee6794a163 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-02d4fd93-7c50-4196-87c1-feee6794a163.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-02d4fd93-7c50-4196-87c1-feee6794a163 { display:flex;flex-direction:column;min-height:0px;row-gap:36px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-02d4fd93-7c50-4196-87c1-feee6794a163 { row-gap:26px; } } .ablocks-block-02d4fd93-7c50-4196-87c1-feee6794a163.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:36px;column-gap:0px; } @media screen and (max-width: 800px) { .ablocks-block-02d4fd93-7c50-4196-87c1-feee6794a163.ablocks-has-block-container > .ablocks-block-container { row-gap:26px; } } 
.ablocks-block-3ee8412d-26e0-4b99-a09c-4cbf015caf24 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3ee8412d-26e0-4b99-a09c-4cbf015caf24 .ablocks-block-marquee .ablocks-block-marquee__children { gap:30px; } 
.ablocks-block-592fa1d8-c7c3-46c1-9159-24494e1a79c3 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-1bbb12e3-df33-4aa0-9176-58e69e53e610 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1bbb12e3-df33-4aa0-9176-58e69e53e610.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-1bbb12e3-df33-4aa0-9176-58e69e53e610 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-1bbb12e3-df33-4aa0-9176-58e69e53e610.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-17a14ae3-7849-4439-8f20-5364241aa501 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-17a14ae3-7849-4439-8f20-5364241aa501 { text-align:left; } .ablocks-block-17a14ae3-7849-4439-8f20-5364241aa501 .ablocks-button { column-gap:10px;background:radial-gradient(115.22% 97.22% at 14.33% 21.17%,#191C35 0%,#010409 100%);justify-content:left;color:rgba(230,236,255,0.70);border-width:1px;border-style:solid;border-color:#010409;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-17a14ae3-7849-4439-8f20-5364241aa501 .ablocks-button { font-family:Inter; } } .ablocks-block-17a14ae3-7849-4439-8f20-5364241aa501 .ablocks-button:hover { transition-duration:s; } .ablocks-block-17a14ae3-7849-4439-8f20-5364241aa501 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-17a14ae3-7849-4439-8f20-5364241aa501 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-17a14ae3-7849-4439-8f20-5364241aa501 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-f5ec2400-f3ee-4b63-871e-3a1e2f637c34 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-f919323b-36d7-4236-9de5-476a1c1e492e { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f919323b-36d7-4236-9de5-476a1c1e492e.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f919323b-36d7-4236-9de5-476a1c1e492e { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f919323b-36d7-4236-9de5-476a1c1e492e.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-3683d0b7-e366-457b-b28d-e0845029de2b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3683d0b7-e366-457b-b28d-e0845029de2b { text-align:left; } .ablocks-block-3683d0b7-e366-457b-b28d-e0845029de2b .ablocks-button { column-gap:10px;background:radial-gradient(115.22% 97.22% at 14.33% 21.17%,#191C35 0%,#010409 100%);justify-content:left;color:rgba(230,236,255,0.70);border-width:1px;border-style:solid;border-color:#010409;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-3683d0b7-e366-457b-b28d-e0845029de2b .ablocks-button { font-family:Inter; } } .ablocks-block-3683d0b7-e366-457b-b28d-e0845029de2b .ablocks-button:hover { transition-duration:s; } .ablocks-block-3683d0b7-e366-457b-b28d-e0845029de2b .ablocks-icon-wrap { font-size:16px; } .ablocks-block-3683d0b7-e366-457b-b28d-e0845029de2b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-3683d0b7-e366-457b-b28d-e0845029de2b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-586acb9a-71b9-4321-a72d-33939ff2d0a4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-42c9cbc5-ecfe-4b47-b5a3-350027004106 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-42c9cbc5-ecfe-4b47-b5a3-350027004106.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-42c9cbc5-ecfe-4b47-b5a3-350027004106 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-42c9cbc5-ecfe-4b47-b5a3-350027004106.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-b5fff95b-ad6b-4af3-8ecf-6c04ef0f2b60 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b5fff95b-ad6b-4af3-8ecf-6c04ef0f2b60 { text-align:left; } .ablocks-block-b5fff95b-ad6b-4af3-8ecf-6c04ef0f2b60 .ablocks-button { column-gap:10px;background:radial-gradient(115.22% 97.22% at 14.33% 21.17%,#191C35 0%,#010409 100%);justify-content:left;color:rgba(230,236,255,0.70);border-width:1px;border-style:solid;border-color:#010409;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-b5fff95b-ad6b-4af3-8ecf-6c04ef0f2b60 .ablocks-button { font-family:Inter; } } .ablocks-block-b5fff95b-ad6b-4af3-8ecf-6c04ef0f2b60 .ablocks-button:hover { transition-duration:s; } .ablocks-block-b5fff95b-ad6b-4af3-8ecf-6c04ef0f2b60 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-b5fff95b-ad6b-4af3-8ecf-6c04ef0f2b60 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-b5fff95b-ad6b-4af3-8ecf-6c04ef0f2b60 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-e813ae33-6c40-4aee-9ea5-f9edb4b8f459 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-f423ceff-4121-4677-9e65-d071e7213fab { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f423ceff-4121-4677-9e65-d071e7213fab.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f423ceff-4121-4677-9e65-d071e7213fab { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f423ceff-4121-4677-9e65-d071e7213fab.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-548854e9-4d1c-43e2-a9d3-be6356c311d8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-548854e9-4d1c-43e2-a9d3-be6356c311d8 { text-align:left; } .ablocks-block-548854e9-4d1c-43e2-a9d3-be6356c311d8 .ablocks-button { column-gap:10px;background:radial-gradient(115.22% 97.22% at 14.33% 21.17%,#191C35 0%,#010409 100%);justify-content:left;color:rgba(230,236,255,0.70);border-width:1px;border-style:solid;border-color:#010409;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-548854e9-4d1c-43e2-a9d3-be6356c311d8 .ablocks-button { font-family:Inter; } } .ablocks-block-548854e9-4d1c-43e2-a9d3-be6356c311d8 .ablocks-button:hover { transition-duration:s; } .ablocks-block-548854e9-4d1c-43e2-a9d3-be6356c311d8 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-548854e9-4d1c-43e2-a9d3-be6356c311d8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-548854e9-4d1c-43e2-a9d3-be6356c311d8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-ffd1c573-68dd-4fb5-84a8-6e741bde06a0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-bc35b0f6-bf57-423e-ad1b-ca4e4c5b33e1 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-bc35b0f6-bf57-423e-ad1b-ca4e4c5b33e1.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-bc35b0f6-bf57-423e-ad1b-ca4e4c5b33e1 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-bc35b0f6-bf57-423e-ad1b-ca4e4c5b33e1.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-9e60e8a4-e92a-4e4c-bdc9-58d5884fdec0 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-9e60e8a4-e92a-4e4c-bdc9-58d5884fdec0 { text-align:left; } .ablocks-block-9e60e8a4-e92a-4e4c-bdc9-58d5884fdec0 .ablocks-button { column-gap:10px;background:radial-gradient(115.22% 97.22% at 14.33% 21.17%,#191C35 0%,#010409 100%);justify-content:left;color:rgba(230,236,255,0.70);border-width:1px;border-style:solid;border-color:#010409;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-9e60e8a4-e92a-4e4c-bdc9-58d5884fdec0 .ablocks-button { font-family:Inter; } } .ablocks-block-9e60e8a4-e92a-4e4c-bdc9-58d5884fdec0 .ablocks-button:hover { transition-duration:s; } .ablocks-block-9e60e8a4-e92a-4e4c-bdc9-58d5884fdec0 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-9e60e8a4-e92a-4e4c-bdc9-58d5884fdec0 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-9e60e8a4-e92a-4e4c-bdc9-58d5884fdec0 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-808fbf38-3c59-49dc-bf1d-d04553dfdd6f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-95445f71-3c1a-4c69-8f82-a39c364d7391 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-95445f71-3c1a-4c69-8f82-a39c364d7391.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-95445f71-3c1a-4c69-8f82-a39c364d7391 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-95445f71-3c1a-4c69-8f82-a39c364d7391.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-1aa6edba-4af9-4c6b-8ac9-9bba385da9b8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-1aa6edba-4af9-4c6b-8ac9-9bba385da9b8 { text-align:left; } .ablocks-block-1aa6edba-4af9-4c6b-8ac9-9bba385da9b8 .ablocks-button { column-gap:10px;background:radial-gradient(115.22% 97.22% at 14.33% 21.17%,#191C35 0%,#010409 100%);justify-content:left;color:rgba(230,236,255,0.70);border-width:1px;border-style:solid;border-color:#010409;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-1aa6edba-4af9-4c6b-8ac9-9bba385da9b8 .ablocks-button { font-family:Inter; } } .ablocks-block-1aa6edba-4af9-4c6b-8ac9-9bba385da9b8 .ablocks-button:hover { transition-duration:s; } .ablocks-block-1aa6edba-4af9-4c6b-8ac9-9bba385da9b8 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-1aa6edba-4af9-4c6b-8ac9-9bba385da9b8 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-1aa6edba-4af9-4c6b-8ac9-9bba385da9b8 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-3f3da0a2-d2fd-4e29-85ca-56a5cf708c5d { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-3f3da0a2-d2fd-4e29-85ca-56a5cf708c5d .ablocks-block-marquee .ablocks-block-marquee__children { gap:30px; } 
.ablocks-block-bc9c2c50-5ff4-4ecf-807d-ab62d20129a8 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-f048b170-4b95-4819-bbfa-df224407a68c { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-f048b170-4b95-4819-bbfa-df224407a68c.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-f048b170-4b95-4819-bbfa-df224407a68c { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-f048b170-4b95-4819-bbfa-df224407a68c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-034c25a4-a1c7-4f93-bf51-34f3f355dbb4 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-034c25a4-a1c7-4f93-bf51-34f3f355dbb4 { text-align:left; } .ablocks-block-034c25a4-a1c7-4f93-bf51-34f3f355dbb4 .ablocks-button { column-gap:10px;background:radial-gradient(115.22% 97.22% at 14.33% 21.17%,#191C35 0%,#010409 100%);justify-content:left;color:rgba(230,236,255,0.70);border-width:1px;border-style:solid;border-color:#010409;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-034c25a4-a1c7-4f93-bf51-34f3f355dbb4 .ablocks-button { font-family:Inter; } } .ablocks-block-034c25a4-a1c7-4f93-bf51-34f3f355dbb4 .ablocks-button:hover { transition-duration:s; } .ablocks-block-034c25a4-a1c7-4f93-bf51-34f3f355dbb4 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-034c25a4-a1c7-4f93-bf51-34f3f355dbb4 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-034c25a4-a1c7-4f93-bf51-34f3f355dbb4 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-cdec0dad-d592-4440-a5ae-bcb2906cdb8a { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-d3f304b9-e544-4722-9d5f-136768ea19cb { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d3f304b9-e544-4722-9d5f-136768ea19cb.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-d3f304b9-e544-4722-9d5f-136768ea19cb { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-d3f304b9-e544-4722-9d5f-136768ea19cb.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-eff06d97-ee97-4d1c-9651-0ce880cf5dbc { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-eff06d97-ee97-4d1c-9651-0ce880cf5dbc { text-align:left; } .ablocks-block-eff06d97-ee97-4d1c-9651-0ce880cf5dbc .ablocks-button { column-gap:10px;background:radial-gradient(115.22% 97.22% at 14.33% 21.17%,#191C35 0%,#010409 100%);justify-content:left;color:rgba(230,236,255,0.70);border-width:1px;border-style:solid;border-color:#010409;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-eff06d97-ee97-4d1c-9651-0ce880cf5dbc .ablocks-button { font-family:Inter; } } .ablocks-block-eff06d97-ee97-4d1c-9651-0ce880cf5dbc .ablocks-button:hover { transition-duration:s; } .ablocks-block-eff06d97-ee97-4d1c-9651-0ce880cf5dbc .ablocks-icon-wrap { font-size:16px; } .ablocks-block-eff06d97-ee97-4d1c-9651-0ce880cf5dbc .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-eff06d97-ee97-4d1c-9651-0ce880cf5dbc .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-14e90542-80bb-4a45-b3d7-e892518d9094 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-e511d264-886a-495d-a1e4-5ee698fe6632 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-e511d264-886a-495d-a1e4-5ee698fe6632.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-e511d264-886a-495d-a1e4-5ee698fe6632 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-e511d264-886a-495d-a1e4-5ee698fe6632.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-35767a1a-a435-403b-a902-9f8aa243913b { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-35767a1a-a435-403b-a902-9f8aa243913b { text-align:left; } .ablocks-block-35767a1a-a435-403b-a902-9f8aa243913b .ablocks-button { column-gap:10px;background:radial-gradient(115.22% 97.22% at 14.33% 21.17%,#191C35 0%,#010409 100%);justify-content:left;color:rgba(230,236,255,0.70);border-width:1px;border-style:solid;border-color:#010409;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-35767a1a-a435-403b-a902-9f8aa243913b .ablocks-button { font-family:Inter; } } .ablocks-block-35767a1a-a435-403b-a902-9f8aa243913b .ablocks-button:hover { transition-duration:s; } .ablocks-block-35767a1a-a435-403b-a902-9f8aa243913b .ablocks-icon-wrap { font-size:16px; } .ablocks-block-35767a1a-a435-403b-a902-9f8aa243913b .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-35767a1a-a435-403b-a902-9f8aa243913b .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-9ffd8a45-951d-4535-af9e-e8bd6637b3ce { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-27e42751-660f-4720-9a1b-4cf3ca47a42b { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-27e42751-660f-4720-9a1b-4cf3ca47a42b.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-27e42751-660f-4720-9a1b-4cf3ca47a42b { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-27e42751-660f-4720-9a1b-4cf3ca47a42b.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-01fc8a70-8d68-464d-8f95-05907b218ce6 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-01fc8a70-8d68-464d-8f95-05907b218ce6 { text-align:left; } .ablocks-block-01fc8a70-8d68-464d-8f95-05907b218ce6 .ablocks-button { column-gap:10px;background:radial-gradient(115.22% 97.22% at 14.33% 21.17%,#191C35 0%,#010409 100%);justify-content:left;color:rgba(230,236,255,0.70);border-width:1px;border-style:solid;border-color:#010409;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-01fc8a70-8d68-464d-8f95-05907b218ce6 .ablocks-button { font-family:Inter; } } .ablocks-block-01fc8a70-8d68-464d-8f95-05907b218ce6 .ablocks-button:hover { transition-duration:s; } .ablocks-block-01fc8a70-8d68-464d-8f95-05907b218ce6 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-01fc8a70-8d68-464d-8f95-05907b218ce6 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-01fc8a70-8d68-464d-8f95-05907b218ce6 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-94fccc58-f25e-4da2-b462-ec57c1e39e91 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-876552bc-d962-41bc-8d2f-b5651ca7bf67 { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-876552bc-d962-41bc-8d2f-b5651ca7bf67.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-876552bc-d962-41bc-8d2f-b5651ca7bf67 { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-876552bc-d962-41bc-8d2f-b5651ca7bf67.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-c38b7db9-c0ae-48ed-b32b-15cc3c77c763 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-c38b7db9-c0ae-48ed-b32b-15cc3c77c763 { text-align:left; } .ablocks-block-c38b7db9-c0ae-48ed-b32b-15cc3c77c763 .ablocks-button { column-gap:10px;background:radial-gradient(115.22% 97.22% at 14.33% 21.17%,#191C35 0%,#010409 100%);justify-content:left;color:rgba(230,236,255,0.70);border-width:1px;border-style:solid;border-color:#010409;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-c38b7db9-c0ae-48ed-b32b-15cc3c77c763 .ablocks-button { font-family:Inter; } } .ablocks-block-c38b7db9-c0ae-48ed-b32b-15cc3c77c763 .ablocks-button:hover { transition-duration:s; } .ablocks-block-c38b7db9-c0ae-48ed-b32b-15cc3c77c763 .ablocks-icon-wrap { font-size:16px; } .ablocks-block-c38b7db9-c0ae-48ed-b32b-15cc3c77c763 .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-c38b7db9-c0ae-48ed-b32b-15cc3c77c763 .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-1b6b6f4b-d580-41ea-92a9-5d6fc0063b47 { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } 
.ablocks-block-b15d614b-929d-466f-8376-25c9bcda952a { padding:0px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-b15d614b-929d-466f-8376-25c9bcda952a.ablocks-block--container { padding:0px;max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-b15d614b-929d-466f-8376-25c9bcda952a { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-b15d614b-929d-466f-8376-25c9bcda952a.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-88b3511c-3e18-42b4-9db5-7cf0bcc9591f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-88b3511c-3e18-42b4-9db5-7cf0bcc9591f { text-align:left; } .ablocks-block-88b3511c-3e18-42b4-9db5-7cf0bcc9591f .ablocks-button { column-gap:10px;background:radial-gradient(115.22% 97.22% at 14.33% 21.17%,#191C35 0%,#010409 100%);justify-content:left;color:rgba(230,236,255,0.70);border-width:1px;border-style:solid;border-color:#010409;border-radius:999px;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px; } @media screen and (max-width: 800px) { .ablocks-block-88b3511c-3e18-42b4-9db5-7cf0bcc9591f .ablocks-button { font-family:Inter; } } .ablocks-block-88b3511c-3e18-42b4-9db5-7cf0bcc9591f .ablocks-button:hover { transition-duration:s; } .ablocks-block-88b3511c-3e18-42b4-9db5-7cf0bcc9591f .ablocks-icon-wrap { font-size:16px; } .ablocks-block-88b3511c-3e18-42b4-9db5-7cf0bcc9591f .ablocks-icon-wrap img.ablocks-image-icon { height:auto;width:16px; } .ablocks-block-88b3511c-3e18-42b4-9db5-7cf0bcc9591f .ablocks-icon-wrap svg.ablocks-svg-icon { fill:#69727d; } 
.ablocks-block-de47e688-180c-454f-aa95-c9c33f8f7e67 { background-image:url("https://elmetodomalik.com/wp-content/uploads/2025/09/frame_1707483005-1.webp");background-position:center;background-size:cover;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-de47e688-180c-454f-aa95-c9c33f8f7e67.ablocks-block--container { overflow:visible; } .ablocks-block-de47e688-180c-454f-aa95-c9c33f8f7e67 > .ablocks-block-container { max-width:min(100%,1200px);margin-right:auto !important;margin-left:auto !important; } .ablocks-block-de47e688-180c-454f-aa95-c9c33f8f7e67 > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-de47e688-180c-454f-aa95-c9c33f8f7e67.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-d5c76f8c-70e1-483e-8c55-b61c0a056f9f { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-d5c76f8c-70e1-483e-8c55-b61c0a056f9f { text-align:center; } .ablocks-block-d5c76f8c-70e1-483e-8c55-b61c0a056f9f .ablocks-heading-text { color:#dbd4dd;font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:40px;line-height:52px; } @media screen and (max-width: 800px) { .ablocks-block-d5c76f8c-70e1-483e-8c55-b61c0a056f9f .ablocks-heading-text { font-family:Inter;font-size:30px; } } @media screen and (max-width: 480px) { .ablocks-block-d5c76f8c-70e1-483e-8c55-b61c0a056f9f .ablocks-heading-text { font-size:24px; } } 
.ablocks-block-37b16ec5-8d8e-4cb6-a519-7f1526703180 { margin:33px;padding:0px;background:radial-gradient(144.61% 123.44% at 71.07% 15.19%,#1B1E3D 0%,#010409 100%);border-width:1px;border-style:solid;border-color:#8AA5FF;border-radius:16px;position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } @media screen and (max-width: 800px) { .ablocks-block-37b16ec5-8d8e-4cb6-a519-7f1526703180 { padding:24px; } } @media screen and (max-width: 480px) { .ablocks-block-37b16ec5-8d8e-4cb6-a519-7f1526703180 { padding:16px; } } .ablocks-block-37b16ec5-8d8e-4cb6-a519-7f1526703180.ablocks-block--container { padding:0px;max-width:min(100%,87%) !important;overflow:visible; } @media screen and (max-width: 800px) { .ablocks-block-37b16ec5-8d8e-4cb6-a519-7f1526703180.ablocks-block--container { padding:24px;max-width:min(100%,48%) !important; } } @media screen and (max-width: 480px) { .ablocks-block-37b16ec5-8d8e-4cb6-a519-7f1526703180.ablocks-block--container { padding:16px;max-width:min(100%,100%) !important; } } .ablocks-block-37b16ec5-8d8e-4cb6-a519-7f1526703180 { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-37b16ec5-8d8e-4cb6-a519-7f1526703180.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;min-height:0px;row-gap:0px;column-gap:0px; } 
.ablocks-block-981dabd0-5430-46af-913a-0a881ace3b4c { position:relative;transition:border 0s ease,background 0s ease,box-shadow 0s ease; } .ablocks-block-981dabd0-5430-46af-913a-0a881ace3b4c.ablocks-block--container { max-width:min(100%,100%) !important;overflow:visible; } .ablocks-block-981dabd0-5430-46af-913a-0a881ace3b4c { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-981dabd0-5430-46af-913a-0a881ace3b4c.ablocks-has-block-container > .ablocks-block-container { display:flex;flex-direction:row;justify-content:flex-start;justify-items:flex-start;align-items:flex-start;min-height:0px;row-gap:0px;column-gap:0px; } .ablocks-block-981dabd0-5430-46af-913a-0a881ace3b4c { display:inline-flex; } 
