:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-slides-offset-before);margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{-webkit-margin-end:var(--swiper-slides-offset-after);margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-slides-offset-before);margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{-webkit-margin-after:var(--swiper-slides-offset-after);margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;.swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);button&{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));&.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}&.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled &{display:none!important}::slotted(svg),svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-button-prev,~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(90deg)}}}.faq_container__y7UY3{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:111px}@media only screen and (max-width:1024px){.faq_container__y7UY3{margin-bottom:100px}}@media only screen and (max-width:550px){.faq_container__y7UY3{margin-bottom:50px}}.faq_secondContainer__Cg5_t{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:100%;max-width:1440px;padding:0 20px}.faq_topRow__4Gz_V{display:flex;align-items:flex-start;justify-content:flex-start;width:100%}.faq_cardsContainer__FaYyN{width:100%}.hero_container__trLlB{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;width:100%;background:#f4f5ff}.hero_container__trLlB:after{content:"";position:absolute;left:-10%;right:-10%;bottom:-1px;height:840px;pointer-events:none;background-image:repeating-linear-gradient(90deg,#dadde9 0 1px,transparent 1px 30px),repeating-linear-gradient(0deg,#dadde9 0 1px,transparent 1px 30px);background-position:0 0,0 0;transform-origin:bottom center;transform:perspective(1000px) rotateX(55deg) scale(2.5);opacity:.7;-webkit-mask-image:linear-gradient(0deg,rgb(0,0,0) 12%,rgba(0,0,0,.68) 48%,rgba(0,0,0,0));mask-image:linear-gradient(0deg,rgb(0,0,0) 12%,rgba(0,0,0,.68) 48%,rgba(0,0,0,0))}.hero_container__trLlB .hero_secondContainer__ii8Re{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1440px;padding:66px 20px 140px}@media only screen and (max-width:1024px){.hero_container__trLlB .hero_secondContainer__ii8Re{flex-direction:column-reverse!important;align-items:center!important;padding-top:70px!important;padding-bottom:140px!important}}@media only screen and (max-width:750px){.hero_container__trLlB .hero_secondContainer__ii8Re{padding-bottom:80px!important}}.hero_container__trLlB .hero_secondContainer__ii8Re .hero_contentContainer__IcnnX{display:inline-flex;align-items:flex-start;justify-content:flex-end;flex-direction:column}@media only screen and (max-width:1024px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_contentContainer__IcnnX{align-items:center;text-align:center}}.hero_container__trLlB .hero_secondContainer__ii8Re .hero_contentContainer__IcnnX h1{font-family:Roboto Slab,sans-serif;font-weight:800;font-size:70px;line-height:80px;letter-spacing:1%;margin:0 0 30px;color:#000;max-width:600px}@media only screen and (max-width:750px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_contentContainer__IcnnX h1{font-size:50px;line-height:65px}}@media only screen and (max-width:550px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_contentContainer__IcnnX h1{font-size:34px;line-height:44px}}.hero_container__trLlB .hero_secondContainer__ii8Re .hero_contentContainer__IcnnX p{font-family:Roboto Slab,sans-serif;color:#000;font-weight:300;font-size:28px;line-height:145%;letter-spacing:0;margin:0 0 60px;max-width:500px}@media only screen and (max-width:750px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_contentContainer__IcnnX p{font-size:26px;line-height:35px}}@media only screen and (max-width:550px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_contentContainer__IcnnX p{font-size:22px;line-height:30px;max-width:70%}}.hero_container__trLlB .hero_secondContainer__ii8Re .hero_contentContainer__IcnnX .hero_actionButtons__NpsDr{display:flex;align-items:center;gap:24px;flex-wrap:wrap}@media only screen and (max-width:750px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_contentContainer__IcnnX .hero_actionButtons__NpsDr{align-items:center!important;justify-content:center!important}}.hero_container__trLlB .hero_secondContainer__ii8Re .hero_contentContainer__IcnnX .hero_outlinedButton__zXDCf,.hero_container__trLlB .hero_secondContainer__ii8Re .hero_contentContainer__IcnnX .hero_primaryButton__KEWod{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:57px;min-width:220px;border-radius:6px;font-weight:600;font-size:16px;line-height:100%;letter-spacing:0;color:#212121;transition:.3s;padding-right:2px}.hero_container__trLlB .hero_secondContainer__ii8Re .hero_contentContainer__IcnnX .hero_outlinedButton__zXDCf:hover,.hero_container__trLlB .hero_secondContainer__ii8Re .hero_contentContainer__IcnnX .hero_primaryButton__KEWod:hover{transform:translateY(5px)}@media only screen and (max-width:550px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_contentContainer__IcnnX .hero_outlinedButton__zXDCf,.hero_container__trLlB .hero_secondContainer__ii8Re .hero_contentContainer__IcnnX .hero_primaryButton__KEWod{gap:8px!important;min-width:170px!important;font-size:14px!important}}.hero_container__trLlB .hero_secondContainer__ii8Re .hero_contentContainer__IcnnX .hero_primaryButton__KEWod{background-color:#ffbd1a;box-shadow:0 5px 10px rgba(208,156,27,.6980392157)}.hero_container__trLlB .hero_secondContainer__ii8Re .hero_contentContainer__IcnnX .hero_primaryButton__KEWod:active{box-shadow:none}.hero_container__trLlB .hero_secondContainer__ii8Re .hero_contentContainer__IcnnX .hero_outlinedButton__zXDCf{background-color:rgba(255,255,255,.3);border:2px solid #212121;box-shadow:0 10px 20px rgba(33,33,33,.0588235294)}.hero_container__trLlB .hero_secondContainer__ii8Re .hero_contentContainer__IcnnX .hero_outlinedButton__zXDCf:hover{background-color:rgba(33,33,33,.0588235294)}.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA{position:relative;height:620px;width:45%}@media only screen and (max-width:1024px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA{width:100%;height:300px}}@media only screen and (max-width:750px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA{height:250px}}@media only screen and (max-width:550px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA{height:220px}}.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_block__bsOHt{position:absolute;animation-duration:4s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;cursor:-webkit-grab;cursor:grab}.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_block__bsOHt:active{cursor:-webkit-grabbing;cursor:grabbing}.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_block__bsOHt:hover{animation-play-state:paused}.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b1__f2uig{top:calc(90px + var(--y, 0px));left:calc(-50px + var(--x, 0px));animation-name:hero_move1__eoEfv}@media only screen and (max-width:1330px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b1__f2uig{left:calc(-50px + var(--x, 0px))}}@media only screen and (max-width:1200px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b1__f2uig{left:calc(90px + var(--x, 0px))!important}}@media only screen and (max-width:1024px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b1__f2uig{top:calc(20px + var(--y, 0px))!important;left:calc(8% + var(--x, 0px))!important}}@media only screen and (max-width:750px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b1__f2uig{top:calc(0px + var(--y, 0px))!important;left:calc(5% + var(--x, 0px))!important}}@media only screen and (max-width:550px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b1__f2uig{left:calc(-5% + var(--x, 0px))!important}}@media only screen and (max-width:450px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b1__f2uig{left:calc(-13% + var(--x, 0px))!important}}.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b2__YVkI8{top:calc(120px + var(--y, 0px));right:calc(130px - var(--x, 0px));animation-name:hero_move2__NHwok}@media only screen and (max-width:1330px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b2__YVkI8{right:calc(70px - var(--x, 0px))!important}}@media only screen and (max-width:1200px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b2__YVkI8{top:calc(270px + var(--y, 0px));left:calc(160px + var(--x, 0px))!important}}@media only screen and (max-width:1024px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b2__YVkI8{top:calc(0px + var(--y, 0px))!important;left:calc(53% + var(--x, 0px))!important}}@media only screen and (max-width:750px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b2__YVkI8{top:calc(-40px + var(--y, 0px))!important;left:calc(53% + var(--x, 0px))!important}}@media only screen and (max-width:550px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b2__YVkI8{left:calc(45% + var(--x, 0px))!important}}@media only screen and (max-width:450px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b2__YVkI8{left:calc(40% + var(--x, 0px))!important}}.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b3__Ydh8Z{bottom:calc(5px - var(--y, 0px));right:calc(85px - var(--x, 0px));animation-name:hero_move3__5K8_s}@media only screen and (max-width:1330px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b3__Ydh8Z{right:calc(40px - var(--x, 0px))!important}}@media only screen and (max-width:1200px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b3__Ydh8Z{display:none}}.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b4__oIj1e{bottom:calc(65px - var(--y, 0px));left:calc(5px + var(--x, 0px));animation-name:hero_move4__c6RMD}@media only screen and (max-width:1330px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b4__oIj1e{left:calc(15px + var(--x, 0px))!important}}@media only screen and (max-width:1275px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b4__oIj1e{left:calc(-35px + var(--x, 0px))!important}}@media only screen and (max-width:1200px){.hero_container__trLlB .hero_secondContainer__ii8Re .hero_blocksContainer__OncVA .hero_b4__oIj1e{display:none}}@keyframes hero_move1__eoEfv{0%,to{transform:translate(0)}50%{transform:translate(10px,10px)}}@media only screen and (max-width:1200px){@keyframes hero_move1__eoEfv{0%,to{transform:translate(0)}50%{transform:translateY(-10px)}}}@media only screen and (max-width:1024px){@keyframes hero_move1__eoEfv{0%,to{transform:translate(0)}50%{transform:translateX(-10px)}}}@media only screen and (max-width:750px){@keyframes hero_move1__eoEfv{0%,to{transform:translate(0) scale(.7)}50%{transform:translateX(-10px) scale(.7)}}}@media only screen and (max-width:550px){@keyframes hero_move1__eoEfv{0%,to{transform:translate(0) scale(.6)}50%{transform:translateX(-5px) scale(.6)}}}@keyframes hero_move2__NHwok{0%,to{transform:translate(0)}50%{transform:translate(-10px,10px)}}@media only screen and (max-width:1200px){@keyframes hero_move2__NHwok{0%,to{transform:translate(0)}50%{transform:translateY(10px)}}}@media only screen and (max-width:1024px){@keyframes hero_move2__NHwok{0%,to{transform:translate(0)}50%{transform:translateX(10px)}}}@media only screen and (max-width:750px){@keyframes hero_move2__NHwok{0%,to{transform:translate(0) scale(.7)}50%{transform:translateX(10px) scale(.7)}}}@media only screen and (max-width:550px){@keyframes hero_move2__NHwok{0%,to{transform:translate(0) scale(.6)}50%{transform:translateX(5px) scale(.6)}}}@keyframes hero_move3__5K8_s{0%,to{transform:translate(0)}50%{transform:translate(-10px,-10px)}}@keyframes hero_move4__c6RMD{0%,to{transform:translate(0)}50%{transform:translate(10px,-10px)}}.card_container____CeU{--process-bg:none;--spotlight-x:50%;--spotlight-y:50%;position:relative;overflow:hidden;isolation:isolate;display:flex;align-items:center;justify-content:center;border-radius:8px;width:100%;background:#f4f5ff;background-image:var(--process-bg);background-position:0 100%;background-repeat:no-repeat;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.card_container____CeU:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:0;transition:opacity .25s ease;background:radial-gradient(220px circle at var(--spotlight-x) var(--spotlight-y),rgba(191,214,255,.42) 0,rgba(132,167,255,.18) 30%,rgba(132,167,255,0) 100%);filter:blur(18px);z-index:0}.card_container____CeU>*{position:relative;z-index:1}.card_container____CeU:hover:before{opacity:1}@media only screen and (max-width:750px){.card_container____CeU{background-position:0 0}}.card_secondContainer__CQyRe{display:flex;align-items:center;justify-content:center;flex-direction:row;width:100%;max-width:950px;padding:40px 20px}@media only screen and (max-width:750px){.card_secondContainer__CQyRe{flex-direction:column;padding:20px}}.card_content__CiZ5K{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:80%;margin-left:61px}.card_content__CiZ5K h3{font-weight:500;font-size:24px;line-height:143%;letter-spacing:-1.5%;margin:0 0 16px;color:#000}.card_content__CiZ5K p{margin:0;font-weight:400;font-size:16px;line-height:150%;letter-spacing:0;color:#3a3a3a}@media only screen and (max-width:1024px){.card_content__CiZ5K{margin-left:30px}}@media only screen and (max-width:750px){.card_content__CiZ5K{align-items:center;justify-content:center;margin-left:0;margin-top:15px;width:100%}.card_content__CiZ5K h3{font-size:18px;text-align:center}.card_content__CiZ5K p{font-size:16px;line-height:150%;text-align:center}}.process_container__W4C3B{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:111px}@media only screen and (max-width:1024px){.process_container__W4C3B{margin-bottom:100px}}@media only screen and (max-width:550px){.process_container__W4C3B{margin-bottom:50px}}.process_secondContainer__Mf7rM{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:100%;max-width:1440px;padding:0 20px}.process_headingContainer__jp_o7{display:flex;align-items:flex-start;justify-content:flex-start;width:100%}.process_cardContainer__En3G7{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;width:100%}