.hero-section-contacts{background:linear-gradient(270deg,rgba(30,30,30,.45),rgba(30,30,30,.45));padding:120px 140px 221px;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;width:100%;top:500px}@media screen and (max-width:478px){.hero-section-contacts{padding:70px 30px 160px;height:480px;margin:auto}}.hero-section-contacts .hero-texts-wrapper{max-width:1440px;width:100%;justify-content:center;align-items:center;padding:0 140px}@media screen and (max-width:478px){.hero-section-contacts .hero-texts-wrapper{padding:0 30px}}@media screen and (min-width:480px)and (max-width:991px){.hero-section-contacts .hero-texts-wrapper{padding:0 60px}}.hero-section-contacts .hero-text-container{height:100%;align-items:center;justify-content:center;display:flex;flex-direction:column;gap:10px;align-items:flex-start;justify-content:flex-start;flex-shrink:0;width:481px;position:relative;max-width:1440px}@media screen and (max-width:478px){.hero-section-contacts .hero-text-container{width:100%;padding:0;gap:10px}}.hero-section-contacts .hero-text-container .hero-text-container2{display:flex;flex-direction:column;gap:8px;align-items:flex-start;justify-content:flex-start;align-self:stretch;flex-shrink:0;position:relative}.hero-section-contacts .hero-text-container .hero-title{color:var(--text-on-action);text-align:left;font-family:var(--heading-h2-font-family);font-size:var(--heading-h2-font-size);line-height:var(--heading-h2-line-height);font-weight:var(--heading-h2-font-weight);position:relative;align-self:stretch;display:flex;align-items:center;justify-content:flex-start}@media screen and (max-width:478px){.hero-section-contacts .hero-text-container .hero-title{font-size:var(--heading-h2-font-size);line-height:var(--heading-h2-line-height);font-weight:var(--heading-h2-font-weight)}}@media screen and (min-width:480px)and (max-width:991px){.hero-section-contacts .hero-text-container .hero-title{font-size:var(--heading-h2-font-size-tablet);line-height:var(--heading-h2-line-height-tablet);font-weight:var(--heading-h2-font-weight-tablet)}}.hero-section-contacts .hero-text-container .hero-subtitle{color:var(--text-on-action);text-align:left;font-family:var(--body-lg-font-family);font-size:var(--body-lg-font-size);line-height:var(--body-lg-line-height);font-weight:var(--body-lg-font-weight);position:relative;align-self:stretch;display:flex;align-items:center;justify-content:flex-start}@media screen and (max-width:478px){.hero-section-contacts .hero-text-container .hero-subtitle{font-family:var(--body-md-font-family);font-size:var(--body-md-font-size);line-height:var(--body-md-line-height);font-weight:var(--body-md-font-weight)}}.contact-us{background:#fff;flex-direction:column;padding:0 32px;display:flex;gap:64px;align-items:center;justify-content:center;align-self:stretch;flex-shrink:0;position:relative;margin:auto;box-sizing:border-box}@media screen and (max-width:478px){.contact-us{padding:0 16px;height:auto;width:100%;gap:40px;align-items:center}}@media screen and (max-width:450px){.contact-us{padding:0 16px;height:auto}}.contact-cards{background:#fafaf5;display:flex;justify-content:center;align-items:center;padding:80px}.contact-cards .cards-inner{display:flex;flex-direction:column;gap:32px;width:100%}.contact-cards .cards-header{display:flex;flex-direction:column;gap:16px;align-items:center;padding:0 32px}.contact-cards .cards-section-label{color:#454545;font-family:var(--body-lg-font-family);font-size:20px;line-height:1.6em;text-align:center}.contact-cards .cards-headline{color:#aa6530;font-family:var(--heading-h2-font-family);font-size:48px;line-height:1.1666666667em;text-align:center;font-weight:400}.contact-cards .cards-description{color:#454545;font-family:var(--body-lg-font-family);font-size:20px;line-height:1.6em;text-align:center;padding:0 32px;max-width:800px}.contact-cards .cards-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:24px;width:100%;max-width:1200px;margin:0 auto}.contact-cards .contact-card{background:#fff;border:none;border-radius:10px;padding:40px 24px;display:flex;flex-direction:column;align-items:center;gap:20px;flex:1 1 260px}.contact-cards .card-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:10px;background:var(--surface-action,#ad6832);color:var(--text-on-action,#fafaf5);font-size:20px}.contact-cards .card-icon img{width:22px;height:22px}.contact-cards .card-content{display:flex;flex-direction:column;gap:4px;align-items:center;text-align:center}.contact-cards .card-title{font-family:Inter,var(--body-md-font-family);font-weight:600;font-size:18px;color:#181d27}.contact-cards .card-subtitle{font-family:Inter,var(--body-sm-font-family);font-weight:400;font-size:16px;color:#535862;white-space:nowrap}.contact-cards .card-link{font-family:Inter,var(--body-md-font-family);font-weight:600;font-size:16px;color:#aa6530;text-decoration:none}@media screen and (max-width:478px){.contact-cards{padding:40px 0}.contact-cards .cards-container{gap:16px}}.custom-select{width:100%;height:40px;border:1px solid var(--border-primary,#b3b3b3);border-radius:var(--border-radius-md,4px);display:flex;align-items:center;justify-content:flex-start;cursor:pointer;font-size:var(--body-md-font-size,14px);color:var(--text-body,#454545);transition:border-color .2s ease,box-shadow .2s ease;font-family:var(--body-md-font-family);position:relative}.custom-select:hover{border-color:var(--border-hover,#8a8a8a)}.custom-select:focus-within{border-color:var(--text-action,#ad6832);box-shadow:0 0 0 2px rgba(173,104,50,.15)}.custom-select .select-container{display:flex;align-items:center;justify-content:space-between;-webkit-appearance:none;appearance:none;width:100%;height:40px;border:none;border-radius:var(--border-radius-md,4px);cursor:pointer;font-size:var(--body-md-font-size,14px);color:var(--text-body,#454545);background:rgba(0,0,0,0);font-family:var(--body-md-font-family);z-index:1;padding:10px 36px 10px 12px}.custom-select .chevron{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:18px;color:var(--text-body,#454545);pointer-events:none}