.custom-hero{position:relative;width:100%;overflow:hidden}.custom-hero__container{position:relative;width:100%;display:flex;flex-direction:column}@media screen and (min-width:1024px){.custom-hero__container{height:35vw;flex-direction:row}}.custom-hero__media{position:relative;width:100%}@media screen and (max-width:1023px){.custom-hero__media{height:74vw;overflow:hidden}}@media screen and (min-width:1024px){.custom-hero__media{height:35vw}}.custom-hero__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s ease}.custom-hero__image--desktop{display:none}@media screen and (min-width:1024px){.custom-hero__image--desktop{display:block}}.custom-hero__image--mobile{display:block}@media screen and (min-width:1024px){.custom-hero__image--mobile{display:none}}.custom-hero__content{position:relative;width:100%;padding:2rem 1.5rem;display:flex;align-items:center;justify-content:center}@media screen and (min-width:1024px){.custom-hero__content{position:absolute;top:0;width:50%;height:100%;padding:3rem}}@media screen and (min-width:1024px){.custom-hero__container--left .custom-hero__content{left:0;right:auto}}@media screen and (min-width:1024px){.custom-hero__container--right .custom-hero__content{left:auto;right:0}}.mission-page .custom-hero__text-wrapper{max-width:640px;margin:0 0 60px;padding:0 0 60px 76px}@media (max-width:800px){.mission-page .custom-hero__text-wrapper{padding:0;margin-bottom:40px}}.custom-hero__text-wrapper{width:100%;max-width:595px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media screen and (max-width:1023px){.custom-hero__text-wrapper{max-width:95vw}}@media screen and (max-width:1500px){.custom-hero__text-wrapper{max-width:402px}}.custom-hero__heading{width:100%}.custom-hero__text-wrapper{color:#0058b7}.custom-hero__text-wrapper .custom-hero__heading{color:#0058b7;font-size:64px}@media screen and (max-width:1023px){.custom-hero__text-wrapper .custom-hero__heading--1.h1{font-size:32px}}@media screen and (max-width:1500px){.custom-hero__text-wrapper .custom-hero__heading--1.h1{font-size:32px}}.custom-hero__text-wrapper .custom-hero__heading--2.h1{font-weight:900}@media screen and (max-width:1023px){.custom-hero__text-wrapper .custom-hero__heading--2.h1{font-size:36px;line-height:25px}}@media screen and (max-width:1500px){.custom-hero__text-wrapper .custom-hero__heading--2.h1{font-size:36px}}.custom-hero__heading--1{margin-bottom:0}.custom-hero__heading--2{margin-top:-4.5rem;margin-bottom:.5rem}@media screen and (max-width:1023px){.custom-hero__heading--2{margin-top:-2.5rem}}.custom-hero__subheading{width:100%;line-height:20px}.custom-hero__subheading p{margin:0}.custom-hero__button-wrapper .button{transition:all .3s ease}.custom-hero__image.placeholder-svg{background-color:rgba(var(--color-foreground),.04)}body:not(.homepage) .custom-hero__text-wrapper .custom-hero__heading{font-size:46px;font-weight:900}