.STTextarea-module__pM_FkG__wrapper{--text:var(--clr-white);--muted:rgba(var(--clr-rgb-white),.6);--border:rgba(var(--clr-rgb-white),.3);--error:var(--clr-glowing-brake-disc);width:100%}.STTextarea-module__pM_FkG__label{font-size:var(--text-md);color:var(--muted);margin-bottom:6px;display:block}.STTextarea-module__pM_FkG__field{border-bottom:1px solid var(--border);transition:border-color .2s}.STTextarea-module__pM_FkG__field:focus-within{border-color:var(--text)}.STTextarea-module__pM_FkG__textarea{resize:vertical;width:100%;font-size:var(--text-lg);color:var(--text);background:0 0;border:none;outline:none;min-height:72px}.STTextarea-module__pM_FkG__textarea::placeholder{color:var(--muted)}.STTextarea-module__pM_FkG__errorText{font-size:var(--text-xs);color:var(--error);margin-top:6px}.STTextarea-module__pM_FkG__error .STTextarea-module__pM_FkG__field,.STTextarea-module__pM_FkG__error .STTextarea-module__pM_FkG__field:focus-within{border-color:var(--error)}.STTextarea-module__pM_FkG__disabled{opacity:.5;pointer-events:none}.STTextarea-module__pM_FkG__dark{--text:var(--clr-white);--muted:rgba(var(--clr-rgb-white),.4);--border:rgba(var(--clr-rgb-white),.3)}.STTextarea-module__pM_FkG__light{--text:var(--clr-black);--muted:var(--clr-gray);--border:rgba(var(--clr-rgb-black),.3)}.STTextarea-module__pM_FkG__bordered{--border:var(--clr-sparkling-frost);--text:var(--clr-black);--muted:var(--clr-gray)}.STTextarea-module__pM_FkG__bordered .STTextarea-module__pM_FkG__field{border:1px solid var(--clr-sparkling-frost);background-color:var(--clr-white);border-radius:var(--radius-sm);padding:12px 16px}.STTextarea-module__pM_FkG__bordered .STTextarea-module__pM_FkG__textarea{color:var(--clr-black);font-size:var(--text-sm);padding:0}.STTextarea-module__pM_FkG__bordered .STTextarea-module__pM_FkG__label{color:var(--clr-gray);font-size:var(--text-sm)}
.STSelect-module__8F9Scq__wrapper{--text:var(--clr-white);--muted:rgba(var(--clr-rgb-white),.6);--border:rgba(var(--clr-rgb-white),.3);--error:var(--clr-glowing-brake-disc);--menu-bg:var(--clr-eerie-black);--menu-border:rgba(var(--clr-rgb-white),.08);--option-hover:rgba(var(--clr-rgb-white),.06);--option-active:rgba(var(--clr-rgb-white),.12);--shadow:0 24px 48px rgba(var(--clr-rgb-black),.7);flex-direction:column;width:100%;display:flex;position:relative}.STSelect-module__8F9Scq__dark{--text:var(--clr-white);--muted:rgba(var(--clr-rgb-white),.4);--border:rgba(var(--clr-rgb-white),.3);--menu-bg:var(--clr-eerie-black);--menu-border:rgba(var(--clr-rgb-white),.08);--shadow:0 24px 48px rgba(var(--clr-rgb-black),.7)}.STSelect-module__8F9Scq__light{--text:var(--clr-black);--muted:var(--clr-gray);--border:rgba(var(--clr-rgb-black),.3);--menu-bg:var(--clr-white);--menu-border:var(--clr-dreamy-cloud);--option-hover:var(--clr-off-white);--shadow:0 16px 32px rgba(var(--clr-rgb-black),.12)}.STSelect-module__8F9Scq__fullWidth{width:100%}.STSelect-module__8F9Scq__errorText{font-size:var(--text-xs);color:var(--error);margin-top:6px;margin-bottom:0}.STSelect-module__8F9Scq__label{font-size:var(--text-md);color:var(--muted);margin-bottom:6px;display:block}.STSelect-module__8F9Scq__required{color:var(--clr-glowing-brake-disc);margin-left:2px}.STSelect-module__8F9Scq__selectBox{border-bottom:1px solid var(--border);min-height:var(--form-control-height);color:var(--text);cursor:pointer;justify-content:space-between;align-items:center;gap:8px;transition:border-color .2s;display:flex}.STSelect-module__8F9Scq__open.STSelect-module__8F9Scq__selectBox{border-color:var(--text)}.STSelect-module__8F9Scq__value{font-size:var(--text-lg);flex:1}.STSelect-module__8F9Scq__placeholder{color:var(--muted)}.STSelect-module__8F9Scq__arrow{transition:transform .2s}.STSelect-module__8F9Scq__rotate{transform:rotate(180deg)}.STSelect-module__8F9Scq__menu{background:var(--menu-bg);border:1px solid var(--menu-border);box-shadow:var(--shadow);z-index:20;padding:6px;animation:.18s ease-out STSelect-module__8F9Scq__dropdown;top:calc(100% + 10px)}@keyframes STSelect-module__8F9Scq__dropdown{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.STSelect-module__8F9Scq__option{font-size:var(--text-sm);cursor:pointer;color:var(--text);border-radius:10px;padding:12px 14px;transition:background .15s}.STSelect-module__8F9Scq__option:not(.STSelect-module__8F9Scq__activeOption):hover{background:var(--option-hover)}.STSelect-module__8F9Scq__activeOption{background:var(--option-active)}.STSelect-module__8F9Scq__bordered{--border:var(--clr-sparkling-frost);--text:var(--clr-black);--muted:var(--clr-gray)}.STSelect-module__8F9Scq__bordered .STSelect-module__8F9Scq__selectBox{border:1px solid var(--clr-sparkling-frost);background-color:var(--clr-white);border-radius:12px;padding:4px 16px}.STSelect-module__8F9Scq__bordered .STSelect-module__8F9Scq__value{color:var(--clr-black);font-size:var(--text-sm)}.STSelect-module__8F9Scq__bordered .STSelect-module__8F9Scq__label{color:var(--clr-gray);font-size:var(--text-sm)}.STSelect-module__8F9Scq__bordered .STSelect-module__8F9Scq__placeholder{color:var(--clr-gray)}
.STHeader-module__8F4Xeq__header{min-height:var(--header-height);z-index:99;transition:var(--transition-smooth)}.STHeader-module__8F4Xeq__offWhiteHeader{background-color:var(--clr-off-white)}.STHeader-module__8F4Xeq__scrolled{background:var(--clr-white);box-shadow:0 8px 30px #00000014}.STHeader-module__8F4Xeq__overlay{background:rgb(var(--clr-rgb-black),.5);z-index:98;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);width:100%;height:100vh;position:fixed;top:0;left:0}.STHeader-module__8F4Xeq__logo{box-shadow:0 8px 30px #00000029}.STHeader-module__8F4Xeq__navList{gap:32px}.STHeader-module__8F4Xeq__navLinkWrapper{gap:6px}.STHeader-module__8F4Xeq__navLink{color:rgb(var(--clr-rgb-white),.7)}.STHeader-module__8F4Xeq__offWhiteHeader .STHeader-module__8F4Xeq__navLink,.STHeader-module__8F4Xeq__scrolled .STHeader-module__8F4Xeq__navLink{color:rgb(var(--clr-rgb-black),.55)}.STHeader-module__8F4Xeq__offWhiteHeader .STHeader-module__8F4Xeq__navLink:hover,.STHeader-module__8F4Xeq__offWhiteHeader .STHeader-module__8F4Xeq__navLink.STHeader-module__8F4Xeq__active{color:var(--clr-black)}.STHeader-module__8F4Xeq__navLink:hover,.STHeader-module__8F4Xeq__navLink.STHeader-module__8F4Xeq__active{color:var(--clr-white)}.STHeader-module__8F4Xeq__scrolled .STHeader-module__8F4Xeq__navLink:hover,.STHeader-module__8F4Xeq__scrolled .STHeader-module__8F4Xeq__navLink.STHeader-module__8F4Xeq__active{color:var(--clr-black)}.STHeader-module__8F4Xeq__navLink:after{content:"";background-color:var(--clr-white);opacity:0;width:14px;height:2px;transition:opacity var(--transition);position:absolute;bottom:-8px;left:0}.STHeader-module__8F4Xeq__offWhiteHeader .STHeader-module__8F4Xeq__navLink:after{background-color:var(--clr-black)}.STHeader-module__8F4Xeq__navLink.STHeader-module__8F4Xeq__active:after{opacity:1}.STHeader-module__8F4Xeq__scrolled .STHeader-module__8F4Xeq__navLink:after{background:var(--clr-black)}.STHeader-module__8F4Xeq__dropdownIcon{color:var(--clr-white)}.STHeader-module__8F4Xeq__offWhiteHeader .STHeader-module__8F4Xeq__dropdownIcon,.STHeader-module__8F4Xeq__scrolled .STHeader-module__8F4Xeq__dropdownIcon{color:var(--clr-black)}.STHeader-module__8F4Xeq__dropdown{background:var(--clr-white);opacity:0;visibility:hidden;min-width:220px;transition:var(--transition-smooth);z-index:2;border-radius:12px;padding:8px;position:absolute;top:calc(100% + 12px);left:0;transform:translateY(10px);box-shadow:2px 2px 16px #0000001c}.STHeader-module__8F4Xeq__navItem:hover .STHeader-module__8F4Xeq__dropdownIcon{transform:rotate(180deg)}.STHeader-module__8F4Xeq__navItem:hover .STHeader-module__8F4Xeq__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.STHeader-module__8F4Xeq__dropdownLink{color:var(--clr-black);border-radius:4px;padding:10px;display:block}.STHeader-module__8F4Xeq__dropdownLink:hover{background:var(--clr-off-white);color:var(--clr-black)}.STHeader-module__8F4Xeq__hamburger,.STHeader-module__8F4Xeq__closeBtn{background:rgb(var(--clr-rgb-white),.12);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);width:45px;height:45px;color:var(--clr-white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .4s;display:flex}.STHeader-module__8F4Xeq__closeBtn{position:absolute;top:16px;left:16px}.STHeader-module__8F4Xeq__scrolled .STHeader-module__8F4Xeq__hamburger{background:rgb(var(--clr-rgb-blue),.12);color:var(--clr-black)}.STHeader-module__8F4Xeq__scrolled .STHeader-module__8F4Xeq__letsConnectBtn{background:rgb(var(--clr-rgb-blue),.15);color:var(--clr-blue)}.STHeader-module__8F4Xeq__scrolled .STHeader-module__8F4Xeq__letsConnectBtn:hover{color:var(--clr-white)}@media (max-width:1199px){.STHeader-module__8F4Xeq__navList{width:100%;max-width:220px;padding:var(--space-sm);background-color:rgb(var(--clr-rgb-blue),1);height:100vh;transition:var(--transition-smooth);z-index:99;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.STHeader-module__8F4Xeq__navList.STHeader-module__8F4Xeq__open{transform:translate(0)}.STHeader-module__8F4Xeq__navLink,.STHeader-module__8F4Xeq__scrolled .STHeader-module__8F4Xeq__navLink,.STHeader-module__8F4Xeq__scrolled .STHeader-module__8F4Xeq__navLink:hover,.STHeader-module__8F4Xeq__scrolled .STHeader-module__8F4Xeq__navLink.STHeader-module__8F4Xeq__active{color:var(--clr-white)}.STHeader-module__8F4Xeq__scrolled .STHeader-module__8F4Xeq__navLink:after{background:var(--clr-white)}.STHeader-module__8F4Xeq__scrolled .STHeader-module__8F4Xeq__dropdownIcon{color:var(--clr-white)}.STHeader-module__8F4Xeq__dropdown{min-width:max-content;padding:4px;left:auto;right:0}.STHeader-module__8F4Xeq__dropdownLink{padding:6px}}
.STFooter-module__o2ngqq__logoImg{max-width:226px}.STFooter-module__o2ngqq__title{max-width:540px;color:rgb(var(--clr-rgb-white),.4);font-size:5rem;font-weight:300}.STFooter-module__o2ngqq__rightLinkWrap{gap:8rem;max-width:86rem}.STFooter-module__o2ngqq__linksWrapper{grid-template-columns:1fr 1fr;gap:8rem}.STFooter-module__o2ngqq__linkItem{padding:var(--space-sm)0;border-bottom:1px solid #fff3}.STFooter-module__o2ngqq__linkItem:last-child{border-bottom:none;padding-bottom:0}.STFooter-module__o2ngqq__linkItem:first-child{padding-top:0}.STFooter-module__o2ngqq__linkItem{color:rgb(var(--clr-rgb-white),.7)}.STFooter-module__o2ngqq__linkItem .STFooter-module__o2ngqq__link:hover{color:rgb(var(--clr-rgb-white),1)}.STFooter-module__o2ngqq__dropdown{background:var(--clr-white);opacity:0;visibility:hidden;min-width:220px;transition:var(--transition-smooth);z-index:2;border-radius:12px;padding:8px;position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:2px 2px 16px #0000001c}.STFooter-module__o2ngqq__linkItem:hover .STFooter-module__o2ngqq__dropdownIcon{transform:rotate(180deg)}.STFooter-module__o2ngqq__linkItem:hover .STFooter-module__o2ngqq__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.STFooter-module__o2ngqq__dropdownLink{color:var(--clr-black);border-radius:4px;padding:10px;display:block}.STFooter-module__o2ngqq__dropdownLink:hover{background:var(--clr-off-white);color:var(--clr-black)}.STFooter-module__o2ngqq__copyright{color:rgb(var(--clr-rgb-white),.4)}.STFooter-module__o2ngqq__socialLink:hover{color:rgb(var(--clr-rgb-white),.6)}.STFooter-module__o2ngqq__scrollTop{width:6.4rem;min-width:40px;height:6.4rem;min-height:40px;position:absolute;bottom:4rem;right:4rem}.STFooter-module__o2ngqq__scrollTop:hover{box-shadow:0 4px 12px rgba(var(--clr-rgb-black),.5)}@media (max-width:1599px){.STFooter-module__o2ngqq__scrollTop{bottom:12px;right:12px}}@media (max-width:1199px){.STFooter-module__o2ngqq__linksWrapper,.STFooter-module__o2ngqq__rightLinkWrap{gap:20px}.STFooter-module__o2ngqq__title{font-size:24px}.STFooter-module__o2ngqq__logoImg{max-width:180px}}@media (max-width:767px){.STFooter-module__o2ngqq__linksWrapper{gap:10px}.STFooter-module__o2ngqq__title{font-size:20px}.STFooter-module__o2ngqq__rightLinkWrap{max-width:100%}}
:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.STHeroCommon-module__0sStvq__heroCommon{min-height:50rem;padding:calc(var(--header-height) + var(--space-sm))0 var(--space-lg);background:linear-gradient(var(--clr-black)35%,var(--clr-blue))}.STHeroCommon-module__0sStvq__heroCommonContent{max-width:920px}.STHeroCommon-module__0sStvq__heroCommonDescription{color:rgb(var(--clr-rgb-white),.55)}@media (min-width:1600px){.STHeroCommon-module__0sStvq__heroCommon{min-height:45rem;padding:calc(var(--header-height) + var(--space-sm))0 var(--space-md)}}@media (max-width:767px){.STHeroCommon-module__0sStvq__heroCommon{min-height:40rem}}
.STProgressBar-module__z5PQka__progress{height:40px}.STProgressBar-module__z5PQka__track{height:10px}.STProgressBar-module__z5PQka__label{border:4px solid var(--clr-white);height:40px;padding:6px 12px;top:50%;transform:translate(-50%,-50%)}
.STAccordion-module__kMhsta__accordion{background-color:var(--clr-off-white)}.STAccordion-module__kMhsta__accordion.STAccordion-module__kMhsta__darkAccordion{background-color:var(--clr-dark-black)}.STAccordion-module__kMhsta__item{border-bottom:1px solid var(--clr-soothing-white);padding:2rem}.STAccordion-module__kMhsta__darkAccordion .STAccordion-module__kMhsta__item{border-color:rgb(var(--clr-rgb-white),.1)}.STAccordion-module__kMhsta__item:last-child{border-bottom:none}.STAccordion-module__kMhsta__header{background:0 0;padding:0 1.2rem}.STAccordion-module__kMhsta__darkAccordion .STAccordion-module__kMhsta__header h3,.STAccordion-module__kMhsta__darkAccordion .STAccordion-module__kMhsta__icon{color:var(--clr-white)}.STAccordion-module__kMhsta__icon svg{width:4rem;height:4rem}.STAccordion-module__kMhsta__content{height:0;transition:height .35s;overflow:hidden}.STAccordion-module__kMhsta__inner{padding:0 1.2rem 1.2rem}.STAccordion-module__kMhsta__darkAccordion .STAccordion-module__kMhsta__inner .paragraph-text{color:rgb(var(--clr-rgb-white),.55)}
.STLoader-module__Y_UQZW__loaderWrapper{z-index:999;background-color:var(--clr-white);justify-content:center;align-items:center;width:100%;height:100svh;display:flex;position:fixed;top:0;left:0}.STLoader-module__Y_UQZW__loader{--size:30px;width:var(--size);height:var(--size);animation:2s linear infinite STLoader-module__Y_UQZW__spin988;position:relative}.STLoader-module__Y_UQZW__loader .STLoader-module__Y_UQZW__circle{--size:12px;width:var(--size);height:var(--size);background-color:var(--clr-blue);border-radius:50%;position:absolute}.STLoader-module__Y_UQZW__loader .STLoader-module__Y_UQZW__circle:first-child{top:0;left:0}.STLoader-module__Y_UQZW__loader .STLoader-module__Y_UQZW__circle:nth-child(2){top:0;right:0}.STLoader-module__Y_UQZW__loader .STLoader-module__Y_UQZW__circle:nth-child(3){bottom:0;left:0}.STLoader-module__Y_UQZW__loader .STLoader-module__Y_UQZW__circle:nth-child(4){bottom:0;right:0}@keyframes STLoader-module__Y_UQZW__spin988{0%{transform:scale(1)rotate(0)}20%,25%{transform:scale(1.3)rotate(90deg)}45%,50%{transform:scale(1)rotate(180deg)}70%,75%{transform:scale(1.3)rotate(270deg)}95%,to{transform:scale(1)rotate(360deg)}}
.RotatingText-module__Ck-m6q__textRotate{white-space:pre-wrap;flex-wrap:wrap;display:flex;position:relative}.RotatingText-module__Ck-m6q__textRotateSrOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.RotatingText-module__Ck-m6q__textRotateWord{display:inline-flex}.RotatingText-module__Ck-m6q__textRotateLines{flex-direction:column;width:100%;display:flex}.RotatingText-module__Ck-m6q__textRotateElement{display:inline-block}.RotatingText-module__Ck-m6q__textRotateSpace{white-space:pre}
.STNewsDetail-module__s76aXa__backBtn svg{width:24px}.STNewsDetail-module__s76aXa__newsImageWrap{--bs-aspect-ratio:38%;border:2px solid var(--clr-off-white);max-width:100%}.STNewsDetail-module__s76aXa__divider{background-color:var(--clr-gray);border-radius:50%;width:6px;height:6px}.STNewsDetail-module__s76aXa__iconBtn{width:6.4rem;min-width:48px;height:6.4rem;min-height:48px;transition:var(--transition-smooth)}.STNewsDetail-module__s76aXa__iconBtn:hover{background-color:rgb(var(--clr-rgb-blue),1);color:var(--clr-white)}.STNewsDetail-module__s76aXa__sectionTitle{background-color:var(--clr-off-white);padding:3.2rem;line-height:1.5}@media (max-width:767px){.STNewsDetail-module__s76aXa__iconBtn svg{width:24px;height:24px}.STNewsDetail-module__s76aXa__newsImageWrap{--bs-aspect-ratio:50%}}@media (max-width:575px){.STNewsDetail-module__s76aXa__logoImgWrap{max-width:210px}}
.STPopover-module__-GY16W__popoverWrapper{display:inline-block;position:relative}.STPopover-module__-GY16W__content{z-index:1000;border:1px solid var(--clr-soothing-white);max-width:calc(100vw - 32px);box-shadow:0 20px 60px #0000001f}.STPopover-module__-GY16W__bottom-right{transform-origin:100% 0;margin-top:12px;top:100%;right:0}.STPopover-module__-GY16W__bottom-left{transform-origin:0 0;margin-top:12px;top:100%;left:0}.STPopover-module__-GY16W__top-right{transform-origin:100% 100%;margin-bottom:12px;bottom:100%;right:0}.STPopover-module__-GY16W__top-left{transform-origin:0 100%;margin-bottom:12px;bottom:100%;left:0}
.STSharePopover-module__T2jJMq__sharePopoverContent{width:520px;max-width:calc(100vw - 32px)}.STSharePopover-module__T2jJMq__shareBoxHeader{border-bottom:1px solid var(--clr-soothing-white)}.STSharePopover-module__T2jJMq__closeBtn:hover{color:var(--clr-black)}.STSharePopover-module__T2jJMq__copyLinkBox{padding:12px 16px}.STSharePopover-module__T2jJMq__socialIcon{width:32px;height:32px}.STSharePopover-module__T2jJMq__socialIcon:hover{transform:scale(.9)}@media (max-width:575px){.STSharePopover-module__T2jJMq__sharePopoverContent{width:calc(100vw - 32px)}}
.STCareer-module__6k8xOa__heroSection{padding-top:var(--header-height)}.STCareer-module__6k8xOa__heroImgWrapper{max-width:55%}.STCareer-module__6k8xOa__heroTextWrapper{max-width:45%;margin-right:calc((100% - var(--container))/2);padding:var(--space-xl)12px}.STCareer-module__6k8xOa__jobHeadingWrapper{max-width:950px}.STCareer-module__6k8xOa__jobCard{padding:var(--space-md)0;border-bottom:1px solid var(--clr-soothing-white)}.STCareer-module__6k8xOa__jobCard:first-child{padding-top:0}.STCareer-module__6k8xOa__jobCard:last-child{border-bottom:none;padding-bottom:0}.STCareer-module__6k8xOa__badge{border-radius:99px;padding:2rem}.STCareer-module__6k8xOa__jobCard:hover .STCareer-module__6k8xOa__arrow{transform:translate(6px)}.STCareer-module__6k8xOa__pillWrapper{gap:2rem}.STCareer-module__6k8xOa__pill{border-radius:99px;padding:1.4rem 1.8rem}.STCareer-module__6k8xOa__pill svg{width:3.6rem;min-width:24px;height:3.6rem;min-height:24px}
.STCareerHero-module__4AS2Yq__heroSection{padding-top:var(--header-height)}.STCareerHero-module__4AS2Yq__heroImgWrapper{max-width:55%}.STCareerHero-module__4AS2Yq__heroTextWrapper{max-width:45%;margin-right:calc((100% - var(--container))/2);padding:var(--space-xl)12px}@media (max-width:1599px){.STCareerHero-module__4AS2Yq__heroImgWrapper,.STCareerHero-module__4AS2Yq__heroTextWrapper{max-width:50%}}@media (max-width:1199px){.STCareerHero-module__4AS2Yq__heroImgWrapper{max-width:550px}.STCareerHero-module__4AS2Yq__heroTextWrapper{max-width:100%;margin:0 calc((100% - var(--container))/2)}}@media (min-width:1200px){.STCareerHero-module__4AS2Yq__heroTitle{max-width:480px}}
.STCareerDetail-module__YWSRJG__backBtn svg{width:24px}.STCareerDetail-module__YWSRJG__iconBtn{--btn-size:56px;width:var(--btn-size);height:var(--btn-size);border:1px solid var(--clr-blue);background:0 0}.STCareerDetail-module__YWSRJG__iconBtn:hover{background-color:var(--clr-blue);color:var(--clr-white)}.STCareerDetail-module__YWSRJG__applyBtn svg{width:24px;height:24px}.STCareerDetail-module__YWSRJG__sectionTitle{background-color:var(--clr-off-white);padding:3.2rem;line-height:1.5}.STCareerDetail-module__YWSRJG__jobDetailWrapper:not(:last-child){margin-bottom:var(--space-md)}.STCareerDetail-module__YWSRJG__jobList li{margin-left:10px;list-style:inside}.STCareerDetail-module__YWSRJG__jobList .STCareerDetail-module__YWSRJG__jobList li{margin-left:20px}:is(.STCareerDetail-module__YWSRJG__jobDetailWrapper h1:not(.section-title),.STCareerDetail-module__YWSRJG__jobDetailWrapper h2:not(.section-title),.STCareerDetail-module__YWSRJG__jobDetailWrapper h3:not(.section-title),.STCareerDetail-module__YWSRJG__jobDetailWrapper h4:not(.section-title),.STCareerDetail-module__YWSRJG__jobDetailWrapper h5:not(.section-title),.STCareerDetail-module__YWSRJG__jobDetailWrapper h6:not(.section-title)){font-size:var(--text-xl);margin-bottom:8px;font-weight:400}@media (max-width:1599px){.STCareerDetail-module__YWSRJG__iconBtn{--btn-size:48px}}@media (max-width:1199px){.STCareerDetail-module__YWSRJG__iconBtn{--btn-size:45px}}
.STContactUs-module__pbvPKa__contactLink{background-color:rgb(var(--clr-rgb-white),.25);transition:var(--transition-smooth);border-radius:100px;padding:16px 20px}.STContactUs-module__pbvPKa__contactLink:hover{background-color:rgb(var(--clr-rgb-white),.4)}.STContactUs-module__pbvPKa__letsTalkMapWrapper{max-width:50%}.STContactUs-module__pbvPKa__getInTouchBtn svg{width:20px;height:20px}.STContactUs-module__pbvPKa__letsTalkFormTopRow{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.STContactUs-module__pbvPKa__mediaWrapper{--bs-aspect-ratio:35%}.STContactUs-module__pbvPKa__mediaWrapper:after{content:"";pointer-events:none;background:linear-gradient(#0000,#000c 100%);width:100%;height:100%;position:absolute;top:0;left:0}.STContactUs-module__pbvPKa__pillsWrapper{padding:0 3.2rem;bottom:3.2rem}.STContactUs-module__pbvPKa__contactPill{transition:var(--transition-smooth);border-radius:100px;padding:1.6rem 2rem;box-shadow:0 4px 12px #0000001a}.STContactUs-module__pbvPKa__contactPill:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0003}.STContactUs-module__pbvPKa__pillIcon{justify-content:center;align-items:center;width:20px;height:20px;display:flex}@media (max-width:1439px){.STContactUs-module__pbvPKa__contactPill{font-size:12px}}@media (max-width:1199px){.STContactUs-module__pbvPKa__letsTalkMapWrapper{max-width:100%;height:400px}.STContactUs-module__pbvPKa__videoWrapper{--bs-aspect-ratio:50%}.STContactUs-module__pbvPKa__contactPill{padding:1.2rem}}@media (max-width:575px){.STContactUs-module__pbvPKa__contactLink{font-size:16px}.STContactUs-module__pbvPKa__videoWrapper{--bs-aspect-ratio:90%}}
.STDrawer-module__OdKm3G__drawer{z-index:999;border-radius:var(--radius-lg)0 0 var(--radius-lg);padding:var(--space-sm)0}.STDrawer-module__OdKm3G__right{top:0;right:0;transform:translate(100%)}.STDrawer-module__OdKm3G__left{top:0;left:0;transform:translate(-100%)}.STDrawer-module__OdKm3G__top{top:0;left:0;transform:translateY(-100%)}.STDrawer-module__OdKm3G__bottom{bottom:0;left:0;transform:translateY(100%)}.STDrawer-module__OdKm3G__open.STDrawer-module__OdKm3G__right,.STDrawer-module__OdKm3G__open.STDrawer-module__OdKm3G__left{transform:translate(0)}.STDrawer-module__OdKm3G__open.STDrawer-module__OdKm3G__top,.STDrawer-module__OdKm3G__open.STDrawer-module__OdKm3G__bottom{transform:translateY(0)}.STDrawer-module__OdKm3G__overlay{background:rgb(var(--clr-rgb-black),.4);opacity:0;visibility:hidden;z-index:998;transition:all .3s;position:fixed;inset:0}.STDrawer-module__OdKm3G__show{opacity:1;visibility:visible}.STDrawer-module__OdKm3G__header{padding-inline:var(--space-md)}.STDrawer-module__OdKm3G__content{padding:0 var(--space-md);flex:1;overflow-y:auto}.STDrawer-module__OdKm3G__content::-webkit-scrollbar{width:4px}.STDrawer-module__OdKm3G__closeBtn{background:0 0;background-color:var(--clr-off-white);border-radius:8px;width:40px;height:40px}.STDrawer-module__OdKm3G__closeBtn:hover{background:rgb(var(--clr-rgb-blue),.1);color:var(--clr-blue)}.STDrawer-module__OdKm3G__closeBtn svg{width:24px;height:24px}
.STTextAnimationFlip-module__XR31oa__animation{--spaceX:12px;--animateTextHeight:60px;flex-wrap:wrap;align-items:center;display:flex}.STTextAnimationFlip-module__XR31oa__animateText{font-size:calc(var(--animateTextHeight) - 20px);height:var(--animateTextHeight);padding:0 var(--spaceX);white-space:nowrap;border-radius:1rem;justify-content:center;align-items:center;width:fit-content;display:flex}.STTextAnimationFlip-module__XR31oa__animation h1{font-size:calc(var(--animateTextHeight) - 20px);padding:0 var(--spaceX)}@media (max-width:1599px){.STTextAnimationFlip-module__XR31oa__animation{--animateTextHeight:50px}}@media (max-width:1439px){.STTextAnimationFlip-module__XR31oa__animation{--animateTextHeight:45px}.STTextAnimationFlip-module__XR31oa__animateText{padding:0 var(--spaceX)}}
/*# sourceMappingURL=dd3c4315ee2c9005.css.map*/