  .nas-contact-header{max-width:1400px;width:100%;margin:0 auto 20px auto}.nas-contact-header .contact-header-wrapper{display:grid;gap:0 30px;align-items:center;grid-template-columns:150px 1fr;grid-template-areas:"media meta"}@media only screen and (max-width:600px){.nas-contact-header .contact-header-wrapper{gap:0 10px;grid-template-columns:100px 1fr}}.nas-contact-header .contact-header-wrapper .contact-header-media{grid-area:media}.nas-contact-header .contact-header-wrapper .contact-header-media img{border-radius:100%;width:auto;height:auto}@media only screen and (max-width:600px){.nas-contact-header .contact-header-wrapper .contact-header-media img{width:100px}}.nas-contact-header .contact-header-wrapper .contact-header-meta{grid-area:meta;display:flex;flex-direction:column;align-items:flex-start;gap:0}.nas-contact-header .contact-header-wrapper .contact-header-meta .header-title{color:var(--warm-900);font-family:"Abril Text", Georgia, serif;font-size:41px;font-weight:700;line-height:50px;margin:15px 0 0 0}.nas-contact-header .contact-header-wrapper .contact-header-meta .header-subtitle{color:var(--warm-900);font-family:"Gotham Narrow", Verdana, sans-serif;font-size:23px;font-weight:500;line-height:27px;margin:5px 0 0 0}.nas-contact-header .contact-header-wrapper .contact-header-meta .header-links{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin:15px 0 0 0}.nas-contact-header .contact-header-wrapper .contact-header-meta .header-links a{display:flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:100%;background:var(--warm-300);text-decoration:none;font-size:16px;color:#000}.nas-contact-header .contact-header-wrapper .contact-header-meta .header-links a:hover,.nas-contact-header .contact-header-wrapper .contact-header-meta .header-links a:focus-visible{background:var(--azure-700);color:#FFF}