:root{--color-pink:#e9528b;--color-pink-strong:#c4366f;--color-purple:#b370b0;--color-bg:#fff0f5;--color-bg-alt:#fce8f0;--color-white:#ffffff;--color-text:#2d1f35;--color-text-muted:#5c4a68;--color-border:rgba(179,112,176,0.14);--color-border-strong:rgba(179,112,176,0.28);--gradient-brand:linear-gradient(135deg,var(--color-pink) 0%,var(--color-purple) 100%);--gradient-soft:linear-gradient(180deg,#fff0f5 0%,#fce8f0 100%);--shadow-sm:0 4px 20px rgba(179,112,176,0.15);--shadow-md:0 12px 40px rgba(179,112,176,0.22);--shadow-lg:0 20px 60px rgba(179,112,176,0.18);--radius-sm:12px;--radius:20px;--radius-lg:28px;--radius-pill:999px;--font:"Poppins",system-ui,-apple-system,sans-serif;--header-h:72px;--scroll-anchor-offset:calc(var(--header-h)+2.5rem);--container-max:1140px;--container-narrow:720px;--transition:0.28s cubic-bezier(0.4,0,0.2,1);--focus-ring:3px solid var(--color-pink);--focus-offset:3px;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:2.5rem;}*,*::before,*::after{box-sizing:border-box;}html{scroll-behavior:smooth;scroll-padding-top:var(--scroll-anchor-offset);}section[id]{scroll-margin-top:var(--scroll-anchor-offset);}#home{scroll-margin-top:0;}section[id]:focus{outline:none;}h1:focus-visible,h2:focus-visible,.section__title:focus-visible,.mission__title:focus-visible,.partners__title:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset);border-radius:4px;}body{margin:0;font-family:var(--font);font-size:1rem;line-height:1.7;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;padding-bottom:env(safe-area-inset-bottom,0);}img{max-width:100%;height:auto;display:block;}picture{display:block;line-height:0;}a{color:inherit;}ul[role="list"],ol[role="list"]{list-style:none;padding:0;margin:0;}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.skip-link{position:absolute;left:-9999px;top:0;z-index:1000;padding:0.75rem 1.25rem;background:var(--color-pink);color:var(--color-white);font-weight:600;font-size:0.9375rem;text-decoration:none;border-radius:0 0 var(--radius-sm) 0;}.skip-link:focus,.skip-link:focus-visible{left:0;outline:3px solid var(--color-white);outline-offset:2px;}:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset);}a:focus-visible,button:focus-visible,.btn:focus-visible,.nav-link:focus-visible,.faq-item__btn:focus-visible,.whatsapp-float:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset);}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;}}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:1.25rem;}.container--narrow{max-width:var(--container-narrow);}.site-header{position:sticky;top:0;z-index:200;background:rgba(255,240,245,0.72);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--color-border);transition:background var(--transition),box-shadow var(--transition);}.site-header.is-scrolled{background:rgba(255,240,245,0.94);box-shadow:var(--shadow-sm);}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--header-h);padding-block:0.6rem;}.site-header__logo{flex-shrink:0;line-height:0;z-index:210;}.site-header__logo-img{height:clamp(40px,8vw,56px);width:auto;object-fit:contain;}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;border:none;background:transparent;cursor:pointer;z-index:210;border-radius:var(--radius-sm);transition:background var(--transition);}.nav-toggle:hover{background:rgba(179,112,176,0.1);}.nav-toggle__bar{display:block;width:22px;height:2px;margin-inline:auto;background:var(--color-purple);border-radius:2px;transition:transform var(--transition),opacity var(--transition);}.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1){transform:translateY(7px) rotate(45deg);}.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2){opacity:0;}.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg);}.site-header__nav{display:none;}.site-header__menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.25rem;}.nav-link{display:block;padding:0.65rem 0.5rem;font-weight:500;font-size:0.95rem;text-decoration:none;color:var(--color-text);border-radius:var(--radius-sm);transition:color var(--transition),background var(--transition);}.nav-link:hover{color:var(--color-pink-strong);background:rgba(233,82,139,0.08);}.nav-link.is-active{color:var(--color-pink-strong);background:rgba(233,82,139,0.12);font-weight:600;}.site-header__cta{margin-top:0.75rem;width:100%;}body.nav-open{overflow:hidden;}body.nav-open .site-header__nav{display:flex;flex-direction:column;position:fixed;inset:0;top:0;padding:calc(var(--header-h)+1.5rem) 1.5rem 2rem;background:rgba(255,240,245,0.98);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:205;overflow-y:auto;}body.nav-open .site-header__menu{flex:1;}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;font-family:var(--font);font-weight:600;font-size:0.9375rem;line-height:1.3;text-decoration:none;text-align:center;border:2px solid transparent;border-radius:var(--radius-pill);cursor:pointer;transition:transform var(--transition),box-shadow var(--transition),filter var(--transition),background var(--transition),border-color var(--transition),color var(--transition);}.btn:active{transform:scale(0.98);}.btn--compact{padding:0.55rem 1.25rem;font-size:0.875rem;}.btn--large{padding:0.95rem 1.75rem;font-size:1rem;min-height:52px;}.btn--primary{background:var(--gradient-brand);color:var(--color-white);box-shadow:var(--shadow-sm);}.btn--primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);filter:brightness(1.04);}.btn--outline{background:var(--color-white);color:var(--color-purple);border-color:var(--color-purple);box-shadow:0 2px 12px rgba(179,112,176,0.1);}.btn--outline:hover{background:rgba(179,112,176,0.08);transform:translateY(-2px);}.btn--ghost{background:transparent;color:var(--color-purple);border-color:transparent;padding:0.65rem 1rem;}.btn--ghost:hover{background:rgba(179,112,176,0.1);color:var(--color-pink);}.hero{padding:2.25rem 0 3.75rem;background:var(--gradient-soft);overflow:hidden;}.hero__grid{display:grid;gap:2.25rem;align-items:center;}.hero__content{display:flex;flex-direction:column;gap:0.35rem;}.hero__title{font-size:clamp(1.45rem,4vw,2.5rem);font-weight:700;line-height:1.26;margin:0 0 1rem;max-width:20em;background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-wrap:balance;}.hero__br{display:block;}.hero__title--display{letter-spacing:-0.01em;}@supports not (background-clip:text){.hero__title{color:var(--color-pink);-webkit-text-fill-color:unset;background:none;}}.hero__sub{font-size:clamp(1rem,2vw,1.125rem);color:var(--color-text-muted);margin:0 0 1.5rem;max-width:38rem;line-height:1.7;}.hero__actions{display:flex;flex-direction:column;gap:0.85rem;margin-top:1rem;}.hero__actions .btn{width:100%;}.hero__visual{margin:0;height:auto;min-height:0;align-self:center;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);border:3px solid rgba(255,255,255,0.85);background:var(--color-bg);line-height:0;}.hero__visual picture{display:block;line-height:0;}.hero__visual img{display:block;width:100%;height:auto;vertical-align:bottom;}.hero__visual{order:-1;}.section{padding:3.5rem 0;}.section__head{text-align:center;max-width:40rem;margin:0 auto 2.15rem;}.section__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--color-text);margin:0 0 0.75rem;}.section__title--left{text-align:left;}.section__title--sm{font-size:clamp(1.35rem,3vw,1.75rem);}.section__lead{margin:0;font-size:1.0625rem;color:var(--color-text-muted);}.section__cta-row{display:flex;justify-content:center;margin-top:2.15rem;}.section__cta-row .btn{width:100%;max-width:22rem;}.eyebrow{font-size:0.75rem;font-weight:700;letter-spacing:0.04em;color:var(--color-pink-strong);margin:0 0 0.5rem;}.club-intro{max-width:40rem;margin:0 auto 2rem;text-align:center;font-size:1.0625rem;line-height:1.7;color:var(--color-text-muted);}.section--why{background:var(--color-white);}.section--mission,.section--purpose,.section--how,.section--club,.section--safety,.section--faq,.section--cta-final,.section--partners{content-visibility:auto;contain-intrinsic-size:auto 600px;}.section--mission{background:var(--color-white);padding-top:4rem;}.mission{max-width:65ch;margin:0 0 2.15rem;text-align:left;}.mission__title{margin:0 0 1.25rem;font-size:clamp(1.35rem,3.5vw,1.85rem);font-weight:700;color:var(--color-text);line-height:1.3;}.mission__text{margin:0;max-width:65ch;font-size:clamp(1rem,2.2vw,1.125rem);line-height:1.75;color:var(--color-text-muted);}.mission__media{margin:0;max-width:920px;height:auto;min-height:0;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);border:3px solid rgba(255,255,255,0.9);line-height:0;background:var(--color-bg);}.mission__media picture{display:block;line-height:0;}.mission__media img{display:block;width:100%;height:auto;vertical-align:bottom;}.section--purpose{background:var(--color-bg-alt);}.purpose-grid{display:grid;gap:1.25rem;}.purpose-card{padding:1.75rem 1.5rem;background:var(--color-white);border-radius:var(--radius);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);text-align:center;transition:transform var(--transition),box-shadow var(--transition);}.purpose-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);}.purpose-card__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:1rem;font-size:1.5rem;background:rgba(233,82,139,0.1);border-radius:50%;}.purpose-card__title{margin:0 0 0.65rem;font-size:1.0625rem;font-weight:700;color:var(--color-purple);}.purpose-card__text{margin:0;font-size:0.9375rem;line-height:1.65;color:var(--color-text-muted);}.section--how{background:var(--color-bg-alt);}.section--club{background:var(--gradient-soft);}.section--safety{background:var(--color-white);padding-bottom:3.25rem;}.section--faq{background:var(--color-bg);padding-top:3.25rem;padding-bottom:3.25rem;}.section--cta-final{background:var(--color-bg-alt);padding-top:3.25rem;padding-bottom:2.5rem;}.section.section--partners{padding:2rem 0 1.5rem;background:var(--color-bg);}.why-grid{display:grid;gap:2.5rem;align-items:center;}.prose{color:var(--color-text-muted);}.prose p{margin:0 0 1rem;}.prose p:last-child{margin-bottom:0;}.prose strong{color:var(--color-text);font-weight:600;}.why-grid__text{max-width:65ch;}.why-grid__text .btn{margin-top:1.5rem;}.why-grid__media{margin:0;height:auto;min-height:0;align-self:center;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);background:var(--color-bg);line-height:0;}.why-grid__media picture{display:block;line-height:0;}.why-grid__media img{display:block;width:100%;height:auto;vertical-align:bottom;}.steps-grid{display:grid;gap:1.25rem;}.step-card{position:relative;padding:1.75rem 1.5rem 1.75rem 1.75rem;background:var(--color-white);border-radius:var(--radius);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition);}.step-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);}.step-card__num{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-bottom:1rem;font-weight:700;font-size:1.05rem;color:var(--color-white);background:var(--gradient-brand);border-radius:50%;box-shadow:var(--shadow-sm);}.step-card__title{font-size:1.125rem;font-weight:700;color:var(--color-purple);margin:0 0 0.5rem;}.step-card__text{margin:0;font-size:0.9375rem;color:var(--color-text-muted);line-height:1.65;}.exp-note{grid-column:1 / -1;margin:0 0 0.25rem;text-align:center;font-size:0.9375rem;line-height:1.65;color:var(--color-text-muted);}.exp-categories{display:grid;gap:1.25rem;grid-template-columns:1fr;align-items:stretch;}.exp-category{display:flex;flex-direction:column;padding:1.75rem 1.5rem;background:var(--color-white);border-radius:var(--radius);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition),transform var(--transition);min-height:100%;}.exp-category:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);}.exp-category__head{display:flex;align-items:center;gap:0.75rem;margin-bottom:0.75rem;}.exp-category__icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;flex-shrink:0;font-size:1.35rem;background:rgba(233,82,139,0.1);border-radius:var(--radius-sm);}.exp-category__title{margin:0;font-size:1rem;font-weight:700;color:var(--color-text);}.exp-category__text{margin:0;flex:1;font-size:0.9375rem;line-height:1.65;color:var(--color-text-muted);}.exp-chips{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:0.5rem;}.exp-chip{display:inline-block;padding:0.45rem 0.95rem;font-size:0.8125rem;font-weight:500;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-pill);transition:background var(--transition),border-color var(--transition),color var(--transition);}.exp-chip:hover{background:rgba(233,82,139,0.08);border-color:rgba(233,82,139,0.25);color:var(--color-pink);}.safety-grid{display:grid;gap:1.25rem;grid-template-columns:1fr;}@media (min-width:640px){.safety-grid{grid-template-columns:repeat(2,1fr);}.exp-categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;}.exp-category:nth-child(5):last-child{grid-column:1 / -1;width:calc(50% - 0.75rem);justify-self:center;}}@media (min-width:1024px){.safety-grid{grid-template-columns:repeat(6,1fr);}.safety-card{grid-column:span 2;}.safety-card:nth-child(4){grid-column:2 / span 2;}.safety-card:nth-child(5){grid-column:4 / span 2;}}.safety-card{padding:1.75rem 1.5rem;background:var(--color-white);border-radius:var(--radius);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);text-align:center;transition:transform var(--transition),box-shadow var(--transition);}.safety-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);}.safety-card__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:1rem;font-size:1.5rem;background:var(--color-white);border-radius:50%;box-shadow:var(--shadow-sm);}.safety-card__title{margin:0 0 0.5rem;font-size:1.0625rem;font-weight:700;color:var(--color-purple);}.safety-card__text{margin:0;font-size:0.9375rem;color:var(--color-text-muted);line-height:1.65;}.faq-list{display:flex;flex-direction:column;gap:0.75rem;}.faq-item{background:var(--color-white);border-radius:var(--radius);border:1px solid var(--color-border);overflow:hidden;box-shadow:var(--shadow-sm);}.faq-item__btn{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.1rem 1.25rem;border:none;background:transparent;font-family:var(--font);font-size:0.9375rem;font-weight:600;text-align:left;color:var(--color-text);cursor:pointer;transition:background var(--transition),color var(--transition);}.faq-item__btn:hover{background:rgba(179,112,176,0.06);color:var(--color-purple);}.faq-item__btn:focus-visible{background:rgba(179,112,176,0.08);color:var(--color-purple);}.faq-item__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;font-size:1.25rem;font-weight:400;line-height:1;color:var(--color-pink-strong);background:rgba(233,82,139,0.1);border-radius:50%;transition:transform var(--transition),background var(--transition);}.faq-item.is-open .faq-item__icon{transform:rotate(45deg);background:var(--gradient-brand);color:var(--color-white);}.faq-item__panel{padding:0 1.25rem 1.25rem;}.faq-item__panel[hidden]{display:none;}.faq-item__panel p{margin:0;font-size:0.9375rem;color:var(--color-text-muted);line-height:1.7;}.cta-panel{text-align:center;width:100%;max-width:52rem;margin-inline:auto;padding:2.5rem clamp(1.25rem,4vw,2.5rem);background:var(--gradient-brand);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);color:var(--color-white);overflow-wrap:break-word;}.cta-panel__title{margin:0 0 0.75rem;font-size:clamp(1.65rem,3.8vw,2.25rem);font-weight:700;line-height:1.25;text-wrap:balance;}.cta-panel__text{margin:0 auto 1.75rem;max-width:36rem;font-size:1.0625rem;line-height:1.65;opacity:0.95;}.cta-panel__actions{display:flex;flex-direction:column;gap:0.75rem;align-items:center;}.cta-panel__actions .btn{width:100%;max-width:22rem;}.cta-panel .btn--primary{background:var(--color-white);color:var(--color-purple);}.cta-panel .btn--primary:hover{filter:none;background:rgba(255,255,255,0.92);}.cta-panel .btn--outline{background:transparent;color:var(--color-white);border-color:rgba(255,255,255,0.75);}.cta-panel .btn--outline:hover{background:rgba(255,255,255,0.12);}.partners__head{text-align:center;max-width:36rem;margin:0 auto 1.15rem;}.partners__title{margin:0 0 0.45rem;font-size:clamp(1.125rem,2.6vw,1.375rem);font-weight:700;color:var(--color-text);line-height:1.3;}.partners__lead{margin:0;font-size:clamp(0.875rem,2vw,0.96875rem);line-height:1.55;color:var(--color-text-muted);}.partners__card{max-width:624px;margin:0 auto;padding:clamp(0.85rem,2.5vw,1.35rem) clamp(0.75rem,2.5vw,1.5rem);background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);}.partners__figure{margin:0;line-height:0;}.partners__figure img{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:1600 / 284;margin-inline:auto;object-fit:contain;object-position:center;}.site-footer{background:linear-gradient( 165deg,#6b4f82 0%,#4a3560 45%,#352848 100% );color:rgba(255,255,255,0.92);padding:2rem 0 0;}.site-footer__grid{display:grid;gap:1.75rem;padding-bottom:1.75rem;}.site-footer__col--brand{display:flex;flex-direction:column;gap:0.85rem;}.site-footer__brand{display:inline-block;line-height:0;text-decoration:none;align-self:flex-start;}.site-footer__logo{display:block;width:auto;height:2.5rem;max-width:130px;aspect-ratio:3 / 2;object-fit:contain;}.site-footer__tagline{margin:0;font-size:0.875rem;line-height:1.65;color:rgba(255,255,255,0.78);max-width:22rem;}.site-footer__heading{font-size:0.8125rem;font-weight:700;margin:0 0 0.85rem;color:rgba(255,255,255,0.95);}.site-footer__links{list-style:none;margin:0;padding:0;}.site-footer__links li+li{margin-top:0.55rem;}.site-footer__links a{display:inline-flex;align-items:center;min-height:44px;padding:0.15rem 0;color:rgba(255,255,255,0.88);font-size:0.9rem;text-decoration:none;transition:color var(--transition);}.site-footer__links a:hover{color:#ffb8d4;}.site-footer__links a:focus-visible{outline:var(--focus-ring);outline-offset:2px;border-radius:4px;}.site-footer__links--social a{font-size:0.875rem;}.link-icon{display:inline-flex;align-items:center;gap:0.5rem;text-decoration:none;}.link-icon__svg{width:1.15rem;height:1.15rem;flex-shrink:0;}.site-footer__bottom{border-top:1px solid rgba(255,255,255,0.1);padding:1rem 1.25rem calc(1.35rem+4.5rem+env(safe-area-inset-bottom,0));text-align:center;}.site-footer__bottom p{margin:0;font-size:0.8125rem;color:rgba(255,255,255,0.55);}.whatsapp-float{position:fixed;right:max(1.25rem,env(safe-area-inset-right,0));bottom:max(1.25rem,env(safe-area-inset-bottom,0));z-index:180;display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#25d366;color:var(--color-white);border-radius:50%;box-shadow:0 4px 20px rgba(37,211,102,0.45);text-decoration:none;transition:transform var(--transition),box-shadow var(--transition);}.whatsapp-float svg{width:28px;height:28px;}.whatsapp-float:hover{transform:scale(1.08);box-shadow:0 8px 28px rgba(37,211,102,0.55);}.whatsapp-float:focus-visible{outline:3px solid #fff;outline-offset:3px;}@media (min-width:640px){.purpose-grid{grid-template-columns:repeat(2,1fr);}.cta-panel{padding:3rem 2.5rem;}.cta-panel__actions .btn,.section__cta-row .btn{width:auto;}}@media (min-width:768px){.nav-toggle{display:none;}.site-header__nav{display:flex;align-items:center;gap:1.5rem;position:static;padding:0;background:transparent;flex-direction:row;}.site-header__menu{flex-direction:row;align-items:center;gap:0.15rem;}.nav-link{padding:0.45rem 0.75rem;font-size:0.875rem;}.site-header__cta{margin-top:0;width:auto;flex-shrink:0;}body.nav-open{overflow:auto;}body.nav-open .site-header__nav{position:static;display:flex;flex-direction:row;padding:0;background:transparent;inset:auto;}.hero__grid{grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;}.hero__title{max-width:18em;line-height:1.24;}.hero__visual{order:0;}.hero__actions{flex-direction:row;flex-wrap:wrap;}.hero__actions .btn{width:auto;}.why-grid{grid-template-columns:1fr 1fr;gap:3rem;}.purpose-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;}.cta-panel__actions{flex-direction:row;justify-content:center;flex-wrap:wrap;}.site-footer__grid{grid-template-columns:1fr 1fr;gap:2rem 2.5rem;align-items:start;}.site-footer__col--brand{grid-column:1 / -1;flex-direction:row;align-items:center;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,0.1);}.site-footer__tagline{max-width:none;flex:1;}}@media (min-width:768px) and (max-width:1023px){.safety-card:last-child:nth-child(5){grid-column:1 / -1;max-width:calc(50% - 0.75rem);margin-inline:auto;width:100%;}}@media (max-width:767px){.site-footer__col--brand{text-align:center;align-items:center;}.site-footer__brand{align-self:center;}.site-footer__tagline{max-width:20rem;}.site-footer__col{text-align:center;}.site-footer__links a{justify-content:center;}}@media (max-width:479px){.hero__title--display{line-height:1.28;}}@media (min-width:1024px){.hero{padding:3rem 0 4rem;}.hero__grid{gap:3rem;align-items:center;}.hero__title{font-size:clamp(2rem,2.6vw,2.5rem);max-width:16.5em;}.section{padding:4.25rem 0;}.steps-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;}.exp-categories{grid-template-columns:repeat(12,minmax(0,1fr));gap:1.5rem;}.exp-category{grid-column:span 4;}.exp-category:nth-child(4):nth-last-child(2){grid-column:3 / span 4;}.exp-category:nth-child(5):last-child{grid-column:7 / span 4;width:auto;justify-self:stretch;}.site-footer__grid{grid-template-columns:1.2fr 0.8fr 1fr;gap:2.5rem;}.site-footer__bottom{padding-bottom:1.35rem;}.site-footer__col--brand{grid-column:auto;flex-direction:column;align-items:flex-start;gap:0.85rem;padding-bottom:0;border-bottom:none;}.site-footer__tagline{max-width:22rem;flex:none;}.hero__content{padding-right:1rem;}}[data-aos]{opacity:1;visibility:visible;transform:none;}@media (prefers-reduced-motion:no-preference){.js-reveal-ready [data-aos]:not(.is-revealed){opacity:0;transform:translate3d(0,24px,0);transition:opacity 0.55s cubic-bezier(0.215,0.61,0.355,1),transform 0.55s cubic-bezier(0.215,0.61,0.355,1);transition-delay:0ms;}.js-reveal-ready [data-aos="fade-left"]:not(.is-revealed){transform:translate3d(24px,0,0);}.js-reveal-ready [data-aos="zoom-in"]:not(.is-revealed){transform:scale(0.96);}.js-reveal-ready [data-aos].is-revealed{opacity:1;transform:none;transition:opacity 0.55s cubic-bezier(0.215,0.61,0.355,1),transform 0.55s cubic-bezier(0.215,0.61,0.355,1);transition-delay:var(--reveal-delay,0ms);}}