@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800&display=swap";
:root{--navy:#2a335a;--orange:#ef7c22;--text:#272626;--content:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:#fff;margin:0;font-family:Poppins,Arial,sans-serif;font-size:20px;line-height:1.7}a{color:var(--navy);text-decoration:none}a:hover{color:var(--orange)}img{max-width:100%;height:auto;display:block}h1,h2,h3{color:var(--navy);margin-top:0;font-weight:800;line-height:1.2}h1{font-size:63px}h2{font-size:58px}h3{font-size:30px;line-height:1.6}.site-wrapper{flex-direction:column;min-height:100vh;display:flex}.content-width,.header-inner,.footer-inner{width:min(calc(100% - 30px), var(--content));margin-inline:auto}.site-header{background:#fff;position:relative}.header-inner{justify-content:space-between;align-items:center;min-height:140px;display:flex}.skip-link{z-index:10;color:#fff;background:var(--navy);padding:10px 15px;position:absolute;top:-100px;left:10px}.skip-link:focus{top:10px}.brand{color:var(--text);align-items:center;gap:16px;font-size:24px;font-weight:500;display:flex}.brand img{width:120px}.primary-nav{align-items:center;gap:40px;display:flex}.primary-nav a{color:var(--text);font-weight:500}.primary-nav a:hover,.primary-nav a:focus{color:var(--orange)}.menu-toggle{border:1px solid var(--text);background:0 0;border-radius:3px;padding:10px 15px;display:none}.menu-toggle span{background:var(--text);width:24px;height:2px;margin:5px 0;display:block}.site-footer{color:#fff;background:var(--navy);margin-top:auto}.footer-inner{justify-content:flex-end;align-items:center;gap:30px;min-height:120px;font-size:16px;display:flex}.footer-inner a{color:#fff;font-weight:500}.footer-inner a:hover{color:var(--orange)}.footer-inner nav{justify-content:flex-end;gap:40px;display:flex}.home-hero{align-items:center;min-height:780px;display:flex;position:relative}.home-hero>img{z-index:0;width:72%;position:absolute;bottom:-18px;right:-110px}.hero-copy{z-index:1;position:relative}.hero-copy h2{max-width:940px;margin-bottom:0;font-size:64px}.hero-copy h3{margin:-3px 0 26px;font-size:30px}.hero-copy p{color:var(--navy);letter-spacing:-.1px;font-size:24px;line-height:28px}.orange-button{color:#fff;background:var(--orange);border-radius:10px;margin-top:20px;padding:15px 45px;font-size:24px;font-weight:600;display:inline-block}.orange-button:hover{color:#fff;background:var(--navy)}.upcoming{padding:125px 0 150px}.upcoming>h2{font-size:64px}.project-row,.project-card{align-items:center;display:grid}.project-row{grid-template-columns:21.721% 57.826%;gap:20px}.project-row img,.project-card img{width:100%}.standard-page{max-width:var(--content);padding:5px 0 130px}.standard-page p{margin:0 0 1.5em}.standard-page>h2{margin-top:1.2em}.about-page>h2,.contacts-page>h2{margin-top:0;font-size:58px}.about-page{color:var(--navy)}.profile{grid-template-columns:27.913% 69.304%;align-items:center;gap:20px;margin-top:80px;display:grid}.profile img{aspect-ratio:1;object-fit:cover;width:100%}.legal-page{color:var(--navy);padding-top:70px}.legal-page>h1{margin-bottom:60px}.legal-content h2{margin-top:1.5em;font-size:38px}.legal-content h3{margin-top:1.8em;margin-bottom:.6em;font-size:26px;line-height:1.3}.legal-content ul{padding-left:1.5em}.legal-content a{overflow-wrap:anywhere;text-decoration:underline}.project-card{grid-template-columns:21.721% 57.826%;gap:20px;margin:65px 0 110px}.project-card h3{margin-bottom:12px}.contacts-page{min-height:600px;padding-top:125px}.contact-map{border:0;width:100%;height:600px;margin-top:45px}.health-page{max-width:1140px}.health-heading-row{grid-template-columns:18.421% 65.66%;align-items:center;gap:20px;display:grid}.health-heading-row .health-hero{width:118.828%;max-width:118.828%}.health-details-row{grid-template-columns:48.609% 50%;align-items:start;gap:20px;margin-top:65px;display:grid}.health-details-row .health-poster{width:443px;margin:0 auto}.health-page .health-group{width:100%;margin:70px 0}.post-hero{background-position:50%;background-size:cover;align-items:center;min-height:700px;display:flex;position:relative}.post-overlay{background:#2a335a40;position:absolute;inset:0}.post-hero>div:last-child{z-index:1;color:#fff;background:var(--navy);width:min(100% - 30px,1200px);margin-inline:auto;padding:60px 40px;position:relative}.post-hero h1{color:#fff;margin-bottom:16px;font-size:66px;line-height:1}.post-hero p{margin:0}.post-hero a{color:#fff}.post-content{width:min(100% - 30px,810px);margin:0 auto;padding:80px 0 110px}.post-content>img{width:100%;margin:35px 0}.comment-form{color:#fff;background:var(--navy);margin-top:75px;padding:30px}.comment-form h2{color:#fff;font-size:48px}.comment-form label{margin:0 0 22px;display:block}.comment-form label:not(.cookie) input,.comment-form textarea{width:100%;color:var(--text);font:inherit;background:#fff;border:2px solid #ddd;border-radius:0;padding:20px;display:block}.comment-form .cookie input{margin-right:8px}.comment-form button{color:#fff;background:var(--orange);font:inherit;border:0;border-radius:10px;padding:20px 40px;font-weight:500}@media (max-width:959px){body{font-size:16px;line-height:1.6}h1{font-size:80px}h2{font-size:48px}.header-inner{min-height:120px}.brand img{width:100px}.primary-nav{gap:24px}.home-hero{min-height:650px}.home-hero>img{width:75%;right:-50px}.post-hero{min-height:400px}.post-hero h1{font-size:54px}}@media (max-width:767px){body{font-size:15px}h1{font-size:50px}h2{font-size:30px}h3{font-size:25px}.header-inner{min-height:88px}.brand{gap:9px;font-size:12px}.brand img{width:72px}.menu-toggle{display:block}.primary-nav{z-index:5;background:#fff;flex-direction:column;align-items:stretch;gap:0;width:min(360px,100%);min-height:calc(100vh - 88px);padding:30px;display:none;position:absolute;top:88px;left:0}.primary-nav.open{display:flex}.primary-nav a{padding:12px 0}.footer-inner{justify-content:flex-start;padding:28px 0}.footer-inner nav{flex-wrap:wrap;justify-content:flex-start;gap:12px 24px}.home-hero{align-items:flex-start;min-height:690px;padding-top:70px}.home-hero>img{width:100%;bottom:20px;right:-20px}.hero-copy h2{margin:10px;font-size:32px}.hero-copy h3{margin:-10px 10px 10px;font-size:20px}.hero-copy p{margin:-10px 10px 10px;font-size:20px;line-height:1.5}.hero-copy p br{display:none}.orange-button{margin:10px;font-size:20px}.upcoming{padding:70px 10px 100px}.upcoming>h2{font-size:32px}.project-row,.project-card,.profile,.health-heading-row,.health-details-row{grid-template-columns:1fr;gap:28px}.health-heading-row .health-hero{width:100%;max-width:100%}.standard-page{padding:55px 0 90px}.profile{margin-top:55px}.contacts-page{min-height:480px;padding-top:70px}.post-hero{min-height:400px}.post-hero>div:last-child{padding:40px 15px}.post-hero h1{font-size:36px}.comment-form{padding:20px}.comment-form h2{font-size:30px}}
