@keyframes ContactUsPage-module__S2doeG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ContactUsPage-module__S2doeG__page{background:var(--black-5);min-height:100vh}.ContactUsPage-module__S2doeG__bentoSection{background:var(--black-5);padding:36px 48px 100px}.ContactUsPage-module__S2doeG__bentoContainer{max-width:1344px;margin:0 auto}.ContactUsPage-module__S2doeG__bentoGrid{grid-template-columns:2fr 3fr;align-items:stretch;gap:24px;display:grid}.ContactUsPage-module__S2doeG__leftColumn{flex-direction:column;gap:12px;display:flex}.ContactUsPage-module__S2doeG__heroCard{background:radial-gradient(at 0 0,#78d2beb3 0%,#0000 55%),radial-gradient(at 100% 100%,#82d7b9a6 0%,#0000 55%),radial-gradient(at 60% 75%,#dceba059 0%,#0000 45%),#f2f3f0;border-radius:36px;flex-direction:column;flex:1;justify-content:center;padding:60px 52px;display:flex;position:relative;overflow:hidden}.ContactUsPage-module__S2doeG__heroHeading{color:var(--black-100);max-width:350px;margin-bottom:24px;font-size:48px;font-weight:400;line-height:115%}.ContactUsPage-module__S2doeG__heroSubtitle{color:var(--black-75);max-width:380px;font-size:16px;font-weight:400;line-height:150%}.ContactUsPage-module__S2doeG__emailCard{background:#112a34;border-radius:36px;flex-direction:column;justify-content:center;gap:24px;height:360px;padding:0 64px;transition:transform .2s,box-shadow .2s;display:flex}.ContactUsPage-module__S2doeG__emailCard:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0000001f}.ContactUsPage-module__S2doeG__emailCardRow{flex-direction:row;align-items:center;gap:24px;display:flex}.ContactUsPage-module__S2doeG__emailCardIcon{background:var(--teal-accent);width:52px;min-width:52px;height:52px;color:var(--white);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.ContactUsPage-module__S2doeG__emailCardContent{flex-direction:column;gap:6px;display:flex}.ContactUsPage-module__S2doeG__emailCardTitle{color:var(--white);font-size:26px;font-weight:500;line-height:150%}.ContactUsPage-module__S2doeG__emailCardText{color:#ffffffa6;font-size:16px;font-weight:400;line-height:150%}.ContactUsPage-module__S2doeG__emailCardLink{color:var(--green-accent);align-items:center;gap:6px;margin-top:4px;font-size:16px;font-weight:400;line-height:100%;text-decoration:none;transition:gap .2s;display:inline-flex}.ContactUsPage-module__S2doeG__emailCardLink:hover{gap:10px}.ContactUsPage-module__S2doeG__emailCardLinkArrow{transition:transform .2s}.ContactUsPage-module__S2doeG__emailCardLink:hover .ContactUsPage-module__S2doeG__emailCardLinkArrow{transform:translate(3px)}.ContactUsPage-module__S2doeG__formCard{background:var(--white);border:1px solid var(--black-15);border-radius:36px;flex-direction:column;gap:24px;padding:52px 48px;display:flex;box-shadow:0 20px 56px #10171d0a}.ContactUsPage-module__S2doeG__formCardTitle{color:var(--black-100);font-size:28px;font-weight:500;line-height:120%}.ContactUsPage-module__S2doeG__formCardSubtitle{color:var(--black-75);margin-top:-10px;font-size:15px;line-height:155%}.ContactUsPage-module__S2doeG__formFieldsContainer{flex-direction:column;gap:22px;display:flex}.ContactUsPage-module__S2doeG__formGroup{flex-direction:column;gap:8px;display:flex}.ContactUsPage-module__S2doeG__formRow{gap:16px;display:flex}.ContactUsPage-module__S2doeG__formRow .ContactUsPage-module__S2doeG__formGroup{flex:1}.ContactUsPage-module__S2doeG__formLabel{color:var(--black-100);font-size:14px;font-weight:600}.ContactUsPage-module__S2doeG__requiredStar{color:#c0392b;margin-left:1px;font-weight:600}.ContactUsPage-module__S2doeG__phoneInputRow{gap:12px;width:100%;display:flex}.ContactUsPage-module__S2doeG__phoneCodeWrapper{border:1px solid var(--black-15);background:var(--white);cursor:pointer;border-radius:14px;align-items:center;gap:6px;min-width:110px;height:50px;padding:0 12px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.ContactUsPage-module__S2doeG__phoneCodeWrapper:focus-within{border-color:var(--green-accent);box-shadow:0 0 0 3px #67e4ce26}.ContactUsPage-module__S2doeG__phoneFlag{pointer-events:none;flex-shrink:0;font-size:18px}.ContactUsPage-module__S2doeG__phoneCodeDisplay{color:var(--black-100);pointer-events:none;white-space:nowrap;font-size:15px;font-weight:500}.ContactUsPage-module__S2doeG__phoneChevron{pointer-events:none;color:var(--black-50);flex-shrink:0}.ContactUsPage-module__S2doeG__phoneCodeSelect{opacity:0;cursor:pointer;width:100%;height:100%;font-family:inherit;font-size:15px;position:absolute;inset:0}.ContactUsPage-module__S2doeG__phoneNumberInput{border:1px solid var(--black-15);background:var(--white);color:var(--black-100);border-radius:14px;outline:none;flex:1;padding:14px 18px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.ContactUsPage-module__S2doeG__phoneNumberInput::placeholder{color:var(--black-50)}.ContactUsPage-module__S2doeG__phoneNumberInput:focus{border-color:var(--green-accent);box-shadow:0 0 0 3px #67e4ce26}.ContactUsPage-module__S2doeG__formInput,.ContactUsPage-module__S2doeG__formTextarea,.ContactUsPage-module__S2doeG__formSelect{border:1px solid var(--black-15);background:var(--white);width:100%;color:var(--black-100);border-radius:14px;outline:none;padding:14px 18px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.ContactUsPage-module__S2doeG__formInput::placeholder,.ContactUsPage-module__S2doeG__formTextarea::placeholder{color:var(--black-50)}.ContactUsPage-module__S2doeG__formInput:focus,.ContactUsPage-module__S2doeG__formTextarea:focus,.ContactUsPage-module__S2doeG__formSelect:focus{border-color:var(--green-accent);box-shadow:0 0 0 3px #67e4ce26}.ContactUsPage-module__S2doeG__formTextarea{resize:vertical;min-height:130px}.ContactUsPage-module__S2doeG__formSelect{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234C5156' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.ContactUsPage-module__S2doeG__formError{color:#c0392b;font-size:14px;font-weight:500}.ContactUsPage-module__S2doeG__privacyNotice{color:var(--black-50);margin-top:4px;font-size:13px;line-height:170%}.ContactUsPage-module__S2doeG__privacyLink{color:var(--black-75);text-underline-offset:2px;text-decoration:underline}.ContactUsPage-module__S2doeG__privacyLink:hover{color:var(--black-100)}.ContactUsPage-module__S2doeG__recaptchaWrapper{justify-content:center;width:100%;margin-top:4px;display:flex}.ContactUsPage-module__S2doeG__buttonWrapper{justify-content:center;width:100%;margin-top:8px;display:flex}.ContactUsPage-module__S2doeG__submitBtn{background:var(--green-accent);color:var(--black-100);cursor:pointer;border:none;border-radius:40px;justify-content:center;align-items:center;padding:16px 40px;font-size:15px;font-weight:600;line-height:20px;transition:transform .15s,filter .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 16px #0000000d}.ContactUsPage-module__S2doeG__submitBtn:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.ContactUsPage-module__S2doeG__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.ContactUsPage-module__S2doeG__successOverlay{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:400px;padding:60px 32px;display:flex}.ContactUsPage-module__S2doeG__successIcon{background:var(--green-accent);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:8px;display:flex}.ContactUsPage-module__S2doeG__successTitle{color:var(--black-100);font-size:24px;font-weight:500}.ContactUsPage-module__S2doeG__successText{color:var(--black-75);max-width:360px;font-size:15px;line-height:155%}@media (max-width:1024px){.ContactUsPage-module__S2doeG__bentoGrid{grid-template-columns:1fr}}@media (max-width:768px){.ContactUsPage-module__S2doeG__bentoSection{padding:40px 16px}.ContactUsPage-module__S2doeG__bentoGrid{gap:16px}.ContactUsPage-module__S2doeG__leftColumn{display:contents}.ContactUsPage-module__S2doeG__heroCard{display:none}.ContactUsPage-module__S2doeG__formCard{order:1}.ContactUsPage-module__S2doeG__emailCard{order:2}.ContactUsPage-module__S2doeG__heroHeading{max-width:100%;margin-bottom:12px;font-size:28px}.ContactUsPage-module__S2doeG__heroSubtitle{font-size:14px}.ContactUsPage-module__S2doeG__formCard{border-radius:24px;gap:18px;padding:28px 20px}.ContactUsPage-module__S2doeG__formCardTitle{font-size:24px}.ContactUsPage-module__S2doeG__formCardSubtitle{margin-top:-6px;font-size:14px}.ContactUsPage-module__S2doeG__formFieldsContainer{gap:18px}.ContactUsPage-module__S2doeG__formRow{flex-direction:column;gap:18px}.ContactUsPage-module__S2doeG__formLabel{font-size:13px}.ContactUsPage-module__S2doeG__formInput,.ContactUsPage-module__S2doeG__formTextarea,.ContactUsPage-module__S2doeG__formSelect{border-radius:12px;padding:12px 14px;font-size:14px}.ContactUsPage-module__S2doeG__formTextarea{min-height:110px}.ContactUsPage-module__S2doeG__phoneInputRow{gap:8px}.ContactUsPage-module__S2doeG__phoneCodeWrapper{border-radius:12px;min-width:100px;height:46px;padding:0 10px}.ContactUsPage-module__S2doeG__phoneFlag{font-size:16px}.ContactUsPage-module__S2doeG__phoneCodeDisplay{font-size:14px}.ContactUsPage-module__S2doeG__phoneNumberInput{border-radius:12px;padding:12px 14px;font-size:14px}.ContactUsPage-module__S2doeG__privacyNotice{font-size:12px;line-height:160%}.ContactUsPage-module__S2doeG__submitBtn{padding:14px 36px;font-size:14px}.ContactUsPage-module__S2doeG__emailCard{border-radius:24px;padding:24px 20px}.ContactUsPage-module__S2doeG__emailCardRow{align-items:center;gap:16px}.ContactUsPage-module__S2doeG__emailCardIcon{width:44px;min-width:44px;height:44px}.ContactUsPage-module__S2doeG__emailCardTitle{font-size:16px}.ContactUsPage-module__S2doeG__emailCardText{font-size:13px;line-height:150%}.ContactUsPage-module__S2doeG__emailCardLink{font-size:13px}.ContactUsPage-module__S2doeG__successOverlay{min-height:300px;padding:40px 20px}.ContactUsPage-module__S2doeG__successTitle{font-size:20px}.ContactUsPage-module__S2doeG__successText{font-size:14px}}
