.custom-contact-wrap{background-color:var(--color-background);color:var(--color-foreground)}.custom-contact{width:100%}.custom-contact__breadcrumb-wrap{margin-bottom:20px}.custom-page-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:6px 8px;margin:0;font-family:var(--font-body--family);font-size:12px;font-weight:400;color:#6a7282}.custom-page-breadcrumb__link{color:#6a7282;text-decoration:none;display:inline-flex;align-items:center;transition:color .2s ease}.custom-page-breadcrumb__link:hover{color:#8cbb44;text-decoration:none}.custom-page-breadcrumb__icon{width:18px;height:18px;display:block;flex-shrink:0}.custom-page-breadcrumb__sep{color:#c3c4c6}.custom-page-breadcrumb__current{color:#6a7282}.custom-contact__hero{max-width:720px;margin-bottom:40px}.custom-contact__hero-title{margin:0 0 12px;font-family:var(--font-heading--family);font-weight:500;font-style:var(--font-heading--style);font-size:clamp(28px,4vw,40px);line-height:1.15;color:#0a0a0a}.custom-contact__hero-text,.custom-contact__hero-content{margin:0;font-family:var(--font-body--family);font-size:16px;line-height:1.6;color:#6a7282}.custom-contact__hero-content.rte :first-child{margin-block-start:0}.custom-contact__hero-content.rte :last-child{margin-block-end:0}.custom-contact__hero-content.rte p{margin:0}.custom-contact__hero-content.rte a{color:#489bb3;text-decoration:underline;text-underline-offset:2px;transition:color .25s ease}.custom-contact__hero-content.rte a:hover{color:#8cbb44}.custom-contact__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;align-items:stretch}.custom-contact__info-panel,.custom-contact__form-panel{min-width:0;height:100%;display:flex;flex-direction:column;border-radius:20px;padding:28px}.custom-contact__info-panel{background:#f6f7f9}.custom-contact__form-panel{background:#fff;border:1px solid #ececec}.custom-contact__panel-title{margin:0 0 20px;font-family:var(--font-heading--family);font-weight:500;font-size:22px;line-height:1.25;color:#0a0a0a}.custom-contact__info-list{margin:0;padding:0;flex:1;display:flex;flex-direction:column;gap:0}.custom-contact__info-item{display:grid;gap:6px;padding:18px 0;border-bottom:1px solid rgba(10,10,10,.08)}.custom-contact__info-item:first-child{padding-top:0}.custom-contact__info-item:last-child{padding-bottom:0;border-bottom:none}.custom-contact__info-item dt{margin:0;font-family:var(--font-body--family);font-size:13px;font-weight:500;line-height:1.4;color:#6a7282}.custom-contact__info-item dd{margin:0;font-family:var(--font-body--family);font-size:15px;line-height:1.6;color:#0a0a0a}.custom-contact__info-link{color:#0a0a0a;font-weight:500;text-decoration:none;transition:color .25s ease}.custom-contact__info-link:hover{color:#489bb3}.custom-contact__form-head{margin-bottom:24px;padding-inline-start:16px;border-inline-start:4px solid #489bb3}.custom-contact__form-head .custom-contact__panel-title{margin-bottom:8px}.custom-contact__form-description{margin:0;font-family:var(--font-body--family);font-size:14px;line-height:1.6;color:#6a7282}.custom-contact__form{flex:1;display:flex;flex-direction:column;gap:16px}.custom-contact__message{display:flex;align-items:flex-start;gap:8px;padding:12px 16px;border-radius:12px;font-family:var(--font-body--family);font-size:14px;line-height:1.5}.custom-contact__message svg{width:18px;height:18px;flex-shrink:0;margin-top:2px}.custom-contact__message--error{color:#b42318;background:#fef3f2;border:1px solid #fecdca}.custom-contact__message--success{color:#027a48;background:#ecfdf3;border:1px solid #abefc6}.custom-contact__field{width:100%}.custom-contact__field-row{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}.custom-contact__input,.custom-contact__select,.custom-contact__textarea{width:100%;margin:0;font-family:var(--font-body--family);font-size:14px;line-height:1.4;color:#0a0a0a;background:#fff;border:1px solid #ececec;transition:border-color .25s ease}.custom-contact__input,.custom-contact__select{height:44px;padding:0 18px;border-radius:9999px}.custom-contact__input::placeholder,.custom-contact__textarea::placeholder{color:#888}.custom-contact__input:focus,.custom-contact__select:focus,.custom-contact__textarea:focus{outline:none;border-color:#489bb3}.custom-contact__select-wrap{position:relative}.custom-contact__select{-webkit-appearance:none;appearance:none;padding-inline-end:44px;cursor:pointer;color:#888}.custom-contact__select:valid{color:#0a0a0a}.custom-contact__select-icon{position:absolute;top:50%;right:18px;transform:translateY(-50%) rotate(90deg);display:flex;align-items:center;justify-content:center;width:16px;height:16px;pointer-events:none;color:#6a7282}.custom-contact__select-icon svg{width:12px;height:12px}.custom-contact__textarea{min-height:148px;padding:16px 18px;border-radius:20px;resize:vertical}.custom-contact__consent{margin-top:4px}.custom-contact__consent-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.custom-contact__consent-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.custom-contact__consent-box{position:relative;flex-shrink:0;width:18px;height:18px;margin-top:2px;border:1px solid #c3c4c6;border-radius:4px;background:#fff;transition:border-color .25s ease,background-color .25s ease}.custom-contact__consent-box:after{content:"";position:absolute;top:2px;left:6px;width:4px;height:8px;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:rotate(45deg);opacity:0;transition:opacity .2s ease}.custom-contact__consent-input:checked+.custom-contact__consent-label .custom-contact__consent-box{background:#489bb3;border-color:#489bb3}.custom-contact__consent-input:checked+.custom-contact__consent-label .custom-contact__consent-box:after{opacity:1}.custom-contact__consent-input:focus-visible+.custom-contact__consent-label .custom-contact__consent-box{outline:2px solid rgba(72,155,179,.35);outline-offset:2px}.custom-contact__consent-text{font-family:var(--font-body--family);font-size:13px;line-height:1.6;color:#6a7282}.custom-contact__consent-link,.custom-contact__consent-link-text{color:#489bb3;font-weight:500;text-decoration:underline;text-underline-offset:2px}.custom-contact__consent-link{transition:color .25s ease}.custom-contact__consent-link:hover{color:#8cbb44}.custom-contact__submit{align-self:flex-start;min-width:160px;height:44px;margin-top:auto;padding:0 36px;border:none;border-radius:9999px;background:#489bb3;font-family:var(--font-body--family);font-size:14px;font-weight:600;line-height:1;color:#fff;cursor:pointer;transition:background-color .25s ease}.custom-contact__submit:hover{background:#3f8aa0}@media screen and (min-width:768px){.custom-contact__field-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.custom-contact__layout{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:32px}.custom-contact__info-panel,.custom-contact__form-panel{padding:36px}}@media screen and (max-width:767px){.custom-contact__hero{margin-bottom:28px}.custom-contact__info-panel,.custom-contact__form-panel{padding:22px 20px;border-radius:16px}.custom-contact__panel-title{font-size:20px}.custom-contact__submit{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/custom-contact.css.map */
