.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height,36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color,var(--react-international-phone-border-color,gainsboro));margin:0;-moz-appearance:button;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color,var(--react-international-phone-background-color,white));cursor:pointer;text-transform:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover,whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size,4px) solid var(--react-international-phone-country-selector-arrow-color,#777);border-right:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color,#999)}.react-international-phone-country-selector-button--disabled,.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color,var(--react-international-phone-disabled-background-color,whitesmoke))}.react-international-phone-country-selector-button--disabled{cursor:auto}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width,24px);height:var(--react-international-phone-flag-height,24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top,44px);left:var(--react-international-phone-dropdown-left,0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color,var(--react-international-phone-background-color,white));box-shadow:var(--react-international-phone-dropdown-shadow,2px 2px 16px rgba(0,0,0,.25));color:var(--react-international-phone-dropdown-item-text-color,var(--react-international-phone-text-color,#222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin,0);background:var(--react-international-phone-dropdown-preferred-list-divider-color,var(--react-international-phone-border-color,gainsboro))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height,28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size,14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color,gray);font-size:var(--react-international-phone-dropdown-item-font-size,14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--focused,.react-international-phone-country-selector-dropdown__list-item--selected{background-color:var(--react-international-phone-selected-dropdown-item-background-color,whitesmoke);color:var(--react-international-phone-selected-dropdown-item-text-color,var(--react-international-phone-text-color,#222))}.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color,var(--react-international-phone-dropdown-item-dial-code-color,gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,whitesmoke))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color,var(--react-international-phone-border-color,gainsboro));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color,var(--react-international-phone-background-color,white));color:var(--react-international-phone-dial-code-preview-text-color,var(--react-international-phone-text-color,#222));font-size:var(--react-international-phone-dial-code-preview-font-size,var(--react-international-phone-font-size,13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color,var(--react-international-phone-disabled-background-color,whitesmoke));color:var(--react-international-phone-dial-code-preview-disabled-text-color,var(--react-international-phone-disabled-text-color,#666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius,4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height,36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color,gainsboro);border-radius:var(--react-international-phone-border-radius,4px);margin:0;background-color:var(--react-international-phone-background-color,white);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color,#222);font-family:inherit;font-size:var(--react-international-phone-font-size,13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color,whitesmoke);color:var(--react-international-phone-disabled-text-color,#666)}.styles_sectionWhite__FCgv2{background-color:#fff}.styles_sectionYellow__GZcE1{background-color:#fff;background-image:linear-gradient(74.65deg,rgba(239,183,91,.4) 6.67%,rgba(239,183,91,.1) 47.9%,rgba(239,183,91,0) 93.3%)}@media(max-width:600px){.styles_sectionYellow__GZcE1{background-color:#f9f6ee;background-image:linear-gradient(87.99deg,rgba(239,183,91,.4) 6.67%,rgba(239,183,91,.1) 47.9%,rgba(239,183,91,0) 93.3%)}}.styles_sectionBlue__G1nRy{background-color:#131f35;background-image:linear-gradient(74.65deg,rgba(52,81,140,.4) 6.67%,rgba(52,81,140,.1) 47.9%,rgba(52,81,140,0) 93.3%)}.styles_sectionBlue__G1nRy .styles_heading__Yywfr,.styles_sectionBlue__G1nRy .styles_para__YKT8Q{color:#fff}.styles_sectionBlue__G1nRy .styles_boldLine__1mCCt{color:#efb75b}.styles_sectionBlue__G1nRy .styles_emailLink__0OZBI,.styles_sectionBlue__G1nRy .styles_infoLabel__zZr29,.styles_sectionBlue__G1nRy .styles_locAddress__F4B0R,.styles_sectionBlue__G1nRy .styles_locCountry__qUin7{color:#fff}@media(hover:hover)and (min-width:1211px){.styles_sectionBlue__G1nRy .styles_emailLink__0OZBI:hover{color:#efb75b}}.styles_sectionBlue__G1nRy .styles_formCard__S2Zzu{background-color:rgba(0,0,0,0)}.styles_sectionBlue__G1nRy .styles_fieldLabel__2B3Lj,.styles_sectionBlue__G1nRy .styles_formTitle__PlJp3,.styles_sectionBlue__G1nRy .styles_successMsg__f7Lok{color:#fff}.styles_inner__PjF_F{display:flex;flex-direction:row;align-items:flex-start;gap:8.125rem;margin-top:.625rem}@media(max-width:991px){.styles_inner__PjF_F{gap:3rem;flex-direction:column;align-items:stretch}}@media(max-width:600px){.styles_inner__PjF_F{gap:1.875rem}}.styles_leftCol__604fe{flex:0 0 38%;max-width:38%;display:flex;flex-direction:column;-moz-column-gap:.625rem;column-gap:.625rem;row-gap:.625rem}@media(max-width:991px){.styles_leftCol__604fe{flex:0 0 100%;max-width:100%}}.styles_textBlock__OmnW4{display:flex;flex-direction:column;row-gap:.625rem}.styles_heading__Yywfr,.styles_para__YKT8Q{color:#131f35;margin:0}@media(max-width:600px){.styles_para__YKT8Q{color:#31343b}}.styles_boldLine__1mCCt{color:#131f35;margin:.625rem 0 0}.styles_richtext__V5xb7{color:#131f35;margin-bottom:2.5rem}@media(max-width:600px){.styles_richtext__V5xb7{margin-bottom:1.25rem}}.styles_richtext__V5xb7 p{font-family:var(--font-poppins);font-size:1rem;line-height:1.6875;margin:0 0 .75rem}.styles_richtext__V5xb7 p:last-child{margin-bottom:0}.styles_richtext__V5xb7 ul{list-style-type:disc;padding-left:1.25rem;margin:0 0 .75rem}.styles_richtext__V5xb7 ol{list-style-type:decimal;padding-left:1.25rem;margin:0 0 .75rem}.styles_richtext__V5xb7 ol li,.styles_richtext__V5xb7 ul li{font-family:var(--font-poppins);font-size:1rem;line-height:1.6875;margin-bottom:.25rem}.styles_richtext__V5xb7 b,.styles_richtext__V5xb7 strong{font-weight:600}.styles_richtext__V5xb7 em,.styles_richtext__V5xb7 i{font-style:italic}.styles_richtext__V5xb7 a{color:#efb75b;text-decoration:underline}@media(hover:hover)and (min-width:1211px){.styles_richtext__V5xb7 a:hover{color:#131f35}}.styles_sectionBlue__G1nRy .styles_richtext__V5xb7{color:#fff}.styles_sectionBlue__G1nRy .styles_richtext__V5xb7 a{color:#efb75b}@media(hover:hover)and (min-width:1211px){.styles_sectionBlue__G1nRy .styles_richtext__V5xb7 a:hover{color:#fff}}.styles_contactInfo__2lL3A{display:flex;flex-direction:column;gap:3.125rem}@media(max-width:600px){.styles_contactInfo__2lL3A{gap:1.875rem}}.styles_contactSection__lLW61{display:flex;justify-content:space-between}@media(max-width:600px){.styles_contactSection__lLW61{flex-direction:column;gap:1.875rem}}.styles_contactSection__lLW61 .styles_contactUsSection__3n8Ph{display:flex;flex-direction:column;gap:.9375rem}.styles_contactSection__lLW61 .styles_contactUsSection__3n8Ph .styles_contactList__MdpCk{display:flex}.styles_contactSection__lLW61 .styles_socialSection__Xw6zD{display:flex;flex-direction:column;gap:.9375rem;flex:0 0 39.5%;max-width:39.5%}@media(max-width:600px){.styles_contactSection__lLW61 .styles_socialSection__Xw6zD{flex:0 0 100%;max-width:100%}}.styles_infoHeader__ulKgK{display:flex;align-items:center;gap:.625rem}.styles_infoLabel__zZr29{color:#131f35;margin:0}@media(max-width:600px){.styles_infoLabel__zZr29{font-size:1.25rem}}.styles_locationsGrid__uv9Zf{display:flex;justify-content:space-between;flex-wrap:wrap;row-gap:1.25rem;margin-top:.938rem}@media(max-width:991px){.styles_locationsGrid__uv9Zf{gap:3rem}}@media(max-width:600px){.styles_locationsGrid__uv9Zf{flex-direction:column;gap:1.25rem}}.styles_locationItem__INbRU{display:flex;flex-direction:column;gap:.3125rem;flex:0 0 39.5%;max-width:39.5%}@media(max-width:600px){.styles_locationItem__INbRU{flex:0 0 100%;max-width:100%}}.styles_locCountry__qUin7{color:#131f35}.styles_locAddress__F4B0R{color:#31343b;white-space:pre-wrap}.styles_emailLink__0OZBI{color:#131f35;text-decoration:none;transition:color .3s cubic-bezier(.4,0,.2,1)}@media(hover:hover)and (min-width:1211px){.styles_emailLink__0OZBI:hover{color:#efb75b}}.styles_socialsRow__d6oWV{display:flex;flex-direction:row;align-items:center;gap:2.0625rem}.styles_socialLink__aa1Np{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.5rem;height:1.5rem;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.styles_socialLink__aa1Np svg{width:100%;height:100%}.styles_socialLink__aa1Np img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media(hover:hover)and (min-width:1211px){.styles_socialLink__aa1Np:hover{opacity:.75}}.styles_formCard__S2Zzu{flex:0 0 51.6%;max-width:51.6%;background-color:#f9f6ee;border:.046875rem solid #efb75b;padding:2.25rem;display:flex;flex-direction:column;gap:1.359375rem}@media(max-width:991px){.styles_formCard__S2Zzu{flex:0 0 100%;max-width:100%;width:100%}}@media(max-width:600px){.styles_formCard__S2Zzu{width:100%;padding:2.25rem 1rem}}.styles_formTitle__PlJp3{color:#131f35;margin:0}@media(max-width:600px){.styles_formTitle__PlJp3{text-align:center}}.styles_form__NXd9c{display:flex;flex-direction:column;gap:1.359375rem;width:100%}.styles_phoneRow__m_p2k{display:flex;flex-direction:row;align-items:flex-start;gap:.625rem}.styles_countryGroup__FVIeN{flex-shrink:0;width:8.3125rem}.styles_countryGroup__FVIeN .react-international-phone-country-selector{width:100%;height:3.125rem;border:.0625rem solid #d8d8d8!important;outline:none!important;border-radius:0!important}.styles_countryGroup__FVIeN .react-international-phone-country-selector-button{border:none!important;outline:none!important;border-radius:0!important;box-shadow:none!important}.styles_countryGroup__FVIeN .styles_countrySelect__ixITt{width:100%;height:3.125rem;background:#fff;border:.046875rem solid #d8d8d8;border-radius:0;padding:0 .625rem;cursor:pointer;font-family:var(--font-poppins,var(--font-inter));font-size:.875rem;color:#969696;outline:none;transition:border-color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.styles_countryGroup__FVIeN .styles_countrySelect__ixITt:focus-visible{border-color:#efb75b;box-shadow:0 0 0 2px rgba(239,183,91,.15)}.styles_countryGroup__FVIeN .styles_countrySelectorBtn__b7I5a{width:100%;height:3rem;background:#fff;border-radius:0;padding:0 .75rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;outline:none;transition:border-color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.styles_countryGroup__FVIeN .styles_countrySelectorBtn__b7I5a:focus-visible{border-color:#efb75b;box-shadow:0 0 0 2px rgba(239,183,91,.15)}.styles_countryGroup__FVIeN .styles_flagImg__Rf8e6{width:1.5rem;height:1.5rem;flex-shrink:0;-o-object-fit:cover;object-fit:cover}.styles_countryGroup__FVIeN .styles_dialCode__TWybe{font-family:var(--font-poppins,var(--font-inter));font-size:.875rem;color:#969696;white-space:nowrap}.styles_countryGroup__FVIeN .styles_dropdownArrow__R0sAG{width:.75rem;height:.5rem;flex-shrink:0;margin-left:auto;transition:transform .2s ease}.styles_countryGroup__FVIeN .styles_dropdownArrowOpen__vOPsW{transform:rotate(180deg)}.styles_countryGroup__FVIeN .react-international-phone-country-selector-dropdown{z-index:100;background:#fff;border:.046875rem solid #d8d8d8!important;border-radius:0!important;outline:none!important;box-shadow:0 .25rem .75rem rgba(0,0,0,.1);width:17.5rem;max-height:14rem;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;top:3.125rem}.styles_countryGroup__FVIeN .react-international-phone-country-selector-dropdown::-webkit-scrollbar{width:.25rem}.styles_countryGroup__FVIeN .react-international-phone-country-selector-dropdown::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.styles_countryGroup__FVIeN .react-international-phone-country-selector-dropdown::-webkit-scrollbar-thumb{background:#d8d8d8;border-radius:.25rem}.styles_countryGroup__FVIeN .react-international-phone-country-selector-dropdown::-webkit-scrollbar-thumb:hover{background:#969696}.styles_countryGroup__FVIeN .react-international-phone-country-selector-dropdown__list-item{height:3.25rem;padding:0 .75rem;display:flex;align-items:center;gap:.5rem;font-family:var(--font-poppins,var(--font-inter));font-size:.875rem;color:#31343b;cursor:pointer;outline:none!important;transition:background-color .3s cubic-bezier(.4,0,.2,1)}.styles_countryGroup__FVIeN .react-international-phone-country-selector-dropdown__list-item:hover{background:#f9f6ee}.styles_countryGroup__FVIeN .react-international-phone-country-selector-dropdown__list-item.react-international-phone-country-selector-dropdown__list-item--selected{background:#f9f6ee;color:#efb75b}.styles_countryGroup__FVIeN .react-international-phone-country-selector-dropdown__list-item-flag-emoji{width:1.5rem;height:1.5rem;margin-right:.5rem;flex-shrink:0}.styles_countryGroup__FVIeN .react-international-phone-country-selector-dropdown__list-item-country-name{margin-right:.5rem;font-family:var(--font-poppins,var(--font-inter));font-size:.875rem}.styles_countryGroup__FVIeN .react-international-phone-country-selector-dropdown__list-item-dial-code{font-family:var(--font-poppins,var(--font-inter));font-size:.875rem}.styles_countryGroupError__RObSs .styles_countrySelect__ixITt,.styles_countryGroupError__RObSs .styles_countrySelectorBtn__b7I5a{border-color:#e53e3e}.styles_countryGroupError__RObSs .styles_countrySelect__ixITt:focus-visible,.styles_countryGroupError__RObSs .styles_countrySelectorBtn__b7I5a:focus-visible{border-color:#e53e3e;box-shadow:0 0 0 2px rgba(229,62,62,.12)}.styles_phoneGroup__WvTWd{flex:1;min-width:0}.styles_fieldGroup__dJE7X{display:flex;flex-direction:column;gap:.5rem}.styles_fieldLabel__2B3Lj{font-size:.75rem;font-weight:600;color:#31343b;line-height:1.5;text-transform:uppercase;letter-spacing:.04em}.styles_fieldLabel__2B3Lj,.styles_input__UfzSj{font-family:var(--font-poppins,var(--font-inter))}.styles_input__UfzSj{width:100%;height:3.125rem;background-color:#fff;border:.046875rem solid #d8d8d8;padding:.625rem;font-size:1rem;font-weight:400;color:#131f35;line-height:1.6875;outline:none;transition:border-color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);-webkit-appearance:none;-moz-appearance:none;appearance:none}.styles_input__UfzSj::-moz-placeholder{color:#969696}.styles_input__UfzSj::placeholder{color:#969696}.styles_input__UfzSj:focus{border-color:#efb75b;box-shadow:0 0 0 2px rgba(239,183,91,.15)}@media(max-width:991px){.styles_input__UfzSj{font-size:max(1rem,16px)}}@media(max-width:600px){.styles_input__UfzSj{font-size:max(.875rem,16px);line-height:1.375rem}}.styles_textarea__qB_yA{height:4.75rem;resize:vertical;min-height:4.75rem}.styles_inputError__B2hgW{border-color:#e53e3e}.styles_inputError__B2hgW:focus{border-color:#e53e3e;box-shadow:0 0 0 2px rgba(229,62,62,.12)}.styles_errorMsg__yIytM{color:#e53e3e;line-height:1;margin-top:.125rem}.styles_errorMsg__yIytM,.styles_successMsg__f7Lok{font-family:var(--font-inter);font-size:.75rem;font-weight:400}.styles_successMsg__f7Lok{color:#131f35;line-height:1.4;margin:0}.styles_submitBtn__jPnx8{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:3.125rem;background-color:#efb75b;color:#131f35;border:none;border-radius:0;font-family:var(--font-poppins,var(--font-inter));font-size:1rem;font-weight:500;line-height:1.6875;cursor:pointer;white-space:nowrap;overflow:hidden;z-index:1;transition:background-color .3s cubic-bezier(.4,0,.2,1)}.styles_submitBtn__jPnx8:after{content:"";position:absolute;top:-60%;left:-30%;width:1.75rem;height:220%;background:hsla(0,0%,100%,.35);transform:rotate(20deg);filter:blur(6px);opacity:0;z-index:-1;pointer-events:none;transition:left .85s cubic-bezier(.19,1,.22,1),opacity .85s cubic-bezier(.19,1,.22,1)}@media(hover:hover)and (min-width:1211px){.styles_submitBtn__jPnx8:hover:not(:disabled){background-color:#f5b746}.styles_submitBtn__jPnx8:hover:not(:disabled):after{left:120%;opacity:1}}.styles_submitBtn__jPnx8:disabled{opacity:.65;cursor:not-allowed}@media(max-width:600px){.styles_submitBtn__jPnx8{font-size:.875rem}}.styles_section__suaSg{overflow:hidden}.styles_sectionWhite__kdgFo{background-color:#fff}.styles_sectionYellow__Ir7ti{background-color:#f9f6ee}.styles_sectionBlue__G_9zF{background-color:#131f35}.styles_inner__wbaQ4{display:flex;flex-direction:column;gap:3.125rem}.styles_header__tMJn6{display:flex;flex-direction:column;gap:.625rem}.styles_heading__GF08W{color:#131f35;margin:0}.styles_sectionBlue__G_9zF .styles_heading__GF08W{color:#fff}.styles_description__XxQtU{color:#31343b;margin:0}.styles_sectionBlue__G_9zF .styles_description__XxQtU{color:hsla(0,0%,100%,.7)}.styles_imageGrid__XVG7L{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}@media(max-width:600px){.styles_imageGrid__XVG7L{grid-template-columns:1fr}}.styles_heroWrap__TcrSM{position:relative;overflow:hidden;background-color:#d8d8d8;aspect-ratio:819/424}@media(max-width:600px){.styles_heroWrap__TcrSM{aspect-ratio:auto;height:15.625rem}}.styles_heroImg__wAfVL{-o-object-fit:cover;object-fit:cover}.styles_rightCol__gmQZk{display:flex;flex-direction:column;gap:1.5rem}@media(max-width:600px){.styles_rightCol__gmQZk{display:none}}.styles_gridCell__gkO8H{flex:1;position:relative;overflow:hidden;background-color:#d8d8d8;min-height:0}.styles_gridImg__W8Qmz{-o-object-fit:cover;object-fit:cover}.styles_mobileSliderWrap__ioAfn{display:none}@media(max-width:600px){.styles_mobileSliderWrap__ioAfn{display:block;grid-column:1/-1;overflow:hidden}}.styles_mobileSlider__vh4FD{width:100%}.styles_slideCell__U1HYs{position:relative;height:15.625rem;overflow:hidden;background-color:#d8d8d8}.styles_imageBannerWrapper__SnmRr{padding-block:3.06rem}.styles_imageBannerWrapper__SnmRr .styles_imgBox__rbL8b{height:39.812rem;position:relative;scale:.9;opacity:0}@media(max-width:600px){.styles_imageBannerWrapper__SnmRr .styles_imgBox__rbL8b{height:20rem}}.styles_imageBannerWrapper__SnmRr .styles_imgBox__rbL8b img{-o-object-fit:cover;object-fit:cover}.styles_imageBannerWrapper__SnmRr.styles_descriptionPanelBanner__JwAgr{padding:0}.styles_imageBannerWrapper__SnmRr.styles_descriptionPanelBanner__JwAgr .styles_imgBox__rbL8b{height:53.875rem}@media(max-width:600px){.styles_imageBannerWrapper__SnmRr.styles_descriptionPanelBanner__JwAgr .styles_imgBox__rbL8b{height:20rem}}.styles_descriptionPanelWrapper__HWd9A .styles_descriptionPanelInner__G8feV{display:flex;justify-content:space-between;margin-bottom:3.27rem;color:#333}@media(max-width:600px){.styles_descriptionPanelWrapper__HWd9A .styles_descriptionPanelInner__G8feV{flex-direction:column;gap:1rem}}.styles_descriptionPanelWrapper__HWd9A .styles_descriptionPanelInner__G8feV .styles_panelTitle__xPHza{flex:0 0 30%;max-width:30%}@media(max-width:600px){.styles_descriptionPanelWrapper__HWd9A .styles_descriptionPanelInner__G8feV .styles_panelTitle__xPHza{max-width:none}}.styles_descriptionPanelWrapper__HWd9A .styles_descriptionPanelInner__G8feV .styles_descriptionWithCta__n0lAu{flex:0 0 57.7%;max-width:57.7%;display:flex;flex-direction:column;gap:1.72rem}@media(max-width:600px){.styles_descriptionPanelWrapper__HWd9A .styles_descriptionPanelInner__G8feV .styles_descriptionWithCta__n0lAu{max-width:none}}.styles_descriptionPanelWrapper__HWd9A .styles_descriptionPanelInner__G8feV .styles_descriptionWithCta__n0lAu button{width:-moz-fit-content;width:fit-content}.styles_descriptionPanelWrapper__HWd9A .styles_descriptionPanelInner__G8feV .styles_descriptionWithCta__n0lAu a{color:#333}.styles_descriptionPanelWrapper__HWd9A.styles_darkBg__ehSvT{background-color:#f8f8f8}.styles_section__zY7Ic{background-color:#131f35;background-image:linear-gradient(48.84deg,rgba(52,81,140,.4) 6.67%,rgba(52,81,140,.1) 47.92%,rgba(52,81,140,0) 93.33%);padding:5rem 0}@media(max-width:600px){.styles_section__zY7Ic{background-image:linear-gradient(78.47deg,rgba(52,81,140,.4) 6.67%,rgba(52,81,140,.1) 47.92%,rgba(52,81,140,0) 93.33%);padding:3.125rem 0}}.styles_inner__R39cb{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12.25rem}@media(max-width:991px){.styles_inner__R39cb{gap:1.5rem 1rem;flex-wrap:wrap;justify-content:space-between}}@media(max-width:600px){.styles_inner__R39cb{justify-content:flex-start;gap:1.5rem 1rem}}.styles_statItem__KW3Pz{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.421875rem;flex-shrink:0}@media(max-width:600px){.styles_statItem__KW3Pz{flex:0 0 calc(50% - .5rem)}}.styles_statNumber__EWROE{font-family:var(--font-outfit);font-size:3.75rem;font-weight:400;color:#efb75b;line-height:1}@media(max-width:600px){.styles_statNumber__EWROE{font-size:2.5rem;line-height:3.125rem}}.styles_reelWindow__Bg_vX{display:inline-block;overflow:hidden;height:1em;line-height:1;vertical-align:bottom}.styles_reelTrack__xaFGt{display:block;will-change:transform}.styles_reelDigit__xacVD{display:block;height:1em;line-height:1;text-align:center}.styles_reelChar__ElFg5{display:inline-block;line-height:1;vertical-align:bottom;will-change:transform,opacity}.styles_statLabel__SoAk1{font-family:var(--font-poppins,var(--font-inter));font-size:1rem;font-weight:400;color:#f9f6ee;line-height:1.6875rem}@media(max-width:600px){.styles_statLabel__SoAk1{font-size:.875rem;line-height:1.375rem}}.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7{width:100%;display:flex;justify-content:center}.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK{background-color:#131f35;color:#fff;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem;align-items:center;padding:4.81rem 6.25rem;overflow:hidden;will-change:width,height}@media(max-width:600px){.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK{padding:2rem 1.17rem 4.51rem;gap:2.72rem;grid-template-columns:1fr!important}}.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formContent__2dhsN .styles_formHeading__rEkRa{white-space:pre-line;font-size:3.75rem;line-height:1.2;font-weight:500;max-width:23.5rem}@media(max-width:600px){.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formContent__2dhsN .styles_formHeading__rEkRa{font-size:3.125rem;line-height:1;font-weight:500;max-width:13.75rem}}.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formContent__2dhsN .styles_formDescription__jI8bS{margin-top:1.31rem;margin-bottom:0;max-width:20.837rem;white-space:pre-line}@media(max-width:600px){.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formContent__2dhsN .styles_formDescription__jI8bS{max-width:16.375rem;margin-top:.5rem}}.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb{display:grid;gap:2.36rem}.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb .styles_fieldGrid__h4jkJ{display:grid;gap:.71rem;position:relative}.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb .styles_fieldGrid__h4jkJ .styles_textField__ZuJt6{height:1.71rem;width:100%;color:#fff;outline:none;background-color:rgba(0,0,0,0);border-bottom:.063rem solid #fff;padding:0 1.25rem .71rem}@media(max-width:991px){.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb .styles_fieldGrid__h4jkJ .styles_textField__ZuJt6{font-size:max(1rem,16px)}}@media(max-width:600px){.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb .styles_fieldGrid__h4jkJ .styles_textField__ZuJt6{height:2.02rem;padding-inline:1rem;font-size:max(1rem,16px)}}.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb .styles_fieldGrid__h4jkJ .styles_textField__ZuJt6.styles_textarea___f9H8{height:auto;resize:none}.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb .styles_fieldGrid__h4jkJ .styles_textField__ZuJt6::-moz-placeholder{color:#adadad}.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb .styles_fieldGrid__h4jkJ .styles_textField__ZuJt6::placeholder{color:#adadad}.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb .styles_fieldGrid__h4jkJ input:-webkit-autofill,.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb .styles_fieldGrid__h4jkJ input:-webkit-autofill:active,.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb .styles_fieldGrid__h4jkJ input:-webkit-autofill:focus,.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb .styles_fieldGrid__h4jkJ input:-webkit-autofill:hover{box-shadow:inset 0 0 0 1000px #131f35!important;-webkit-text-fill-color:#adadad!important}.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb .styles_fieldGrid__h4jkJ input::-moz-placeholder{text-transform:uppercase}.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb .styles_fieldGrid__h4jkJ input::placeholder{text-transform:uppercase}.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb .styles_fieldGrid__h4jkJ textarea::-webkit-scrollbar{width:.4rem}.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb .styles_fieldGrid__h4jkJ textarea::-webkit-scrollbar-thumb{background:#adadad;cursor:pointer}@media(hover:hover)and (min-width:1211px){.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb .styles_fieldGrid__h4jkJ textarea::-webkit-scrollbar-thumb:hover{background:#f8f8f8}}.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb .styles_submitBtn__aBSqM{width:-moz-fit-content;width:fit-content;border:.063rem solid #fff;color:#fff;cursor:pointer;padding:.89rem 1.73rem;transition:opacity .3s}@media(hover:hover)and (min-width:1211px){.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb .styles_submitBtn__aBSqM:hover{opacity:.5}}.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb .styles_submitBtn__aBSqM.styles_disabled__mK2oj{pointer-events:none;opacity:.5}.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_formWrap__4ephb .styles_errorText__LpWQq{color:#ffbaba;position:absolute;bottom:-1.4rem}.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_errorMessage__KjWEq,.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_submitMessage__Obojz{margin-top:1rem;position:absolute}.styles_discussFormWrapper__vEUIg .styles_formBox__cnt_7 .styles_formInner__YMfHK .styles_formFields__1n4HS .styles_errorMessage__KjWEq{color:#ffbaba}.styles_infoBlockWrapper__E_QHK{display:flex;justify-content:space-between;align-items:center;margin-bottom:3.12rem;color:#333;gap:3rem}@media(max-width:600px){.styles_infoBlockWrapper__E_QHK{flex-direction:column;align-items:flex-start;margin-bottom:1.87rem;gap:0}}.styles_infoBlockWrapper__E_QHK .styles_description__1iy3T{flex:0 0 49.1%;max-width:49.1%}@media(max-width:600px){.styles_infoBlockWrapper__E_QHK .styles_description__1iy3T{max-width:none;margin-top:1.25rem}}.styles_emailersWrapper__LT2YO{padding-bottom:4.66rem}@media(max-width:767px){.styles_emailersWrapper__LT2YO{padding-bottom:4.14rem}}.styles_emailersWrapper__LT2YO .styles_emailersBox__LneHq{display:flex;flex-wrap:wrap;-moz-column-gap:1.866%;column-gap:1.866%;row-gap:2.5rem}@media(max-width:767px){.styles_emailersWrapper__LT2YO .styles_emailersBox__LneHq{-moz-column-gap:5.566%;column-gap:5.566%}}.styles_emailersWrapper__LT2YO .styles_emailersBox__LneHq .styles_emailerImg__NaT92{flex:0 0 23.6%;max-width:23.6%;box-shadow:0 4px 20px 0 rgba(0,0,0,.24);opacity:0}@media(max-width:1024px){.styles_emailersWrapper__LT2YO .styles_emailersBox__LneHq .styles_emailerImg__NaT92{flex:0 0 32%;max-width:32%}}@media(max-width:767px){.styles_emailersWrapper__LT2YO .styles_emailersBox__LneHq .styles_emailerImg__NaT92{flex:0 0 47.2%;max-width:47.2%;box-shadow:0 2.178px 10.89px 0 rgba(0,0,0,.24)}}.styles_emailersWrapper__LT2YO .styles_emailersBox__LneHq .styles_emailerImg__NaT92 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.styles_emailersWrapper__LT2YO .styles_emailersBox__LneHq .styles_emailerImg__NaT92:nth-child(2n){transform:translateY(2rem)}@media(max-width:767px){.styles_emailersWrapper__LT2YO .styles_emailersBox__LneHq .styles_emailerImg__NaT92:nth-child(2n){transform:translateY(0)}}.styles_emailersWrapper__LT2YO .styles_ctaWrap__2NaAj{display:flex;justify-content:center;margin-top:5.06rem}@media(max-width:767px){.styles_emailersWrapper__LT2YO .styles_ctaWrap__2NaAj{margin-top:1.87rem}}