.ui-spinner{align-items:center;display:inline-flex;justify-content:center;position:relative}.ui-spinner div{animation:ui-spinner-rotate 1.2s cubic-bezier(.5,0,.5,1) infinite;border-radius:50%;box-sizing:border-box;display:block;position:absolute}.ui-spinner div:first-child{animation-delay:-.45s}.ui-spinner div:nth-child(2){animation-delay:-.3s}.ui-spinner div:nth-child(3){animation-delay:-.15s}.ui-spinner--light div{border:solid #0000;border-top:solid #fff}.ui-spinner--dark div{border:solid #0000;border-top:solid #cfcfcf}.ui-spinner--auto{height:min(100px,80vw,80vh,100%);max-height:100px;max-width:100px;min-height:20px;min-width:20px;width:min(100px,80vw,80vh,100%)}.ui-spinner--auto div{border-width:max(2px,8%);height:84%;margin:8%;width:84%}.ui-spinner--sm{height:30px;width:30px}.ui-spinner--sm div{border-width:3px;height:24px;margin:3px;width:24px}.ui-spinner--md{height:70px;width:70px}.ui-spinner--md div{border-width:6px;height:59px;margin:6px;width:59px}.ui-spinner--lg{height:100px;width:100px}.ui-spinner--lg div{border-width:8px;height:84px;margin:8px;width:84px}@keyframes ui-spinner-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.ui-spinner div{animation-duration:2s}}.ui-page-loader{align-items:center;background:#fff3;bottom:0;display:grid;height:100dvh;justify-items:center;left:0;place-items:center;pointer-events:all;position:fixed;right:0;top:0;touch-action:none;width:100dvw;z-index:1000}@supports(padding:env(safe-area-inset-top)){.ui-page-loader{padding-bottom:env(safe-area-inset-bottom);padding-top:env(safe-area-inset-top)}}.ui-page-loader .ui-spinner{left:auto;position:relative;top:auto}@media screen and (max-width:767px){.ui-page-loader{position:fixed!important}}@media (max-width:390px)and (max-height:844px)and (resolution:3dppx){.ui-page-loader .ui-spinner--lg{height:80px;width:80px}.ui-page-loader .ui-spinner--lg div{border-width:6px;height:64px;margin:8px;width:64px}}.simple-block{display:grid;grid-template-areas:"leftColumn rightColumn" "fullColumn fullColumn";grid-template-columns:24px 1fr;grid-template-rows:auto 1fr;position:relative;grid-column-gap:var(--spacing-m);background:var(--color-white);border-radius:var(--radii-s);box-shadow:0 1px 4px 0 #27497112;box-sizing:border-box;column-gap:var(--spacing-m);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:44px;outline:1px solid #0000;padding:10px var(--spacing-m);width:100%}.simple-block__icon{display:flex;height:24px;width:24px;-ms-flex-pack:center;-ms-flex-align:center;align-items:center;flex-flow:row wrap;justify-content:center;-webkit-box-pack:center;-moz-box-pack:center;-webkit-box-align:center;-moz-box-align:center}.simple-block__icon .icon-warning{stroke:var(--color-icon-warning)}.simple-block__icon .icon-success{stroke:var(--color-action-secondary)}.simple-block__header-title{font-size:14px;font-weight:600;grid-area:leftColumn;line-height:20px}.simple-block__header-description,.simple-block__header-title{align-self:center;font-family:inherit;font-style:normal;letter-spacing:.2px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.simple-block__header-description{font-size:12px;font-weight:500;grid-area:rightColumn;line-height:18px}.simple-block__content{grid-area:fullColumn}.simple-block--processing{box-shadow:0 2px 8px 0 #27497126}.ui-container-loader{align-items:center;background:#fff3;bottom:0;display:grid;justify-items:center;left:0;place-items:center;pointer-events:all;position:absolute;right:0;top:0;z-index:100}.ui-container-loader--inherit-radius{border-radius:inherit;overflow:hidden}.ui-container-loader--radius-xs{border-radius:var(--radii-xs)}.ui-container-loader--radius-s{border-radius:var(--radii-s)}.ui-container-loader--radius-md{border-radius:var(--radii-m)}.ui-container-loader--radius-lg{border-radius:var(--radii-l)}.ui-container-loader--radius-xl{border-radius:var(--radii-xl)}.radio-as-button{-ms-flex-align:flex-start;align-items:flex-start;flex-flow:column wrap;-webkit-box-align:flex-start;-moz-box-align:flex-start}.radio-as-button,.radio-as-button--btn{display:flex;width:100%;-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center;-moz-box-pack:center}.radio-as-button--btn{background-color:var(--color-background-form);border:1px solid #e1e8f1;border-radius:var(--radii-s);color:var(--color-text-title);cursor:pointer;font-family:inherit;font-size:16px;font-style:normal;font-weight:400;height:28px;letter-spacing:normal;line-height:normal;padding:5px 0;-webkit-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-ms-flex-align:center;align-items:center;flex-flow:row wrap;-webkit-box-align:center;-moz-box-align:center}.radio-as-button--btn:first-child{margin-right:var(--spacing-xs)}.radio-as-button--btn:last-child{margin-left:var(--spacing-xs)}.radio-as-button--btn-active{background-color:var(--color-white);border:1px solid var(--color-text-link);color:var(--color-text-link)}.radio-as-button--btn:hover{color:var(--color-text-link)}.screen__body .radio-as-button--btn.radio-as-button--btn-disabled{background:var(--color-background-form);color:var(--color-text-muted);cursor:default;-webkit-user-select:none;user-select:none}.screen__body .radio-as-button--btn.radio-as-button--btn-disabled:hover{color:var(--color-text-muted)}.finded-partner-block__list{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.finded-partner-block__list ul{color:var(--color-text-body)}.smartfields-accordion-visible-part{font-family:inherit;font-size:12px;font-style:normal;font-weight:400;letter-spacing:.2px;line-height:18px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.smartfields-accordion-visible-part__logo{position:relative}.smartfields-accordion-visible-part__logo svg{height:auto;max-width:120px;width:100%}.note-list__title{font-family:inherit;font-size:14px;font-style:normal;font-weight:500;letter-spacing:.2px;line-height:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.note-list__notes{display:flex;margin:0;padding:0 0 0 var(--spacing-m);row-gap:var(--spacing-s);-ms-flex-pack:center;-ms-flex-align:start;align-items:start;flex-flow:column nowrap;justify-content:center;-webkit-box-pack:center;-moz-box-pack:center;-webkit-box-align:start;-moz-box-align:start}.note-list__notes li{color:var(--color-text-title);font-family:inherit;font-size:12px;font-style:normal;font-weight:500;letter-spacing:.2px;line-height:18px;list-style:none;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.note-list__notes li:before{background:var(--color-text-muted);border-radius:50%;content:"";height:6px;left:var(--negative-spacing-m);position:absolute;top:var(--spacing-s);width:6px}.force-choose-coapplicant__card{background:linear-gradient(107deg,#4dae960f,#4dae9640);border:1px solid #a1cfc3;border-radius:var(--radii-s)}.force-choose-coapplicant__card img{max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;max-width:120px}.processing-app__title{font-size:16px;font-weight:600;letter-spacing:.1px;line-height:24px}.processing-app__description,.processing-app__title{font-family:inherit;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.processing-app__description{font-size:14px;font-weight:400;letter-spacing:.2px;line-height:20px}.processing-app__processing--event-block .simple-block__header{padding-top:2px}.smartfields-choose-coapplicant .variants-list-radio_items-content-row .variants-list-radio__item{height:auto;padding:var(--spacing-m)}.smartfields-choose-coapplicant .variants-list-radio_items-content-row .variants-list-radio__item_active{background:linear-gradient(107deg,#4dae960f,#4dae9640);border:1px solid #a1cfc3;border-radius:var(--radii-s)}.smartfields-choose-coapplicant .variants-list-radio_items-content-row .variants-list-radio__item-content-wrapper:first-child{margin-right:0}.smartfields-choose-coapplicant .variants-list-radio__item-radio-container{position:absolute}.smartfields-choose-coapplicant .variants-list-radio__item-content-label{white-space:normal}.smartfields-choose-coapplicant__type-variants.form-element{margin-bottom:0}.smartfields-choose-coapplicant__type-variants-description{font-family:inherit;font-size:14px;font-style:normal;font-weight:400;letter-spacing:.2px;line-height:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.smartfields-choose-coapplicant img{max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;max-width:120px}@media screen and (max-width:575px){#app[theme=merchant] .smartfields-choose-coapplicant{height:100%;justify-content:space-between}}.project-cost-offer-title{background-color:#e6f0f7;border-top-left-radius:var(--radii-l);border-top-right-radius:var(--radii-l);box-sizing:border-box;display:flex;left:0;min-height:56px;padding:var(--spacing-s) var(--spacing-m) var(--spacing-s) var(--spacing-xl);position:absolute;top:0;width:100%;-ms-flex-pack:space-between;-ms-flex-align:center;align-items:center;flex-flow:row nowrap;justify-content:space-between;-webkit-box-pack:space-between;-moz-box-pack:space-between;-webkit-box-align:center;-moz-box-align:center;font-family:inherit;font-size:18px;font-style:normal;font-weight:600;letter-spacing:.1px;line-height:28px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.co-applicant-card-review{border:1px solid #0000}.co-applicant-card-review--checked{border:1px solid #a1cfc3}.co-applicant-card-add{--line-bg:var(--Black-gray-light-Divider,#3a487a26);--line-bg-filled:var(--BG-Progress,linear-gradient(90deg,#3f88a8 0%,#38958f 122.71%));border:1px solid #0000}.co-applicant-card-add .progress-line__wrapper__line{background:var(--line-bg);border-radius:4px}.co-applicant-card-add .progress-line__wrapper [class$=__line--filled]{background:var(--line-bg-filled)}.co-applicant-card-add img{height:auto;width:100px}.co-applicant-card-add__progress-description,.co-applicant-card-add__progress-value{color:#757f8c;color:var(--Black-dark-gray,#757f8c);font-family:Roboto,sans-serif;font-size:11px;font-style:normal;font-weight:500;line-height:24px;text-transform:uppercase;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.animate-pass{transform:translateX(-100%)}.animate-come-back{transform:translateX(100%)}.smart-fields{align-items:flex-start;box-sizing:border-box;display:flex;flex-flow:column nowrap;justify-content:space-between;width:100%}.smart-fields .alert,.smart-fields .alert-fin,.smart-fields .typed-alert{padding:var(--spacing-s)}.smart-fields .alert .alert__icon-text-box,.smart-fields .alert-fin .alert__icon-text-box,.smart-fields .typed-alert .alert__icon-text-box{align-items:stretch;display:flex;flex-flow:row nowrap;justify-content:flex-start;width:100%}.smart-fields .alert .alert__icon-text-box>svg,.smart-fields .alert-fin .alert__icon-text-box>svg,.smart-fields .typed-alert .alert__icon-text-box>svg{margin-right:var(--spacing-s)}.smart-fields .alert .alert__icon-text-box>div,.smart-fields .alert-fin .alert__icon-text-box>div,.smart-fields .typed-alert .alert__icon-text-box>div{flex-grow:1;width:0}.smart-fields-steps{--transition-duration:500ms;--transition-delay:50ms;align-items:flex-start;box-sizing:border-box;display:flex;flex-flow:column nowrap;justify-content:flex-start;padding-bottom:var(--spacing-m);width:100%}.smart-fields-steps__progress-bar{margin-bottom:var(--spacing-m);width:100%}.smart-fields-steps__form-header{color:var(--color-text-body);font-family:inherit;font-size:var(--spacing-m);font-style:normal;font-weight:600;letter-spacing:.1px;line-height:var(--spacing-l);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.smart-fields-steps__form-container{flex-grow:1;overflow:hidden;padding:var(--spacing-m) 0;white-space:nowrap;width:100%}.smart-fields-steps__form-container .animate-come-back,.smart-fields-steps__form-container .animate-pass{transition-duration:var(--transition-duration)}.smart-fields-steps__form-container .dropdown{width:auto}.smart-fields-steps__form-container .variants-list-radio__item{align-items:center;min-height:66px}.smart-fields-steps__form{display:inline-block;vertical-align:top;white-space:normal;width:100%}.smart-fields-steps__form_before{margin-left:-100%}.smart-fields-steps__form_after.animate-come-back,.smart-fields-steps__form_after.animate-pass,.smart-fields-steps__form_before.animate-come-back,.smart-fields-steps__form_before.animate-pass{transition-delay:var(--transition-delay);transition-duration:calc(var(--transition-duration) - var(--transition-delay))}.smart-fields-steps .form-element:last-child{margin-bottom:0}.smart-fields-steps:has([data-key=aba]) .alert{margin-top:var(--spacing-s)}.smart-fields-form{--distance-between-fields:var(--spacing-l);--half-distance-between-fields:calc(var(--distance-between-fields)/2);align-items:flex-start;display:flex;flex-flow:row wrap;justify-content:flex-start;margin-left:calc(var(--half-distance-between-fields)*-1);margin-right:calc(var(--half-distance-between-fields)*-1)}.smart-fields-form .form-element:has([data-key=coApplicantGrossMonthlyNeutralAlert]),.smart-fields-form .form-element:has([data-key=coApplicantGrossMonthlyWarningAlert]){margin-bottom:var(--spacing-s)}.smart-fields-form__field{width:100%}.smart-fields-form__field_paired{width:calc(50% - var(--spacing-m)*2)}.smart-fields-form__field-co-applicant-gross-monthly-income.form-element{margin-bottom:var(--spacing-s)}.smart-fields-form__field-co-applicant-gross-monthly-income.form-element.form-element_error{margin-bottom:18px}.smart-fields-form__field-zip.col-6 .alert{transform:translate(calc((50% + var(--half-distance-between-fields))*-1));width:calc(200% + var(--distance-between-fields))}.smart-fields-form__field-poBoxNumber.form-element_error+.smart-fields-form__field-zip:not(.form-element_error) .w100,.smart-fields-form__field-unit.form-element_error+.smart-fields-form__field-zip:not(.form-element_error) .w100{margin-bottom:20px}.smart-fields-form .col-0,.smart-fields-form .col-1,.smart-fields-form .col-10,.smart-fields-form .col-11,.smart-fields-form .col-12,.smart-fields-form .col-2,.smart-fields-form .col-3,.smart-fields-form .col-4,.smart-fields-form .col-5,.smart-fields-form .col-6,.smart-fields-form .col-7,.smart-fields-form .col-8{padding-left:var(--half-distance-between-fields);padding-right:var(--half-distance-between-fields)}.smart-fields-form .alert{align-items:stretch;justify-content:flex-start}.smart-fields-form .alert svg{height:var(--spacing-l);width:var(--spacing-l)}.smart-fields-form .alert--warning{stroke:var(--color-icon-warning)}.smart-fields-form .alert--success{stroke:var(--color-icon-success)}.smart-fields-form .alert--info{stroke:var(--color-icon-info)}.smart-fields-form .form-element__error{position:relative;z-index:1}.smart-fields-form .dropdown__list-item-postfix{color:var(--color-text-muted)}.smart-fields-form .form-element_field-microf-systems-action-button{border-top:1px solid #3a487a26;font-family:inherit;font-size:var(--spacing-m);font-style:normal;font-weight:400;letter-spacing:.2px;line-height:var(--spacing-l);padding-top:var(--spacing-l);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.smart-fields-form .form-element_field-microf-systems-action-button-added .button-as-link{color:var(--color-text-warning)}.smart-fields-form .form-element_field-second_system_type{border-top:1px solid #3a487a26;padding-top:var(--spacing-l)}.smart-fields-form .formatted-raw-ssn-eye-holder{height:var(--spacing-m);top:calc(50% - var(--spacing-xs));width:var(--spacing-m)}.smart-fields-form .formatted-raw-ssn-eye-holder svg{stroke:var(--color-action-primary);stroke-width:2px}.smart-fields-buttons-bar{padding:var(--spacing-l) 0 0 0;width:100%}.smart-fields-buttons-bar__additional-section,.smart-fields-buttons-bar__main-section,.smart-fields-buttons-bar__post-buttons-content-container,.smart-fields-buttons-bar__pre-buttons-content-container{box-sizing:border-box;width:100%}.smart-fields-buttons-bar__main-section_add-margin,.smart-fields-buttons-bar__pre-buttons-content-container{margin-bottom:var(--spacing-s)}.smart-fields-buttons-bar__additional-section{padding:var(--spacing-s) 0}.smart-fields-buttons-bar__button{width:calc(100% - var(--spacing-s))}.smart-fields-buttons-bar .button_primary svg{stroke:var(--color-action-primary-text)!important}.smart-fields-buttons-bar .button_outline svg{stroke:var(--color-text-muted)!important}.smart-fields-review{--distance-between-cards:var(--spacing-l);padding-top:0;width:100%}.smart-fields-review__errors-block{margin-top:calc(var(--distance-between-cards)/3*2)}.smart-fields-review__errors-block-item{margin-bottom:var(--spacing-s)}.smart-fields-review__errors-block-item:last-of-type{margin-bottom:0}.smart-fields-review .editable-table-smart-card__table{background:#fff;background:var(--white,#fff);padding-top:0}.smart-fields-review .hidden-value-toggler{align-items:center;display:flex;flex-flow:row nowrap;justify-content:flex-end}.smart-fields-review .credit-report{margin-top:var(--distance-between-cards)}.smart-fields-review_theme-merchant .hidden-value-toggler{justify-content:flex-start}@media screen and (max-width:575px){.smart-fields-review_theme-merchant .hidden-value-toggler{justify-content:flex-end}}.recalculate-amount-card__amount-description,.recalculate-amount-card__amount-divider,.styled-light-gray{color:var(--color-text-muted);font-family:inherit;font-size:12px;font-style:normal;font-weight:500;letter-spacing:.2px;line-height:18px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.recalculate-amount-card{align-items:flex-start;background:#eaf2ff;background:var(--color-background-info,#eaf2ff);border:1px solid #3a487a26;border:1px solid var(--Black-gray-light-Divider,#3a487a26);border-radius:var(--radii-s);box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:var(--spacing-m);width:250px}.recalculate-amount-card .editing-panel .form-element{margin-bottom:0}.recalculate-amount-card__title{font-family:inherit;font-size:14px;font-style:normal;font-weight:600;letter-spacing:.2px;line-height:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.recalculate-amount-card__content{align-items:center;display:flex;justify-content:space-between;width:100%}.recalculate-amount-card__amount{align-items:center;column-gap:var(--spacing-xs);display:flex}.recalculate-amount-card__amount-value{font-family:inherit;font-size:18px;font-style:normal;font-weight:700;letter-spacing:.1px;line-height:28px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.recalculate-amount-card__amount-description{white-space:nowrap}.recalculate-amount-card__edit svg{color:var(--color-action-primary);max-height:16px!important;max-width:16px!important;min-height:16px!important;min-width:16px!important}.signature-pad canvas{background-color:var(--color-white);border-radius:var(--radii-s);height:150px;width:100%}.signature-pad--disabled{opacity:.5;pointer-events:none}.proposal__card{align-self:stretch;box-shadow:0 4px 26px 0 #0043601a}.proposal__card .card__header{border-top-left-radius:8px;border-top-right-radius:8px;box-sizing:border-box;height:48px;max-height:48px;min-height:48px}.proposal__card .card__header>div{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proposal__card .card__content{align-items:stretch;align-self:stretch;box-sizing:border-box;height:100%;justify-content:stretch}.proposal__card .card__content>div:first-child{align-self:stretch;border-bottom:1px solid #3a487a26;border-bottom:1px solid var(--Black-gray-light-Divider,#3a487a26);height:100%;justify-content:center}.proposal__card .card__footer{box-sizing:border-box;height:64px;max-height:64px;min-height:64px}.proposal__card .card__footer .button{height:40px;max-height:40px;min-height:40px}.proposal__card--blue .card__header{background:#eaf2ff;background:var(--color-background-info,#eaf2ff)}.proposal__card--green{border:1px solid #69a457;border:1px solid var(--color-border-success,#69a457)}.proposal__card--green .card__header{background:#e8f9e5;background:var(--color-background-success,#e8f9e5)}.proposal__card--gray .card__header{background:#edeff3;background:var(--color-background-form-darker,#edeff3)}:where(html){line-height:1.15;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}:where(h1){font-size:2em;margin-bottom:.67em;margin-top:.67em}:where(dl,ol,ul) :where(dl,ol,ul){margin-bottom:0;margin-top:0}:where(hr){box-sizing:initial;color:inherit;height:0}:where(abbr[title]){text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(b,strong){font-weight:bolder}:where(code,kbd,pre,samp){font-family:monospace,monospace;font-size:1em}:where(small){font-size:80%}:where(table){border-color:currentColor;text-indent:0}:where(button,input,select){margin:0}:where(button){text-transform:none}:where(button,input[type=button i]){-webkit-appearance:button}:where(button,input[type=reset i]){-webkit-appearance:button}:where(button,input[type=submit i]){-webkit-appearance:button}:where(progress){vertical-align:initial}:where(select){text-transform:none}:where(textarea){margin:0}:where(input[type=search i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(button,input[type=button i])::-moz-focus-inner{border-style:none;padding:0}:where(button,input[type=color i])::-moz-focus-inner{border-style:none;padding:0}:where(button,input[type=reset i])::-moz-focus-inner{border-style:none;padding:0}:where(button,input[type=submit i])::-moz-focus-inner{border-style:none;padding:0}:where(button,input[type=button i])::-moz-focusring{outline:1px dotted ButtonText}:where(button,input[type=color i])::-moz-focusring{outline:1px dotted ButtonText}:where(button,input[type=reset i])::-moz-focusring{outline:1px dotted ButtonText}:where(button,input[type=submit i])::-moz-focusring{outline:1px dotted ButtonText}:where(:-moz-ui-invalid){box-shadow:none}:where(dialog){background-color:#fff;border:solid;color:#000;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}:where(dialog:not([open])){display:none}:where(summary){display:list-item}.card-promo-block{align-items:center;align-self:stretch;background:#f7f8fa;background:var(--color-background-form,#f7f8fa);box-sizing:border-box;color:#656e7a;color:var(--color-text-muted,#656e7a);display:flex;font-family:Sarabun,sans-serif;font-size:12px;font-style:normal;font-weight:600;gap:var(--spacing-s);justify-self:stretch;letter-spacing:.2px;line-height:18px;padding:12px var(--spacing-m);width:100%}.card-promo-block--filled{align-items:flex-start;background:#fff4e5;background:var(--color-background-warning,#fff4e5)}.card-promo-block svg{height:16px;width:16px}.card-promo-block-details{display:flex;flex-direction:column;gap:var(--spacing-s)}.card-promo-block-details-row{align-items:center;display:flex;flex-direction:row;gap:var(--spacing-s)}.card-promo-block-details-row:first-child{color:#ff7d00;color:var(--color-icon-warning,#ff7d00);font-weight:600}.card-promo-block-details-row:first-child,.card-promo-block-details-row:nth-child(2){font-family:Sarabun,sans-serif;font-size:12px;font-style:normal;letter-spacing:.2px;line-height:18px}.card-promo-block-details-row:nth-child(2){color:#171d33;color:var(--color-text-subtle,#171d33);font-weight:400}