:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,0.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes ContactHeroSection_draw__USdKY{to{stroke-dashoffset:0}}@keyframes ContactHeroSection_strok__Ad_9b{to{stroke-dashoffset:400}}.ContactHeroSection_root__AhMU6{--primary-theme:#373bd7;--primary-theme-sec:#7277ff;--secondary-theme:#f4f2ff;--black-100:#111111;--black-80:#707070;--black-60:#cfcfcf;--black-40:#dedede;--black-20:#f3f3f3;--blue-purple:#b0b2ff;--blue-purple2:#c0c2ff}.ContactHeroSection_heroSection__Pj9Fn{position:relative;background:linear-gradient(135deg,var(--primary-theme) 0,#2f3293 55%,var(--primary-theme) 100%);overflow:hidden;margin-top:82px;padding:100px 0}@media(max-width:1600px){.ContactHeroSection_heroSection__Pj9Fn{padding:80px 0}}@media(max-width:1200px){.ContactHeroSection_heroSection__Pj9Fn{padding:70px 0}}@media(max-width:767px){.ContactHeroSection_heroSection__Pj9Fn{padding:60px 0}}@media(max-width:558px){.ContactHeroSection_heroSection__Pj9Fn{padding:48px 0}}.ContactHeroSection_bgPattern__r_TKk{position:absolute;inset:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");z-index:0}.ContactHeroSection_blob__PESjm{position:absolute;border-radius:50%;filter:blur(80px);opacity:.2;pointer-events:none;z-index:0}.ContactHeroSection_blobOne__3SWo1{width:400px;height:400px;background:#8c93d1;top:-100px;right:100px}@media(max-width:767px){.ContactHeroSection_blobOne__3SWo1{width:260px;height:260px;right:20px;top:-60px}}.ContactHeroSection_blobTwo__Tt_4a{width:250px;height:250px;background:#3b82f6;bottom:-60px;right:350px}@media(max-width:767px){.ContactHeroSection_blobTwo__Tt_4a{width:160px;height:160px;right:160px;bottom:-30px}}.ContactHeroSection_inner__GF_8w{position:relative;z-index:1;max-width:820px}.ContactHeroSection_inner__GF_8w>*{animation:ContactHeroSection_fadeUp__UzrKy .6s ease both}.ContactHeroSection_inner__GF_8w>:first-child{animation-delay:.05s}.ContactHeroSection_inner__GF_8w>:nth-child(2){animation-delay:.15s}.ContactHeroSection_inner__GF_8w>:nth-child(3){animation-delay:.25s}.ContactHeroSection_inner__GF_8w>:nth-child(4){animation-delay:.35s}.ContactHeroSection_breadcrumb__ocKNW{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.32);border-radius:20px;padding:5px 14px;margin-bottom:24px}@media(max-width:558px){.ContactHeroSection_breadcrumb__ocKNW{margin-bottom:18px}}.ContactHeroSection_breadcrumbLabel__WdskW{font-family:var(--descFont);font-weight:500}.ContactHeroSection_breadcrumbLabel__WdskW,.ContactHeroSection_breadcrumbSep__72vGs{font-size:14px;line-height:24px;color:rgba(255,255,255,.6)}.ContactHeroSection_breadcrumbActive__3hQDL{font-size:14px;line-height:24px;font-weight:600;font-family:var(--descFont);color:#fff}.ContactHeroSection_heading__UFevc{font-weight:600;font-size:60px;line-height:1.26;letter-spacing:-1.2px;text-align:center;color:var(--black-100);font-family:var(--mainTitleFont);color:#fff;letter-spacing:-1px;margin-bottom:18px;text-align:left}@media(max-width:1440px){.ContactHeroSection_heading__UFevc{font-size:48px}}@media(max-width:558px){.ContactHeroSection_heading__UFevc{font-size:36px}}@media(max-width:370px){.ContactHeroSection_heading__UFevc{font-size:34px;line-height:1.5}}.ContactHeroSection_heading__UFevc span{color:rgba(0,0,0,0);background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);-webkit-background-clip:text;background-position:50%;background-repeat:no-repeat;background-size:cover;display:inline-block;background-image:var(--title-span-bg,url(/_next/static/media/title-bg.d040a368.webp))}@media(max-width:558px){.ContactHeroSection_heading__UFevc{margin-bottom:14px}}.ContactHeroSection_description__4WOWe{font-family:var(--instrumentSans);font-weight:500;font-size:18px;line-height:1.66;letter-spacing:0;font-family:var(--descFont);color:rgba(255,255,255,.6);max-width:520px;margin-bottom:0}@media(max-width:370px){.ContactHeroSection_description__4WOWe{font-size:16px}}.ContactHeroSection_statPills__4RlY0{display:flex;flex-wrap:wrap;gap:10px;margin-top:36px}@media(max-width:767px){.ContactHeroSection_statPills__4RlY0{margin-top:28px;gap:8px}}@media(max-width:558px){.ContactHeroSection_statPills__4RlY0{margin-top:24px}}.ContactHeroSection_statPill__0V_mS{font-size:14px;line-height:24px;font-family:var(--descFont);font-weight:500;display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.32);border-radius:40px;padding:8px 18px;color:#fff;white-space:nowrap}@media(max-width:558px){.ContactHeroSection_statPill__0V_mS{padding:7px 14px}}@keyframes ContactHeroSection_fadeUp__UzrKy{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes DrivingResults_draw___7cgP{to{stroke-dashoffset:0}}@keyframes DrivingResults_strok___P9BV{to{stroke-dashoffset:400}}.DrivingResults_root__hjbpq{--primary-theme:#373bd7;--primary-theme-sec:#7277ff;--secondary-theme:#f4f2ff;--black-100:#111111;--black-80:#707070;--black-60:#cfcfcf;--black-40:#dedede;--black-20:#f3f3f3;--blue-purple:#b0b2ff;--blue-purple2:#c0c2ff}.DrivingResults_DrivingResultsWrapper__37_lz{margin-top:82px}.DrivingResults_DrivingResultsWrapper__37_lz .DrivingResults_content__n_ljd{padding:48px 0;border-bottom:1px solid #e9eaeb}@media(max-width:1200px){.DrivingResults_DrivingResultsWrapper__37_lz .DrivingResults_content__n_ljd{padding:40px 0}}@media(max-width:767px){.DrivingResults_DrivingResultsWrapper__37_lz .DrivingResults_content__n_ljd{padding:32px 0}}@media(max-width:558px){.DrivingResults_DrivingResultsWrapper__37_lz .DrivingResults_content__n_ljd{padding:28px 0}}@media(max-width:767px){.DrivingResults_DrivingResultsWrapper__37_lz .DrivingResults_content__n_ljd{border-bottom:0}}.DrivingResults_DrivingResultsWrapper__37_lz .DrivingResults_content__n_ljd .DrivingResults_titleDesc__ejf8W{margin-bottom:48px}@media(max-width:767px){.DrivingResults_DrivingResultsWrapper__37_lz .DrivingResults_content__n_ljd .DrivingResults_titleDesc__ejf8W{margin-bottom:24px}}.DrivingResults_DrivingResultsWrapper__37_lz .DrivingResults_content__n_ljd .DrivingResults_titleDesc__ejf8W p{font-family:var(--instrumentSans);font-weight:400;font-size:20px;line-height:1.4;letter-spacing:0;color:#4b4b55;text-align:center;margin-bottom:0}@media(max-width:767px){.DrivingResults_DrivingResultsWrapper__37_lz .DrivingResults_content__n_ljd .DrivingResults_titleDesc__ejf8W p{font-size:18px}}.DrivingResults_DrivingResultsWrapper__37_lz .DrivingResults_content__n_ljd .DrivingResults_DrivingResultsRow__2qpAG .DrivingResults_box__DItHv h2{font-family:var(--mainTitleFont);font-weight:600;font-size:60px;line-height:1.26;letter-spacing:-1.2px;text-align:center;color:var(--black-100);margin-bottom:12px}@media(max-width:1440px){.DrivingResults_DrivingResultsWrapper__37_lz .DrivingResults_content__n_ljd .DrivingResults_DrivingResultsRow__2qpAG .DrivingResults_box__DItHv h2{font-size:48px}}@media(max-width:558px){.DrivingResults_DrivingResultsWrapper__37_lz .DrivingResults_content__n_ljd .DrivingResults_DrivingResultsRow__2qpAG .DrivingResults_box__DItHv h2{font-size:36px}}@media(max-width:370px){.DrivingResults_DrivingResultsWrapper__37_lz .DrivingResults_content__n_ljd .DrivingResults_DrivingResultsRow__2qpAG .DrivingResults_box__DItHv h2{font-size:34px;line-height:1.5}}.DrivingResults_DrivingResultsWrapper__37_lz .DrivingResults_content__n_ljd .DrivingResults_DrivingResultsRow__2qpAG .DrivingResults_box__DItHv h2 span{color:rgba(0,0,0,0);background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);-webkit-background-clip:text;background-position:50%;background-repeat:no-repeat;background-size:cover;display:inline-block;background-image:var(--title-span-bg,url(/_next/static/media/title-bg.d040a368.webp))}.DrivingResults_DrivingResultsWrapper__37_lz .DrivingResults_content__n_ljd .DrivingResults_DrivingResultsRow__2qpAG .DrivingResults_box__DItHv p.DrivingResults_boxTitle__Wyojt{font-family:var(--instrumentSans);font-weight:600;font-size:18px;line-height:1.5;letter-spacing:.36px;color:#181d27;font-family:var(--inter);text-align:center;margin-bottom:8px}@media(max-width:370px){.DrivingResults_DrivingResultsWrapper__37_lz .DrivingResults_content__n_ljd .DrivingResults_DrivingResultsRow__2qpAG .DrivingResults_box__DItHv p.DrivingResults_boxTitle__Wyojt{font-size:16px}}.DrivingResults_DrivingResultsWrapper__37_lz .DrivingResults_content__n_ljd .DrivingResults_DrivingResultsRow__2qpAG .DrivingResults_box__DItHv p.DrivingResults_boxDesc__J7Z44{font-family:var(--instrumentSans);font-weight:400;font-size:16px;line-height:1.5625;letter-spacing:0;color:#535862;text-align:center;font-family:var(--inter);margin-bottom:0}@keyframes GlossaryDetails_draw__D0uJy{to{stroke-dashoffset:0}}@keyframes GlossaryDetails_strok__prU_0{to{stroke-dashoffset:400}}.GlossaryDetails_root__IraWd{--primary-theme:#373bd7;--primary-theme-sec:#7277ff;--secondary-theme:#f4f2ff;--black-100:#111111;--black-80:#707070;--black-60:#cfcfcf;--black-40:#dedede;--black-20:#f3f3f3;--blue-purple:#b0b2ff;--blue-purple2:#c0c2ff}.GlossaryDetails_marginMinus__9kDTy{padding:2rem 0}@media(max-width:767px){.GlossaryDetails_marginMinus__9kDTy{padding:3rem 0}}.GlossaryDetails_result__lx253{background-color:#fff;padding:24px;border-radius:10px}@media(max-width:1200px){.GlossaryDetails_result__lx253{padding:20px}}@media(max-width:767px){.GlossaryDetails_result__lx253{padding:16px}}.GlossaryDetails_resultPage__sPwnp{border-bottom:1px solid #2f3293}.GlossaryDetails_resultPage__sPwnp .GlossaryDetails_result__lx253 a{color:var(--primary-theme);font-weight:600;text-decoration:none}.GlossaryDetails_resultPage__sPwnp .GlossaryDetails_result__lx253 a,.GlossaryDetails_resultPage__sPwnp .GlossaryDetails_result__lx253 li,.GlossaryDetails_resultPage__sPwnp .GlossaryDetails_result__lx253 p,.GlossaryDetails_resultPage__sPwnp .GlossaryDetails_result__lx253 span{font-size:16px}.GlossaryDetails_share__bP_Wn{margin-top:10px}.GlossaryDetails_share__bP_Wn .GlossaryDetails_shareInner__zhcMF{transition:all .3s ease;display:inline-flex;position:relative}.GlossaryDetails_share__bP_Wn .GlossaryDetails_shareInner__zhcMF:after{content:attr(data-title);position:absolute;left:50%;bottom:105%;transform:translateX(-50%);background-color:rgba(0,0,0,.8);color:#fff;opacity:0;padding:4px 8px;border-radius:20px;font-size:12px}.GlossaryDetails_share__bP_Wn .GlossaryDetails_shareInner__zhcMF:hover:after{opacity:1}.GlossaryDetails_share__bP_Wn p{margin-bottom:0}@media(max-width:767px){.GlossaryDetails_share__bP_Wn{margin-bottom:20px}}.GlossaryDetails_icon__54pWI{width:20px;height:20px;margin-right:10px}.GlossaryDetails_icon__54pWI svg{width:100%;height:100%}.GlossaryDetails_sticky__f8HSU{position:-webkit-sticky;position:sticky;top:6rem}@media(max-width:767px){.GlossaryDetails_sticky__f8HSU{position:static}}.GlossaryDetails_Suggestion__naKbl{padding:1rem;background-color:#f1f1f1;border-radius:.5rem}.GlossaryDetails_Suggestion__naKbl ul{padding:0}.GlossaryDetails_Suggestion__naKbl ul li{padding:0;margin:0}.GlossaryDetails_Suggestion__naKbl ul li a{display:inline-block;padding:.3rem 1rem;text-decoration:underline;color:var(--primary-theme)}.GlossaryDetails_Suggestion__naKbl ul li a:hover{text-decoration:none}@keyframes CTA_draw___rxnP{to{stroke-dashoffset:0}}@keyframes CTA_strok__sF4a0{to{stroke-dashoffset:400}}.CTA_root__Gftde{--primary-theme:#373bd7;--primary-theme-sec:#7277ff;--secondary-theme:#f4f2ff;--black-100:#111111;--black-80:#707070;--black-60:#cfcfcf;--black-40:#dedede;--black-20:#f3f3f3;--blue-purple:#b0b2ff;--blue-purple2:#c0c2ff}.CTA_ctaSection__TGYMz{padding:48px 0}@media(max-width:1200px){.CTA_ctaSection__TGYMz{padding:40px 0}}@media(max-width:767px){.CTA_ctaSection__TGYMz{padding:32px 0}}@media(max-width:558px){.CTA_ctaSection__TGYMz{padding:28px 0}}.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe{border-radius:30px;padding:21px;background:linear-gradient(240.76deg,rgba(23,60,187,.2) 3.35%,rgba(72,104,216,.2) 91.39%)}@media(max-width:558px){.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe{padding:14px}}.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q{border-radius:30px;padding:98px 24px;background:linear-gradient(240.76deg,#173cbb 3.35%,#4868d8 91.39%)}@media(max-width:767px){.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q{padding:58px 24px}}@media(max-width:370px){.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q{padding:48px 24px}}.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q h2.CTA_title__qD09B{font-family:var(--Outfit);font-weight:600;font-size:48px;line-height:1.5;letter-spacing:-.96px;color:var(--black-100);line-height:1.083;text-align:center;color:#fff;margin-bottom:8px}@media(max-width:767px){.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q h2.CTA_title__qD09B{font-size:38px}}@media(max-width:370px){.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q h2.CTA_title__qD09B{font-size:24px}}.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q p.CTA_desc__aE0pk{font-family:var(--instrumentSans);font-weight:500;font-size:18px;line-height:1.66;letter-spacing:0;color:#fff;opacity:.5;text-align:center;margin-bottom:26px}@media(max-width:370px){.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q p.CTA_desc__aE0pk{font-size:16px}}@media(max-width:558px){.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q p.CTA_desc__aE0pk{margin-bottom:24px}}.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q .CTA_ctaBtn__RLLXq{display:flex;align-items:center;justify-content:center}.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q .CTA_ctaBtn__RLLXq form{position:relative}.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q .CTA_ctaBtn__RLLXq form input{background-color:rgba(0,0,0,0);padding:25px 60px 25px 29px;border:1px solid rgba(255,255,255,.2);border-radius:50px;max-width:478px;min-width:478px;width:100%;color:#fff}@media(max-width:1440px){.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q .CTA_ctaBtn__RLLXq form input{padding:19px 55px 19px 23px;max-width:440px;min-width:440px}}@media(max-width:767px){.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q .CTA_ctaBtn__RLLXq form input{padding:16px 51px 16px 20px;max-width:340px;min-width:340px}}@media(max-width:558px){.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q .CTA_ctaBtn__RLLXq form input{min-width:100%;max-width:100%}}.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q .CTA_ctaBtn__RLLXq form input::placeholder{font-family:var(--instrumentSans);font-weight:700;font-size:16px;line-height:1.375;text-transform:uppercase;letter-spacing:0;font-family:var(--Outfit);color:#fff;opacity:.5;line-height:22px}.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q .CTA_ctaBtn__RLLXq form input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 10px rgba(0,0,0,0)!important;-webkit-text-fill-color:#fff!important;font-family:var(--Outfit)}.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q .CTA_ctaBtn__RLLXq form input:focus,.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q .CTA_ctaBtn__RLLXq form input:focus-visible,.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q .CTA_ctaBtn__RLLXq form input:focus-within{outline:none;border-color:rgba(255,255,255,.5)}.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q .CTA_ctaBtn__RLLXq form button{position:absolute;top:7px;right:10px;border:0;border-radius:50px;background-color:#fff;width:60px;height:60px;display:flex;align-items:center;justify-content:center}@media(max-width:1440px){.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q .CTA_ctaBtn__RLLXq form button{width:50px;height:50px}}@media(max-width:767px){.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q .CTA_ctaBtn__RLLXq form button{width:42px;height:42px}}.CTA_ctaSection__TGYMz .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q .CTA_ctaBtn__RLLXq form button svg{width:24px;height:24px;color:var(--primary-theme)}.CTA_ctaSection__TGYMz.CTA_talkTerminus___dQ_b .CTA_ctaBorder__qtxKe{background:rgba(0,0,0,0);padding:0}.CTA_ctaSection__TGYMz.CTA_talkTerminus___dQ_b .CTA_ctaBorder__qtxKe .CTA_cta__c5i4Q{background:linear-gradient(240.76deg,var(--primary-theme) 3.35%,var(--primary-theme-sec) 91.39%)}.CTA_ctaSection__TGYMz.CTA_talkTerminus___dQ_b .CTA_ctaBorder__qtxKe .CTA_ctaBtn__RLLXq{display:none}.CTA_ctaSection__TGYMz .CTA_btnWrapper__cLWog{display:flex;align-items:center;justify-content:center;padding-top:24px}.CTA_ctaSection__TGYMz .CTA_btn__2v9OL{background-color:var(--primary-theme);padding:19px 32.5px;font-family:var(--mainTitleFont);font-weight:700;font-size:16px;line-height:1.37;text-transform:uppercase;color:#fff;border-radius:50px;display:flex;border-radius:12px;text-decoration:none;display:inline-flex;align-items:center;gap:10px;padding:10px 24px!important;border:1px solid #fff;background-color:#fff;color:var(--primary-theme)}.CTA_ctaSection__TGYMz .CTA_btn__2v9OL svg{color:#fff}@media(max-width:1200px){.CTA_ctaSection__TGYMz .CTA_btn__2v9OL{padding:16px 26px}}@media(max-width:991px){.CTA_ctaSection__TGYMz .CTA_btn__2v9OL{padding:14px 22px}}@media(max-width:767px){.CTA_ctaSection__TGYMz .CTA_btn__2v9OL{padding:12px 20px;font-size:14px}}@media(max-width:558px){.CTA_ctaSection__TGYMz .CTA_btn__2v9OL{padding:10px 16px;font-size:12px}}.CTA_ctaSection__TGYMz .CTA_btn__2v9OL svg{stroke-miterlimit:10;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:400;transition:all .8s;margin-left:15px}@media(max-width:991px){.CTA_ctaSection__TGYMz .CTA_btn__2v9OL svg{margin-left:8px}}.CTA_ctaSection__TGYMz .CTA_btn__2v9OL:hover svg{transition:all .8s;animation:CTA_strok__sF4a0 1.1s reverse}.CTA_ctaSection__TGYMz .CTA_btn__2v9OL img,.CTA_ctaSection__TGYMz .CTA_btn__2v9OL svg{flex-shrink:0;margin-left:0}@keyframes CodeAPI_draw__rS327{to{stroke-dashoffset:0}}@keyframes CodeAPI_strok__BJb7A{to{stroke-dashoffset:400}}.CodeAPI_root__8H_ch{--primary-theme:#373bd7;--primary-theme-sec:#7277ff;--secondary-theme:#f4f2ff;--black-100:#111111;--black-80:#707070;--black-60:#cfcfcf;--black-40:#dedede;--black-20:#f3f3f3;--blue-purple:#b0b2ff;--blue-purple2:#c0c2ff}.CodeAPI_codeApiSection__VdPQm{position:relative;padding:98px 0;background-color:rgba(134,137,227,.2117647059)}@media(max-width:767px){.CodeAPI_codeApiSection__VdPQm{padding:48px 0}}.CodeAPI_codeApiSection__VdPQm .CodeAPI_codeApi__24l1q{display:flex;flex-wrap:wrap;align-items:center}.CodeAPI_codeApiSection__VdPQm .CodeAPI_codeApi__24l1q .CodeAPI_Info__qrqDB{width:50%;padding-right:24px}@media(max-width:767px){.CodeAPI_codeApiSection__VdPQm .CodeAPI_codeApi__24l1q .CodeAPI_Info__qrqDB{width:100%;padding-right:0;padding-bottom:24px}}.CodeAPI_codeApiSection__VdPQm .CodeAPI_codeApi__24l1q .CodeAPI_Info__qrqDB p.CodeAPI_subTitle__MSfr6{padding:8px 18px;color:#fff;background-color:var(--primary-theme);text-transform:uppercase;font-family:var(--inter);font-weight:400;font-size:12px;line-height:1;letter-spacing:1.2px;margin-bottom:52px;display:inline-block;border-radius:6px}.CodeAPI_codeApiSection__VdPQm .CodeAPI_codeApi__24l1q .CodeAPI_Info__qrqDB h2{font-family:var(--mainTitleFont);font-weight:600;font-size:60px;line-height:1.26;letter-spacing:-1.2px;text-align:center;color:var(--black-100);text-align:left;color:#fff;margin-bottom:8px}@media(max-width:1440px){.CodeAPI_codeApiSection__VdPQm .CodeAPI_codeApi__24l1q .CodeAPI_Info__qrqDB h2{font-size:48px}}@media(max-width:558px){.CodeAPI_codeApiSection__VdPQm .CodeAPI_codeApi__24l1q .CodeAPI_Info__qrqDB h2{font-size:36px}}@media(max-width:370px){.CodeAPI_codeApiSection__VdPQm .CodeAPI_codeApi__24l1q .CodeAPI_Info__qrqDB h2{font-size:34px;line-height:1.5}}.CodeAPI_codeApiSection__VdPQm .CodeAPI_codeApi__24l1q .CodeAPI_Info__qrqDB h2 span{color:rgba(0,0,0,0);background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);-webkit-background-clip:text;background-position:50%;background-repeat:no-repeat;background-size:cover;display:inline-block;background-image:var(--title-span-bg,url(/_next/static/media/title-bg.d040a368.webp))}.CodeAPI_codeApiSection__VdPQm .CodeAPI_codeApi__24l1q .CodeAPI_Info__qrqDB ol{list-style:number;margin-bottom:52px;color:var(--black-100);padding-left:20px}.CodeAPI_codeApiSection__VdPQm .CodeAPI_codeApi__24l1q .CodeAPI_Info__qrqDB ol li{margin:0;padding:0}.CodeAPI_codeApiSection__VdPQm .CodeAPI_codeApi__24l1q .CodeAPI_Info__qrqDB ol li p{font-family:var(--inter);font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0;color:var(--black-100);margin-bottom:0}.CodeAPI_codeApiSection__VdPQm .CodeAPI_codeApi__24l1q .CodeAPI_Info__qrqDB a.CodeAPI_edocs__GvMCF{padding:16px 24px;color:var(--primary-theme);font-family:var(--inter);font-weight:400;font-size:18px;line-height:1.3;letter-spacing:0;text-decoration:none;border:1px solid var(--primary-theme);border-radius:50px;display:inline-flex;align-items:center}.CodeAPI_codeApiSection__VdPQm .CodeAPI_codeApi__24l1q .CodeAPI_Info__qrqDB a.CodeAPI_edocs__GvMCF svg{margin-left:8px;width:20px}.CodeAPI_codeApiSection__VdPQm .CodeAPI_codeApi__24l1q .CodeAPI_codeApiImage__KVcXn{width:50%;padding-left:24px}@media(max-width:767px){.CodeAPI_codeApiSection__VdPQm .CodeAPI_codeApi__24l1q .CodeAPI_codeApiImage__KVcXn{width:100%;padding-left:0;padding-top:24px}}.CodeAPI_codeApiSection__VdPQm .CodeAPI_codeApi__24l1q .CodeAPI_codeApiImage__KVcXn img{max-width:100%;width:100%;height:auto;object-fit:contain}.CodeAPI_codeApiSection__VdPQm .CodeAPI_codeApi__24l1q .CodeAPI_codeApiImage__KVcXn .CodeAPI_animWrapper__L_BQH{width:100%;overflow:hidden;height:auto}@media(max-width:767px){.CodeAPI_codeApiSection__VdPQm .CodeAPI_codeApi__24l1q .CodeAPI_codeApiImage__KVcXn .CodeAPI_animWrapper__L_BQH{position:relative;padding-bottom:300px}}@keyframes Hero_draw__cLJq3{to{stroke-dashoffset:0}}@keyframes Hero_strok__IhIb4{to{stroke-dashoffset:400}}.Hero_root__urQsV{--primary-theme:#373bd7;--primary-theme-sec:#7277ff;--secondary-theme:#f4f2ff;--black-100:#111111;--black-80:#707070;--black-60:#cfcfcf;--black-40:#dedede;--black-20:#f3f3f3;--blue-purple:#b0b2ff;--blue-purple2:#c0c2ff}.Hero_heroSection__APXZl{margin-top:82px;padding:30px 0;min-height:calc(100vh - 82px);display:flex;align-items:center;max-width:100%}@media(max-width:991px){.Hero_heroSection__APXZl{min-height:auto}}.Hero_heroSection__APXZl .Hero_heroLeft__LKcXZ{display:flex;flex-direction:column;align-items:stretch;justify-content:center;height:100%}.Hero_heroSection__APXZl .Hero_heroLeft__LKcXZ .Hero_heroImg__6vo78{margin-bottom:20px}.Hero_heroSection__APXZl .Hero_heroLeft__LKcXZ .Hero_heroImg__6vo78 img{width:100%;height:auto;max-width:100%;object-fit:contain;border-radius:30px}.Hero_heroSection__APXZl .Hero_heroLeft__LKcXZ .Hero_card__hPsI8{border-radius:30px;padding:22px;height:100%}@media(max-width:1200px){.Hero_heroSection__APXZl .Hero_heroLeft__LKcXZ .Hero_card__hPsI8{padding:20px}}@media(max-width:767px){.Hero_heroSection__APXZl .Hero_heroLeft__LKcXZ .Hero_card__hPsI8{padding:18px}}.Hero_heroSection__APXZl .Hero_heroLeft__LKcXZ .Hero_card__hPsI8 p.Hero_text__hapIh{font-family:var(--BodyFont);font-weight:500;font-size:20px;line-height:1.2;color:#5d5d5d;text-align:left;margin-bottom:10px}@media(max-width:767px){.Hero_heroSection__APXZl .Hero_heroLeft__LKcXZ .Hero_card__hPsI8 p.Hero_text__hapIh{font-size:18px}}.Hero_heroSection__APXZl .Hero_heroLeft__LKcXZ .Hero_card__hPsI8 p.Hero_number__Xd_oP{font-family:var(--mainTitleFont);font-weight:500;font-size:42px;line-height:1.2;color:#292b2f;text-align:left;letter-spacing:.84px;margin-bottom:0}@media(max-width:1200px){.Hero_heroSection__APXZl .Hero_heroLeft__LKcXZ .Hero_card__hPsI8 p.Hero_number__Xd_oP{font-size:34px}}@media(max-width:767px){.Hero_heroSection__APXZl .Hero_heroLeft__LKcXZ .Hero_card__hPsI8 p.Hero_number__Xd_oP{font-size:30px}}.Hero_heroSection__APXZl .Hero_heroLeft__LKcXZ .Hero_card__hPsI8.Hero_gray__Pd8ZZ{background-color:#eaeaea}.Hero_heroSection__APXZl .Hero_heroLeft__LKcXZ .Hero_card__hPsI8.Hero_green__f9ncz{background-color:#cdf0d9}.Hero_heroSection__APXZl .Hero_heroRight__gsmDx{height:100%;display:flex;flex-direction:column;justify-content:center}.Hero_heroSection__APXZl .Hero_heroRight__gsmDx h1{color:var(--black-100);margin-bottom:24px;font-size:64px;line-height:72px;font-weight:600;font-family:var(--mainTitleFont)}@media(max-width:1200px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx h1{font-size:58px;line-height:66px}}@media(max-width:1023px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx h1{font-size:54px;line-height:62px}}@media(max-width:991px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx h1{font-size:52px;line-height:60px}}@media(max-width:767px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx h1{font-size:44px;line-height:52px;margin-bottom:22px}}.Hero_heroSection__APXZl .Hero_heroRight__gsmDx p{font-size:22px;line-height:1.4;margin-bottom:24px;color:#222;font-family:var(--BodyFont);font-weight:300}@media(max-width:1023px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx p{font-size:20px}}@media(max-width:767px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx p{font-size:16px;margin-bottom:22px}}.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_card__hPsI8{display:flex;gap:20px;flex-wrap:wrap;align-items:stretch;justify-content:space-between;margin-bottom:24px}@media(max-width:1200px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_card__hPsI8{gap:18px}}@media(max-width:767px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_card__hPsI8{gap:16px;margin-bottom:22px}}.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_card__hPsI8 .Hero_cardImage__3SYE4{width:160px;height:100%;align-content:center}@media(max-width:558px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_card__hPsI8 .Hero_cardImage__3SYE4{width:100%;height:auto}}.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_card__hPsI8 .Hero_cardImage__3SYE4 img{max-width:100%;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:30px}.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_card__hPsI8 .Hero_cardContent__IK6ek{flex:1 1;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px}@media(max-width:558px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_card__hPsI8 .Hero_cardContent__IK6ek{width:100%;height:auto}}.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_card__hPsI8 .Hero_cardContent__IK6ek p{font-family:var(--mainTitleFont);font-weight:400;font-size:18px;line-height:1.5;color:var(--black-100);text-decoration:none;margin-bottom:8px}@media(max-width:558px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_card__hPsI8 .Hero_cardContent__IK6ek p{font-size:16px}}.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_card__hPsI8 .Hero_cardContent__IK6ek button{background:rgba(0,0,0,0);border:none;box-shadow:none;display:flex;align-items:center;justify-content:center;gap:20px}.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_card__hPsI8 .Hero_cardContent__IK6ek button .Hero_playIcon__KTswR svg{width:42px;height:42px}@media(max-width:558px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_card__hPsI8 .Hero_cardContent__IK6ek button .Hero_playIcon__KTswR svg{width:32px;height:32px}}.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_card__hPsI8 .Hero_cardContent__IK6ek button span{color:var(--black-100);font-size:18px;line-height:1.2;font-family:var(--mainTitleFont);font-weight:400}@media(max-width:767px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_card__hPsI8 .Hero_cardContent__IK6ek button span{font-size:16px}}.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_btnWrapper__qnbZo{padding-top:24px;border-top:1.2px solid var(--black-40);display:flex;align-items:center;justify-content:flex-start;gap:20px;flex-wrap:wrap}@media(max-width:767px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_btnWrapper__qnbZo{gap:15px;padding-top:22px}}.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_btnWrapper__qnbZo p{margin-bottom:0;font-family:var(--BodyFont);font-weight:400;font-size:18px;line-height:1.2}@media(max-width:767px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_btnWrapper__qnbZo p{font-size:16px}}.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_btnWrapper__qnbZo .Hero_btn__QImwM{border:1px solid var(--primary-theme);background-color:rgba(0,0,0,0);font-family:var(--mainTitleFont);font-weight:700;font-size:16px;line-height:1.37;text-transform:uppercase;color:var(--primary-theme);border-radius:50px;text-decoration:none;background-color:var(--primary-theme);color:#fff;display:flex;gap:10px;align-items:center;justify-content:space-between;line-height:32px;padding:12px 32.5px}.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_btnWrapper__qnbZo .Hero_btn__QImwM svg{color:var(--primary-theme)}@media(max-width:1200px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_btnWrapper__qnbZo .Hero_btn__QImwM{padding:16px 26px}}@media(max-width:991px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_btnWrapper__qnbZo .Hero_btn__QImwM{padding:14px 22px}}@media(max-width:767px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_btnWrapper__qnbZo .Hero_btn__QImwM{padding:12px 20px;font-size:14px}}@media(max-width:558px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_btnWrapper__qnbZo .Hero_btn__QImwM{padding:10px 16px;font-size:12px}}.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_btnWrapper__qnbZo .Hero_btn__QImwM svg{stroke-miterlimit:10;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:400;transition:all .8s;margin-left:15px}@media(max-width:991px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_btnWrapper__qnbZo .Hero_btn__QImwM svg{margin-left:8px}}.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_btnWrapper__qnbZo .Hero_btn__QImwM:hover svg{transition:all .8s;animation:Hero_strok__IhIb4 1.1s reverse}@media(max-width:1200px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_btnWrapper__qnbZo .Hero_btn__QImwM{line-height:28px;padding:12px 26px}}@media(max-width:991px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_btnWrapper__qnbZo .Hero_btn__QImwM{padding:12px 22px}}@media(max-width:767px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_btnWrapper__qnbZo .Hero_btn__QImwM{line-height:20px;padding:10px 20px}}.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_btnWrapper__qnbZo .Hero_btn__QImwM img{width:32px;height:32px}@media(max-width:1200px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_btnWrapper__qnbZo .Hero_btn__QImwM img{width:28px;height:28px}}@media(max-width:767px){.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_btnWrapper__qnbZo .Hero_btn__QImwM img{width:20px;height:20px}}.Hero_heroSection__APXZl .Hero_heroRight__gsmDx .Hero_btnWrapper__qnbZo .Hero_btn__QImwM.Hero_sec__Xzs3K{background-color:#fff;color:var(--primary-theme)}@keyframes DevelopmentProcess_draw__6N6K_{to{stroke-dashoffset:0}}@keyframes DevelopmentProcess_strok___gkai{to{stroke-dashoffset:400}}.DevelopmentProcess_root__AWR_r{--primary-theme:#373bd7;--primary-theme-sec:#7277ff;--secondary-theme:#f4f2ff;--black-100:#111111;--black-80:#707070;--black-60:#cfcfcf;--black-40:#dedede;--black-20:#f3f3f3;--blue-purple:#b0b2ff;--blue-purple2:#c0c2ff}.DevelopmentProcess_TravelPortal_process_block__b0x0O{width:100%;padding:72px 0;position:relative;z-index:1}@media(max-width:767px){.DevelopmentProcess_TravelPortal_process_block__b0x0O{padding:48px 0}}@media(max-width:991px){.DevelopmentProcess_TravelPortal_process_block__b0x0O{padding:40px 0}}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_eclipse_block_left__O2sA4{width:50%;height:100%;position:absolute;top:0;left:0}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_eclipse_block_left__O2sA4 img{width:75%;height:100%;object-fit:cover}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_block_title__ujcw1{width:100%;margin-bottom:64px;position:relative;z-index:9}@media(max-width:1023px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_block_title__ujcw1{margin-bottom:48px}}@media(max-width:991px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_block_title__ujcw1{margin-bottom:32px}}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_block_title__ujcw1 span{font-size:12px;line-height:20px;font-weight:400;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:20px}@media(max-width:1023px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_block_title__ujcw1 span{margin-bottom:20px}}@media(max-width:991px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_block_title__ujcw1 span{margin-bottom:16px}}@media(max-width:767px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_block_title__ujcw1 span{margin-bottom:12px}}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_block_title__ujcw1 h2{font-size:48px;line-height:56px;letter-spacing:-.02em;font-weight:600;margin:0}@media(max-width:1023px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_block_title__ujcw1 h2{font-size:32px;line-height:40px}}@media(max-width:991px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_block_title__ujcw1 h2{font-size:24px;line-height:32px}}@media(max-width:767px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_block_title__ujcw1 h2{font-size:20px;line-height:28px}}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK{width:100%;position:relative;z-index:9}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK:after{width:48px;height:40px;position:absolute;top:-40px;right:-40px;content:"";background-size:cover}@media(max-width:1023px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK:after{width:38px;height:30px;top:-25px;right:-25px;background-size:contain}}@media(max-width:991px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK:after{display:none}}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul{width:100%;display:flex;justify-content:space-between;padding:0}@media(max-width:991px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul{flex-wrap:wrap;justify-content:flex-start}}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li{width:20%;padding:0 15px}@media(max-width:991px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li{width:100%;margin-bottom:24px;padding:0}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li:last-child{position:relative;margin-bottom:0}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li:last-child:before{width:30px;height:38px;position:absolute;bottom:-30px;right:-20px;content:"";background-size:cover;display:none}}@media(max-width:767px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li{width:100%}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li:last-child:before{display:none}}@media(max-width:558px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li{width:100%}}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B{padding:32px;border-radius:16px}@media(max-width:1023px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B{padding:16px}}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_top__Eed4H{width:100%;display:flex;justify-content:space-between;margin-bottom:12px}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_top__Eed4H .DevelopmentProcess_block_no__RYVD_{font-size:64px;line-height:72px;letter-spacing:-.02em;font-weight:700;color:#de8f35}@media(max-width:1200px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_top__Eed4H .DevelopmentProcess_block_no__RYVD_{font-size:50px;line-height:60px}}@media(max-width:1023px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_top__Eed4H .DevelopmentProcess_block_no__RYVD_{font-size:48px;line-height:56px}}@media(max-width:991px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_top__Eed4H .DevelopmentProcess_block_no__RYVD_{font-size:32px;line-height:40px}}@media(max-width:767px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_top__Eed4H .DevelopmentProcess_block_no__RYVD_{font-size:24px;line-height:32px}}@media(max-width:991px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_top__Eed4H .DevelopmentProcess_block_no__RYVD_{font-size:48px;line-height:56px}}@media(max-width:1023px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_top__Eed4H .DevelopmentProcess_block_ic__MWk6H{height:44px}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_top__Eed4H .DevelopmentProcess_block_ic__MWk6H img{width:100%;height:100%}}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_btm__yY8hW{width:100%;font-size:20px;line-height:28px;font-weight:600}@media(max-width:1023px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_btm__yY8hW{font-size:16px;line-height:24px}}@media(max-width:558px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_btm__yY8hW{font-size:14px;line-height:22px;font-size:16px;line-height:24px}}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_aerrow_im__Cxr4F{margin:24px 0}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_aerrow_im__Cxr4F .DevelopmentProcess_arrow_white__oCZC9{display:none}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_aerrow_im__Cxr4F .DevelopmentProcess_arrow_blue__Es1Yr{display:block}@media(max-width:1023px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_aerrow_im__Cxr4F{margin:16px 0;width:75px;height:35px}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_aerrow_im__Cxr4F svg{width:100%;height:100%;object-fit:contain}}@media(max-width:991px){.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_aerrow_im__Cxr4F{display:none}}.DevelopmentProcess_TravelPortal_process_block__b0x0O .DevelopmentProcess_process_step_block__qALQK ul li:nth-child(2n+0) .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_top__Eed4H .DevelopmentProcess_block_no__RYVD_{color:#de5735}.DevelopmentProcess_TravelPortal_process_block__b0x0O.DevelopmentProcess_bg_light__T4Jo5{background:#f8f8f8}.DevelopmentProcess_TravelPortal_process_block__b0x0O.DevelopmentProcess_bg_light__T4Jo5 .DevelopmentProcess_block_title__ujcw1 h2,.DevelopmentProcess_TravelPortal_process_block__b0x0O.DevelopmentProcess_bg_light__T4Jo5 .DevelopmentProcess_block_title__ujcw1 span{color:#14153e}.DevelopmentProcess_TravelPortal_process_block__b0x0O.DevelopmentProcess_bg_light__T4Jo5 .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B{background:#fff;box-shadow:0 24px 48px -32px #2f3293}.DevelopmentProcess_TravelPortal_process_block__b0x0O.DevelopmentProcess_bg_light__T4Jo5 .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_btm__yY8hW{color:#14153e}.DevelopmentProcess_TravelPortal_process_block__b0x0O.DevelopmentProcess_bg_dark__c19YJ{background:#2f3293}.DevelopmentProcess_TravelPortal_process_block__b0x0O.DevelopmentProcess_bg_dark__c19YJ .DevelopmentProcess_eclipse_block_left__O2sA4{display:none}.DevelopmentProcess_TravelPortal_process_block__b0x0O.DevelopmentProcess_bg_dark__c19YJ .DevelopmentProcess_block_title__ujcw1 h2,.DevelopmentProcess_TravelPortal_process_block__b0x0O.DevelopmentProcess_bg_dark__c19YJ .DevelopmentProcess_block_title__ujcw1 span{color:#fff}.DevelopmentProcess_TravelPortal_process_block__b0x0O.DevelopmentProcess_bg_dark__c19YJ .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B{background:rgba(147,149,221,.16);box-shadow:0 24px 48px -32px #2f3293}.DevelopmentProcess_TravelPortal_process_block__b0x0O.DevelopmentProcess_bg_dark__c19YJ .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_btm__yY8hW{color:#fff}.DevelopmentProcess_TravelPortal_process_block__b0x0O.DevelopmentProcess_bg_dark__c19YJ .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_aerrow_im__Cxr4F{margin:24px 0}.DevelopmentProcess_TravelPortal_process_block__b0x0O.DevelopmentProcess_bg_dark__c19YJ .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_aerrow_im__Cxr4F .DevelopmentProcess_arrow_blue__Es1Yr{display:none}.DevelopmentProcess_TravelPortal_process_block__b0x0O.DevelopmentProcess_bg_dark__c19YJ .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_aerrow_im__Cxr4F .DevelopmentProcess_arrow_white__oCZC9{display:block}.DevelopmentProcess_dev_process_block__L36Rc{width:100%;padding:72px 0;position:relative;z-index:1}@media(max-width:1023px){.DevelopmentProcess_dev_process_block__L36Rc{padding:60px 0}}@media(max-width:991px){.DevelopmentProcess_dev_process_block__L36Rc{padding:40px 0}}@media(max-width:767px){.DevelopmentProcess_dev_process_block__L36Rc{padding:30px 0}}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_animation_doodles__kdfJf{position:absolute;height:100%;width:100%;top:0;padding:50px;left:0;z-index:2}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_animation_doodles__kdfJf .DevelopmentProcess_common_poll__i_yHQ{position:absolute}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_animation_doodles__kdfJf .DevelopmentProcess_common_poll__i_yHQ.DevelopmentProcess_poly_ani_61__9Tqoj{top:10%;right:36%}@media(max-width:991px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_animation_doodles__kdfJf .DevelopmentProcess_common_poll__i_yHQ.DevelopmentProcess_poly_ani_61__9Tqoj{top:0;right:10px}}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_animation_doodles__kdfJf .DevelopmentProcess_common_poll__i_yHQ.DevelopmentProcess_poly_ani_62__M2nBS{top:100%;left:25px}@media(max-width:991px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_animation_doodles__kdfJf .DevelopmentProcess_common_poll__i_yHQ.DevelopmentProcess_poly_ani_62__M2nBS{top:auto;left:25px;bottom:-55px}}@media(max-width:767px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_animation_doodles__kdfJf .DevelopmentProcess_common_poll__i_yHQ.DevelopmentProcess_poly_ani_62__M2nBS{top:auto;left:5px;bottom:-45px}}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_animation_doodles__kdfJf .DevelopmentProcess_common_poll__i_yHQ #DevelopmentProcess_dot_pol__6wAQr{animation:DevelopmentProcess_blink__P6olB 5.3s ease infinite;position:relative;opacity:.35}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_animation_doodles__kdfJf .DevelopmentProcess_common_poll__i_yHQ #DevelopmentProcess_dot_pol__6wAQr:nth-child(2){animation-delay:2s}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_animation_doodles__kdfJf .DevelopmentProcess_common_poll__i_yHQ #DevelopmentProcess_dot_pol__6wAQr:nth-child(3){animation-delay:4s}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_animation_doodles__kdfJf .DevelopmentProcess_common_poll__i_yHQ #DevelopmentProcess_dot_pol__6wAQr:nth-child(4){animation-delay:6s}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_animation_doodles__kdfJf .DevelopmentProcess_common_poll__i_yHQ #DevelopmentProcess_dot_pol__6wAQr:nth-child(5){animation-delay:9s}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_animation_doodles__kdfJf .DevelopmentProcess_common_poll__i_yHQ #DevelopmentProcess_dot_pol__6wAQr:nth-child(6){animation-delay:7s}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_animation_doodles__kdfJf .DevelopmentProcess_common_poll__i_yHQ #DevelopmentProcess_dot_pol02__Ux_TC{animation:DevelopmentProcess_polly_box__p2kfY 4s ease 3.5s infinite normal none;position:relative}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_eclipse_block_left__O2sA4{width:50%;height:100%;position:absolute;top:0;left:0}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_eclipse_block_left__O2sA4 img{width:75%;height:100%;object-fit:cover}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_block_title__ujcw1{width:100%;margin-bottom:64px;position:relative;z-index:9}@media(max-width:1023px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_block_title__ujcw1{margin-bottom:48px}}@media(max-width:991px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_block_title__ujcw1{margin-bottom:32px}}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_block_title__ujcw1 span{font-size:12px;line-height:20px;font-weight:400;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:20px;opacity:1;letter-spacing:2px}@media(max-width:1023px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_block_title__ujcw1 span{margin-bottom:20px}}@media(max-width:991px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_block_title__ujcw1 span{margin-bottom:16px}}@media(max-width:767px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_block_title__ujcw1 span{margin-bottom:12px}}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_block_title__ujcw1 h2{font-size:48px;line-height:56px;letter-spacing:-.02em;font-weight:600;margin:0}@media(max-width:1023px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_block_title__ujcw1 h2{font-size:32px;line-height:40px}}@media(max-width:991px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_block_title__ujcw1 h2{font-size:24px;line-height:32px}}@media(max-width:767px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_block_title__ujcw1 h2{font-size:20px;line-height:28px}}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK{width:100%;position:relative;z-index:9}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK:after{width:48px;height:40px;position:absolute;top:calc(50% - 55px);right:-25px;transform:translateY(-50%);content:"";background-size:cover}@media(max-width:991px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK:after{display:none}}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul{width:100%;display:flex;justify-content:space-between;padding:0}@media(max-width:991px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul{flex-wrap:wrap;justify-content:flex-start}}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li{width:25%;padding:0 15px}@media(max-width:991px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li{width:100%;margin-bottom:24px;padding:0}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li:last-child{position:relative;margin-bottom:0}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li:last-child:before{width:30px;height:38px;position:absolute;bottom:-30px;right:-20px;content:"";background-size:cover;display:none}}@media(max-width:767px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li{width:100%}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li:last-child:before{display:none}}@media(max-width:558px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li{width:100%}}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B{padding:32px;box-shadow:0 24px 48px -32px #2f3293;border-radius:16px}@media(max-width:1023px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B{padding:16px}}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_top__Eed4H{width:100%;display:flex;justify-content:space-between;margin-bottom:12px}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_top__Eed4H .DevelopmentProcess_block_no__RYVD_{font-size:64px;line-height:72px;letter-spacing:-.02em;font-weight:700;color:#de8f35}@media(max-width:1200px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_top__Eed4H .DevelopmentProcess_block_no__RYVD_{font-size:50px;line-height:60px}}@media(max-width:1023px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_top__Eed4H .DevelopmentProcess_block_no__RYVD_{font-size:48px;line-height:56px}}@media(max-width:991px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_top__Eed4H .DevelopmentProcess_block_no__RYVD_{font-size:32px;line-height:40px}}@media(max-width:767px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_top__Eed4H .DevelopmentProcess_block_no__RYVD_{font-size:24px;line-height:32px}}@media(max-width:1023px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_top__Eed4H .DevelopmentProcess_block_ic__MWk6H{height:33px}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_top__Eed4H .DevelopmentProcess_block_ic__MWk6H img{width:100%;height:100%}}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_btm__yY8hW{width:100%;font-size:20px;line-height:28px;font-weight:600}@media(max-width:1023px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_btm__yY8hW{font-size:16px;line-height:24px}}@media(max-width:558px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_btm__yY8hW{font-size:14px;line-height:22px}}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_aerrow_im__Cxr4F{margin:24px 0}@media(max-width:1023px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_aerrow_im__Cxr4F{margin:16px 0;width:75px;height:35px}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_aerrow_im__Cxr4F svg{width:100%;height:100%;object-fit:contain}}@media(max-width:991px){.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_aerrow_im__Cxr4F{display:none}}.DevelopmentProcess_dev_process_block__L36Rc .DevelopmentProcess_process_step_block__qALQK ul li:nth-child(2n+0) .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_top__Eed4H .DevelopmentProcess_block_no__RYVD_{color:#de5735}.DevelopmentProcess_dev_process_block__L36Rc.DevelopmentProcess_bg_light__T4Jo5{background:#f8f8f8}.DevelopmentProcess_dev_process_block__L36Rc.DevelopmentProcess_bg_light__T4Jo5 .DevelopmentProcess_block_title__ujcw1 h2,.DevelopmentProcess_dev_process_block__L36Rc.DevelopmentProcess_bg_light__T4Jo5 .DevelopmentProcess_block_title__ujcw1 span{color:#14153e}.DevelopmentProcess_dev_process_block__L36Rc.DevelopmentProcess_bg_light__T4Jo5 .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B{background:#fff}.DevelopmentProcess_dev_process_block__L36Rc.DevelopmentProcess_bg_light__T4Jo5 .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_btm__yY8hW{color:#14153e}.DevelopmentProcess_dev_process_block__L36Rc.DevelopmentProcess_bg_dark__c19YJ{background:#2f3293}.DevelopmentProcess_dev_process_block__L36Rc.DevelopmentProcess_bg_dark__c19YJ .DevelopmentProcess_eclipse_block_left__O2sA4{display:none}.DevelopmentProcess_dev_process_block__L36Rc.DevelopmentProcess_bg_dark__c19YJ .DevelopmentProcess_block_title__ujcw1 span{color:#9395dd}.DevelopmentProcess_dev_process_block__L36Rc.DevelopmentProcess_bg_dark__c19YJ .DevelopmentProcess_block_title__ujcw1 h2{color:#fff}.DevelopmentProcess_dev_process_block__L36Rc.DevelopmentProcess_bg_dark__c19YJ .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B{background:rgba(147,149,221,.16)}.DevelopmentProcess_dev_process_block__L36Rc.DevelopmentProcess_bg_dark__c19YJ .DevelopmentProcess_process_step_block__qALQK ul li .DevelopmentProcess_block_step_cnt__zJP2B .DevelopmentProcess_block_btm__yY8hW{color:#fff}@keyframes ComingSoonFT_draw__Ngbiy{to{stroke-dashoffset:0}}@keyframes ComingSoonFT_strok__nuSJl{to{stroke-dashoffset:400}}.ComingSoonFT_root__vDr51{--primary-theme:#373bd7;--primary-theme-sec:#7277ff;--secondary-theme:#f4f2ff;--black-100:#111111;--black-80:#707070;--black-60:#cfcfcf;--black-40:#dedede;--black-20:#f3f3f3;--blue-purple:#b0b2ff;--blue-purple2:#c0c2ff}.ComingSoonFT_ComingSoonHero__SxuJ8{padding:100px 0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}@media(max-width:1600px){.ComingSoonFT_ComingSoonHero__SxuJ8{padding:80px 0}}@media(max-width:1200px){.ComingSoonFT_ComingSoonHero__SxuJ8{padding:70px 0}}@media(max-width:767px){.ComingSoonFT_ComingSoonHero__SxuJ8{padding:60px 0}}@media(max-width:575px){.ComingSoonFT_ComingSoonHero__SxuJ8{padding:48px 0}}.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_left__V2q5b{width:50%;padding-right:20px}@media(max-width:1023px){.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_left__V2q5b{width:100%;padding-right:0;padding-bottom:20px}}.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_left__V2q5b .ComingSoonFT_leftInner__W9F_i{margin-left:auto;padding-left:12px}@media(min-width:1200px){.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_left__V2q5b .ComingSoonFT_leftInner__W9F_i{max-width:550px}}@media(min-width:1400px){.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_left__V2q5b .ComingSoonFT_leftInner__W9F_i{max-width:640px}}@media(max-width:1023px){.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_left__V2q5b .ComingSoonFT_leftInner__W9F_i{max-width:100%;padding-right:12px}}.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_left__V2q5b .ComingSoonFT_leftInner__W9F_i .ComingSoonFT_bannerText__Et5HB{max-width:700px;margin-inline:auto;padding-block:56px}.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_left__V2q5b .ComingSoonFT_leftInner__W9F_i .ComingSoonFT_bannerText__Et5HB .ComingSoonFT_heading__mfz8z{text-align:left;margin-bottom:38px}@media(max-width:1023px){.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_left__V2q5b .ComingSoonFT_leftInner__W9F_i .ComingSoonFT_bannerText__Et5HB .ComingSoonFT_heading__mfz8z{text-align:center}}.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_left__V2q5b .ComingSoonFT_leftInner__W9F_i .ComingSoonFT_bannerText__Et5HB .ComingSoonFT_heading__mfz8z .ComingSoonFT_subheading__W1Ctv{font-style:normal;font-size:24px;font-weight:600;color:#0f0928;font-family:var(--instrumentSans);text-align:left}@media(max-width:1023px){.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_left__V2q5b .ComingSoonFT_leftInner__W9F_i .ComingSoonFT_bannerText__Et5HB .ComingSoonFT_heading__mfz8z .ComingSoonFT_subheading__W1Ctv{text-align:center}}.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_left__V2q5b .ComingSoonFT_leftInner__W9F_i .ComingSoonFT_bannerText__Et5HB .ComingSoonFT_heading__mfz8z .ComingSoonFT_description__vOxKI{font-family:var(--instrumentSans);font-weight:400;font-size:16px;line-height:1.5625;letter-spacing:0;color:var(--black-100);text-align:left}@media(max-width:1023px){.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_left__V2q5b .ComingSoonFT_leftInner__W9F_i .ComingSoonFT_bannerText__Et5HB .ComingSoonFT_heading__mfz8z .ComingSoonFT_description__vOxKI{text-align:center}}.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_left__V2q5b .ComingSoonFT_leftInner__W9F_i .ComingSoonFT_bannerText__Et5HB .ComingSoonFT_bannerButtonWrapper__dWRVW{display:flex;justify-content:flex-start;align-items:center;gap:18px}@media(max-width:1023px){.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_left__V2q5b .ComingSoonFT_leftInner__W9F_i .ComingSoonFT_bannerText__Et5HB .ComingSoonFT_bannerButtonWrapper__dWRVW{justify-content:center}}@media(max-width:767px){.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_left__V2q5b .ComingSoonFT_leftInner__W9F_i .ComingSoonFT_bannerText__Et5HB .ComingSoonFT_bannerButtonWrapper__dWRVW{flex-wrap:wrap}}.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_left__V2q5b .ComingSoonFT_leftInner__W9F_i .ComingSoonFT_bannerText__Et5HB .ComingSoonFT_bannerButtonWrapper__dWRVW .ComingSoonFT_videoPlayIcon__aqoMD{border-radius:10px;height:42px;width:42px;margin-right:-20px;display:inline-flex;align-items:center;justify-content:center;background-color:#f0ecff;margin-left:auto}.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_left__V2q5b .ComingSoonFT_leftInner__W9F_i .ComingSoonFT_bannerText__Et5HB .ComingSoonFT_bannerButtonWrapper__dWRVW .ComingSoonFT_videoPlayIcon__aqoMD.ComingSoonFT_videoPlayIconFilled__VFts0{background-color:var(--primary-theme);color:#fff}.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_right__2vM4i{width:50%;padding-left:20px}@media(max-width:1023px){.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_right__2vM4i{width:100%;padding-left:0;padding-top:20px}}.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_right__2vM4i .ComingSoonFT_bannerImageOtr__5o0TD{position:relative}.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_right__2vM4i .ComingSoonFT_bannerImageOtr__5o0TD .ComingSoonFT_bannerImage___judk:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;margin:0;border-radius:10px;background:linear-gradient(90deg,#E8E0FE,#F8D2F3,#FDE3C0,#B4DAFF);background-size:200% 200%;animation:ComingSoonFT_gradientBorder__km_M7 5s linear infinite;filter:blur(50px)}.ComingSoonFT_ComingSoonHero__SxuJ8 .ComingSoonFT_right__2vM4i .ComingSoonFT_bannerImageOtr__5o0TD .ComingSoonFT_bannerImage___judk img{max-width:100%;width:100%;height:auto;object-fit:contain;position:relative;z-index:1}@keyframes ComingSoonFT_gradientBorder__km_M7{0%{background-position:0 50%}90%{background-position:100% 50%}to{background-position:0 50%}}@keyframes ComingSoonPC_draw__Q4fKF{to{stroke-dashoffset:0}}@keyframes ComingSoonPC_strok__GRTfY{to{stroke-dashoffset:400}}.ComingSoonPC_root__QbfgS{--primary-theme:#373bd7;--primary-theme-sec:#7277ff;--secondary-theme:#f4f2ff;--black-100:#111111;--black-80:#707070;--black-60:#cfcfcf;--black-40:#dedede;--black-20:#f3f3f3;--blue-purple:#b0b2ff;--blue-purple2:#c0c2ff}.ComingSoonPC_ComingSoonHero__0ilLT{padding:100px 0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}@media(max-width:1600px){.ComingSoonPC_ComingSoonHero__0ilLT{padding:80px 0}}@media(max-width:1200px){.ComingSoonPC_ComingSoonHero__0ilLT{padding:70px 0}}@media(max-width:767px){.ComingSoonPC_ComingSoonHero__0ilLT{padding:60px 0}}@media(max-width:575px){.ComingSoonPC_ComingSoonHero__0ilLT{padding:48px 0}}.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_left__ET750{width:50%;padding-right:20px}@media(max-width:1023px){.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_left__ET750{width:100%;padding-right:0;padding-bottom:20px}}.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_left__ET750 .ComingSoonPC_leftInner__HfrEt{margin-left:auto;padding-left:12px}@media(min-width:1200px){.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_left__ET750 .ComingSoonPC_leftInner__HfrEt{max-width:550px}}@media(min-width:1400px){.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_left__ET750 .ComingSoonPC_leftInner__HfrEt{max-width:640px}}@media(max-width:1023px){.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_left__ET750 .ComingSoonPC_leftInner__HfrEt{max-width:100%;padding-right:12px}}.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_left__ET750 .ComingSoonPC_leftInner__HfrEt .ComingSoonPC_bannerText__4RVmR{max-width:700px;margin-inline:auto;padding-block:56px}.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_left__ET750 .ComingSoonPC_leftInner__HfrEt .ComingSoonPC_bannerText__4RVmR .ComingSoonPC_heading__UqkVz{text-align:left;margin-bottom:38px}@media(max-width:1023px){.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_left__ET750 .ComingSoonPC_leftInner__HfrEt .ComingSoonPC_bannerText__4RVmR .ComingSoonPC_heading__UqkVz{text-align:center}}.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_left__ET750 .ComingSoonPC_leftInner__HfrEt .ComingSoonPC_bannerText__4RVmR .ComingSoonPC_heading__UqkVz .ComingSoonPC_subheading__9wRGM{font-style:normal;font-size:24px;font-weight:600;color:#0f0928;font-family:var(--instrumentSans);text-align:left}@media(max-width:1023px){.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_left__ET750 .ComingSoonPC_leftInner__HfrEt .ComingSoonPC_bannerText__4RVmR .ComingSoonPC_heading__UqkVz .ComingSoonPC_subheading__9wRGM{text-align:center}}.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_left__ET750 .ComingSoonPC_leftInner__HfrEt .ComingSoonPC_bannerText__4RVmR .ComingSoonPC_heading__UqkVz .ComingSoonPC_description__9Js1_{font-family:var(--instrumentSans);font-weight:400;font-size:16px;line-height:1.5625;letter-spacing:0;color:var(--black-100);text-align:left}@media(max-width:1023px){.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_left__ET750 .ComingSoonPC_leftInner__HfrEt .ComingSoonPC_bannerText__4RVmR .ComingSoonPC_heading__UqkVz .ComingSoonPC_description__9Js1_{text-align:center}}.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_left__ET750 .ComingSoonPC_leftInner__HfrEt .ComingSoonPC_bannerText__4RVmR .ComingSoonPC_bannerButtonWrapper__qutzC{display:flex;justify-content:flex-start;align-items:center;gap:18px}@media(max-width:1023px){.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_left__ET750 .ComingSoonPC_leftInner__HfrEt .ComingSoonPC_bannerText__4RVmR .ComingSoonPC_bannerButtonWrapper__qutzC{justify-content:center}}@media(max-width:767px){.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_left__ET750 .ComingSoonPC_leftInner__HfrEt .ComingSoonPC_bannerText__4RVmR .ComingSoonPC_bannerButtonWrapper__qutzC{flex-wrap:wrap}}.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_left__ET750 .ComingSoonPC_leftInner__HfrEt .ComingSoonPC_bannerText__4RVmR .ComingSoonPC_bannerButtonWrapper__qutzC .ComingSoonPC_videoPlayIcon__lKH9O{border-radius:10px;height:42px;width:42px;margin-right:-20px;display:inline-flex;align-items:center;justify-content:center;background-color:#f0ecff;margin-left:auto}.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_left__ET750 .ComingSoonPC_leftInner__HfrEt .ComingSoonPC_bannerText__4RVmR .ComingSoonPC_bannerButtonWrapper__qutzC .ComingSoonPC_videoPlayIcon__lKH9O.ComingSoonPC_videoPlayIconFilled__0nivb{background-color:var(--primary-theme);color:#fff}.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_right__dbvxn{width:50%;padding-left:20px}@media(max-width:1023px){.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_right__dbvxn{width:100%;padding-left:0;padding-top:20px}}.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_right__dbvxn .ComingSoonPC_bannerImageOtr__3KqxY{position:relative}.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_right__dbvxn .ComingSoonPC_bannerImageOtr__3KqxY .ComingSoonPC_bannerImage__CNcGh:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;margin:0;border-radius:10px;background:linear-gradient(90deg,#E8E0FE,#F8D2F3,#FDE3C0,#B4DAFF);background-size:200% 200%;animation:ComingSoonPC_gradientBorder__UkaH0 5s linear infinite;filter:blur(50px)}.ComingSoonPC_ComingSoonHero__0ilLT .ComingSoonPC_right__dbvxn .ComingSoonPC_bannerImageOtr__3KqxY .ComingSoonPC_bannerImage__CNcGh img{max-width:100%;width:100%;height:auto;object-fit:contain;position:relative;z-index:1}@keyframes ComingSoonPC_gradientBorder__UkaH0{0%{background-position:0 50%}90%{background-position:100% 50%}to{background-position:0 50%}}@keyframes ComingSoon_draw__jS9ag{to{stroke-dashoffset:0}}@keyframes ComingSoon_strok__40vnm{to{stroke-dashoffset:400}}.ComingSoon_root__0lom_{--primary-theme:#373bd7;--primary-theme-sec:#7277ff;--secondary-theme:#f4f2ff;--black-100:#111111;--black-80:#707070;--black-60:#cfcfcf;--black-40:#dedede;--black-20:#f3f3f3;--blue-purple:#b0b2ff;--blue-purple2:#c0c2ff}.ComingSoon_ComingSoonHero__XAvcj{padding:100px 0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:50px}@media(max-width:1600px){.ComingSoon_ComingSoonHero__XAvcj{padding:80px 0}}@media(max-width:1200px){.ComingSoon_ComingSoonHero__XAvcj{padding:70px 0}}@media(max-width:767px){.ComingSoon_ComingSoonHero__XAvcj{padding:60px 0}}@media(max-width:575px){.ComingSoon_ComingSoonHero__XAvcj{padding:48px 0}}.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_left__zmdHn{width:50%;padding-right:20px}@media(max-width:1023px){.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_left__zmdHn{width:100%;padding-right:0;padding-bottom:20px}}.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_left__zmdHn .ComingSoon_leftInner__cppGZ{margin-left:auto;padding-left:12px}@media(min-width:1200px){.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_left__zmdHn .ComingSoon_leftInner__cppGZ{max-width:550px}}@media(min-width:1400px){.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_left__zmdHn .ComingSoon_leftInner__cppGZ{max-width:640px}}@media(max-width:1023px){.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_left__zmdHn .ComingSoon_leftInner__cppGZ{max-width:100%;padding-right:12px}}.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_left__zmdHn .ComingSoon_leftInner__cppGZ .ComingSoon_bannerText__JLyM2{max-width:700px;margin-inline:auto;padding-block:56px}.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_left__zmdHn .ComingSoon_leftInner__cppGZ .ComingSoon_bannerText__JLyM2 .ComingSoon_heading__Jp34Y{text-align:left;margin-bottom:38px}@media(max-width:1023px){.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_left__zmdHn .ComingSoon_leftInner__cppGZ .ComingSoon_bannerText__JLyM2 .ComingSoon_heading__Jp34Y{text-align:center}}.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_left__zmdHn .ComingSoon_leftInner__cppGZ .ComingSoon_bannerText__JLyM2 .ComingSoon_heading__Jp34Y .ComingSoon_subheading__WomqD{font-style:normal;font-size:24px;font-weight:600;color:#0f0928;font-family:var(--instrumentSans);text-align:left}@media(max-width:1023px){.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_left__zmdHn .ComingSoon_leftInner__cppGZ .ComingSoon_bannerText__JLyM2 .ComingSoon_heading__Jp34Y .ComingSoon_subheading__WomqD{text-align:center}}.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_left__zmdHn .ComingSoon_leftInner__cppGZ .ComingSoon_bannerText__JLyM2 .ComingSoon_heading__Jp34Y .ComingSoon_description__7RKpc{font-family:var(--instrumentSans);font-weight:400;font-size:16px;line-height:1.5625;letter-spacing:0;color:var(--black-100);text-align:left}@media(max-width:1023px){.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_left__zmdHn .ComingSoon_leftInner__cppGZ .ComingSoon_bannerText__JLyM2 .ComingSoon_heading__Jp34Y .ComingSoon_description__7RKpc{text-align:center}}.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_left__zmdHn .ComingSoon_leftInner__cppGZ .ComingSoon_bannerText__JLyM2 .ComingSoon_bannerButtonWrapper__Fek0W{display:flex;justify-content:flex-start;align-items:center;gap:18px}@media(max-width:1023px){.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_left__zmdHn .ComingSoon_leftInner__cppGZ .ComingSoon_bannerText__JLyM2 .ComingSoon_bannerButtonWrapper__Fek0W{justify-content:center}}@media(max-width:767px){.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_left__zmdHn .ComingSoon_leftInner__cppGZ .ComingSoon_bannerText__JLyM2 .ComingSoon_bannerButtonWrapper__Fek0W{flex-wrap:wrap}}.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_left__zmdHn .ComingSoon_leftInner__cppGZ .ComingSoon_bannerText__JLyM2 .ComingSoon_bannerButtonWrapper__Fek0W .ComingSoon_videoPlayIcon__y7dAr{border-radius:10px;height:42px;width:42px;margin-right:-20px;display:inline-flex;align-items:center;justify-content:center;background-color:#f0ecff;margin-left:auto}.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_left__zmdHn .ComingSoon_leftInner__cppGZ .ComingSoon_bannerText__JLyM2 .ComingSoon_bannerButtonWrapper__Fek0W .ComingSoon_videoPlayIcon__y7dAr.ComingSoon_videoPlayIconFilled__Vo8Yq{background-color:var(--primary-theme);color:#fff}.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_right__dJJth{width:50%;padding-left:20px}@media(max-width:1023px){.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_right__dJJth{width:100%;padding-left:0;padding-top:20px}}.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_right__dJJth .ComingSoon_bannerImageOtr__FaJ75{position:relative}.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_right__dJJth .ComingSoon_bannerImageOtr__FaJ75 .ComingSoon_bannerImage__Lpgdr:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;margin:0;border-radius:10px;background:linear-gradient(90deg,#E8DAFE,#A5C4FE,#F6C5F3,#70B2FE);background-size:200% 200%;animation:ComingSoon_gradientBorder___ErK4 5s linear infinite;filter:blur(50px)}.ComingSoon_ComingSoonHero__XAvcj .ComingSoon_right__dJJth .ComingSoon_bannerImageOtr__FaJ75 .ComingSoon_bannerImage__Lpgdr img{max-width:100%;width:100%;height:auto;object-fit:contain;position:relative;z-index:1}.ComingSoon_title__97NY5{font-family:var(--plusJakarta);font-weight:700;font-size:60px;line-height:1.083;letter-spacing:-.5px;color:var(--black-100);display:inline-block;margin-bottom:24px}@media(max-width:1200px){.ComingSoon_title__97NY5{font-size:44px}}@media(max-width:991px){.ComingSoon_title__97NY5{font-size:36px;margin-bottom:18px}}@media(max-width:767px){.ComingSoon_title__97NY5{font-size:32px}}.ComingSoon_title__97NY5 span{background-clip:text;color:rgba(0,0,0,0);-webkit-text-fill-color:rgba(0,0,0,0);-webkit-background-clip:text;background-image:url(/images/textbg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;animation:ComingSoon_moveBg__bWDyV 5s linear infinite}.ComingSoon_title__97NY5.ComingSoon_flightTerminus__dmKBt span{background-image:url("/images/TravelTerminusV-1/flight terminus background image dark.png")}.ComingSoon_title__97NY5.ComingSoon_ft__FKe8N{color:#1570ef}.ComingSoon_title__97NY5.ComingSoon_ht__kOEpp{color:#f79009}.ComingSoon_title__97NY5.ComingSoon_pc__MHDV3{color:#7a5af8}@keyframes ComingSoon_gradientBorder___ErK4{0%{background-position:0 50%}90%{background-position:100% 50%}to{background-position:0 50%}}@keyframes title_draw__A_pFN{to{stroke-dashoffset:0}}@keyframes title_strok__vSaln{to{stroke-dashoffset:400}}.title_root__LfNkb{--primary-theme:#373bd7;--primary-theme-sec:#7277ff;--secondary-theme:#f4f2ff;--black-100:#111111;--black-80:#707070;--black-60:#cfcfcf;--black-40:#dedede;--black-20:#f3f3f3;--blue-purple:#b0b2ff;--blue-purple2:#c0c2ff}.title_title__llusv{font-family:var(--mainTitleFont);font-weight:600;font-size:60px;line-height:1.26;letter-spacing:-1.2px;text-align:center;color:var(--black-100)}@media(max-width:1440px){.title_title__llusv{font-size:48px}}@media(max-width:575px){.title_title__llusv{font-size:36px}}@media(max-width:370px){.title_title__llusv{font-size:34px;line-height:1.5}}.title_title__llusv span{color:rgba(0,0,0,0);background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);-webkit-background-clip:text;background-position:50%;background-repeat:no-repeat;background-size:cover;display:inline-block;background-image:var(--title-span-bg,url(/_next/static/media/title-bg.d040a368.webp))}.title_title__llusv.title_talkBox__FMOMf span{background-image:url(/_next/static/media/talk-title-background.dd0469ff.png)!important}.title_title__llusv.title_flightTerminus__pnnN_ span{background-image:url("/_next/static/media/flight terminus background image dark.fa99ab50.png")!important}.title_title__llusv.title_darkBg__eJVnW{color:#fff}