.contact-section{gap:var(--size-900,36px);background-color:var(--surface-default);box-sizing:border-box;flex-direction:row;align-items:stretch;width:100%;max-height:606px;padding:48px 96px;display:flex}.contact-section__content{flex-direction:column;flex:0 0 calc(50% - 18px);justify-content:space-between;max-height:606px;display:flex}.contact-section__heading-block{flex-direction:column;gap:16px;display:flex}.contact-section__heading{color:var(--text-heading,#000);margin:0}.contact-section__paragraph{margin:0}.contact-section__sub-block{flex-direction:column;gap:4px;display:flex}.contact-section__eyebrow{letter-spacing:.04em;margin:0}.contact-section__subheading{color:var(--text-heading,#000);margin:0;text-decoration:none}.contact-section__subheading:hover{color:var(--text-heading,#000);text-decoration:underline}.contact-section__image{flex:0 0 calc(50% - 18px);overflow:hidden}.contact-section__placeholder{background-color:var(--surface-night,#000);width:100%;height:100%;min-height:757px;display:block}[data-theme=night] .contact-section__placeholder,.dark .contact-section__placeholder{background-color:#111}@media (max-width:768px){.contact-section{flex-direction:column;padding:48px 24px}.contact-section__content,.contact-section__image{flex:auto;width:100%;min-height:auto}.contact-section__placeholder{min-height:400px}.contact-section__content{gap:40px}}
.contact-page{width:100%;min-height:100vh}@media (max-width:768px){.contact-page{width:100%;min-height:0}}
