.customer-form{display:grid}.customer-form__item{padding:2.5rem var(--container-margin)}.customer-form__title{font-size:2.5rem;line-height:120%;font-weight:500;text-transform:uppercase;font-family:Garamond Premier Pro, Georgia, sans-serif}@media(min-width: 768px){.customer-form__title{font-size:3rem}}@media(min-width: 992px){.customer-form__title{font-size:4rem}}.customer-form__item-subtitle{display:flex;align-items:center;gap:.25rem}.customer-form__item-subtitle .customer-form__link{font-size:1rem;line-height:160%;font-weight:400}.customer-form__subtitle{font-size:1rem;line-height:160%;font-weight:400}.customer-form__link{font-size:0.875rem;line-height:160%;font-weight:400;display:block;color:#262f38}.customer-form__link--recover{margin-top:.5rem}.customer-form__link--decline,.customer-form__link--cancel{text-align:center;margin-top:1.5rem}.customer-form__form{margin-top:1.5rem}.customer-form__form[data-invalid=true] button{opacity:.5;pointer-events:none}.customer-form__elements-row{margin-bottom:1rem}.customer-form__element{margin-bottom:1rem}.customer-form__element.form-element{max-width:none}.customer-form__element--error{margin-bottom:1.5rem}.customer-form__element--success{display:flex;align-items:center;margin-top:1rem}.customer-form__element--success::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C9.5913 2 11.1174 2.63214 12.2426 3.75736C13.3679 4.88258 14 6.4087 14 8Z' stroke='%23262F38' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8745 6.1125C11.0418 6.26249 11.0418 6.50569 10.8745 6.65568L7.14286 10L5.12553 8.19205C4.95816 8.04205 4.95816 7.79886 5.12553 7.64886C5.29289 7.49886 5.56425 7.49886 5.73162 7.64886L7.14286 8.91363L10.2684 6.1125C10.4358 5.9625 10.7071 5.9625 10.8745 6.1125Z' fill='%23262F38'/%3E%3C/svg%3E");content:"";margin-right:.5rem;display:inline-block;width:1rem;height:1rem}.customer-form__element:last-of-type{margin-bottom:0}.customer-form__message{font-size:1rem;line-height:160%;font-weight:400;margin-top:.5rem}.customer-form__button{margin-top:1.5rem}.customer-form__image{width:100%;height:100%}.customer-form__image img{min-height:23rem;width:100%;height:auto;display:block;border-radius:0 11.25rem 0 0;object-fit:cover;aspect-ratio:1/1}@media only screen and (min-width: 992px){.customer-form{grid-template-columns:repeat(2, 1fr)}.customer-form__item{padding:5rem 2.5rem}.customer-form__elements-row{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem;margin-bottom:1.5rem}.customer-form__elements-row .customer-form__element{margin-bottom:0}.customer-form__element{margin-bottom:1.5rem}.customer-form__element--error{margin-bottom:2.5rem}.customer-form__image{order:-1}.customer-form__image img{min-height:auto;height:100vh;border-radius:0 22.5rem 0 0}}@media only screen and (min-width: 1200px){.customer-form__item{padding:5rem var(--container-margin) 5rem 5rem}}
