.about-our-purpose{position:relative;overflow:hidden}.about-our-purpose--dark{background:var(--dark)}.about-our-purpose--transparent{background:rgba(0,0,0,0)}.about-our-purpose.spacing-none{padding:0}.about-our-purpose.spacing-small{padding:40px 0}@media(max-width:900px){.about-our-purpose.spacing-small{padding:30px 0}}.about-our-purpose.spacing-medium{padding:88px 0}@media(max-width:1200px){.about-our-purpose.spacing-medium{padding:60px 0}}@media(max-width:900px){.about-our-purpose.spacing-medium{padding:40px 0}}.about-our-purpose.spacing-large{padding:120px 0}@media(max-width:1200px){.about-our-purpose.spacing-large{padding:80px 0}}@media(max-width:900px){.about-our-purpose.spacing-large{padding:60px 0}}.about-our-purpose__stack{display:flex;flex-direction:column;gap:48px}@media(max-width:900px){.about-our-purpose__stack{gap:32px}}.about-our-purpose__card{border-radius:10px;overflow:hidden;color:var(--dark);margin:0 auto}.about-our-purpose__card--mission{background:var(--ast-lightning-bg)}.about-our-purpose__card--vision{background:var(--ast-dual-step-bg)}.about-our-purpose__card--values{background:#f0fcde}.about-our-purpose__card-inner{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"text media";grid-gap:48px;gap:48px;align-items:center;padding:48px}@media(max-width:1200px){.about-our-purpose__card-inner{grid-template-columns:1fr 1fr;padding:48px 40px}}@media(max-width:900px){.about-our-purpose__card-inner{grid-template-columns:1fr;grid-template-areas:"text" "media";padding:40px 32px;gap:28px}}@media(max-width:600px){.about-our-purpose__card-inner{padding:32px 24px}}.about-our-purpose__card--reverse .about-our-purpose__card-inner{grid-template-areas:"media text"}@media(max-width:900px){.about-our-purpose__card--reverse .about-our-purpose__card-inner{grid-template-areas:"text" "media"}}.about-our-purpose__text{grid-area:text;display:flex;flex-direction:column;gap:40px;max-width:520px}@media(max-width:900px){.about-our-purpose__text{max-width:100%;gap:24px}}.about-our-purpose__heading{font-size:56px;font-weight:900;line-height:normal}@media(max-width:900px){.about-our-purpose__heading{font-size:48px}}@media(max-width:600px){.about-our-purpose__heading{font-size:40px;font-weight:900}}.about-our-purpose__heading{font-family:var(--font-alt);line-height:1.05;text-transform:uppercase;margin:0;color:currentColor}.about-our-purpose__body{font-size:18px;font-weight:500;line-height:normal}@media(max-width:900px){.about-our-purpose__body{font-size:18px}}@media(max-width:600px){.about-our-purpose__body{font-size:18px;font-weight:500}}.about-our-purpose__body{font-family:var(--font);line-height:1.6;color:currentColor}.about-our-purpose__body p{margin:0}.about-our-purpose__body p+p{margin-top:16px}.about-our-purpose__media{grid-area:media;position:relative;border-radius:10px;overflow:hidden;background:var(--white);aspect-ratio:577/378;min-height:260px}@media(max-width:900px){.about-our-purpose__media{aspect-ratio:577/478;min-height:220px}}.about-our-purpose__media--values{background:var(--ast-nexus)}.about-our-purpose__media-img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.about-our-purpose__media-placeholder{width:100%;height:100%;min-height:260px;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px;color:var(--dark);background:hsla(0,0%,100%,.6)}@media(max-width:900px){.about-our-purpose__media-placeholder{min-height:220px}}.about-our-purpose__media-placeholder span{font-size:14px;font-weight:500;line-height:normal}@media(max-width:600px){.about-our-purpose__media-placeholder span{font-size:12px}}@keyframes about-our-purpose-fade-up{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes about-our-purpose-fade-down{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes about-our-purpose-fade-left{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes about-our-purpose-fade-right{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes about-our-purpose-zoom-in{from{opacity:0;transform:scale(0.95)}to{opacity:1;transform:scale(1)}}.about-our-purpose__stack[data-cards-animate] .about-our-purpose__card{opacity:0;animation-duration:.6s;animation-timing-function:ease-out;animation-fill-mode:forwards;animation-delay:0s;animation-delay:var(--stagger-delay, 0s)}.about-our-purpose__stack[data-cards-animate][data-animation=fade-up] .about-our-purpose__card{transform:translateY(30px)}.about-our-purpose__stack[data-cards-animate][data-animation=fade-down] .about-our-purpose__card{transform:translateY(-30px)}.about-our-purpose__stack[data-cards-animate][data-animation=fade-left] .about-our-purpose__card{transform:translateX(30px)}.about-our-purpose__stack[data-cards-animate][data-animation=fade-right] .about-our-purpose__card{transform:translateX(-30px)}.about-our-purpose__stack[data-cards-animate][data-animation=zoom-in] .about-our-purpose__card{transform:scale(0.95)}.about-our-purpose__stack[data-cards-animate].is-animated[data-animation=fade-up] .about-our-purpose__card{animation-name:about-our-purpose-fade-up}.about-our-purpose__stack[data-cards-animate].is-animated[data-animation=fade-down] .about-our-purpose__card{animation-name:about-our-purpose-fade-down}.about-our-purpose__stack[data-cards-animate].is-animated[data-animation=fade-left] .about-our-purpose__card{animation-name:about-our-purpose-fade-left}.about-our-purpose__stack[data-cards-animate].is-animated[data-animation=fade-right] .about-our-purpose__card{animation-name:about-our-purpose-fade-right}.about-our-purpose__stack[data-cards-animate].is-animated[data-animation=zoom-in] .about-our-purpose__card{animation-name:about-our-purpose-zoom-in}@media(prefers-reduced-motion:reduce){.about-our-purpose__stack[data-cards-animate] .about-our-purpose__card{opacity:1 !important;transform:none !important;animation:none !important}}.block-editor-block-list__block[data-type="acf/about-our-purpose"] .about-our-purpose{margin:0} 