.contact-module__swMWYG__main{flex-direction:column;min-height:100vh;padding-top:80px;display:flex}.contact-module__swMWYG__pageHeader{background:linear-gradient(135deg,var(--color-primary)0%,#005068 100%);min-height:400px;color:var(--color-white);padding:4rem var(--container-padding);text-align:center;justify-content:center;align-items:center;display:flex;position:relative}.contact-module__swMWYG__pageHeader:before{content:"";pointer-events:none;background:radial-gradient(circle at 30% 40%,rgba(209,179,121,.08) 0%,transparent 50%),radial-gradient(circle at 70% 60%,rgba(209,179,121,.08) 0%,transparent 50%);position:absolute;top:0;bottom:0;left:0;right:0}.contact-module__swMWYG__headerContent{z-index:1;max-width:800px;margin:0 auto;position:relative}.contact-module__swMWYG__pageTitle{font-family:var(--font-title);color:var(--color-white);letter-spacing:-.5px;margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.1}.contact-module__swMWYG__pageSubtitle{color:rgba(255,255,255,.95);margin:0;font-size:1.375rem;font-weight:400;line-height:1.6}.contact-module__swMWYG__contentWrapper{flex:1}.contact-module__swMWYG__section{padding:var(--spacing-xl)0;background:var(--color-white)}.contact-module__swMWYG__sectionAlt{background:#f8f9fa}.contact-module__swMWYG__container{max-width:var(--container-max-width);padding:0 var(--container-padding);margin:0 auto}.contact-module__swMWYG__contactSection{padding:2rem 0}.contact-module__swMWYG__contactHeader{text-align:center;margin-bottom:3.5rem}.contact-module__swMWYG__contactOrnament{background:var(--color-secondary);width:40px;height:2px;margin:0 auto 1.5rem}.contact-module__swMWYG__contactTitle{font-family:var(--font-title);color:var(--color-primary);letter-spacing:-.5px;margin:0 0 1rem;font-size:2.5rem;font-weight:600;line-height:1.2}.contact-module__swMWYG__contactSubtitle{color:var(--color-text);margin:0;font-size:1rem;line-height:1.7}.contact-module__swMWYG__contactGrid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.contact-module__swMWYG__contactCard{text-align:center;border-bottom:2px solid transparent;border-radius:4px;padding:2rem 1.5rem;text-decoration:none;transition:all .3s;display:block}.contact-module__swMWYG__contactCard:hover{border-bottom-color:var(--color-secondary);cursor:pointer;background:rgba(209,179,121,.03);transform:translateY(-2px)}.contact-module__swMWYG__contactIcon{color:var(--color-secondary);margin-bottom:1rem;font-size:2rem}.contact-module__swMWYG__cardTitle{font-family:var(--font-title);color:var(--color-primary);text-transform:uppercase;letter-spacing:1px;margin:0 0 .75rem;font-size:.875rem;font-weight:600}.contact-module__swMWYG__cardText{color:var(--color-text);margin:.25rem 0;font-size:.9375rem;line-height:1.6}.contact-module__swMWYG__cardLink{color:var(--color-secondary);margin:.5rem 0;font-size:.9375rem;font-weight:600}.contact-module__swMWYG__cardSubtext{color:var(--color-text-light);margin:.5rem 0 0;font-size:.8125rem;font-style:italic}.contact-module__swMWYG__mapSection{text-align:center;padding:2rem 0}.contact-module__swMWYG__mapOrnament{background:var(--color-secondary);width:40px;height:2px;margin:0 auto 1.5rem}.contact-module__swMWYG__mapTitle{font-family:var(--font-title);color:var(--color-primary);letter-spacing:-.5px;margin:0 0 2.5rem;font-size:2.5rem;font-weight:600;line-height:1.2}.contact-module__swMWYG__mapFrame{border:1px solid rgba(0,58,73,.1);border-radius:4px;width:100%;height:500px;overflow:hidden;box-shadow:0 2px 16px rgba(0,58,73,.08)}.contact-module__swMWYG__faqSection{max-width:900px;margin:0 auto;padding:2rem 0}.contact-module__swMWYG__faqHeader{text-align:center;margin-bottom:3rem}.contact-module__swMWYG__faqOrnament{background:var(--color-secondary);width:40px;height:2px;margin:0 auto 1.5rem}.contact-module__swMWYG__faqTitle{font-family:var(--font-title);color:var(--color-primary);letter-spacing:-.5px;margin:0 0 1rem;font-size:2.5rem;font-weight:600;line-height:1.2}.contact-module__swMWYG__faqSubtitle{color:var(--color-text);margin:0;font-size:1rem;line-height:1.7}.contact-module__swMWYG__faqList{flex-direction:column;gap:0;display:flex}.contact-module__swMWYG__faqItem{border-bottom:1px solid rgba(0,58,73,.1)}.contact-module__swMWYG__faqQuestion{cursor:pointer;text-align:center;width:100%;font-family:var(--font-content);color:var(--color-primary);background:0 0;border:none;justify-content:center;align-items:center;padding:1.5rem 0;font-size:1rem;font-weight:600;transition:color .3s;display:flex}.contact-module__swMWYG__faqQuestion:hover{color:var(--color-secondary)}.contact-module__swMWYG__faqQuestion span{flex:1;padding:0 2rem}.contact-module__swMWYG__faqIcon{color:var(--color-secondary);flex-shrink:0;font-size:1.25rem;transition:transform .3s}.contact-module__swMWYG__faqAnswer{text-align:center;padding:0 0 1.5rem;animation:.3s contact-module__swMWYG__fadeIn}.contact-module__swMWYG__faqAnswer p{color:var(--color-text);max-width:700px;margin:0 auto;font-size:.9375rem;line-height:1.7}@keyframes contact-module__swMWYG__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.contact-module__swMWYG__main{padding-top:70px}.contact-module__swMWYG__pageHeader{min-height:300px;padding:3rem var(--container-padding)}.contact-module__swMWYG__pageTitle{font-size:2.5rem}.contact-module__swMWYG__pageSubtitle{font-size:1.125rem}.contact-module__swMWYG__section{padding:var(--spacing-lg)0}.contact-module__swMWYG__contactHeader{margin-bottom:2.5rem}.contact-module__swMWYG__contactTitle{font-size:2rem}.contact-module__swMWYG__contactGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.contact-module__swMWYG__contactCard{padding:1.5rem 1rem}.contact-module__swMWYG__mapTitle{margin-bottom:2rem;font-size:2rem}.contact-module__swMWYG__mapFrame{height:400px}.contact-module__swMWYG__faqTitle{font-size:2rem}.contact-module__swMWYG__faqHeader{margin-bottom:2.5rem}}@media (max-width:480px){.contact-module__swMWYG__pageHeader{min-height:250px;padding:2.5rem var(--container-padding)}.contact-module__swMWYG__pageTitle{font-size:2rem}.contact-module__swMWYG__pageSubtitle{font-size:1rem}.contact-module__swMWYG__contactSection{padding:1rem 0}.contact-module__swMWYG__contactHeader{margin-bottom:2rem}.contact-module__swMWYG__contactOrnament{width:35px;margin-bottom:1.25rem}.contact-module__swMWYG__contactTitle{font-size:1.75rem}.contact-module__swMWYG__contactSubtitle{font-size:.9375rem}.contact-module__swMWYG__contactGrid{grid-template-columns:1fr;gap:0}.contact-module__swMWYG__contactCard{border-bottom:1px solid rgba(0,58,73,.1);padding:1.5rem 1rem}.contact-module__swMWYG__contactCard:hover{border-bottom:1px solid var(--color-secondary);background:rgba(209,179,121,.03);transform:translateY(-1px)}.contact-module__swMWYG__contactIcon{margin-bottom:.75rem;font-size:1.75rem}.contact-module__swMWYG__cardTitle{font-size:.8125rem}.contact-module__swMWYG__cardText,.contact-module__swMWYG__cardLink{font-size:.875rem}.contact-module__swMWYG__cardSubtext{font-size:.75rem}.contact-module__swMWYG__mapSection{padding:1rem 0}.contact-module__swMWYG__mapOrnament{width:35px;margin-bottom:1.25rem}.contact-module__swMWYG__mapTitle{margin-bottom:1.75rem;font-size:1.75rem}.contact-module__swMWYG__mapFrame{height:350px}.contact-module__swMWYG__faqSection{padding:1rem 0}.contact-module__swMWYG__faqHeader{margin-bottom:2rem}.contact-module__swMWYG__faqOrnament{width:35px;margin-bottom:1.25rem}.contact-module__swMWYG__faqTitle{font-size:1.75rem}.contact-module__swMWYG__faqSubtitle{font-size:.9375rem}.contact-module__swMWYG__faqQuestion{padding:1.25rem 0;font-size:.9375rem}.contact-module__swMWYG__faqQuestion span{padding:0 1rem}.contact-module__swMWYG__faqIcon{font-size:1.125rem}.contact-module__swMWYG__faqAnswer{padding:0 0 1.25rem}.contact-module__swMWYG__faqAnswer p{font-size:.875rem}}
