.GooglePlacesInput_wrapper__F3tbS{--gpi-border-radius:8px;--gpi-border-color:#e2e5ea;--gpi-border-color-focus:#1a1a2e;--gpi-border-color-error:#dc2626;--gpi-shadow-focus:0 0 0 3px rgba(26,26,46,.08);--gpi-shadow-error:0 0 0 3px rgba(220,38,38,.1);--gpi-input-height:48px;--gpi-input-padding-x:16px;--gpi-input-font-size:15px;--gpi-input-color:#111827;--gpi-input-placeholder-color:#9ca3af;--gpi-input-bg:#fff;--gpi-input-bg-disabled:#f9fafb;--gpi-icon-color:#6b7280;--gpi-icon-color-hover:#374151;--gpi-dropdown-bg:#fff;--gpi-dropdown-border:#f0f0f0;--gpi-dropdown-shadow:0 8px 30px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.06);--gpi-dropdown-max-height:320px;--gpi-dropdown-offset:6px;--gpi-option-padding-x:16px;--gpi-option-padding-y:11px;--gpi-option-color:#374151;--gpi-option-color-sub:#9ca3af;--gpi-option-font-size:14px;--gpi-option-bg-hover:#f7f8fa;--gpi-option-bg-active:#f0f4ff;--gpi-option-color-active:#1a1a2e;--gpi-label-color:#9ca3af;--gpi-label-font-size:11px;--gpi-label-padding:8px 16px 4px;--gpi-error-color:#dc2626;--gpi-error-font-size:13px;--gpi-error-gap:5px;--gpi-error-margin-top:6px;--gpi-transition:0.15s ease;position:relative;width:100%}.GooglePlacesInput_inputWrapper__Q18Tc{display:flex;align-items:center;height:var(--gpi-input-height);background:var(--gpi-input-bg);border:1.5px solid var(--gpi-border-color);transition:border-color var(--gpi-transition),box-shadow var(--gpi-transition);overflow:hidden}.GooglePlacesInput_inputWrapperFocused__LtpZz{border-color:var(--gpi-border-color-focus);box-shadow:var(--gpi-shadow-focus)}.GooglePlacesInput_inputWrapperError__LiOPB{border-color:var(--gpi-border-color-error)!important;box-shadow:var(--gpi-shadow-error)!important}.GooglePlacesInput_inputWrapperDisabled__oVsGE{background:var(--gpi-input-bg-disabled);cursor:not-allowed}.GooglePlacesInput_input__LuwiJ{flex:1;min-width:0;height:100%;padding:0 0 0 var(--gpi-input-padding-x);font-size:var(--gpi-input-font-size);font-family:inherit;color:var(--gpi-input-color);background:transparent;border:none;outline:none}.GooglePlacesInput_input__LuwiJ::-moz-placeholder{color:var(--gpi-input-placeholder-color)}.GooglePlacesInput_input__LuwiJ::placeholder{color:var(--gpi-input-placeholder-color)}.GooglePlacesInput_input__LuwiJ:disabled{cursor:not-allowed;color:#6b7280}.GooglePlacesInput_inputSuffix__kxpoD{display:flex;align-items:center;justify-content:center;width:44px;height:100%;flex-shrink:0;color:var(--gpi-icon-color)}.GooglePlacesInput_searchIcon__hpClq{display:block;flex-shrink:0}.GooglePlacesInput_clearButton__t0S1g{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;border-radius:50%;background:#e5e7eb;color:#6b7280;cursor:pointer;transition:background var(--gpi-transition),color var(--gpi-transition);padding:0}.GooglePlacesInput_clearButton__t0S1g:hover{background:#d1d5db;color:#374151}.GooglePlacesInput_spinner__Of8oQ{display:block;width:16px;height:16px;border:2px solid #e5e7eb;border-top-color:#374151;border-radius:50%;animation:GooglePlacesInput_spin__zGz7O .65s linear infinite}.GooglePlacesInput_spinnerSmall__4_ind{display:inline-block;width:13px;height:13px;border:1.5px solid #e5e7eb;border-top-color:#6b7280;border-radius:50%;animation:GooglePlacesInput_spin__zGz7O .65s linear infinite;flex-shrink:0}@keyframes GooglePlacesInput_spin__zGz7O{to{transform:rotate(1turn)}}.GooglePlacesInput_error__dggeq{display:flex;align-items:center;gap:var(--gpi-error-gap);margin-top:var(--gpi-error-margin-top);color:var(--gpi-error-color);font-size:var(--gpi-error-font-size);font-family:inherit;line-height:1.4}.GooglePlacesInput_error__dggeq svg{flex-shrink:0}.GooglePlacesInput_dropdown__fiQnF{position:absolute;top:calc(100% + var(--gpi-dropdown-offset));left:0;right:0;z-index:9999;background:var(--gpi-dropdown-bg);border:1px solid var(--gpi-dropdown-border);border-radius:var(--gpi-dropdown-radius);box-shadow:var(--gpi-dropdown-shadow);list-style:none;margin:0;padding:6px 0;max-height:var(--gpi-dropdown-max-height);overflow-y:auto;overscroll-behavior:contain;scroll-behavior:smooth;animation:GooglePlacesInput_dropdownIn__N_Vmq .12s ease-out}.GooglePlacesInput_dropdown__fiQnF::-webkit-scrollbar{width:4px}.GooglePlacesInput_dropdown__fiQnF::-webkit-scrollbar-track{background:transparent}.GooglePlacesInput_dropdown__fiQnF::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:4px}@keyframes GooglePlacesInput_dropdownIn__N_Vmq{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.GooglePlacesInput_sectionLabel__p9h0d{padding:var(--gpi-label-padding);font-size:var(--gpi-label-font-size);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gpi-label-color);-webkit-user-select:none;-moz-user-select:none;user-select:none}.GooglePlacesInput_sectionLabel__p9h0d:not(:first-child){border-top:1px solid #f3f4f6;margin-top:4px;padding-top:12px}.GooglePlacesInput_option___SW11{display:flex;align-items:flex-start;gap:10px;padding:var(--gpi-option-padding-y) var(--gpi-option-padding-x);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background var(--gpi-transition)}.GooglePlacesInput_option___SW11.GooglePlacesInput_optionActive__CIPxQ,.GooglePlacesInput_option___SW11:hover{background:var(--gpi-option-bg-hover)}.GooglePlacesInput_option___SW11.GooglePlacesInput_optionActive__CIPxQ{background:var(--gpi-option-bg-active)}.GooglePlacesInput_option___SW11.GooglePlacesInput_optionActive__CIPxQ .GooglePlacesInput_optionMain__miJWM{color:var(--gpi-option-color-active)}.GooglePlacesInput_optionIcon__s3cSI{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;margin-top:1px;color:var(--gpi-icon-color)}.GooglePlacesInput_optionActive__CIPxQ .GooglePlacesInput_optionIcon__s3cSI{color:var(--gpi-option-color-active)}.GooglePlacesInput_optionText__9myDR{display:flex;flex-direction:column;gap:1px;min-width:0;align-items:flex-start}.GooglePlacesInput_optionMain__miJWM{font-size:var(--gpi-option-font-size);font-weight:500;color:var(--gpi-option-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.GooglePlacesInput_optionSub__D831C{font-size:12px;color:var(--gpi-option-color-sub);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.GooglePlacesInput_statusItem__LETHt{display:flex;align-items:center;gap:8px;padding:12px 16px;font-size:13px;color:var(--gpi-option-color-sub);-webkit-user-select:none;-moz-user-select:none;user-select:none}.GooglePlacesInput_divider__ky6T3{height:1px;background:#f3f4f6;margin:4px 0}.AddressSearchCard_addressSearchCard__xAc_h{position:relative;z-index:1;display:flex;flex-direction:column;height:328px;max-width:90%;width:700px;padding:46px 24px;gap:28px;border-radius:5px;background:var(--background-white);align-self:baseline;margin-top:100px}.AddressSearchCard_heading__zwW9A{width:100%;font-size:24px;font-family:var(--typography-font-family-body);font-weight:500;line-height:100%;letter-spacing:0;text-align:center;color:var(--color-black-80)}.AddressSearchCard_headingText___oour{display:flex;justify-content:center;align-items:center;margin-inline:40px}.AddressSearchCard_fieldGroup__1HQVW{display:flex;flex-direction:column;gap:15px}.AddressSearchCard_label__h1Dzn{display:block;font-size:18px;font-family:var(--typography-font-family-body);font-weight:400;line-height:100%;letter-spacing:0;color:var(--color-black-80);text-align:start}.AddressSearchCard_inputWrapper__zB803{--gpi-border-radius:2px;--gpi-border-color:var(--color-neutral-400);--gpi-border-color-focus:var(--grey-primary);--gpi-shadow-focus:0 0 0 3px rgba(17,24,39,.08);--gpi-border-color-error:var(--color-red-600);--gpi-shadow-error:0 0 0 3px rgba(220,38,38,.1)}.AddressSearchCard_inputOverride__jZjbZ{width:250px;height:15px;line-height:100%;font-family:var(--typography-font-family-body);letter-spacing:0;--gpi-input-height:52px;--gpi-input-font-size:14px;--gpi-input-padding-x:18px;--gpi-input-color:var(--grey-primary);--gpi-input-placeholder-color:var(--color-neutral-400)}.AddressSearchCard_dropdownOverride__eyYzK{--gpi-dropdown-radius:12px;--gpi-dropdown-shadow:0 12px 40px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.06);--gpi-dropdown-max-height:280px;left:-1px;right:-2px}.AddressSearchCard_errorOverride__CkOBC{--gpi-error-font-size:13px;--gpi-error-color:var(--color-red-600);font-family:var(--typography-font-family-body)}.AddressSearchCard_ctaWrapper__hWlJh{display:flex;justify-content:center;font-family:var(--typography-font-family-body)}.AddressSearchCard_ctaButton__KAe_Y{display:flex;align-items:center;justify-content:center;width:318px;height:42px;padding:10px 20px;gap:10px;border-radius:26px;border:none;cursor:pointer;white-space:nowrap;transition:background .15s ease,opacity .15s ease,transform .1s ease;background:var(--color-primary);color:var(--color-neutral-100)}.AddressSearchCard_ctaButton__KAe_Y:hover:not(:disabled){background:var(--color-primary-hover);transform:translateY(-1px)}.AddressSearchCard_ctaButton__KAe_Y:active:not(:disabled){transform:translateY(0)}.AddressSearchCard_ctaButton__KAe_Y:disabled,.AddressSearchCard_ctaButton__KAe_Y[aria-disabled=true]{background:var(--color-neutral-400);color:var(--background-white);cursor:not-allowed;pointer-events:none}.AddressSearchCard_ctaButtonText__OrPGx{width:auto;font-size:18px;font-weight:400;line-height:100%;letter-spacing:0;white-space:nowrap}@media only screen and (min-width:480px){.AddressSearchCard_headingText___oour{margin-inline:50px}.AddressSearchCard_ctaButton__KAe_Y{padding:10px 60px}}@media only screen and (min-width:768px){.AddressSearchCard_addressSearchCard__xAc_h{height:308px}.AddressSearchCard_headingText___oour{margin-inline:0}.AddressSearchCard_ctaButton__KAe_Y{width:368px}}@media only screen and (min-width:1024px){.AddressSearchCard_addressSearchCard__xAc_h{width:881px;height:380px;padding:50px;gap:50px;max-width:90%}.AddressSearchCard_heading__zwW9A{font-size:30px}.AddressSearchCard_label__h1Dzn{font-size:18px}.AddressSearchCard_inputOverride__jZjbZ{width:701px;height:24px;--gpi-input-font-size:18px}.AddressSearchCard_ctaButton__KAe_Y{width:364px}.AddressSearchCard_errorOverride__CkOBC{--gpi-error-font-size:18px}}.EditAddressModal_sectionContainer__Futul{text-align:center}.EditAddressModal_sectionContainer__Futul iframe{width:100%;height:calc(100dvh - 80px);max-width:100%}.EditAddressModal_closeButton__4WQ9D{width:36px;height:36px;border-radius:50px;align-items:center;justify-content:center;display:flex;position:absolute;right:15px;top:15px;color:#999;background-color:transparent;border:2px solid;flex-shrink:0;transition:border-color .18s ease,color .18s ease,background .18s ease}.EditAddressModal_closeButton__4WQ9D:hover{border-color:var(--color-primary);color:var(--color-primary)}.EditAddressModal_closeButton__4WQ9D:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.EditAddressModal_closeButton__4WQ9D .EditAddressModal_closeIcon__1DMrf{color:currentColor}.EditAddressModal_formTypography__n9MvI{text-align:center;max-width:1024px}.EditAddressModal_formTitle__0Wx7S{text-align:center;font-family:var(--typography-font-family-body);font-weight:500;margin-bottom:35px}.EditAddressModal_formFieldsContainer__txMkY{display:flex;flex-direction:column;gap:24px;justify-content:center}@media(min-width:641px){.EditAddressModal_formFieldsContainer__txMkY{gap:25px}}.EditAddressModal_horizontalAlignment__wTjaN{display:flex;flex-direction:column;gap:24px}@media(min-width:641px){.EditAddressModal_horizontalAlignment__wTjaN{flex-direction:row;gap:37px}}.EditAddressModal_inputField__v0KPt{border-radius:2px;border:1px solid #999;color:#313131}.EditAddressModal_labelText__q6qmW{color:#313131;font-family:var(--typography-font-family-body)!important}.EditAddressModal_submitButton__mdd9W{max-width:400px;margin-inline:auto;padding-inline:60px;background-color:var(--color-primary)}.EditAddressModal_submitButton__mdd9W:disabled{background-color:#999}.EditAddressModal_containerClass__VNouv{width:95vw;max-width:1024px;height:auto;max-height:90vh;overflow-y:auto}.EditAddressModal_containerClass__VNouv .EditAddressModal_contentContainer__w0hYY{border-radius:5px}.EditAddressModal_containerClass__VNouv .EditAddressModal_contentBoxClass__2hARp{padding:15px 30px}@media only screen and (min-width:640px){.EditAddressModal_containerClass__VNouv{width:85vw;max-width:950px;height:85vh}}.ListingAddressSetup_listingAddressSetupContainer__TLyy9{--color-neutral-400:#999;--color-neutral-100:#f4f4f4;--color-primary-hover:#a93226;position:relative;inset:0;display:flex;align-items:center;justify-content:center;background-image:url(/assets/create-new-listing-bg.png);background-size:cover;background-position:50%}.ListingAddressSetup_listingAddressSetupContainer__TLyy9 .ListingAddressSetup_addressStepsContainer__f7LN_{min-height:calc(100vh - 65px);width:100%;display:flex;align-items:center;justify-content:center}.ListingAddressSetup_listingAddressSetupContainer__TLyy9 .ListingAddressSetup_iframeContainer___yEjG{height:calc(100dvh - 80px);width:100%;background-color:var(--color-white)}.ListingAddressSetup_listingAddressSetupContainer__TLyy9 .ListingAddressSetup_iframeContainer___yEjG iframe{width:100%;height:100%;max-width:100%}.VerifyPropertyAddress_card__3W_za{background:#fff;border-radius:5px;padding:40px 44px 36px;max-width:1024px;width:calc(100% - 32px);margin:60px auto;font-family:var(--typography-font-family-body);color:#313131}@media(max-width:600px){.VerifyPropertyAddress_card__3W_za{padding:28px 20px 24px}}.VerifyPropertyAddress_header__r7mD0{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.VerifyPropertyAddress_title___F5HN{font-size:22px;font-weight:500;font-family:var(--typography-font-family-body);color:#313131;margin-inline:auto}@media(min-width:600px){.VerifyPropertyAddress_title___F5HN{font-size:28px}}.VerifyPropertyAddress_editBtn__PReSn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:#999;border:2px solid;background:#fff;cursor:pointer;flex-shrink:0;transition:border-color .18s ease,color .18s ease,background .18s ease}.VerifyPropertyAddress_editBtn__PReSn:hover{border-color:#d0392b;color:#d0392b;background:#fff5f4}.VerifyPropertyAddress_editBtn__PReSn:focus-visible{outline:2px solid #d0392b;outline-offset:2px}.VerifyPropertyAddress_editBtn__PReSn .VerifyPropertyAddress_editIcon__6pOTN{color:currentColor}.VerifyPropertyAddress_addressGrid__7f1cS{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:20px 24px;background:#f9f9f9;border-radius:12px;border:1px solid #e8e8e8;margin-bottom:80px}@media(max-width:480px){.VerifyPropertyAddress_addressGrid__7f1cS{grid-template-columns:1fr 1fr;gap:8px 12px}}.VerifyPropertyAddress_addressLabel__AvCCn{font-size:18px;font-weight:300;color:#6b6b6b;text-align:right;line-height:1.5;padding-top:1px}@media(max-width:480px){.VerifyPropertyAddress_addressLabel__AvCCn{text-align:left}}.VerifyPropertyAddress_addressValue__vVpFn{font-size:18px;font-weight:500;color:#313131;line-height:1.5}.VerifyPropertyAddress_mapSection__T7b1c{margin-bottom:32px;width:100%;display:flex;flex-direction:column;gap:30px;margin-top:40px}.VerifyPropertyAddress_mapPlaceholder__QzlGQ{width:100%;height:460px;border-radius:5px;border:1.5px dashed #e8e8e8;background:#f9f9f9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;overflow:hidden}@media(max-width:600px){.VerifyPropertyAddress_mapPlaceholder__QzlGQ{height:200px}}.VerifyPropertyAddress_mapIcon__i55wi{width:64px;height:64px;opacity:.6}.VerifyPropertyAddress_mapPlaceholderText___1qaW{font-size:.8125rem;color:#6b6b6b;margin:0;letter-spacing:.01em}.VerifyPropertyAddress_ctaWrapper__3VRPx{display:flex;justify-content:center;font-family:var(--typography-font-family-body)}.VerifyPropertyAddress_ctaButton__f0vAi{display:flex;align-items:center;justify-content:center;width:318px;height:42px;padding:10px 20px;gap:10px;border-radius:26px;border:none;cursor:pointer;white-space:nowrap;transition:background .15s ease,opacity .15s ease,transform .1s ease;background:var(--color-primary);color:var(--color-neutral-100)}.VerifyPropertyAddress_ctaButton__f0vAi:hover:not(:disabled){background:var(--color-primary-hover);transform:translateY(-1px)}.VerifyPropertyAddress_ctaButton__f0vAi:active:not(:disabled){transform:translateY(0)}.VerifyPropertyAddress_ctaButton__f0vAi:disabled,.VerifyPropertyAddress_ctaButton__f0vAi[aria-disabled=true]{background:var(--color-neutral-400);color:var(--background-white);cursor:not-allowed;pointer-events:none}.VerifyPropertyAddress_ctaButtonText__ZSSaq{width:auto;font-size:16px;font-weight:400;line-height:100%;letter-spacing:0;white-space:nowrap}.VerifyPropertyAddress_attentionBanner__aYzNf{display:flex;align-items:flex-start;gap:10px;background:#fff8f0;border:1px solid #f5c57a;border-radius:5px;padding:12px 16px;font-size:14px;color:#7a4a00;line-height:1.5}.VerifyPropertyAddress_attentionBanner__aYzNf p{margin:0}.VerifyPropertyAddress_bannerEditLink__L9nCH{background:none;border:none;padding:0;color:#d0392b;font-weight:600;cursor:pointer;text-decoration:underline;font-size:inherit;font-family:inherit}.VerifyPropertyAddress_bannerEditLink__L9nCH:hover{color:#b02f23}.VerifyPropertyAddress_missingValue__DOn3l{color:#c0570a;font-style:italic;font-weight:500}.ConfirmAddressChange_closeButton__qhpFE{width:36px;height:36px;border-radius:50px;display:flex;align-items:center;justify-content:center;position:absolute;right:15px;top:15px;color:#999;border:2px solid}.ConfirmAddressChange_closeButton__qhpFE button{background:none;border:none;cursor:pointer;color:inherit;display:flex}.ConfirmAddressChange_header__R5EIP{display:flex;gap:14px;margin-bottom:24px;flex-direction:column}.ConfirmAddressChange_iconWrap__brXEQ{width:40px;height:40px;background:#fff4f3;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#d0392b;flex-shrink:0}.ConfirmAddressChange_formTitle__vmu6H{margin:0 0 4px;font-size:1.2rem}.ConfirmAddressChange_subtitle__p6bQM{color:#6b6b6b;margin:0;font-size:14px}.ConfirmAddressChange_diffTable__isN2I{margin-bottom:20px;background:#f9f9f9;border-radius:10px;border:1px solid #e8e8e8;padding:16px}.ConfirmAddressChange_diffGridHeader__oOz1o{display:none;grid-template-columns:120px 1fr 1fr;gap:12px}.ConfirmAddressChange_diffRow__8vVEn{grid-template-columns:120px 1fr 1fr;padding:8px 0;display:flex;flex-direction:column;align-items:flex-start;border-bottom:1px solid #e8e8e8;gap:4px}.ConfirmAddressChange_diffRow__8vVEn:last-child{border-bottom:none}.ConfirmAddressChange_diffValuesContainer__yU2H2{display:flex;flex-direction:column;width:100%;gap:4px}.ConfirmAddressChange_diffColHeader__FCvMO{font-size:11px;font-weight:700;text-transform:uppercase;padding-bottom:8px;border-bottom:1px solid #e8e8e8}.ConfirmAddressChange_currentHeader__llR0z{color:#6b6b6b}.ConfirmAddressChange_proposedHeader__Yj0nB{color:#1a7f4e}.ConfirmAddressChange_diffLabel__AhgJ5{font-size:12px;color:#6b6b6b;font-weight:600}.ConfirmAddressChange_diffCurrent__Hi6kB,.ConfirmAddressChange_diffProposed__0_CaX{font-size:14px;word-break:break-word}.ConfirmAddressChange_diffCurrent__Hi6kB{color:#1a1a1a}.ConfirmAddressChange_diffProposed__0_CaX{font-weight:600;color:#1a7f4e;display:flex;align-items:center;gap:6px}.ConfirmAddressChange_strikethrough__IzXY4{text-decoration:line-through;color:#6b6b6b;opacity:.7}.ConfirmAddressChange_dimmed__sFw16{opacity:.4}.ConfirmAddressChange_actions__3nc08{display:flex;gap:12px;justify-content:flex-end}.ConfirmAddressChange_confirmBtn__XF5pl,.ConfirmAddressChange_dismissBtn__X8hXm{padding:12px 24px;border-radius:100px;font-size:14px;font-weight:600;cursor:pointer}.ConfirmAddressChange_dismissBtn__X8hXm{border:1px solid #e8e8e8;background:var(--color-white)}.ConfirmAddressChange_confirmBtn__XF5pl{border:none;background:#d0392b;color:var(--color-white)}@media(max-width:640px){.ConfirmAddressChange_diffCurrent__Hi6kB:before{content:"Old: ";font-size:10px;font-weight:700;opacity:.5;margin-right:4px}.ConfirmAddressChange_diffProposed__0_CaX:before{content:"New: ";font-size:10px;font-weight:700;opacity:.5;margin-right:4px}.ConfirmAddressChange_actions__3nc08{flex-direction:column;gap:10px}.ConfirmAddressChange_actions__3nc08 button{width:100%}}.ConfirmAddressChange_containerClass__lOwaW{width:95vw;max-width:1024px;height:auto;max-height:90vh;overflow-y:auto}.ConfirmAddressChange_containerClass__lOwaW .ConfirmAddressChange_contentContainer__byoQF{border-radius:5px}.ConfirmAddressChange_containerClass__lOwaW .ConfirmAddressChange_contentBoxClass__hzKCd{padding:30px}@media only screen and (min-width:640px){.ConfirmAddressChange_containerClass__lOwaW{width:85vw;max-width:768px;height:75vh}.ConfirmAddressChange_header__R5EIP{flex-direction:row}.ConfirmAddressChange_diffGridHeader__oOz1o{display:grid}.ConfirmAddressChange_diffRow__8vVEn{display:grid;gap:12px;align-items:center}.ConfirmAddressChange_diffValuesContainer__yU2H2{display:contents}}.IFrameFormModal_iframeFormModalContainer__Z2C_b{width:90vw;max-width:1200px;height:80vh}.IFrameFormModal_iframeFormModalContainer__Z2C_b .IFrameFormModal_contentContainerClass__aH6bu{background:transparent;padding:0;overflow:hidden}.IFrameFormModal_iframeFormModalContainer__Z2C_b .IFrameFormModal_contentBoxClass__B85SO{display:flex;justify-content:center;align-items:flex-start;gap:40px;padding:10px}