.btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:.9rem 1.5rem;border-radius:10px;text-decoration:none;border:1px solid rgba(0,0,0,0);font-weight:600;line-height:1;transition:background-color .3s ease,color .3s ease,border-color .3s ease,transform .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-1px)}.btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(27,58,107,.22)}.btn__label{display:inline-flex;align-items:center}.btn__icon{display:inline-flex;flex:0 0 auto;width:1rem;height:1rem}.btn__icon svg{width:100%;height:100%;stroke-width:2}.btn--primary{background:#1b3a6b;background:var(--color-primary);border-color:#1b3a6b;border-color:var(--color-primary);color:#ffffff;color:var(--color-white)}.btn--primary:hover{background:#122850;background:var(--color-primary-hover);border-color:#122850;border-color:var(--color-primary-hover);color:#ffffff;color:var(--color-white)}.btn--secondary{background:#111111;background:var(--color-secondary);border-color:#111111;border-color:var(--color-secondary);color:#ffffff;color:var(--color-white)}.btn--secondary:hover{background:#111111;background:var(--color-text);border-color:#111111;border-color:var(--color-text);color:#ffffff;color:var(--color-white)}.btn--outline{background:rgba(0,0,0,0);border-color:#1b3a6b;border-color:var(--color-primary);color:#1b3a6b;color:var(--color-primary)}.btn--outline:hover{background:#1b3a6b;background:var(--color-primary);border-color:#1b3a6b;border-color:var(--color-primary);color:#ffffff;color:var(--color-white)}.btn--ghost{background:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#111111;color:var(--color-text)}.btn--ghost:hover{background:#f6f6f4;background:var(--color-surface);border-color:#f6f6f4;border-color:var(--color-surface);color:#111111;color:var(--color-text)}:root,.editor-styles-wrapper [data-type^="acf/"]{--font-family-base: Signika, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;--font-family-heading: Signika, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;--font-family-accent: Lavishly Yours, cursive;--font-size-base: 16px;--line-height-base: 1.6;--line-height-heading: 1.2;--color-text: #111111;--color-bg: #ffffff;--color-surface: #f6f6f4;--color-surface-strong: #ecece8;--color-border: #d9d7d0;--color-muted: #5f5f5f;--color-primary: #1b3a6b;--color-primary-hover: #122850;--color-secondary: #111111;--color-accent: #2a7ab5;--color-black: #111111;--color-white: #ffffff;--container-default: 1200px;--container-wide: 1360px;--container-medium: 960px;--container-narrow: 720px;--container-gutter-desktop: 3rem;--container-gutter-tablet: 2rem;--container-gutter-mobile: 1rem;--section-space-none: 0;--section-space-xs: 1.5rem;--section-space-sm: 2.5rem;--section-space-md: 4rem;--section-space-lg: 6rem;--section-space-xl: 8rem}.editor-styles-wrapper [data-type^="acf/"] :where(.wp-block){max-width:80vw}.editor-styles-wrapper .container{width:100%;max-width:calc(1200px + 3rem*2);margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem}@media(max-width: 1023px){.editor-styles-wrapper .container{max-width:calc(1200px + 2rem*2);padding-left:2rem;padding-right:2rem}}@media(max-width: 767px){.editor-styles-wrapper .container{max-width:calc(1200px + 1rem*2);padding-left:1rem;padding-right:1rem}}.editor-styles-wrapper .container-wide{width:100%;max-width:calc(1360px + 3rem*2);margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem}@media(max-width: 1023px){.editor-styles-wrapper .container-wide{max-width:calc(1360px + 2rem*2);padding-left:2rem;padding-right:2rem}}@media(max-width: 767px){.editor-styles-wrapper .container-wide{max-width:calc(1360px + 1rem*2);padding-left:1rem;padding-right:1rem}}.editor-styles-wrapper .container-medium{width:100%;max-width:calc(960px + 3rem*2);margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem}@media(max-width: 1023px){.editor-styles-wrapper .container-medium{max-width:calc(960px + 2rem*2);padding-left:2rem;padding-right:2rem}}@media(max-width: 767px){.editor-styles-wrapper .container-medium{max-width:calc(960px + 1rem*2);padding-left:1rem;padding-right:1rem}}.editor-styles-wrapper .container-narrow{width:100%;max-width:calc(720px + 3rem*2);margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem}@media(max-width: 1023px){.editor-styles-wrapper .container-narrow{max-width:calc(720px + 2rem*2);padding-left:2rem;padding-right:2rem}}@media(max-width: 767px){.editor-styles-wrapper .container-narrow{max-width:calc(720px + 1rem*2);padding-left:1rem;padding-right:1rem}}.editor-styles-wrapper .section{--section-gap-top: 0;--section-gap-bottom: 0;--section-space-top: 4rem;--section-space-bottom: 4rem;margin-top:0;margin-top:var(--section-gap-top);margin-bottom:0;margin-bottom:var(--section-gap-bottom);padding-top:4rem;padding-top:var(--section-space-top);padding-bottom:4rem;padding-bottom:var(--section-space-bottom)}.editor-styles-wrapper .section-bg{background:#f6f6f4;background:var(--section-background-color, var(--color-surface))}.editor-styles-wrapper .section-gap-top-none{--section-gap-top: 0}.editor-styles-wrapper .section-gap-bottom-none{--section-gap-bottom: 0}.editor-styles-wrapper .section-space-top-none{--section-space-top: 0}.editor-styles-wrapper .section-space-bottom-none{--section-space-bottom: 0}.editor-styles-wrapper .section-gap-top-xs{--section-gap-top: 1.5rem}.editor-styles-wrapper .section-gap-top-sm{--section-gap-top: 2.5rem}.editor-styles-wrapper .section-gap-top-md{--section-gap-top: 4rem}.editor-styles-wrapper .section-gap-top-lg{--section-gap-top: 6rem}.editor-styles-wrapper .section-gap-top-xl{--section-gap-top: 8rem}.editor-styles-wrapper .section-gap-bottom-xs{--section-gap-bottom: 1.5rem}.editor-styles-wrapper .section-gap-bottom-sm{--section-gap-bottom: 2.5rem}.editor-styles-wrapper .section-gap-bottom-md{--section-gap-bottom: 4rem}.editor-styles-wrapper .section-gap-bottom-lg{--section-gap-bottom: 6rem}.editor-styles-wrapper .section-gap-bottom-xl{--section-gap-bottom: 8rem}.editor-styles-wrapper .section-space-top-xs{--section-space-top: 1.5rem}.editor-styles-wrapper .section-space-top-sm{--section-space-top: 2.5rem}.editor-styles-wrapper .section-space-top-md{--section-space-top: 4rem}.editor-styles-wrapper .section-space-top-lg{--section-space-top: 6rem}.editor-styles-wrapper .section-space-top-xl{--section-space-top: 8rem}.editor-styles-wrapper .section-space-bottom-xs{--section-space-bottom: 1.5rem}.editor-styles-wrapper .section-space-bottom-sm{--section-space-bottom: 2.5rem}.editor-styles-wrapper .section-space-bottom-md{--section-space-bottom: 4rem}.editor-styles-wrapper .section-space-bottom-lg{--section-space-bottom: 6rem}.editor-styles-wrapper .section-space-bottom-xl{--section-space-bottom: 8rem}.block-about-section{position:relative;isolation:isolate}.block-about-section__inner{display:grid;grid-template-columns:minmax(0, 1fr) minmax(280px, 500px);grid-gap:clamp(2rem,6vw,5rem);gap:clamp(2rem,6vw,5rem);align-items:center}@media(max-width: 1023px){.block-about-section__inner{grid-template-columns:1fr}}.block-about-section__content{position:relative;z-index:2}.block-about-section__eyebrow{display:inline-flex;margin:0 0 .9rem;padding:.4rem .7rem;border-radius:6px;background:rgba(27,58,107,.1);color:#122850;font-size:.9rem;font-weight:800;line-height:1.2}.block-about-section__title{max-width:12ch;margin:0 0 1rem;font-size:clamp(2.35rem,5vw,4.75rem);font-weight:800;line-height:.98;text-wrap:balance}.block-about-section__text{max-width:62ch;font-size:clamp(1.02rem,1.35vw,1.18rem)}.block-about-section__text p{color:#5f5f5f}.block-about-section__text strong{color:#111}.block-about-section__button{margin-top:1.15rem}.block-about-section__media{position:relative;z-index:2}.block-about-section__media::before{content:"";position:absolute;inset:auto auto -1.1rem -1.1rem;width:54%;aspect-ratio:1;border-radius:999px;background:rgba(27,58,107,.14);z-index:-1}.block-about-section__media::after{content:"";position:absolute;inset:-1.3rem -1.3rem auto auto;width:36%;aspect-ratio:1;border-radius:999px;background:rgba(42,122,181,.16);z-index:-1}.block-about-section__image,.block-about-section__image-placeholder{width:100%;min-height:clamp(320px,42vw,520px);border-radius:8px;box-shadow:0 24px 60px rgba(17,17,17,.14);max-height:400px}.block-about-section__image{height:100%;-o-object-fit:cover;object-fit:cover}.block-about-section__image-placeholder{display:grid;place-items:center;padding:2rem;border:1px dashed #d9d7d0;background:#f6f6f4;color:#5f5f5f;text-align:center}.block-about-section__decor{position:absolute;z-index:1;pointer-events:none;opacity:.88}.block-about-section__decor--star{width:34px;aspect-ratio:1;background:#1b3a6b;clip-path:polygon(50% 0, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 69%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);animation:aboutFloat 5.8s ease-in-out infinite}.block-about-section__decor--star-one{top:10%;left:clamp(-11rem,-9vw,-4rem)}.block-about-section__decor--star-two{right:clamp(-10rem,-8vw,-3.5rem);bottom:15%;width:24px;background:#2a7ab5;animation-delay:-2.1s}.block-about-section__decor--spark{top:22%;right:clamp(-8rem,-6vw,-2.5rem);width:16px;aspect-ratio:1;border-radius:999px;background:#2a7ab5;box-shadow:22px 12px 0 rgba(27,58,107,.72),-18px 18px 0 rgba(17,17,17,.18);animation:aboutFloat 4.6s ease-in-out infinite;animation-delay:-1.2s}.block-about-section__decor--rocket{left:auto;right:clamp(-9rem,-7vw,-3.5rem);bottom:10%;width:42px;height:72px;border-radius:50% 50% 42% 42%;background:linear-gradient(180deg, #ffffff 0%, #ecece8 100%);border:2px solid rgba(17,17,17,.18);transform:rotate(24deg);animation:aboutRocket 7s ease-in-out infinite}.block-about-section__decor--rocket::before,.block-about-section__decor--rocket::after{content:"";position:absolute;bottom:10px;width:16px;height:24px;border-radius:70% 70% 30% 30%;background:#1b3a6b}.block-about-section__decor--rocket::before{left:-10px;transform:rotate(-22deg)}.block-about-section__decor--rocket::after{right:-10px;transform:rotate(22deg)}.block-about-section__rocket-window{position:absolute;top:16px;left:50%;width:17px;aspect-ratio:1;border:3px solid #2a7ab5;border-radius:999px;background:rgba(42,122,181,.18);transform:translateX(-50%)}.block-about-section__rocket-flame{position:absolute;left:50%;bottom:-18px;width:18px;height:30px;border-radius:50% 50% 70% 70%;background:linear-gradient(180deg, #ffd166 0%, #1b3a6b 80%);transform:translateX(-50%)}@media(max-width: 1023px){.block-about-section__decor--rocket{left:auto;right:-1.5rem;bottom:3%;opacity:.45}.block-about-section__decor--star-one{left:-1.5rem}.block-about-section__decor--star-two,.block-about-section__decor--spark{right:-1.5rem}}@media(max-width: 767px){.block-about-section__decor--spark{display:none}}@keyframes aboutFloat{0%,100%{transform:translate3d(0, 0, 0) rotate(0deg)}50%{transform:translate3d(0, -16px, 0) rotate(10deg)}}@keyframes aboutRocket{0%,100%{transform:translate3d(0, 0, 0) rotate(24deg)}50%{transform:translate3d(10px, -22px, 0) rotate(17deg)}}@media(prefers-reduced-motion: reduce){.block-about-section__decor{animation:none}}
