@media (min-width: 768px){.contact-form.page-width{padding-inline:5.6rem}}.contact-form__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3.2rem}@media (min-width: 768px){.contact-form__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:5.6rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.contact-form__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2.4rem}@media (min-width: 768px){.contact-form__content{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:50rem}}.contact-form__title{margin:0;color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-size:var(--h4-size);font-weight:var(--font-heading-weight);line-height:var(--h4-line-height)}@media (min-width: 768px){.contact-form__title{font-size:var(--h3-size);line-height:var(--h3-line-height)}}.contact-form__text{color:rgb(var(--color-foreground));font-size:var(--font-size);letter-spacing:0;line-height:32px}@media (min-width: 768px){.contact-form__text{font-size:var(--h6-size);line-height:24px}}.contact-form__text p{margin:0}.contact-form__social{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.8rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.contact-form__social-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5.6rem;height:5.6rem;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;border-radius:0;background-color:rgb(var(--color-background-contrast));text-decoration:none}.contact-form__social-item:hover{background-color:rgb(var(--color-background-darken))}.contact-form__social-item svg{width:3.2rem;height:3.2rem}.contact-form__form{-webkit-box-flex:1;-ms-flex:1;flex:1}@media (min-width: 768px){.contact-form__form{max-width:80rem}}.contact-form__form-wrapper,.contact-form__fields,.contact-form__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.6rem}@media (min-width: 768px){.contact-form__row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1.6rem}}.contact-form__row .field{-webkit-box-flex:1;-ms-flex:1;flex:1}.contact-form__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:.8rem}.contact-form__button .button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:1.6rem 2.4rem;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;border:none;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-heading-family);font-size:var(--font-size);font-weight:var(--font-heading-weight);line-height:var(--font-line-height);cursor:pointer}@media (min-width: 768px){.contact-form__button .button{width:24rem}}.contact-form__button .button:hover{opacity:.9;background-color:rgb(var(--color-button))}.contact-form__button .button--primary{background-color:rgb(var(--color-button));color:rgb(var(--color-background))}.contact-form__button .button--primary:hover{background-color:#e6735a}.contact-form__button .button__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2.4rem;height:2.4rem}.contact-form__button .button__icon svg{width:2.4rem;height:2.4rem;stroke:currentColor}.contact-form .field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.8rem}.contact-form .field:after{content:none}.contact-form .field__label{display:-webkit-box;display:-ms-flexbox;display:flex;position:initial;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgb(var(--color-text));font-size:var(--font-sm-size);font-weight:var(--font-body-weight);line-height:var(--font-sm-line-height);gap:.4rem}.contact-form .field__label span{font-size:large}.contact-form .field__required{color:rgb(var(--color-button));font-size:.8rem}.contact-form .field__input{padding:1.6rem;-webkit-transition:border-color .2s ease;transition:border-color .2s ease;border:none;border-bottom:1.5px solid rgb(var(--color-border));background-color:rgb(var(--color-background-contrast));color:rgb(var(--color-shadow));font-family:var(--font-body-family);font-size:var(--font-size);line-height:var(--font-line-height)}.contact-form .field__input::-webkit-input-placeholder{opacity:1}.contact-form .field__input::-moz-placeholder{opacity:1}.contact-form .field__input:-ms-input-placeholder{opacity:1}.contact-form .field__input::-ms-input-placeholder{opacity:1}.contact-form .field__input::placeholder{opacity:1}.contact-form .field__input:focus{border-bottom-color:rgb(var(--color-button));outline:none}.contact-form .field__input--select{position:relative;padding-right:5.6rem;cursor:pointer}.contact-form .field__input--file{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;color:#79758a}.contact-form .field .select-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;z-index:999;right:1.6rem;bottom:1.6rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2.4rem;height:2.4rem;cursor:pointer;pointer-events:none}.contact-form .field .select-arrow svg{width:1.6rem;height:.8rem}.contact-form .field .text-area{min-height:12rem;font-family:var(--font-body-family);resize:vertical}.contact-form .field--with-error .field__input{border-bottom-color:rgb(var(--color-button))}.contact-form .field input[type=file]::file-selector-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:1.6rem;padding:.8rem 1.6rem;overflow:hidden;-webkit-transition:background-color var(--duration-short) ease,-webkit-box-shadow var(--duration-short) ease;transition:background-color var(--duration-short) ease,-webkit-box-shadow var(--duration-short) ease;transition:box-shadow var(--duration-short) ease,background-color var(--duration-short) ease;transition:box-shadow var(--duration-short) ease,background-color var(--duration-short) ease,-webkit-box-shadow var(--duration-short) ease;border:0;background-color:rgba(var(--color-button),var(--alpha-button-background));color:rgb(var(--color-button-text));font:inherit;font-size:16px;font-style:normal;font-weight:700;line-height:1.5;text-decoration:none;cursor:pointer;gap:.8rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.contact-form .contact__field-error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.8rem;color:rgb(var(--color-button));font-size:var(--font-sm-size);line-height:var(--font-sm-line-height)}.contact-form .contact__field-error .svg-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.6rem;height:1.6rem}.contact-form .contact__field-error .svg-wrapper svg{width:1.6rem;height:1.6rem;fill:currentColor}.contact-form .form-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.6rem;padding:1.6rem;border-radius:var(--inputs-radius);background-color:rgb(var(--color-background-lighten));gap:.8rem}.contact-form .form-status.form-status-list{background-color:rgb(var(--color-background-lighten));color:rgb(var(--color-foreground))}.contact-form .form-status .svg-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2.4rem;height:2.4rem}.contact-form .form-status .svg-wrapper svg{width:2.4rem;height:2.4rem;fill:currentColor}.contact-form .form-status-list{margin:0 0 1.6rem;padding:0;list-style:none}.contact-form .form-status-list li{margin:0}.contact-form .form-status-list .link{color:rgb(var(--color-button));text-decoration:underline}.contact-form .form-status-list .link:hover{text-decoration:none}.contact-form .form__message{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.contact-form .icon-success{margin-top:.2rem}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-contact-form.css.map */
