:root{--columns:1;--gap:1rem}@keyframes dot-bounce{0%{transform:translateY(0)}5%{transform:translateY(2px)}20%{transform:translateY(-8px)}35%{transform:translateY(4px)}40%{transform:translateY(0)}to{transform:translateY(0)}}@keyframes dot-fade{0%{opacity:1}50%{opacity:.2}to{opacity:1}}@keyframes dot-pulse{0%{transform:scale(1)}5%{transform:scale(.98)}50%{transform:scale(1.5)}to{transform:scale(1)}}@keyframes full-height{0%{height:0}to{height:100%}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.m-hero-basic{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0;margin:var(--hero-basic-margin,0)}@media print,screen and (min-width:64em){.m-hero-basic{display:grid;grid-template-columns:1fr 60%;grid-template-rows:auto 1fr}}.m-hero-basic__hero-heading{background-color:#015746;color:#fff;font-size:2rem;font-weight:600;order:2;padding:3rem 1.25rem 3.625rem;padding:var(--hero-basic-heading-padding,3rem 1.25rem 3.625rem);width:100%}@media print,screen and (min-width:64em){.m-hero-basic__hero-heading{align-self:stretch;font-size:2.8125rem;grid-column:1/1;line-height:1.18;padding:8.625rem 3.125rem 9rem;padding:var(--hero-basic-heading-padding,8.625rem 3.125rem 9rem)}}.m-hero-basic__main-text{background-color:#015746;color:#fff;font-size:1.125rem;order:3;padding:2rem 1.25rem 2.5rem}@media print,screen and (min-width:64em){.m-hero-basic__main-text{align-self:stretch;grid-column:1/1;padding:3.375rem 3.125rem 4.5625rem}}.m-hero-basic__main-text h2{font-size:1.1875rem;font-weight:400;margin-bottom:.5rem}.m-hero-basic__hero-image{height:100%;order:1;width:100%}@media print,screen and (min-width:64em){.m-hero-basic__hero-image{grid-column:2/2;grid-row:1/last}}.m-hero-basic__hero-image *{height:100%}.m-hero-basic__hero-image img{height:18.375rem;width:100%}@media print,screen and (min-width:64em){.m-hero-basic__hero-image img{height:100%}}.m-hero-basic{background:#022c2a;flex-direction:column-reverse}@media print,screen and (min-width:64em){.m-hero-basic{grid-template-rows:1fr}}.m-hero-basic__hero-content{background:#022c2a;color:#fff;padding:1.875rem;place-content:center}@media print,screen and (min-width:64em){.m-hero-basic__hero-content{padding-inline:2.5rem}}.m-hero-basic__hero-heading{font-size:1.4375rem}@media screen and (min-width:80em){.m-hero-basic__hero-heading{font-size:2rem}}.m-hero-basic__main-text{font-size:.9375rem;line-height:1}.m-hero-basic__hero-heading,.m-hero-basic__main-text{background-color:transparent;padding:0}.m-hero-basic__hero-image{overflow:hidden}.m-hero-basic__hero-image img{height:100%}.m-hero-basic__hero-heading,.m-hero-basic__main-link-outer,.m-hero-basic__main-text{display:flex;margin-block:1rem}.m-hero-basic__hero-category{background:#cdd3d0;color:#015746;display:inline-block;font-size:.6875rem;font-weight:700;padding:.25rem .625rem;text-transform:uppercase}.m-hero-basic__main-link{background-color:#fff;border-radius:.375rem;color:#000;font-size:1rem;font-weight:700;padding:.625rem 1.25rem}.m-hero-basic__main-link:hover{background-color:#015746;color:#fff;text-decoration:none}.m-content__content .m-hero-basic{height:100%;left:calc(-50vw + 50%);min-width:100vw;position:relative;top:0;width:calc(100vw - 8px)}