:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
.PhoneField-module__evO_ja__control{background:var(--home-primary-white);border:1px solid #d0d0d0;border-radius:.625rem;align-items:center;gap:.5rem;padding:0 .875rem;display:flex;position:relative;overflow:visible}.PhoneField-module__evO_ja__control:focus-within{border-color:var(--home-secondary-black);box-shadow:0 0 0 1px var(--home-secondary-black)}.PhoneField-module__evO_ja__controlError{border-color:#c62828}.PhoneField-module__evO_ja__controlError:focus-within{border-color:#c62828;box-shadow:0 0 0 1px #c62828}.PhoneField-module__evO_ja__phoneInput{min-width:0;font-family:var(--font-barlow),sans-serif;flex:1;align-items:center;gap:.35rem;margin:0;display:flex}.PhoneField-module__evO_ja__countryRoot{align-self:stretch;align-items:center;margin-right:.15rem;display:flex;position:relative}.PhoneField-module__evO_ja__countryButton{cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;height:100%;padding:0;display:inline-flex}.PhoneField-module__evO_ja__countryButton:disabled{cursor:not-allowed;opacity:.6}.PhoneField-module__evO_ja__countryList{z-index:40;border:1px solid var(--home-gray-200,#e5e5e5);background:var(--home-primary-white,#fff);border-radius:.625rem;flex-direction:column;width:min(18rem,80vw);max-height:16rem;margin:0;padding:.35rem 0;list-style:none;display:flex;position:absolute;top:calc(100% + .4rem);left:-.5rem;overflow-y:auto;box-shadow:0 10px 30px #0000001f}.PhoneField-module__evO_ja__countryOption{text-align:left;cursor:pointer;width:100%;font-family:var(--font-barlow),sans-serif;color:var(--home-secondary-black,#111);background:0 0;border:none;align-items:center;gap:.65rem;padding:.55rem .85rem;font-size:.875rem;display:flex}.PhoneField-module__evO_ja__countryOption:hover,.PhoneField-module__evO_ja__countryOptionActive{background:#f3f3f3}.PhoneField-module__evO_ja__countryFlag{border-radius:.125rem;flex-shrink:0;width:1.35rem;height:1rem;line-height:0;display:inline-flex;overflow:hidden}.PhoneField-module__evO_ja__countryFlag svg{width:100%;height:100%;display:block}.PhoneField-module__evO_ja__globe{font-size:.9rem;line-height:1}.PhoneField-module__evO_ja__countryLabel{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.PhoneField-module__evO_ja__phoneInput .PhoneInputCountryIcon{width:1.35rem;height:1rem;box-shadow:none;background:0 0;border:none}.PhoneField-module__evO_ja__phoneInput .PhoneInputCountryIconImg{object-fit:cover;border-radius:.125rem;width:100%;height:100%;display:block}.PhoneField-module__evO_ja__phoneInput .PhoneInputCountrySelectArrow{border-color:var(--home-secondary-black);opacity:.7;width:.35rem;height:.35rem;margin-left:.15rem}.PhoneField-module__evO_ja__numberInput{width:100%;min-width:0;font-family:var(--font-barlow),sans-serif;color:var(--home-secondary-black);background:0 0;border-radius:0;outline:none;flex:1;padding:.95rem 0;font-size:.9375rem;font-weight:400;line-height:1.2;box-shadow:none!important;border:none!important}.PhoneField-module__evO_ja__phoneInput .PhoneInputInput{width:100%;min-width:0;font-family:var(--font-barlow),sans-serif;color:var(--home-secondary-black);background:0 0;border-radius:0;outline:none;flex:1;padding:.95rem 0;font-size:.9375rem;font-weight:400;line-height:1.2;box-shadow:none!important;border:none!important}.PhoneField-module__evO_ja__numberInput::placeholder{color:var(--home-gray-400)}.PhoneField-module__evO_ja__phoneInput .PhoneInputInput::placeholder{color:var(--home-gray-400)}.PhoneField-module__evO_ja__phoneIcon{width:1rem;height:1rem;color:var(--home-gray-400);flex-shrink:0}
.HomeContactoForm-module__62MqTG__section{background:var(--home-primary-white);padding:3rem 0 4rem}.HomeContactoForm-module__62MqTG__inner{max-width:1440px;margin:0 auto;padding-inline:1.25rem}.HomeContactoForm-module__62MqTG__layout{gap:2rem;display:grid}.HomeContactoForm-module__62MqTG__intro{background:var(--home-primary-white);border-radius:2rem;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 0 0 1px #0000000a}.HomeContactoForm-module__62MqTG__introCopy{flex-direction:column;gap:.75rem;padding:1.75rem 1.35rem 1.35rem;display:flex}.HomeContactoForm-module__62MqTG__eyebrow{font-family:var(--font-barlow),sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--home-gray-600);margin:0;font-size:.75rem;font-weight:600;line-height:1.2}.HomeContactoForm-module__62MqTG__title{font-family:var(--font-barlow),sans-serif;letter-spacing:-.02em;color:var(--home-gray-600);margin:0;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.05}.HomeContactoForm-module__62MqTG__titleEmphasis{color:var(--home-secondary-black);font-style:italic;font-weight:400;display:block}.HomeContactoForm-module__62MqTG__visual{margin-top:auto;line-height:0}.HomeContactoForm-module__62MqTG__visualImage{width:100%;height:auto;display:block}.HomeContactoForm-module__62MqTG__formWrap{min-width:0;padding-top:70px}.HomeContactoForm-module__62MqTG__form{flex-direction:column;gap:1.25rem;display:flex}.HomeContactoForm-module__62MqTG__grid{grid-template-columns:1fr;gap:1.25rem 1rem;display:grid}.HomeContactoForm-module__62MqTG__field{position:relative}.HomeContactoForm-module__62MqTG__fieldFull{grid-column:1/-1}.HomeContactoForm-module__62MqTG__label{z-index:1;background:var(--home-primary-white);font-family:var(--font-barlow),sans-serif;color:var(--home-gray-600);padding:0 .35rem;font-size:.8125rem;font-weight:500;line-height:1;position:absolute;top:-.55rem;left:.875rem}.HomeContactoForm-module__62MqTG__required{color:#e53935}.HomeContactoForm-module__62MqTG__control,.HomeContactoForm-module__62MqTG__phoneInput{background:var(--home-primary-white);width:100%;font-family:var(--font-barlow),sans-serif;color:var(--home-secondary-black);appearance:none;border:1px solid #d0d0d0;border-radius:.625rem;outline:none;padding:.95rem 1rem;font-size:.9375rem}.HomeContactoForm-module__62MqTG__control::placeholder,.HomeContactoForm-module__62MqTG__phoneInput::placeholder{color:var(--home-gray-400)}.HomeContactoForm-module__62MqTG__control:focus,.HomeContactoForm-module__62MqTG__phoneControl:focus-within{border-color:var(--home-gray-400);box-shadow:0 0 0 3px #0000000a}.HomeContactoForm-module__62MqTG__controlError,.HomeContactoForm-module__62MqTG__phoneControl.HomeContactoForm-module__62MqTG__controlError{border-color:#c62828}.HomeContactoForm-module__62MqTG__fieldHint{font-family:var(--font-barlow),sans-serif;color:var(--home-gray-500);margin:.4rem 0 0;font-size:.75rem;line-height:1.35}.HomeContactoForm-module__62MqTG__fieldError{font-family:var(--font-barlow),sans-serif;color:#c62828;margin:.4rem 0 0;font-size:.75rem;line-height:1.35}.HomeContactoForm-module__62MqTG__selectWrap{position:relative}.HomeContactoForm-module__62MqTG__selectWrap .HomeContactoForm-module__62MqTG__control{padding-right:2.5rem}.HomeContactoForm-module__62MqTG__selectIcon{width:1rem;height:1rem;color:var(--home-gray-500);pointer-events:none;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.HomeContactoForm-module__62MqTG__phoneControl{background:var(--home-primary-white);border:1px solid #d0d0d0;border-radius:.625rem;align-items:center;gap:.5rem;padding:0 .875rem;display:flex}.HomeContactoForm-module__62MqTG__phonePrefix{font-family:var(--font-barlow),sans-serif;color:var(--home-secondary-black);flex-shrink:0;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;display:inline-flex}.HomeContactoForm-module__62MqTG__flag{font-size:1rem;line-height:1}.HomeContactoForm-module__62MqTG__phoneInput{box-shadow:none;border:none;border-radius:0;padding:.95rem 0}.HomeContactoForm-module__62MqTG__phoneInput:focus{box-shadow:none}.HomeContactoForm-module__62MqTG__phoneIcon{width:1rem;height:1rem;color:var(--home-gray-400);flex-shrink:0}.HomeContactoForm-module__62MqTG__textarea{resize:vertical;min-height:8.5rem}.HomeContactoForm-module__62MqTG__consent{font-family:var(--font-barlow),sans-serif;color:var(--home-gray-600);cursor:pointer;align-items:flex-start;gap:.75rem;font-size:.8125rem;font-weight:400;line-height:1.45;display:flex}.HomeContactoForm-module__62MqTG__consent input{width:1.125rem;height:1.125rem;accent-color:var(--home-secondary-black);cursor:pointer;flex-shrink:0;margin-top:.1rem}.HomeContactoForm-module__62MqTG__submit{background:var(--home-secondary-black);width:100%;font-family:var(--font-barlow),sans-serif;color:var(--home-primary-white);cursor:pointer;border:none;border-radius:.625rem;justify-content:center;align-items:center;padding:1rem 1.5rem;font-size:.9375rem;font-weight:700;line-height:1;transition:opacity .2s;display:flex}.HomeContactoForm-module__62MqTG__submit:hover,.HomeContactoForm-module__62MqTG__submit:focus-visible{opacity:.92}.HomeContactoForm-module__62MqTG__submit:disabled{opacity:.7;cursor:not-allowed}.HomeContactoForm-module__62MqTG__feedback,.HomeContactoForm-module__62MqTG__error{font-family:var(--font-barlow),sans-serif;margin:0;font-size:1rem;line-height:1.45}.HomeContactoForm-module__62MqTG__feedback{color:var(--home-secondary-black)}.HomeContactoForm-module__62MqTG__error{color:#c62828}.HomeContactoForm-module__62MqTG__toast{z-index:10000;background:var(--home-secondary-black);max-width:min(22rem,100vw - 2rem);color:var(--home-primary-white);border-radius:.75rem;align-items:flex-start;gap:.75rem;padding:1rem 1rem 1rem 1.125rem;animation:.25s HomeContactoForm-module__62MqTG__toast-in;display:flex;position:fixed;bottom:5.5rem;right:1rem;box-shadow:0 12px 32px #00000038}.HomeContactoForm-module__62MqTG__toastMessage{font-family:var(--font-barlow),sans-serif;flex:1;margin:0;font-size:.875rem;font-weight:500;line-height:1.4}.HomeContactoForm-module__62MqTG__toastClose{width:1.75rem;height:1.75rem;color:inherit;cursor:pointer;opacity:.8;background:0 0;border:none;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;margin:-.25rem -.25rem 0 0;padding:0;display:inline-flex}.HomeContactoForm-module__62MqTG__toastClose:hover{opacity:1;background:#ffffff1a}@keyframes HomeContactoForm-module__62MqTG__toast-in{0%{opacity:0;transform:translateY(.75rem)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.HomeContactoForm-module__62MqTG__grid{grid-template-columns:1fr 1fr}.HomeContactoForm-module__62MqTG__intro{border-radius:2.5rem}.HomeContactoForm-module__62MqTG__introCopy{padding:2rem 1.5rem 1.5rem}}@media (min-width:992px){.HomeContactoForm-module__62MqTG__section{padding:4rem 0 5rem}.HomeContactoForm-module__62MqTG__inner{padding-inline:2rem}.HomeContactoForm-module__62MqTG__layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch;gap:2.5rem}.HomeContactoForm-module__62MqTG__introCopy{padding:2.5rem 1.75rem 1.75rem}.HomeContactoForm-module__62MqTG__title{font-size:clamp(2rem,2.6vw,2.75rem)}.HomeContactoForm-module__62MqTG__form{gap:1.5rem;padding-top:.5rem}.HomeContactoForm-module__62MqTG__submit{width:50%}}@media (min-width:1200px){.HomeContactoForm-module__62MqTG__inner{padding-inline:2.5rem}.HomeContactoForm-module__62MqTG__layout{gap:3rem}.HomeContactoForm-module__62MqTG__intro{border-radius:3rem}.HomeContactoForm-module__62MqTG__introCopy{padding:3rem 2rem 2rem}}
