/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.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:5px;z-index:var(--toastify-z-index);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}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--bg-primary:#0a0a0a;--bg-secondary:#111;--bg-tertiary:#1a1a1a;--bg-card:#141414;--bg-card-hover:#1c1c1c;--text-primary:#f0f0f0;--text-secondary:#888;--text-tertiary:#555;--text-third:#555;--accent-primary:#6366f1;--accent-secondary:#8b5cf6;--accent-gradient:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#a78bfa);--stroke-primary:#222;--stroke-secondary:#333;--stroke-third:#1a1a1a;--main-white:#111;--main-black:#f0f0f0;--main-primary:#6366f1;--background-main:#1a1a1a;--header-height:6.5rem;--main-layout-top-offset:4rem;--top-offset:calc(var(--header-height) + var(--main-layout-top-offset));--container-horizontal-offset:6.25rem}@media screen and (max-width:1280px){:root{--container-horizontal-offset:5rem}}@media screen and (max-width:1024px){:root{--container-horizontal-offset:3.125rem}}@media screen and (max-width:768px){:root{--header-height:5.5rem;--container-horizontal-offset:2rem}}@media screen and (max-width:480px){:root{--header-height:4.5rem;--container-horizontal-offset:1.5rem}}:root{--default-size:16px;--level-1:4rem;--level-2:3rem;--level-3:2rem;--level-4:1.5rem;--level-5:1.25rem;--level-6:1rem;--menu-level-1:5rem;--menu-level-2:4rem;--menu-level-3:3rem;--menu-level-4:2.5rem;--menu-level-5:2rem;--menu-level-6:1.5rem}@media screen and (max-width:1440px){:root{--menu-level-1:4rem;--menu-level-2:3rem;--menu-level-3:2rem;--menu-level-4:1.5rem;--menu-level-5:1.25rem;--menu-level-6:1rem}}@media screen and (max-width:1024px){:root{--level-1:2rem;--level-2:2rem;--level-3:1.5rem;--level-4:1rem;--menu-level-1:2rem;--menu-level-2:2rem;--menu-level-3:1.5rem;--menu-level-4:1rem}}@media screen and (max-width:768px){:root{--level-3:1.25rem;--level-5:1rem;--menu-level-3:1.25rem;--menu-level-5:1rem}}@media screen and (max-width:480px){:root{--level-2:1.5rem;--menu-level-3:1.5rem}}@media screen and (max-width:375px){:root{--level-3:1rem;--level-6:0.875rem;--menu-level-3:1rem;--menu-level-6:0.875rem}}:root{--z-index-header:50;--z-index-overlay:40}@font-face{font-family:Golos;src:url(/_next/static/media/GolosText-Regular.c2e9d23e.woff2) format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Golos;src:url(/_next/static/media/GolosText-Medium.83b3c9a8.woff2) format("woff2");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Golos;src:url(/_next/static/media/GolosText-SemiBold.e043d86f.woff2) format("woff2");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Golos;src:url(/_next/static/media/GolosText-Bold.165b0563.woff2) format("woff2");font-style:normal;font-weight:700;font-display:swap}*{box-sizing:border-box}html{font-size:var(--default-size)}body{font-family:Space Grotesk Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.5;color:var(--text-primary);background-color:var(--bg-primary);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:0;transition:opacity .3s ease}body.ready{opacity:1}html[data-custom-cursor],html[data-custom-cursor] *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='1'/%3E") 0 0,none!important}h1,h2,h3,h4,h5,h6,p{margin:0}a{color:inherit;text-decoration:none}::selection{background:var(--accent-primary);color:var(--text-primary)}.gg-select__control{padding:1rem 1.25rem;border:1px solid var(--stroke-primary)!important;border-radius:12px!important;background-color:var(--bg-secondary)!important;box-shadow:none!important;transition:border-color .3s ease,box-shadow .3s ease!important}.gg-select__control.gg-select__control--is-focused{border-color:var(--accent-primary)!important;box-shadow:0 0 0 3px rgba(99,102,241,.1)!important}.gg-select__control .gg-select__value-container{padding:0}.gg-select__control .gg-select__value-container .gg-select__single-value{color:var(--text-primary)}.gg-select__control .gg-select__value-container .gg-select__placeholder{font-size:.875rem;margin:0;color:var(--text-tertiary)}.gg-select__control .gg-select__value-container .gg-select__input-container{margin:0;padding:0;color:var(--text-primary)}.gg-select__control .gg-select__indicators{margin-left:.75rem}.gg-select__control .gg-select__indicators .gg-select__indicator-separator{display:none}.gg-select__control .gg-select__indicators .gg-select__indicator{padding:0;color:var(--text-tertiary)}.gg-select__control .gg-select__indicators .gg-select__indicator:hover{color:var(--text-secondary)}.gg-select__menu-portal{z-index:10000!important}.gg-select__menu{box-shadow:0 8px 32px rgba(0,0,0,.4)!important;border-radius:12px!important;background:var(--bg-secondary)!important;border:1px solid var(--stroke-primary)!important;margin:.5rem 0!important;overflow:hidden}.gg-select__menu .gg-select__menu-list{padding:0}.gg-select__menu .gg-select__menu-list .gg-select__menu-notice{color:var(--text-tertiary)}.gg-select__menu .gg-select__menu-list .gg-select__option{padding:.875rem 1.25rem;color:var(--text-primary);transition:background .15s ease}.gg-select__menu .gg-select__menu-list .gg-select__option:not(.gg-select__option--is-disabled):not(.gg-select__option--is-selected){cursor:pointer}.gg-select__menu .gg-select__menu-list .gg-select__option:not(:last-child){border-bottom:1px solid var(--stroke-primary)}.gg-select__menu .gg-select__menu-list .gg-select__option.gg-select__option--is-focused,.gg-select__menu .gg-select__menu-list .gg-select__option:active,.gg-select__menu .gg-select__menu-list .gg-select__option:focus,.gg-select__menu .gg-select__menu-list .gg-select__option:hover{background:var(--bg-tertiary)}.gg-select__menu .gg-select__menu-list .gg-select__option.gg-select__option--is-selected{color:#fff;background:var(--accent-primary)}.gg-select__menu .gg-select__menu-list .gg-select__option.gg-select__option--is-disabled{opacity:.4}.Toastify__toast-container{width:31.25rem;max-width:calc(100% - var(--container-horizontal-offset)*2);right:var(--container-horizontal-offset)}@media only screen and (max-width:480px){.Toastify__toast-container{right:0;max-width:100%}}.swiper{margin-top:6.25rem}.swiper-slide-next{display:flex;flex-direction:column-reverse;padding-left:6.25rem;justify-content:space-between;min-height:36rem}.swiper-slide-next :first-child{display:flex;align-items:center;justify-content:flex-end;gap:2.5rem;flex-direction:row-reverse}.swiper-slide-next :first-child :first-child{display:flex;flex-direction:column;align-items:flex-start;gap:0}.swiper-slide-next :first-child :first-child :first-child{font-size:1.5rem;line-height:2.25rem}.swiper-slide-next :first-child :first-child :nth-child(2){font-size:1.25rem;line-height:1.75rem;color:#9e9c9f}.swiper-slide-next :first-child :first-child :nth-child(2):first-letter{margin-right:0}.swiper-slide-next :nth-child(2){font-size:2rem;line-height:3rem;text-align:left}.swiper-slide-next :nth-child(2):first-letter{margin-right:30px}.swiper-slide-next :nth-child(3){font-style:normal;font-weight:500;font-size:20px;line-height:28px;color:#0c070f;width:125px;height:48px;border:1px solid #0c070f;background-color:transparent}.swiper-slide-active{min-height:36rem;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;border-right:1px solid #d8d7d8;padding-right:6.25rem}.swiper-slide-active :first-child{display:flex;align-items:center;justify-content:flex-end;gap:2.5rem}.swiper-slide-active :first-child :first-child{display:flex;flex-direction:column;align-items:flex-end;gap:0}.swiper-slide-active :first-child :first-child :first-child{font-size:1.5rem;line-height:2.25rem}.swiper-slide-active :first-child :first-child :nth-child(2){font-size:1.25rem;line-height:1.75rem;color:#9e9c9f}.swiper-slide-active :first-child :first-child :nth-child(2):first-letter{margin-right:0}.swiper-slide-active :nth-child(2){font-size:2rem;line-height:3rem;text-align:right}.swiper-slide-active :nth-child(2):first-letter{margin-right:30px}.swiper-slide-active :nth-child(3){font-style:normal;font-weight:500;font-size:20px;line-height:28px;color:#0c070f;width:125px;height:48px;border:1px solid #0c070f;background-color:transparent}@media screen and (max-width:1280px){.swiper{margin-top:6.25rem}.swiper-slide-next :first-child :first-child :first-child{font-size:1.375rem;line-height:2rem}.swiper-slide-next :first-child :first-child :nth-child(2){font-size:1.125rem;line-height:1.75rem}.swiper-slide-next :nth-child(2){font-size:1.875rem;line-height:3rem}.swiper-slide-next :nth-child(3){font-size:1.125rem;line-height:1.75rem}.swiper-slide-active :first-child :first-child :first-child{font-size:1.375rem;line-height:2.25rem}.swiper-slide-active :first-child :first-child :nth-child(2){font-size:1.125rem;line-height:1.75rem}.swiper-slide-active :nth-child(2){font-size:1.875rem;line-height:3rem}.swiper-slide-active :nth-child(3){font-size:1.125rem;line-height:1.75rem}}@media screen and (max-width:1024px){.swiper{margin-top:6.25rem}.swiper-slide-next{min-height:32rem;padding-left:5rem}.swiper-slide-next :first-child :first-child :first-child{font-size:1rem;line-height:2rem}.swiper-slide-next :first-child :first-child :nth-child(2){font-size:.9rem;line-height:1.75rem}.swiper-slide-next :nth-child(2){font-size:1.5rem;line-height:2.5rem}.swiper-slide-next :nth-child(3){font-size:1.125rem;line-height:1.75rem}.swiper-slide-active{min-height:32rem;padding-right:5rem}.swiper-slide-active :first-child :first-child :first-child{font-size:1rem;line-height:2rem}.swiper-slide-active :first-child :first-child :nth-child(2){font-size:.9rem;line-height:1.75rem}.swiper-slide-active :nth-child(2){font-size:1.5rem;line-height:2.5rem}.swiper-slide-active :nth-child(3){font-size:1.125rem;line-height:1.75rem}}@media screen and (max-width:55.875rem){.swiper{margin-top:5.25rem}.swiper-slide-next{min-height:28rem;padding-left:5rem}.swiper-slide-next :first-child :first-child :first-child{font-size:.8rem;line-height:1.5rem}.swiper-slide-next :first-child :first-child :nth-child(2){font-size:.7rem;line-height:1.5rem}.swiper-slide-next :nth-child(2){font-size:1.3rem;line-height:2rem}.swiper-slide-next :nth-child(3){font-size:1rem;line-height:1.5rem}.swiper-slide-active{min-height:28rem;padding-right:5rem}.swiper-slide-active :first-child :first-child :first-child{font-size:.8rem;line-height:1.5rem}.swiper-slide-active :first-child :first-child :nth-child(2){font-size:.7rem;line-height:1.5rem}.swiper-slide-active :nth-child(2){font-size:1.3rem;line-height:2rem}.swiper-slide-active :nth-child(3){font-size:1rem;line-height:1.5rem}}@media screen and (max-width:768px){.swiper{margin-top:6.25rem}.swiper-slide{min-height:28rem}.swiper-slide-active{min-height:32rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding-right:0}.swiper-slide-active :first-child{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-start;gap:2.5rem}.swiper-slide-active :first-child :first-child{display:flex;flex-direction:column;align-items:flex-start;gap:0}.swiper-slide-active :first-child :first-child :first-child{font-size:1.25rem;line-height:2rem}.swiper-slide-active :first-child :first-child :nth-child(2){font-size:1rem;line-height:1.5rem;color:#9e9c9f}.swiper-slide-active :first-child :first-child :nth-child(2):first-letter{margin-right:0}.swiper-slide-active :nth-child(2){font-size:1.75rem;line-height:2.75rem;text-align:left}.swiper-slide-active :nth-child(2):first-letter{margin-right:30px}.swiper-slide-active :nth-child(3){width:100%;display:flex;justify-content:space-between;border:none}.swiper-slide-active :nth-child(3) :first-child,.swiper-slide-active :nth-child(3) :nth-child(2){font-style:normal;display:flex;justify-content:center;align-items:center;font-weight:500;font-size:20px;line-height:28px;color:#0c070f;width:125px;height:48px;border:1px solid #0c070f;background-color:transparent}.swiper-slide-active :nth-child(3) :nth-child(2):first-letter{margin-right:0}}@media screen and (max-width:480px){.swiper{margin-top:6.25rem}.swiper-slide{min-height:28rem}.swiper-slide-active{min-height:32rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.swiper-slide-active :first-child{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-start;gap:2.5rem}.swiper-slide-active :first-child :first-child{display:flex;flex-direction:column;align-items:flex-start;gap:0}.swiper-slide-active :first-child :first-child :first-child{font-size:1.25rem;line-height:1.75rem}.swiper-slide-active :first-child :first-child :nth-child(2){font-size:1rem;line-height:1.5rem;color:#9e9c9f}.swiper-slide-active :first-child :first-child :nth-child(2):first-letter{margin-right:0}.swiper-slide-active :nth-child(2){font-size:1.5rem;line-height:2.25rem;text-align:left}.swiper-slide-active :nth-child(2):first-letter{margin-right:10px}.swiper-slide-active :nth-child(3){width:100%;display:flex;justify-content:space-between;border:none}.swiper-slide-active :nth-child(3) :first-child{width:155px}.swiper-slide-active :nth-child(3) :first-child,.swiper-slide-active :nth-child(3) :nth-child(2){font-style:normal;display:flex;justify-content:center;align-items:center;font-weight:500;font-size:20px;line-height:28px;color:#0c070f;height:40px;border:1px solid #0c070f;background-color:transparent}.swiper-slide-active :nth-child(3) :nth-child(2){width:145px}.swiper-slide-active :nth-child(3) :nth-child(2):first-letter{margin-right:0}}@font-face{font-family:Space Grotesk Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_next/static/media/space-grotesk-vietnamese-wght-normal.a3924ff4.woff2) format("woff2-variations");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_next/static/media/space-grotesk-latin-ext-wght-normal.55a1343a.woff2) format("woff2-variations");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_next/static/media/space-grotesk-latin-wght-normal.5a0c43ff.woff2) format("woff2-variations");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.styles_cursor__IEBD4{position:fixed;top:-4px;left:-4px;width:8px;height:8px;background:var(--text-primary);border-radius:50%;pointer-events:none;z-index:10000;will-change:transform;transition:width .3s,height .3s,top .3s,left .3s,opacity .3s}.styles_cursor__IEBD4.styles_hovering__uMsVA{width:40px;height:40px;top:-20px;left:-20px;background:var(--accent-primary);opacity:.5}.styles_cursor__IEBD4.styles_hidden__N9vXO{opacity:0}.styles_follower__XVb_B{position:fixed;top:-20px;left:-20px;width:40px;height:40px;border:1px solid hsla(0,0%,100%,.3);border-radius:50%;pointer-events:none;z-index:9999;will-change:transform;transition:width .3s,height .3s,top .3s,left .3s,opacity .3s,border-color .3s}.styles_follower__XVb_B.styles_hovering__uMsVA{width:60px;height:60px;top:-30px;left:-30px;border-color:var(--accent-primary)}.styles_follower__XVb_B.styles_hidden__N9vXO{opacity:0}@media(pointer:coarse){.styles_cursor__IEBD4,.styles_follower__XVb_B{display:none}}.styles_root__n3v5v{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;background:var(--bg-primary)}.styles_root__n3v5v .styles_layout__vOjEC{width:100%;flex:1 1}.styles_header__fpulf{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.5rem 0;border-bottom:1px solid transparent;transition:background .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1)}.styles_header__fpulf.styles_scrolled__p_MGt{padding:1rem 0;background:hsla(0,0%,4%,.92);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom-color:var(--stroke-primary)}.styles_container__CZwiU{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.styles_brand__JLeOw{font-size:1.5rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em;text-decoration:none;transition:opacity .3s}.styles_brand__JLeOw:hover{opacity:.7}.styles_nav__UhczD{display:flex;gap:2.5rem}@media screen and (max-width:1024px){.styles_nav__UhczD{display:none}}.styles_navLink__rqkPm{color:var(--text-secondary);text-decoration:none;font-size:.875rem;font-weight:500;letter-spacing:.02em;text-transform:uppercase;transition:color .3s;position:relative}.styles_navLink__rqkPm:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--accent-primary);transition:width .3s cubic-bezier(.16,1,.3,1)}.styles_navLink__rqkPm:hover{color:var(--text-primary)}.styles_navLink__rqkPm:hover:after{width:100%}.styles_actions__0hFHH{display:flex;align-items:center;gap:1.5rem}@media screen and (max-width:1024px){.styles_langSwitcherDesktop__sodlj{display:none}}.styles_langSwitcherMobile__epnNc{display:none;margin-top:2rem}@media screen and (max-width:1024px){.styles_langSwitcherMobile__epnNc{display:inline-flex}}.styles_cta__YZacE{font-size:.875rem;font-weight:500;color:var(--bg-primary);background:var(--text-primary);padding:.6rem 1.5rem;border-radius:100px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1)}.styles_cta__YZacE:hover{background:var(--accent-primary);color:#fff;transform:scale(1.05)}@media screen and (max-width:1024px){.styles_cta__YZacE{display:none}}.styles_menuToggle__qi0m3{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;padding:8px;z-index:101}.styles_menuToggle__qi0m3 span{display:block;width:24px;height:2px;background:var(--text-primary);transition:all .3s cubic-bezier(.16,1,.3,1);transform-origin:center}.styles_menuToggle__qi0m3.styles_active__I9iOk span:first-child{transform:rotate(45deg) translate(3px,3px)}.styles_menuToggle__qi0m3.styles_active__I9iOk span:last-child{transform:rotate(-45deg) translate(3px,-3px)}@media screen and (max-width:1024px){.styles_menuToggle__qi0m3{display:flex}}.styles_mobileMenu__9jnBT{position:fixed;inset:0;z-index:99;background:hsla(0,0%,4%,.95);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .4s cubic-bezier(.16,1,.3,1),visibility 0s linear .4s}.styles_mobileMenu__9jnBT.styles_open__X9ppk{opacity:1;pointer-events:all;visibility:visible;transition:opacity .4s cubic-bezier(.16,1,.3,1),visibility 0s linear 0s}.styles_mobileMenuInner__ASJ7A{text-align:center}.styles_mobileNav__V4NsS{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.styles_mobileNavLink__Xqq9s{font-size:2rem;font-weight:600;color:var(--text-primary);background:none;border:none;cursor:pointer;font-family:inherit;transition:color .3s}.styles_mobileNavLink__Xqq9s:hover{color:var(--accent-primary)}.styles_mobileCta__8ZWhO{display:inline-block;font-size:1rem;font-weight:500;color:var(--bg-primary);background:var(--text-primary);padding:1rem 3rem;border-radius:100px;text-decoration:none;transition:all .3s}.styles_mobileCta__8ZWhO:hover{background:var(--accent-primary);color:#fff}.styles_root__4GArF{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem;border-radius:9999px;background:var(--stroke-primary)}.styles_item__V8a_l{display:inline-flex;align-items:center;justify-content:center;padding:.375rem .75rem;border:none;background:transparent;cursor:pointer;font-family:inherit;border-radius:9999px;color:var(--text-secondary);text-decoration:none;font-weight:600;font-size:.75rem;letter-spacing:.04em;line-height:1;transition:background .2s ease,color .2s ease,opacity .2s ease}.styles_item__V8a_l:hover{opacity:.9}.styles_item__V8a_l.styles_active__8gVlB{background:var(--text-primary);color:var(--main-white)}.styles_footer__1cZ8q{border-top:1px solid var(--stroke-primary);background:var(--bg-primary);padding:4rem 0 2rem}.styles_container__1t_Oy{max-width:1400px;margin:0 auto;padding:0 2rem}.styles_top__CpqF4{display:flex;justify-content:space-between;margin-bottom:4rem;gap:4rem}@media screen and (max-width:768px){.styles_top__CpqF4{flex-direction:column;margin-bottom:2rem;gap:2rem}}.styles_brand__H8ejg{max-width:320px;flex-shrink:0}.styles_brandName__bD7Zs{display:block;font-size:1.5rem;font-weight:700;color:var(--text-primary);text-decoration:none;margin-bottom:1rem;letter-spacing:-.02em}.styles_brandDescription__O1Ndi{font-size:.9375rem;color:var(--text-secondary);line-height:1.6}.styles_links__PIaVg{display:flex;gap:5rem}@media screen and (max-width:1024px){.styles_links__PIaVg{gap:3rem}}@media screen and (max-width:768px){.styles_links__PIaVg{gap:2rem;flex-wrap:wrap}}.styles_column__xFQjP{display:flex;flex-direction:column;gap:.75rem}.styles_columnTitle__m7vTi{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);margin-bottom:.5rem}.styles_link__wMdGj{font-size:.9375rem;color:var(--text-secondary);text-decoration:none;transition:color .3s}.styles_link__wMdGj:hover{color:var(--text-primary)}.styles_socialLinks__a2LwD{display:flex;gap:1rem}.styles_socialLink__QbT6T{color:var(--text-secondary);transition:color .3s}.styles_socialLink__QbT6T:hover{color:var(--accent-primary)}.styles_socialLink__QbT6T svg{width:20px;height:20px}.styles_bottom__HeVHp{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--stroke-primary)}@media screen and (max-width:768px){.styles_bottom__HeVHp{flex-direction:column;gap:1.5rem;text-align:center}}.styles_copyright__ONbfn{font-size:.8125rem;color:var(--text-tertiary)}.styles_ctaLink__wDQDk{font-size:.875rem;font-weight:500;color:var(--accent-primary);text-decoration:none;transition:opacity .3s}.styles_ctaLink__wDQDk:hover{opacity:.7}