@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";.navbar{z-index:1000;-webkit-backdrop-filter:blur(18px);width:100%;transition:background-color var(--transition-normal), border-color var(--transition-normal), box-shadow var(--transition-normal);background-color:#fffffff5;border-bottom:1px solid #0000;position:sticky;top:0}.navbar--scrolled{background-color:#fffffffa;border-bottom-color:#0d2f571a;box-shadow:0 12px 35px #07162912}.navbar__inner{z-index:4;justify-content:space-between;align-items:center;gap:2rem;min-height:5.75rem;display:flex;position:relative}.navbar__brand{flex-shrink:0;align-items:center;display:inline-flex}.navbar__logo{object-fit:contain;object-position:left center;width:auto;height:3.25rem;display:block}.navbar__navigation{margin-left:auto}.navbar__links{align-items:center;gap:clamp(.85rem,1.5vw,1.55rem);display:flex}.navbar__link{color:var(--color-navy-900);white-space:nowrap;transition:color var(--transition-fast);align-items:center;gap:.45rem;padding-block:1rem;font-size:.88rem;font-weight:600;display:inline-flex;position:relative}.navbar__link:after{background-color:var(--color-yellow-500);content:"";transform-origin:100%;height:2px;transition:transform var(--transition-fast);position:absolute;bottom:.55rem;left:0;right:0;transform:scaleX(0)}.navbar__link:hover,.navbar__link--active{color:var(--color-navy-900)}.navbar__link:hover:after,.navbar__link--active:after{transform-origin:0;transform:scaleX(1)}.navbar__link-number,.navbar__link-icon{display:none}.navbar__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.navbar__track-link{min-height:2.9rem;color:var(--color-navy-900);transition:color var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;gap:.55rem;padding-inline:.85rem;font-size:.86rem;font-weight:700;display:inline-flex}.navbar__track-link svg{color:var(--color-yellow-500);font-size:1.05rem}.navbar__track-link:hover{color:var(--color-navy-700);transform:translateY(-2px)}.navbar__cta{background-color:var(--color-yellow-500);min-height:3rem;color:var(--color-navy-950);transition:background-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;gap:.6rem;padding:.75rem 1.15rem .75rem 1.25rem;font-size:.86rem;font-weight:750;display:inline-flex}.navbar__cta svg{transition:transform var(--transition-fast);font-size:1rem}.navbar__cta:hover{background-color:var(--color-yellow-400);transform:translateY(-2px);box-shadow:0 10px 24px #ffc40040}.navbar__cta:hover svg{transform:translate(2px,-2px)}.navbar__menu-button{width:3rem;height:3rem;color:var(--color-navy-900);cursor:pointer;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);background-color:#0000;border:1px solid #0d2f5724;justify-content:center;align-items:center;font-size:1.45rem;display:none}.navbar__menu-button:hover{border-color:var(--color-yellow-500);background-color:var(--color-yellow-500);color:var(--color-navy-950)}.navbar__mobile-heading,.navbar__mobile-actions,.navbar__mobile-footer,.navbar__backdrop{display:none}@media (width<=1180px){.navbar__track-link{display:none}.navbar__links{gap:1rem}.navbar__link{font-size:.82rem}}@media (width<=980px){.navbar{background-color:var(--color-white)}.navbar--menu-open{background-color:var(--color-navy-950);border-bottom-color:#ffffff1a}.navbar__inner{min-height:5.25rem}.navbar__logo{z-index:5;height:4rem;position:relative}.navbar--menu-open .navbar__logo{filter:drop-shadow(0 0 1px #ffffffb3)brightness(1.35)}.navbar__navigation{z-index:3;background:var(--color-navy-950);width:min(100%,32rem);min-height:calc(100dvh - 5.25rem);color:var(--color-white);opacity:0;pointer-events:none;visibility:hidden;margin-left:0;padding:1.25rem clamp(1.25rem,5vw,2.5rem) 2rem;transition:opacity .32s,transform .32s,visibility .32s;position:fixed;top:5.25rem;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.navbar__navigation--open{opacity:1;pointer-events:auto;visibility:visible;transform:translate(0)}.navbar__mobile-heading{border-bottom:1px solid #ffffff1c;align-items:center;gap:1rem;padding-bottom:1.15rem;display:flex}.navbar__mobile-heading>span:first-child{color:#ffffff7a;letter-spacing:.15em;text-transform:uppercase;flex-shrink:0;font-size:.7rem;font-weight:700}.navbar__mobile-heading-line{background:linear-gradient(90deg,#ffc400b3,#ffffff0f);width:100%;height:1px}.navbar__links{padding-block:.75rem;display:block}.navbar__links li{border-bottom:1px solid #ffffff17}.navbar__link{color:#ffffffb8;grid-template-columns:2.25rem 1fr auto;align-items:center;gap:.85rem;min-height:4.65rem;padding:0;font-size:1rem;font-weight:600;display:grid}.navbar__link:after{display:none}.navbar__link-number{color:#ffc4009e;letter-spacing:.1em;font-size:.65rem;font-weight:700;display:inline}.navbar__link-text{transition:color var(--transition-fast), transform var(--transition-fast)}.navbar__link-icon{color:#ffffff4d;transition:color var(--transition-fast), transform var(--transition-fast);font-size:1.05rem;display:block}.navbar__link:hover,.navbar__link--active{color:var(--color-white)}.navbar__link:hover .navbar__link-text,.navbar__link--active .navbar__link-text{color:var(--color-yellow-500);transform:translate(.25rem)}.navbar__link:hover .navbar__link-icon,.navbar__link--active .navbar__link-icon{color:var(--color-yellow-500);transform:translate(.15rem,-.15rem)}.navbar__mobile-actions{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.5rem;display:grid}.navbar__mobile-track,.navbar__mobile-primary{text-align:center;min-height:3.55rem;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);justify-content:center;align-items:center;gap:.6rem;padding:.8rem 1rem;font-size:.84rem;font-weight:700;display:inline-flex}.navbar__mobile-track{color:var(--color-white);background-color:#0000;border:1px solid #ffffff2e}.navbar__mobile-primary{background-color:var(--color-yellow-500);color:var(--color-navy-950)}.navbar__mobile-track:hover{border-color:var(--color-yellow-500);color:var(--color-yellow-500)}.navbar__mobile-primary:hover{background-color:var(--color-yellow-400)}.navbar__mobile-footer{color:#ffffff57;border-top:1px solid #ffffff17;justify-content:space-between;align-items:center;gap:1rem;margin-top:2.25rem;padding-top:1.25rem;font-size:.68rem;display:flex}.navbar__cta{display:none}.navbar__menu-button{z-index:5;display:inline-flex;position:relative}.navbar--menu-open .navbar__menu-button{color:var(--color-white);background-color:#ffffff14;border-color:#fff3}.navbar--menu-open .navbar__menu-button:hover{border-color:var(--color-yellow-500);background-color:var(--color-yellow-500);color:var(--color-navy-950)}.navbar__backdrop{z-index:2;cursor:pointer;opacity:0;pointer-events:none;background-color:#020a1499;border:0;width:100%;height:100dvh;transition:opacity .32s;display:block;position:fixed;inset:0}.navbar__backdrop--visible{opacity:1;pointer-events:auto}}@media (width<=600px){.navbar__inner{min-height:5rem}.navbar__logo{height:3.75rem}.navbar__navigation{width:100%;min-height:calc(100dvh - 5rem);padding-inline:1.25rem;top:5rem}.navbar__mobile-actions{grid-template-columns:1fr}.navbar__mobile-footer{flex-direction:column;align-items:flex-start}.navbar__menu-button{width:2.8rem;height:2.8rem}.navbar__backdrop{display:none}}@media (width<=380px){.navbar__logo{height:3.4rem}.navbar__link{min-height:4.35rem}}@media (prefers-reduced-motion:reduce){.navbar__navigation,.navbar__backdrop,.navbar__link-text,.navbar__link-icon{transition:none}}.navbar__brand{flex-shrink:0;align-items:center;line-height:0;display:inline-flex}.navbar__logo{object-fit:contain;filter:none;opacity:1;width:auto;height:2.6rem;display:block}@media (width<=760px){.navbar__logo{height:2.35rem}}.footer{background-color:var(--color-navy-950);color:var(--color-white);position:relative;overflow:hidden}.footer:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffc4001a 0%,#ffc40006 45%,#0000 72%);width:34rem;height:34rem;position:absolute;top:-14rem;right:-10rem}.footer .site-container{z-index:1;position:relative}.footer__cta{border-bottom:1px solid #ffffff24;justify-content:space-between;align-items:center;gap:2rem;min-height:8rem;display:flex}.footer__cta-copy{max-width:42rem}.footer__cta-label{color:var(--color-yellow-500);letter-spacing:.13em;text-transform:uppercase;margin-bottom:.45rem;font-size:.68rem;font-weight:800;display:block}.footer__cta-copy p{color:var(--color-white);margin:0;font-size:.95rem;font-weight:600;line-height:1.55}.footer__cta-button{background-color:var(--color-yellow-500);min-height:3.5rem;color:var(--color-navy-950);transition:background-color var(--transition-fast), transform var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;gap:.7rem;padding:.9rem 1.35rem;font-size:.88rem;font-weight:800;display:inline-flex}.footer__cta-button:hover{background-color:var(--color-yellow-400);transform:translateY(-3px)}.footer__cta-button svg{transition:transform var(--transition-fast)}.footer__cta-button:hover svg{transform:translate(2px,-2px)}.footer__main{grid-template-columns:minmax(260px,.75fr) minmax(0,1.65fr);gap:clamp(4rem,8vw,8rem);padding-block:clamp(3rem,6vw,5rem);display:grid}.footer__introduction{max-width:29rem}.footer__brand{margin-bottom:1.6rem;display:inline-flex}.footer__logo{object-fit:contain;object-position:left center;width:auto;height:4.6rem;display:block}.footer__description{color:#ffffffb8;max-width:28rem;margin-bottom:1.6rem;font-size:.9rem;font-weight:500;line-height:1.75}.footer__contact{gap:.8rem;margin-bottom:1.7rem;display:grid}.footer__contact a,.footer__contact>span{color:#ffffffc2;align-items:center;gap:.7rem;width:fit-content;font-size:.84rem;display:inline-flex}.footer__contact a{transition:color var(--transition-fast)}.footer__contact a:hover{color:var(--color-yellow-500)}.footer__contact svg{color:var(--color-yellow-500);flex-shrink:0;font-size:1rem}.footer__socials{align-items:center;gap:.7rem;display:flex}.footer__socials a{width:2.6rem;height:2.6rem;color:var(--color-white);transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);border:1px solid #ffffff2e;place-items:center;font-size:1rem;display:grid}.footer__socials a:hover{border-color:var(--color-yellow-500);background-color:var(--color-yellow-500);color:var(--color-navy-950);transform:translateY(-3px)}.footer__right{flex-direction:column;min-width:0;display:flex}.footer__navigation{grid-template-columns:repeat(3,minmax(130px,1fr));gap:clamp(2rem,4vw,4rem);display:grid}.footer__group h2{color:var(--color-white);letter-spacing:.13em;text-transform:uppercase;margin-bottom:1.4rem;font-size:.72rem;font-weight:800}.footer__group ul{gap:.9rem;display:grid}.footer__group a{color:#ffffffa8;transition:color var(--transition-fast), transform var(--transition-fast);font-size:.86rem;line-height:1.5;display:inline-flex;position:relative}.footer__group a:before{background-color:var(--color-yellow-500);content:"";opacity:0;width:.28rem;height:.28rem;transition:opacity var(--transition-fast), transform var(--transition-fast);border-radius:50%;position:absolute;top:50%;left:-.8rem;transform:translateY(-50%)scale(0)}.footer__group a:hover{color:var(--color-white);transform:translate(.8rem)}.footer__group a:hover:before{opacity:1;transform:translateY(-50%)scale(1)}.footer__app-download{justify-content:space-between;align-items:flex-end;gap:2rem;margin-top:auto;padding-top:3rem;display:flex}.footer__app-copy{max-width:20rem}.footer__app-copy>span{color:var(--color-yellow-500);letter-spacing:.13em;text-transform:uppercase;margin-bottom:.5rem;font-size:.66rem;font-weight:800;display:block}.footer__app-copy p{color:#ffffffad;margin:0;font-size:.84rem;font-weight:500;line-height:1.6}.footer__store-badges{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.7rem;display:flex}.footer__store-badges a{transition:opacity var(--transition-fast), transform var(--transition-fast);display:inline-flex}.footer__store-badges a:hover{opacity:.88;transform:translateY(-3px)}.footer__store-badges img{object-fit:contain;width:auto;height:2.8rem;display:block}.footer__bottom{border-top:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:2rem;min-height:5rem;display:flex}.footer__bottom p{color:#ffffff75;margin:0;font-size:.75rem}.footer__legal{flex-wrap:wrap;align-items:center;gap:1.4rem;display:flex}.footer__legal a{color:#ffffff7a;transition:color var(--transition-fast);font-size:.75rem}.footer__legal a:hover{color:var(--color-yellow-500)}@media (width<=950px){.footer__main{grid-template-columns:1fr;gap:4rem}.footer__introduction{max-width:38rem}.footer__app-download{margin-top:3rem;padding-top:0}}@media (width<=700px){.footer__cta{flex-direction:column;justify-content:center;align-items:flex-start;padding-block:2.25rem}.footer__cta-button{width:100%}.footer__navigation{grid-template-columns:1fr 1fr}.footer__app-download{flex-direction:column;align-items:flex-start}.footer__store-badges{justify-content:flex-start}.footer__bottom{flex-direction:column;justify-content:center;align-items:flex-start;padding-block:1.5rem}}@media (width<=480px){.footer__main{padding-block:3.5rem}.footer__logo{height:4rem}.footer__navigation{grid-template-columns:1fr;gap:2.5rem}.footer__app-download{border-top:1px solid #ffffff1a;margin-top:1rem;padding-top:2rem}.footer__store-badges{flex-direction:column;align-items:flex-start}.footer__store-badges img{height:3rem}.footer__legal{align-items:flex-start;gap:.8rem}}@media (prefers-reduced-motion:reduce){.footer__cta-button,.footer__cta-button svg,.footer__socials a,.footer__group a,.footer__store-badges a{transition:none}}.audience-selector{background-color:#f3f1eb;padding-block:clamp(4.5rem,8vw,7rem);position:relative;overflow:hidden}.audience-selector .site-container{z-index:1;position:relative}.audience-selector__header{border-bottom:1px solid #0d2f572e;grid-template-columns:minmax(0,1fr) minmax(280px,.62fr);align-items:end;gap:clamp(2.5rem,7vw,7rem);margin-bottom:clamp(2.75rem,5vw,4rem);padding-bottom:2rem;display:grid}.audience-selector__heading{max-width:44rem}.audience-selector__eyebrow{color:var(--color-navy-700);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.7rem;font-weight:700;line-height:1.4;display:inline-flex}.audience-selector__heading h2{max-width:42rem;color:var(--color-navy-900);letter-spacing:-.045em;margin:0;font-size:clamp(2.35rem,4vw,3.125rem);font-weight:650;line-height:1.06}.audience-selector__heading h2 span{color:var(--color-navy-700);font-weight:600;display:block}.audience-selector__intro{max-width:31rem;color:var(--color-navy-800);margin:0;font-size:.98rem;font-weight:500;line-height:1.75}.audience-selector__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:1.2rem;display:grid}.audience-card{isolation:isolate;background-color:var(--color-navy-950);min-height:30rem;color:var(--color-white);grid-column:span 2;position:relative;overflow:hidden}.audience-card:nth-child(4){grid-column:3/span 2}.audience-card__image{z-index:-3;object-fit:cover;width:100%;height:100%;transition:transform .65s,filter .65s;position:absolute;inset:0}.audience-card__overlay{z-index:-2;background:linear-gradient(#04111f0f 0%,#04111f1f 27%,#04111f7a 57%,#04111feb 82%,#04111ffa 100%),linear-gradient(90deg,#04111f1f,#0000 68%);position:absolute;inset:0}.audience-card:after{z-index:-1;content:"";pointer-events:none;transition:border-color var(--transition-normal);border:1px solid #ffffff24;position:absolute;inset:0}.audience-card:hover:after{border-color:#ffc400cc}.audience-card:hover .audience-card__image{filter:saturate(1.05)contrast(1.04);transform:scale(1.04)}.audience-card__top{justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem;display:flex;position:absolute;top:0;left:0;right:0}.audience-card__number{width:2.55rem;height:2.55rem;color:var(--color-yellow-500);letter-spacing:.08em;border:1px solid #ffffff6b;place-items:center;font-size:.66rem;font-weight:800;display:grid}.audience-card__label{color:#fffffff5;letter-spacing:.1em;text-align:right;text-shadow:0 2px 12px #000000b3;text-transform:uppercase;max-width:12rem;font-size:.64rem;font-weight:800;line-height:1.4}.audience-card__content{padding:1.4rem;position:absolute;bottom:0;left:0;right:0}.audience-card__icon{background-color:var(--color-yellow-500);width:2.8rem;height:2.8rem;color:var(--color-navy-950);place-items:center;margin-bottom:1rem;font-size:1.1rem;display:grid}.audience-card__content h3{max-width:22rem;color:var(--color-white);letter-spacing:-.035em;text-shadow:0 3px 15px #00000094;margin-bottom:.7rem;font-size:clamp(1.35rem,1.8vw,1.75rem);font-weight:700;line-height:1.08}.audience-card__content p{color:#fffffffa;text-shadow:0 2px 12px #000000bf;max-width:24rem;margin-bottom:1.2rem;font-size:.9rem;font-weight:500;line-height:1.58}.audience-card__action{background-color:var(--color-yellow-500);min-height:2.9rem;color:var(--color-navy-950);transition:background-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;gap:.65rem;padding:.75rem 1rem;font-size:.82rem;font-weight:800;display:inline-flex}.audience-card__action svg{transition:transform var(--transition-fast);flex-shrink:0;font-size:.95rem}.audience-card__action:hover{background-color:var(--color-yellow-400);transform:translateY(-3px);box-shadow:0 12px 28px #ffc40033}.audience-card__action:hover svg{transform:translate(2px,-2px)}@media (width<=1000px){.audience-selector__header{grid-template-columns:1fr;gap:1.4rem}.audience-selector__intro{max-width:42rem}.audience-selector__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.audience-card,.audience-card:nth-child(4){grid-column:auto;min-height:30rem}}@media (width<=700px){.audience-selector{padding-block:4rem}.audience-selector__header{margin-bottom:2.25rem;padding-bottom:1.5rem}.audience-selector__heading h2{max-width:32rem;font-size:clamp(2.1rem,10vw,2.8rem)}.audience-selector__grid{grid-template-columns:1fr}.audience-card,.audience-card:nth-child(4){grid-column:auto;min-height:30rem}.audience-card__content{padding:1.25rem}.audience-card__content h3{font-size:1.55rem}.audience-card__content p{font-size:.9rem}.audience-card__action{width:100%}}@media (width<=420px){.audience-selector__heading h2{font-size:2.15rem}.audience-card,.audience-card:nth-child(4){min-height:28rem}.audience-card__label{max-width:9rem}}@media (prefers-reduced-motion:reduce){.audience-card__image,.audience-card__action,.audience-card__action svg{transition:none}}.hero{isolation:isolate;background-color:#f4f2ec;background-image:var(--hero-background-image);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:calc(100vh - 5.75rem);position:relative;overflow:hidden}.hero__overlay{z-index:-2;background:linear-gradient(90deg,#fffffffc 0%,#fffffff7 25%,#ffffffd6 43%,#ffffff59 61%,#ffffff0a 80%),linear-gradient(#ffffff0d,#07192f14);position:absolute;inset:0}.hero:after{z-index:-1;content:"";pointer-events:none;background:linear-gradient(#fff0,#ffffff38);height:9rem;position:absolute;bottom:0;left:0;right:0}.hero__container{align-items:center;min-height:calc(100vh - 5.75rem);padding-top:clamp(5rem,9vw,7rem);padding-bottom:clamp(7rem,11vw,9rem);display:flex;position:relative}.hero__content{z-index:2;width:min(100%,43rem);position:relative}.hero__eyebrow{min-height:2.3rem;color:var(--color-navy-800);letter-spacing:.12em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);background-color:#ffffffd1;border:1px solid #0d2f5724;align-items:center;gap:.65rem;margin-bottom:1.4rem;padding:.55rem .85rem;font-size:.68rem;font-weight:800;display:inline-flex}.hero__eyebrow svg{color:var(--color-yellow-600);font-size:.95rem}.hero__title{max-width:43rem;color:var(--color-navy-900);letter-spacing:-.065em;margin-bottom:1.45rem;font-size:clamp(3.15rem,4vw,3.8rem);font-weight:800;line-height:.96}.hero__title span{color:var(--color-yellow-600);margin-top:.15em;display:block}.hero__description{max-width:39rem;color:var(--color-navy-800);margin-bottom:2rem;font-size:clamp(1rem,1.25vw,1.12rem);font-weight:500;line-height:1.72}.hero__actions{flex-wrap:wrap;align-items:center;gap:.85rem;margin-bottom:2.2rem;display:flex}.hero__primary-action,.hero__secondary-action{min-height:3.55rem;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);justify-content:center;align-items:center;gap:.7rem;padding:.9rem 1.35rem;font-size:.88rem;font-weight:800;display:inline-flex}.hero__primary-action{background-color:var(--color-yellow-500);color:var(--color-navy-950);box-shadow:0 12px 30px #ffc40033}.hero__secondary-action{background-color:var(--color-navy-900);color:var(--color-white);-webkit-backdrop-filter:blur(8px)}.hero__primary-action svg,.hero__secondary-action svg{transition:transform var(--transition-fast);flex-shrink:0;font-size:1.05rem}.hero__primary-action:hover{background-color:var(--color-yellow-400);transform:translateY(-3px);box-shadow:0 16px 35px #ffc4004d}.hero__primary-action:hover svg{transform:translate(2px,-2px)}.hero__secondary-action:hover{border-color:var(--color-yellow-500);background-color:var(--color-yellow-500);color:var(--color-navy-950);transform:translateY(-3px)}.hero__secondary-action:hover svg{color:var(--color-navy-950);transform:translate(3px)}.hero__service-points{border-top:1px solid #0d2f5726;border-left:1px solid #0d2f5726;flex-wrap:wrap;align-items:center;max-width:41rem;display:flex}.hero__service-points>div{-webkit-backdrop-filter:blur(8px);background-color:#ffffffb8;border-bottom:1px solid #0d2f5726;border-right:1px solid #0d2f5726;flex:1;grid-template-columns:2rem minmax(0,1fr);align-items:center;gap:.65rem;min-height:4.6rem;padding:.85rem;display:grid}.hero__service-points>div>span{background-color:var(--color-navy-900);width:2rem;height:2rem;color:var(--color-yellow-500);place-items:center;font-size:.82rem;display:grid}.hero__service-points p{color:var(--color-navy-900);margin:0;font-size:.7rem;font-weight:750;line-height:1.35}.hero__decoration{z-index:-1;pointer-events:none;border:1px solid #ffc40047;position:absolute;transform:rotate(45deg)}.hero__decoration--one{width:8rem;height:8rem;top:7rem;right:15%}.hero__decoration--two{width:4rem;height:4rem;bottom:4rem;right:30%}@media (width<=1050px){.hero{background-position:60%;min-height:44rem}.hero__container{min-height:44rem}.hero__overlay{background:linear-gradient(90deg,#fffffffc 0%,#fffffff5 36%,#ffffffb8 60%,#ffffff21 88%)}.hero__content{width:min(66%,41rem)}}@media (width<=760px){.hero{background-position:68%;min-height:auto}.hero__container{align-items:flex-end;min-height:43rem;padding-top:7rem;padding-bottom:8rem}.hero__overlay{background:linear-gradient(#ffffff1f 0%,#ffffff59 32%,#ffffffe8 68%,#fffffffc 100%),linear-gradient(90deg,#ffffff80 0%,#ffffff0f 100%)}.hero__content{width:100%}.hero__title{max-width:38rem;font-size:clamp(3rem,12vw,4.4rem)}.hero__description{max-width:35rem;color:var(--color-navy-900);font-size:.98rem;font-weight:600}.hero__service-points{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.hero__decoration{display:none}}@media (width<=560px){.hero{background-position:72%}.hero__container{min-height:42rem;padding-top:6rem;padding-bottom:8rem}.hero__eyebrow{font-size:.6rem}.hero__title{margin-bottom:1.2rem;font-size:clamp(2.65rem,13vw,3.75rem);line-height:.98}.hero__description{margin-bottom:1.6rem;line-height:1.6}.hero__actions{flex-direction:column;align-items:stretch;margin-bottom:1.8rem}.hero__primary-action,.hero__secondary-action{width:100%}.hero__service-points{grid-template-columns:1fr}.hero__service-points>div{min-height:3.8rem}}@media (width<=390px){.hero__title{font-size:2.55rem}}@media (width<=560px){.hero__title span{color:var(--color-yellow-500);background-color:#07192f36;width:fit-content;margin-top:.22em;padding:.06em .14em .1em;line-height:.98;box-shadow:0 8px 22px #07192f24}}.product-preview{background-color:#f3f1eb;padding-block:clamp(4.5rem,8vw,7rem);position:relative;overflow:hidden}.product-preview:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffc4001a,#0000 70%);width:25rem;height:25rem;position:absolute;top:-10rem;left:-8rem}.product-preview:after{content:"";pointer-events:none;background:radial-gradient(circle,#0d2f5712,#0000 70%);width:30rem;height:30rem;position:absolute;bottom:-12rem;right:-12rem}.product-preview .site-container{z-index:1;position:relative}.product-preview__header{text-align:center;max-width:46rem;margin:0 auto clamp(3rem,6vw,4.5rem)}.product-preview__eyebrow{color:var(--color-navy-700);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.7rem;margin-bottom:1rem;font-size:.7rem;font-weight:800;display:inline-flex}.product-preview__eyebrow:before,.product-preview__eyebrow:after{background-color:var(--color-yellow-500);content:"";width:1.75rem;height:2px}.product-preview__header h2{max-width:43rem;color:var(--color-navy-900);letter-spacing:-.045em;margin:0 auto 1rem;font-size:clamp(2.2rem,4vw,3.125rem);font-weight:650;line-height:1.08}.product-preview__header p{max-width:38rem;color:var(--color-navy-800);margin:0 auto;font-size:1rem;font-weight:500;line-height:1.7}.product-preview__layout{grid-template-columns:minmax(0,1fr) minmax(270px,350px) minmax(0,1fr);align-items:center;gap:clamp(1.5rem,4vw,3.5rem);display:grid}.product-preview__column{align-content:center;gap:0;display:grid}.product-preview__feature{border-bottom:1px solid #0d2f5726;grid-template-columns:3rem minmax(0,1fr);align-items:start;gap:1rem;padding-block:1.35rem;display:grid}.product-preview__feature:first-child{border-top:1px solid #0d2f5726}.product-preview__feature-icon{background-color:var(--color-yellow-500);width:3rem;height:3rem;color:var(--color-navy-950);transition:background-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);place-items:center;font-size:1.1rem;display:grid}.product-preview__feature:hover .product-preview__feature-icon{background-color:var(--color-navy-900);color:var(--color-yellow-500);transform:translateY(-3px)}.product-preview__feature h3{color:var(--color-navy-900);letter-spacing:-.02em;margin-bottom:.35rem;font-size:1.05rem;font-weight:700;line-height:1.3}.product-preview__feature p{max-width:17rem;color:var(--color-navy-800);margin:0;font-size:.9rem;font-weight:500;line-height:1.6}.product-preview__column--right .product-preview__feature{grid-template-columns:3rem minmax(0,1fr)}.product-preview__visual{justify-content:center;align-items:center;min-height:43rem;display:flex;position:relative}.product-preview__glow{filter:blur(10px);pointer-events:none;background:radial-gradient(circle,#ffc40038 0%,#ffc40017 33%,#0d2f570d 52%,#0000 72%);border-radius:50%;width:24rem;height:24rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-preview__phone-wrap{z-index:2;width:min(100%,21rem);position:relative}.product-preview__phone-wrap:before{z-index:-1;content:"";filter:blur(18px);background-color:#07162938;border-radius:50%;height:2.5rem;position:absolute;bottom:-1.3rem;left:9%;right:9%}.product-preview__phone-image{object-fit:contain;filter:drop-shadow(0 28px 30px #07162933);width:100%;height:auto;display:block}.product-preview__floating-note{z-index:3;background-color:var(--color-navy-900);min-height:2.8rem;color:var(--color-white);white-space:nowrap;align-items:center;gap:.55rem;padding:.75rem 1rem;font-size:.76rem;font-weight:750;display:inline-flex;position:absolute;box-shadow:0 14px 30px #0716292e}.product-preview__floating-note:before{background-color:var(--color-yellow-500);content:"";border-radius:50%;width:.45rem;height:.45rem}.product-preview__floating-note span{color:var(--color-white)}.product-preview__floating-note--left{top:10rem;left:-2.4rem}.product-preview__floating-note--right{bottom:6rem;right:-2.4rem}.product-preview__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:clamp(2.5rem,5vw,4rem);display:flex}.product-preview__primary-action,.product-preview__secondary-action{min-height:3.25rem;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;gap:.7rem;padding:.85rem 1.2rem;font-size:.88rem;font-weight:800;display:inline-flex}.product-preview__primary-action{background-color:var(--color-navy-900);color:var(--color-white)}.product-preview__primary-action svg{color:var(--color-yellow-500);transition:transform var(--transition-fast)}.product-preview__primary-action:hover{background-color:var(--color-navy-700);transform:translateY(-3px)}.product-preview__primary-action:hover svg{transform:translate(2px,-2px)}.product-preview__secondary-action{color:var(--color-navy-900);background-color:#0000;border:1px solid #0d2f5738}.product-preview__secondary-action svg{color:var(--color-yellow-600,#d4a000);transition:transform var(--transition-fast)}.product-preview__secondary-action:hover{border-color:var(--color-navy-900);background-color:var(--color-white);transform:translateY(-3px)}.product-preview__secondary-action:hover svg{transform:translate(2px,-2px)}@media (width<=1050px){.product-preview__layout{grid-template-columns:minmax(0,1fr) minmax(260px,320px);gap:2.5rem}.product-preview__column--left,.product-preview__column--right{grid-column:1}.product-preview__column--left{grid-row:1}.product-preview__column--right{grid-row:2}.product-preview__visual{grid-area:1/2/span 2;min-height:42rem}.product-preview__feature p{max-width:28rem}.product-preview__floating-note--left{left:-1rem}.product-preview__floating-note--right{right:-1rem}}@media (width<=820px){.product-preview__layout{grid-template-columns:1fr}.product-preview__visual{order:1;grid-area:auto;min-height:38rem}.product-preview__column--left{order:2;grid-area:auto}.product-preview__column--right{order:3;grid-area:auto}.product-preview__column{width:min(100%,42rem);margin-inline:auto}.product-preview__phone-wrap{width:min(100%,19rem)}.product-preview__floating-note--left{left:max(1rem,50% - 13rem)}.product-preview__floating-note--right{right:max(1rem,50% - 13rem)}}@media (width<=650px){.product-preview{padding-block:4rem}.product-preview__header{margin-bottom:2.5rem}.product-preview__eyebrow{font-size:.65rem}.product-preview__eyebrow:before,.product-preview__eyebrow:after{width:1.25rem}.product-preview__header h2{font-size:clamp(2.05rem,10vw,2.75rem)}.product-preview__header p{font-size:.96rem}.product-preview__visual{flex-direction:column;min-height:34rem}.product-preview__phone-wrap{width:min(100%,17rem)}.product-preview__glow{width:20rem;height:20rem}.product-preview__floating-note{min-height:2.6rem;margin-top:.7rem;padding:.65rem .85rem}.product-preview__floating-note--left{order:2}.product-preview__floating-note--right{order:3;bottom:2rem!important}.product-preview__feature{grid-template-columns:2.8rem minmax(0,1fr);padding-block:1.15rem}.product-preview__feature-icon{width:2.8rem;height:2.8rem}.product-preview__feature h3{font-size:1rem}.product-preview__feature p{max-width:none;font-size:.88rem}.product-preview__actions{flex-direction:column;align-items:stretch}.product-preview__primary-action,.product-preview__secondary-action{width:100%}}@media (width<=390px){.product-preview__visual{min-height:31rem}.product-preview__phone-wrap{width:min(100%,15.5rem)}.product-preview__feature{grid-template-columns:2.6rem minmax(0,1fr);gap:.8rem}.product-preview__feature-icon{width:2.6rem;height:2.6rem}}@media (prefers-reduced-motion:reduce){.product-preview__feature-icon,.product-preview__primary-action,.product-preview__secondary-action,.product-preview__primary-action svg,.product-preview__secondary-action svg{transition:none}}.relay-journey{background-color:#f7f8fa;padding-top:clamp(4.5rem,8vw,7rem);position:relative;overflow:hidden}.relay-journey__header{text-align:center;max-width:44rem;margin:0 auto clamp(3rem,6vw,5rem)}.relay-journey__eyebrow{color:var(--color-navy-700);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.7rem;margin-bottom:1rem;font-size:.7rem;font-weight:800;display:inline-flex}.relay-journey__eyebrow:before,.relay-journey__eyebrow:after{background-color:var(--color-yellow-500);content:"";width:1.8rem;height:2px}.relay-journey__header h2{color:var(--color-navy-900);letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2.25rem,4vw,3.125rem);font-weight:650;line-height:1.06}.relay-journey__header p{max-width:37rem;color:var(--color-navy-800);margin:0 auto;font-size:1rem;font-weight:500;line-height:1.7}.relay-journey__steps{justify-content:center;align-items:stretch;margin-bottom:clamp(4.5rem,8vw,7rem);display:flex}.relay-journey__step-group{flex:1;align-items:center;min-width:0;display:flex}.relay-journey__step{text-align:center;flex:1;min-width:0;padding-inline:clamp(.75rem,2vw,1.5rem)}.relay-journey__icon{background-color:var(--color-yellow-500);width:4rem;height:4rem;color:var(--color-navy-950);transition:background-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);place-items:center;margin:0 auto 1.25rem;font-size:1.45rem;display:grid}.relay-journey__step:hover .relay-journey__icon{background-color:var(--color-navy-900);color:var(--color-yellow-500);transform:translateY(-4px)}.relay-journey__step h3{color:var(--color-navy-900);letter-spacing:-.025em;margin-bottom:.7rem;font-size:1.18rem;font-weight:700;line-height:1.2}.relay-journey__step p{max-width:15rem;color:var(--color-navy-800);margin:0 auto;font-size:.88rem;font-weight:500;line-height:1.6}.relay-journey__arrow{width:3.2rem;color:var(--color-yellow-600,#d4a000);flex-shrink:0;place-items:center;font-size:1.65rem;display:grid}.relay-journey__arrow svg{filter:drop-shadow(0 4px 10px #ffc4002e)}.relay-journey__app-banner{isolation:isolate;background-color:var(--color-navy-950);min-height:25rem;position:relative;overflow:hidden}.relay-journey__banner-image{z-index:-3;background-image:url(https://images.unsplash.com/photo-1512428559087-560fa5ceab42?auto=format&fit=crop&w=2000&q=90);background-position:50% 55%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.relay-journey__banner-overlay{z-index:-2;background:linear-gradient(90deg,#04111ff7 0%,#04111fe6 42%,#04111f94 72%,#04111fc7 100%),linear-gradient(#04111f1a,#04111fb8);position:absolute;inset:0}.relay-journey__banner-content{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(3rem,8vw,8rem);min-height:25rem;padding-block:4rem;display:grid}.relay-journey__banner-copy{max-width:39rem}.relay-journey__banner-copy>span{color:var(--color-yellow-500);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;font-size:.7rem;font-weight:800;display:block}.relay-journey__banner-copy h2{color:var(--color-white);letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2.2rem,4vw,3.125rem);font-weight:650;line-height:1.05}.relay-journey__banner-copy h2 strong{color:var(--color-yellow-500);font-weight:650;display:block}.relay-journey__banner-copy p{color:#ffffffeb;max-width:32rem;margin:0;font-size:1rem;font-weight:500;line-height:1.7}.relay-journey__downloads{justify-items:start;gap:1.25rem;display:grid}.relay-journey__badges{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.relay-journey__badges a{transition:transform var(--transition-fast);display:inline-flex}.relay-journey__badges a:hover{transform:translateY(-3px)}.relay-journey__badges img{object-fit:contain;width:auto;height:3.25rem;display:block}.relay-journey__banner-link{color:var(--color-white);align-items:center;gap:.65rem;font-size:.84rem;font-weight:700;display:inline-flex}.relay-journey__banner-link svg{color:var(--color-yellow-500);transition:transform var(--transition-fast)}.relay-journey__banner-link:hover svg{transform:translate(2px,-2px)}@media (width<=950px){.relay-journey__steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem 1.5rem;display:grid}.relay-journey__step-group{position:relative}.relay-journey__step-group:nth-child(2) .relay-journey__arrow{display:none}.relay-journey__arrow{width:2rem}.relay-journey__banner-content{grid-template-columns:1fr;gap:2rem}}@media (width<=650px){.relay-journey{padding-top:4rem}.relay-journey__header{margin-bottom:3rem}.relay-journey__header h2,.relay-journey__banner-copy h2{font-size:clamp(2.1rem,10vw,2.8rem)}.relay-journey__steps{grid-template-columns:1fr;gap:0}.relay-journey__step-group{flex-direction:column;align-items:center}.relay-journey__step{padding-block:1rem}.relay-journey__step p{max-width:22rem}.relay-journey__arrow,.relay-journey__step-group:nth-child(2) .relay-journey__arrow{width:auto;height:3rem;display:grid;transform:rotate(90deg)}.relay-journey__step-group:last-child .relay-journey__arrow{display:none}.relay-journey__app-banner,.relay-journey__banner-content{min-height:30rem}.relay-journey__banner-overlay{background:linear-gradient(#04111fa6 0%,#04111ff0 55%,#04111ffc 100%)}.relay-journey__banner-content{align-content:end;padding-block:3rem}.relay-journey__badges{flex-direction:column;align-items:flex-start}.relay-journey__badges img{height:3rem}}@media (prefers-reduced-motion:reduce){.relay-journey__icon,.relay-journey__badges a,.relay-journey__banner-link svg{transition:none}}.relay-journey__safety{border-left:4px solid var(--color-yellow-500);background-color:var(--color-navy-950);justify-content:space-between;align-items:center;gap:3rem;max-width:65rem;min-height:8.5rem;margin:0 auto clamp(2.5rem,4vw,3rem);padding:1.6rem 1.8rem;display:flex}.relay-journey__safety-content{max-width:42rem}.relay-journey__safety-content>span{color:var(--color-yellow-500);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.45rem;font-size:.65rem;font-weight:800;display:block}.relay-journey__safety-content h3{color:var(--color-white);letter-spacing:-.03em;margin:0 0 .45rem;font-size:clamp(1.25rem,2.2vw,1.7rem);font-weight:700;line-height:1.2}.relay-journey__safety-content p{color:#ffffffa8;margin:0;font-size:.8rem;line-height:1.6}.relay-journey__safety-link{background-color:var(--color-yellow-500);min-height:3.2rem;color:var(--color-navy-950);transition:background-color var(--transition-fast), transform var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;gap:.65rem;padding:.85rem 1.1rem;font-size:.78rem;font-weight:800;display:inline-flex}.relay-journey__safety-link:hover{background-color:var(--color-yellow-400);transform:translateY(-2px)}.relay-journey__safety-link svg{transition:transform var(--transition-fast);font-size:.95rem}.relay-journey__safety-link:hover svg{transform:translate(2px,-2px)}@media (width<=700px){.relay-journey__safety{flex-direction:column;align-items:flex-start;gap:1.4rem;padding:1.4rem}.relay-journey__safety-link{width:100%}}.supported-areas{z-index:8;margin-top:-3rem;margin-bottom:-3rem;position:relative}.supported-areas__panel{background-color:var(--color-navy-950);width:min(100%,46rem);margin-inline:auto;box-shadow:0 20px 45px #07192f33}.supported-areas__top{border-bottom:1px solid #ffffff29;justify-content:center;align-items:center;gap:clamp(1.5rem,4vw,3rem);min-height:6rem;padding:1.2rem 2rem;display:flex}.supported-areas__label{color:#ffffff9e;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;font-size:.68rem;font-weight:800}.supported-areas__locations{align-items:center;gap:clamp(1.2rem,3vw,2.5rem);display:flex}.supported-areas__location{align-items:center;gap:.7rem;display:flex}.supported-areas__icon{background-color:var(--color-yellow-500);width:2.6rem;height:2.6rem;color:var(--color-navy-950);place-items:center;font-size:1rem;display:grid}.supported-areas__location strong{color:var(--color-white);font-size:1rem;font-weight:750}.supported-areas__divider{background-color:#ffffff2e;width:1px;height:2.6rem}.supported-areas__bottom{justify-content:space-between;align-items:center;gap:1.5rem;min-height:4.8rem;padding:1rem 1.25rem 1rem 2rem;display:flex}.supported-areas__bottom p{color:#ffffffa8;margin:0;font-size:.72rem;line-height:1.5}.supported-areas__bottom a{background-color:var(--color-yellow-500);min-height:2.8rem;color:var(--color-navy-950);transition:background-color var(--transition-fast), transform var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;gap:.55rem;padding:.7rem .9rem;font-size:.7rem;font-weight:800;display:inline-flex}.supported-areas__bottom a:hover{background-color:var(--color-yellow-400);transform:translateY(-2px)}.supported-areas__bottom a svg{font-size:.9rem}.supported-areas+section{padding-top:calc(clamp(5rem,9vw,8rem) + 3rem)}@media (width<=650px){.supported-areas{margin-top:-2.5rem;margin-bottom:-2.5rem}.supported-areas__panel{width:calc(100% - 1.5rem)}.supported-areas__top{flex-direction:column;align-items:flex-start;gap:1rem;min-height:auto;padding:1.25rem}.supported-areas__locations{justify-content:space-between;width:100%}.supported-areas__location{flex:1}.supported-areas__divider{flex-shrink:0}.supported-areas__bottom{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem}.supported-areas__bottom a{width:100%}.supported-areas+section{padding-top:calc(clamp(4rem,9vw,6rem) + 2.5rem)}}@media (width<=390px){.supported-areas__icon{width:2.3rem;height:2.3rem}.supported-areas__location strong{font-size:.88rem}}.supported-partners{background-color:#f4f2ec;padding-block:clamp(5rem,3vw,8rem);position:relative;overflow:hidden}.supported-partners__header{grid-template-columns:minmax(0,1fr) minmax(280px,.48fr);align-items:end;gap:clamp(2rem,7vw,7rem);margin-bottom:clamp(2.8rem,6vw,4.5rem);display:grid}.supported-partners__eyebrow{color:var(--color-navy-700);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.7rem;margin-bottom:1rem;font-size:.68rem;font-weight:800;display:inline-flex}.supported-partners__eyebrow:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.supported-partners__header h2{color:var(--color-navy-900);letter-spacing:-.055em;margin:0;font-size:clamp(2.5rem,4.5vw,4rem);font-weight:680;line-height:1.02}.supported-partners__header h2 span{color:var(--color-yellow-600,#c99700)}.supported-partners__header>p{color:var(--color-navy-800);margin:0;font-size:.92rem;line-height:1.75}.supported-partners__grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:1.25rem;display:grid}.supported-partners__card{background-color:var(--color-white);transition:box-shadow var(--transition-fast), transform var(--transition-fast);grid-column:span 4;overflow:hidden;box-shadow:0 18px 45px #07192f14}.supported-partners__card:nth-child(4),.supported-partners__card:nth-child(5){grid-column:span 6}.supported-partners__card:hover{transform:translateY(-6px);box-shadow:0 26px 60px #07192f24}.supported-partners__image{background-color:var(--color-navy-950);height:15rem;position:relative;overflow:hidden}.supported-partners__card:nth-child(4) .supported-partners__image,.supported-partners__card:nth-child(5) .supported-partners__image{height:18rem}.supported-partners__image img{object-fit:cover;width:100%;height:100%;transition:transform .65s}.supported-partners__card:hover .supported-partners__image img{transform:scale(1.045)}.supported-partners__image-overlay{background:linear-gradient(#07192f08 30%,#07192fcc 100%);position:absolute;inset:0}.supported-partners__number{background-color:var(--color-yellow-500);width:2.6rem;height:2.6rem;color:var(--color-navy-950);place-items:center;font-size:.66rem;font-weight:850;display:grid;position:absolute;bottom:1rem;right:1rem}.supported-partners__content{min-height:10rem;padding:1.45rem}.supported-partners__content h3{color:var(--color-navy-900);letter-spacing:-.025em;margin:0 0 .55rem;font-size:1.15rem;font-weight:750}.supported-partners__content p{color:var(--color-navy-800);margin:0;font-size:.85rem;font-weight:500;line-height:1.6}.supported-partners__restaurant-flow{background-color:var(--color-white);border:1px solid #0d2f5724;grid-template-columns:minmax(240px,.42fr) minmax(0,1fr);margin-top:1.5rem;display:grid}.supported-partners__flow-heading{background-color:var(--color-navy-950);flex-direction:column;justify-content:center;align-items:flex-start;min-height:11rem;padding:1.6rem;display:flex}.supported-partners__flow-heading>span{color:var(--color-yellow-500);letter-spacing:.11em;text-transform:uppercase;margin-bottom:.55rem;font-size:.59rem;font-weight:800}.supported-partners__flow-heading h3{max-width:18rem;color:var(--color-white);letter-spacing:-.035em;margin:0;font-size:1.35rem;font-weight:680;line-height:1.2}.supported-partners__flow-steps{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.supported-partners__flow-steps>div{border-right:1px solid #0d2f5721;flex-direction:column;justify-content:center;align-items:flex-start;min-height:11rem;padding:1.4rem;display:flex}.supported-partners__flow-steps>div:last-child{border-right:0}.supported-partners__flow-steps span{color:var(--color-yellow-600,#c99700);margin-bottom:1rem;font-size:.65rem;font-weight:850;display:block}.supported-partners__flow-steps p{color:var(--color-navy-900);margin:0;font-size:.72rem;font-weight:650;line-height:1.55}.supported-partners__footer{background-color:var(--color-navy-950);justify-content:space-between;align-items:center;gap:3rem;min-height:7.5rem;margin-top:1.5rem;padding:1.4rem 1.6rem;display:flex}.supported-partners__footer>div{gap:.35rem;display:grid}.supported-partners__footer>div>span{color:var(--color-white);font-size:.9rem;font-weight:750}.supported-partners__footer p{color:#ffffff96;max-width:44rem;margin:0;font-size:.72rem;line-height:1.55}.supported-partners__action{background-color:var(--color-yellow-500);min-height:3.25rem;color:var(--color-navy-950);transition:background-color var(--transition-fast), transform var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;gap:.65rem;padding:.85rem 1rem;font-size:.75rem;font-weight:800;display:inline-flex}.supported-partners__action:hover{background-color:var(--color-yellow-400);transform:translateY(-2px)}@media (width<=950px){.supported-partners__header{grid-template-columns:1fr}.supported-partners__card{grid-column:span 6}.supported-partners__card:nth-child(5){grid-column:span 12}.supported-partners__restaurant-flow{grid-template-columns:1fr}.supported-partners__flow-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.supported-partners{padding-block:4rem}.supported-partners__header h2{font-size:clamp(2.35rem,11vw,3.2rem)}.supported-partners__grid{grid-template-columns:1fr}.supported-partners__card,.supported-partners__card:nth-child(4),.supported-partners__card:nth-child(5){grid-column:auto}.supported-partners__image,.supported-partners__card:nth-child(4) .supported-partners__image,.supported-partners__card:nth-child(5) .supported-partners__image{height:14rem}.supported-partners__content{min-height:auto}.supported-partners__flow-steps{grid-template-columns:1fr}.supported-partners__flow-steps>div{border-bottom:1px solid #0d2f5721;border-right:0;min-height:7rem}.supported-partners__footer{flex-direction:column;align-items:flex-start;gap:1.4rem}.supported-partners__action{width:100%}}.why-relay{background-color:var(--color-white);padding-block:clamp(4.5rem,8vw,7rem);position:relative;overflow:hidden}.why-relay__layout{z-index:1;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:stretch;min-height:36rem;display:grid;position:relative}.why-relay__image{isolation:isolate;background-color:var(--color-navy-950);min-height:36rem;position:relative;overflow:hidden}.why-relay__image img{z-index:-2;object-fit:cover;width:100%;height:100%;transition:transform .7s;position:absolute;inset:0}.why-relay__image:hover img{transform:scale(1.025)}.why-relay__image-overlay{z-index:-1;background:linear-gradient(#0412220d 0%,#04122229 42%,#041222d1 100%);position:absolute;inset:0}.why-relay__image-note{color:var(--color-white);border-top:1px solid #ffffff47;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding-top:1.1rem;font-size:.75rem;font-weight:700;display:grid;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}.why-relay__image-note>span{color:#ffffffc7}.why-relay__image-note strong{color:var(--color-yellow-500)}.why-relay__journey-line{background-color:#ffffff47;height:1px;position:relative}.why-relay__journey-line span{background-color:var(--color-yellow-500);border-radius:50%;width:.55rem;height:.55rem;position:absolute;top:50%;left:62%;transform:translate(-50%,-50%);box-shadow:0 0 0 5px #ffc40024}.why-relay__content{background-color:#f3f1eb;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(2.25rem,5vw,4.5rem);display:flex}.why-relay__eyebrow{color:var(--color-navy-700);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.7rem;margin-bottom:1.1rem;font-size:.7rem;font-weight:800;display:inline-flex}.why-relay__eyebrow:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.why-relay__content h2{max-width:34rem;color:var(--color-navy-900);letter-spacing:-.045em;margin-bottom:1.25rem;font-size:clamp(2.25rem,4vw,3.125rem);font-weight:650;line-height:1.04}.why-relay__content h2 span{color:var(--color-navy-700);font-weight:600;display:block}.why-relay__content>p{max-width:31rem;color:var(--color-navy-800);margin-bottom:2rem;font-size:1rem;font-weight:500;line-height:1.7}.why-relay__benefits{border-top:1px solid #0d2f5726;gap:0;width:100%;max-width:31rem;margin-bottom:2rem;display:grid}.why-relay__benefits li{min-height:3.8rem;color:var(--color-navy-900);border-bottom:1px solid #0d2f5726;grid-template-columns:1.8rem 1fr;align-items:center;gap:.8rem;font-size:.92rem;font-weight:650;display:grid}.why-relay__benefits svg{color:var(--color-yellow-600,#d4a000);font-size:1.05rem}.why-relay__action{background-color:var(--color-navy-900);min-height:3.2rem;color:var(--color-white);transition:background-color var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;gap:.7rem;padding:.85rem 1.15rem;font-size:.88rem;font-weight:800;display:inline-flex}.why-relay__action svg{color:var(--color-yellow-500);transition:transform var(--transition-fast)}.why-relay__action:hover{background-color:var(--color-navy-700);transform:translateY(-2px)}.why-relay__action:hover svg{transform:translate(2px,-2px)}@media (width<=950px){.why-relay__layout{grid-template-columns:1fr}.why-relay__image{min-height:31rem}.why-relay__content{padding-block:3.5rem}}@media (width<=650px){.why-relay{padding-block:4rem}.why-relay__image{min-height:27rem}.why-relay__image-note{gap:.7rem;font-size:.68rem;bottom:1.1rem;left:1.1rem;right:1.1rem}.why-relay__content{padding:2rem 1.25rem}.why-relay__content h2{font-size:clamp(2.1rem,10vw,2.8rem)}.why-relay__content>p{font-size:.96rem}.why-relay__action{width:100%}}@media (width<=420px){.why-relay__image{min-height:24rem}.why-relay__image-note{grid-template-columns:auto 1fr auto}.why-relay__journey-line{width:100%}}@media (prefers-reduced-motion:reduce){.why-relay__image img,.why-relay__action,.why-relay__action svg{transition:none}}.home-page{overflow:hidden}.how-it-works-page{background-color:var(--color-white);overflow:hidden}.hiw-hero{isolation:isolate;background-color:var(--color-navy-950);min-height:calc(100vh - 5.75rem);position:relative;overflow:hidden}.hiw-hero__image{z-index:-3;background-image:url(/assets/parcel-arrival-DVres3sC.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hiw-hero__overlay{z-index:-2;background:linear-gradient(90deg,#04111ffa 0%,#04111fed 39%,#04111fa6 68%,#04111f61 100%),linear-gradient(#04111f26,#04111fbf);position:absolute;inset:0}.hiw-hero__container{grid-template-columns:minmax(0,1fr) minmax(330px,.55fr);align-items:center;gap:clamp(3rem,8vw,8rem);min-height:calc(100vh - 5.75rem);padding-block:clamp(5rem,10vw,8rem);display:grid}.hiw-hero__content{max-width:49rem}.hiw-hero__eyebrow{color:var(--color-yellow-500);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.3rem;font-size:.7rem;font-weight:800;display:inline-flex}.hiw-hero__eyebrow:before{content:"";background-color:currentColor;width:2rem;height:2px}.hiw-hero h1{max-width:48rem;color:var(--color-white);letter-spacing:-.065em;margin-bottom:1.5rem;font-size:clamp(3.25rem,4vw,4rem);font-weight:700;line-height:.96}.hiw-hero h1 span{color:var(--color-yellow-500)}.hiw-hero__content>p{color:#ffffffe6;max-width:39rem;margin-bottom:2.2rem;font-size:clamp(1rem,1.4vw,1.15rem);font-weight:500;line-height:1.75}.hiw-hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hiw-hero__primary,.hiw-hero__secondary{min-height:3.5rem;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;gap:.7rem;padding:.9rem 1.3rem;font-size:.88rem;font-weight:800;display:inline-flex}.hiw-hero__primary{background-color:var(--color-yellow-500);color:var(--color-navy-950)}.hiw-hero__primary:hover{background-color:var(--color-yellow-400);transform:translateY(-3px)}.hiw-hero__secondary{color:var(--color-white);border:1px solid #ffffff59}.hiw-hero__secondary:hover{border-color:var(--color-white);background-color:#ffffff14;transform:translateY(-3px)}.hiw-hero__status{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#051527e0;border:1px solid #fff3;align-self:end;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 24px 70px #00000047}.hiw-hero__status-top{border-bottom:1px solid #ffffff24;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1.25rem;display:flex}.hiw-hero__status-top>div{gap:.35rem;display:grid}.hiw-hero__status-top span,.hiw-hero__route span,.hiw-hero__arrival span{color:#ffffff8c;font-size:.68rem;font-weight:600}.hiw-hero__status-top strong,.hiw-hero__route strong,.hiw-hero__arrival strong{color:var(--color-white);font-size:.82rem}.hiw-hero__live{letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.45rem;display:inline-flex;color:var(--color-yellow-500)!important;font-weight:800!important}.hiw-hero__live i{background-color:currentColor;border-radius:50%;width:.45rem;height:.45rem;box-shadow:0 0 0 5px #ffc4001f}.hiw-hero__route{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding-block:1.5rem;display:grid}.hiw-hero__route>div{gap:.3rem;display:grid}.hiw-hero__route>div:last-child{text-align:right}.hiw-hero__route-line{background-color:#ffffff47;width:4rem;height:1px;position:relative}.hiw-hero__route-line i{background-color:var(--color-yellow-500);border-radius:50%;width:.55rem;height:.55rem;position:absolute;top:50%;left:65%;transform:translate(-50%,-50%)}.hiw-hero__arrival{border-top:1px solid #ffffff24;align-items:center;gap:.85rem;padding-top:1.2rem;display:flex}.hiw-hero__arrival>svg{color:var(--color-yellow-500);font-size:1.2rem}.hiw-hero__arrival>div{gap:.25rem;display:grid}.hiw-overview{background-color:#f4f2ec;padding-block:clamp(4.5rem,8vw,7rem)}.hiw-overview__header{text-align:center;max-width:43rem;margin:0 auto clamp(3rem,6vw,4.5rem)}.hiw-overview__header>span,.hiw-trust__header>span{color:var(--color-navy-700);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.8rem;font-size:.7rem;font-weight:800;display:block}.hiw-overview__header h2,.hiw-trust__header h2{color:var(--color-navy-900);letter-spacing:-.045em;margin-bottom:.9rem;font-size:clamp(2.2rem,4vw,3.125rem);font-weight:650;line-height:1.05}.hiw-overview__header p{color:var(--color-navy-800);margin:0;font-size:1rem;font-weight:500;line-height:1.7}.hiw-overview__route{align-items:center;display:flex}.hiw-overview__group{flex:1;align-items:center;min-width:0;display:flex}.hiw-overview__step{text-align:center;flex:1;justify-items:center;min-width:0;display:grid}.hiw-overview__icon{background-color:var(--color-navy-900);width:4.4rem;height:4.4rem;color:var(--color-yellow-500);place-items:center;margin-bottom:1rem;font-size:1.45rem;display:grid}.hiw-overview__step>span:not(.hiw-overview__icon){color:var(--color-yellow-600,#c89700);letter-spacing:.12em;margin-bottom:.35rem;font-size:.65rem;font-weight:800}.hiw-overview__step strong{color:var(--color-navy-900);font-size:1rem}.hiw-overview__arrow{width:2.5rem;color:var(--color-yellow-600,#c89700);flex-shrink:0;font-size:1.5rem}.hiw-process{background-color:var(--color-white);padding-block:clamp(5rem,9vw,8rem)}.hiw-process .site-container{gap:clamp(4rem,9vw,8rem);display:grid}.hiw-process__row{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:stretch;min-height:35rem;display:grid}.hiw-process__row--reverse{grid-template-columns:minmax(360px,.95fr) minmax(0,1.05fr)}.hiw-process__row--reverse .hiw-process__visual{grid-area:1/2}.hiw-process__row--reverse .hiw-process__content{grid-area:1/1}.hiw-process__visual{isolation:isolate;background-color:var(--color-navy-950);min-height:35rem;position:relative;overflow:hidden}.hiw-process__visual img{z-index:-2;object-fit:cover;width:100%;height:100%;transition:transform .7s;position:absolute;inset:0}.hiw-process__visual:hover img{transform:scale(1.03)}.hiw-process__visual-overlay{z-index:-1;background:linear-gradient(#04111f14,#04111f38 50%,#04111fd9);position:absolute;inset:0}.hiw-process__visual-number{width:2.8rem;height:2.8rem;color:var(--color-yellow-500);border:1px solid #ffffff73;place-items:center;font-size:.68rem;font-weight:800;display:grid;position:absolute;top:1.4rem;left:1.4rem}.hiw-process__visual-label{color:var(--color-white);border-top:1px solid #ffffff4d;align-items:center;gap:.8rem;padding-top:1rem;font-size:.8rem;font-weight:700;display:flex;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}.hiw-process__visual-label svg{color:var(--color-yellow-500);font-size:1.1rem}.hiw-process__content{background-color:#f4f2ec;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(2.25rem,5vw,4.5rem);display:flex}.hiw-process__eyebrow{color:var(--color-yellow-600,#c89700);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;font-size:.7rem;font-weight:800}.hiw-process__content h2{max-width:35rem;color:var(--color-navy-900);letter-spacing:-.045em;margin-bottom:1.1rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:650;line-height:1.08}.hiw-process__content>p{max-width:32rem;color:var(--color-navy-800);margin-bottom:1.8rem;font-size:1rem;font-weight:500;line-height:1.7}.hiw-process__detail{color:var(--color-navy-900);align-items:center;gap:.75rem;font-size:.9rem;font-weight:700;display:flex}.hiw-process__detail svg{background-color:var(--color-yellow-500);width:1.9rem;height:1.9rem;color:var(--color-navy-950);padding:.45rem;display:grid}.hiw-process__payment{border-top:1px solid #0d2f5726;align-items:center;gap:.85rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.hiw-process__payment>svg{color:var(--color-yellow-600,#c89700);font-size:1.25rem}.hiw-process__payment>div{gap:.25rem;display:grid}.hiw-process__payment span{color:var(--color-grey-600);font-size:.68rem}.hiw-process__payment strong{color:var(--color-navy-900);font-size:.88rem}.hiw-process__link{background-color:var(--color-navy-900);min-height:3.2rem;color:var(--color-white);align-items:center;gap:.7rem;margin-top:1.8rem;padding:.85rem 1.1rem;font-size:.86rem;font-weight:800;display:inline-flex}.hiw-tracking{background-color:var(--color-navy-950);position:relative;overflow:hidden}.hiw-tracking__layout{grid-template-columns:minmax(0,1fr) minmax(300px,.75fr);align-items:center;gap:clamp(3rem,8vw,8rem);min-height:46rem;padding-block:clamp(5rem,9vw,8rem);display:grid}.hiw-tracking__content{max-width:42rem}.hiw-tracking__eyebrow{color:var(--color-yellow-500);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;font-size:.7rem;font-weight:800;display:block}.hiw-tracking h2{color:var(--color-white);letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2.3rem,4vw,3.125rem);font-weight:650;line-height:1.05}.hiw-tracking h2 span{color:var(--color-yellow-500);display:block}.hiw-tracking__content>p{color:#ffffffdb;max-width:35rem;margin-bottom:2rem;font-size:1rem;font-weight:500;line-height:1.7}.hiw-tracking__updates{border-top:1px solid #ffffff29;max-width:35rem}.hiw-tracking__update{border-bottom:1px solid #ffffff29;grid-template-columns:2rem 1fr auto;align-items:center;gap:.8rem;min-height:4rem;display:grid}.hiw-tracking__marker{width:1.8rem;height:1.8rem;color:var(--color-white);border:1px solid #ffffff40;place-items:center;display:grid}.hiw-tracking__marker i{background-color:var(--color-yellow-500);border-radius:50%;width:.45rem;height:.45rem;box-shadow:0 0 0 5px #ffc4001a}.hiw-tracking__update--complete .hiw-tracking__marker{border-color:var(--color-yellow-500);background-color:var(--color-yellow-500);color:var(--color-navy-950)}.hiw-tracking__update strong{color:var(--color-white);font-size:.86rem}.hiw-tracking__update time{color:#ffffff8c;font-size:.72rem}.hiw-tracking__action{background-color:var(--color-yellow-500);min-height:3.25rem;color:var(--color-navy-950);align-items:center;gap:.7rem;margin-top:2rem;padding:.85rem 1.15rem;font-size:.86rem;font-weight:800;display:inline-flex}.hiw-tracking__phone{justify-content:center;align-items:center;min-height:39rem;display:flex;position:relative}.hiw-tracking__phone img{z-index:2;filter:drop-shadow(0 32px 38px #00000061);width:min(100%,20rem);height:auto;position:relative}.hiw-tracking__glow{filter:blur(12px);background:radial-gradient(circle,#ffc40038,#0000 68%);border-radius:50%;width:25rem;height:25rem;position:absolute}.hiw-tracking__note{z-index:3;background-color:var(--color-white);color:var(--color-navy-900);padding:.75rem .95rem;font-size:.75rem;font-weight:800;position:absolute;box-shadow:0 14px 35px #00000040}.hiw-tracking__note--top{top:11rem;left:-1rem}.hiw-tracking__note--bottom{color:green;bottom:4rem;right:-1rem}.hiw-trust{background-color:#f4f2ec;padding-block:clamp(4.5rem,8vw,7rem)}.hiw-trust__header{max-width:45rem;margin-bottom:clamp(3rem,6vw,4.5rem)}.hiw-trust__header h2{max-width:43rem}.hiw-trust__list{border-top:1px solid #0d2f5729;border-left:1px solid #0d2f5729;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.hiw-trust__item{border-bottom:1px solid #0d2f5729;border-right:1px solid #0d2f5729;grid-template-columns:3rem 1fr;align-items:start;gap:1.2rem;min-height:11rem;padding:2rem;display:grid}.hiw-trust__icon{background-color:var(--color-yellow-500);width:3rem;height:3rem;color:var(--color-navy-950);place-items:center;font-size:1.15rem;display:grid}.hiw-trust__item h3{color:var(--color-navy-900);margin-bottom:.45rem;font-size:1.05rem;font-weight:700}.hiw-trust__item p{max-width:26rem;color:var(--color-navy-800);margin:0;font-size:.9rem;font-weight:500;line-height:1.65}.hiw-app{isolation:isolate;background-color:var(--color-navy-950);min-height:28rem;position:relative;overflow:hidden}.hiw-app__image{z-index:-3;background-image:url(/assets/rider-transporting-Cg3O_nhA.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hiw-app__overlay{z-index:-2;background:linear-gradient(90deg,#04111ffa,#04111fe0 52%,#04111f85);position:absolute;inset:0}.hiw-app__content{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(3rem,8vw,8rem);min-height:28rem;padding-block:4rem;display:grid}.hiw-app__content>div:first-child{max-width:42rem}.hiw-app__content>div:first-child>span{color:var(--color-yellow-500);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.9rem;font-size:.7rem;font-weight:800;display:block}.hiw-app h2{color:var(--color-white);letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2.25rem,4vw,3.125rem);font-weight:650;line-height:1.05}.hiw-app h2 strong{color:var(--color-yellow-500);font-weight:650;display:block}.hiw-app__content p{color:#ffffffe0;margin:0;font-size:1rem;font-weight:500}.hiw-app__actions{justify-items:start;gap:1.2rem;display:grid}.hiw-app__badges{flex-wrap:wrap;gap:.75rem;display:flex}.hiw-app__badges a{display:inline-flex}.hiw-app__badges img{width:auto;height:3rem;display:block}.hiw-app__actions>a{color:var(--color-white);align-items:center;gap:.65rem;font-size:.84rem;font-weight:800;display:inline-flex}.hiw-app__actions>a svg{color:var(--color-yellow-500)}@media (width<=1000px){.hiw-hero__container,.hiw-tracking__layout{grid-template-columns:1fr}.hiw-hero__status{justify-self:end;width:min(100%,34rem)}.hiw-process__row,.hiw-process__row--reverse{grid-template-columns:1fr}.hiw-process__row--reverse .hiw-process__visual,.hiw-process__row--reverse .hiw-process__content{grid-area:auto}.hiw-process__visual{min-height:32rem}.hiw-tracking__phone{min-height:36rem}.hiw-app__content{grid-template-columns:1fr;gap:2rem}}@media (width<=760px){.hiw-overview__route{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem 1rem;display:grid}.hiw-overview__arrow{display:none}.hiw-trust__list{grid-template-columns:1fr}}@media (width<=650px){.hiw-hero{min-height:auto}.hiw-hero__container{align-content:end;min-height:44rem;padding-block:5rem 3rem}.hiw-hero h1{font-size:clamp(3rem,14vw,4.5rem)}.hiw-hero__actions{flex-direction:column;align-items:stretch}.hiw-hero__primary,.hiw-hero__secondary{width:100%}.hiw-hero__status{display:none}.hiw-overview,.hiw-process,.hiw-trust{padding-block:4rem}.hiw-overview__header h2,.hiw-trust__header h2,.hiw-tracking h2,.hiw-app h2{font-size:clamp(2.1rem,10vw,2.8rem)}.hiw-overview__route{grid-template-columns:1fr}.hiw-process .site-container{gap:3rem}.hiw-process__visual{min-height:27rem}.hiw-process__content{padding:2rem 1.25rem}.hiw-process__content h2{font-size:2.1rem}.hiw-tracking__layout{padding-block:4rem}.hiw-tracking__phone{min-height:32rem}.hiw-tracking__phone img{width:min(100%,17rem)}.hiw-tracking__note{margin-top:.7rem}.hiw-tracking__phone{flex-direction:column}.hiw-trust__item{padding:1.5rem}.hiw-process__visual img{object-position:right center}.hiw-app,.hiw-app__content{min-height:34rem}.hiw-app__content{align-content:end;padding-block:3rem}.hiw-app__badges{flex-direction:column;align-items:flex-start}}@media (width<=420px){.hiw-hero__route{grid-template-columns:1fr}.hiw-hero__route-line{justify-self:start;width:1px;height:2rem}.hiw-hero__route>div:last-child{text-align:left}.hiw-process__visual{min-height:24rem}.hiw-trust__item{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.hiw-process__visual img,.hiw-hero__primary,.hiw-hero__secondary{transition:none}}.before-delivery{background-color:#fff;padding-block:clamp(4.5rem,8vw,7rem);position:relative;overflow:hidden}.before-delivery:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffc4001a,#0000 70%);width:25rem;height:25rem;position:absolute;top:-10rem;right:-9rem}.before-delivery .site-container{z-index:1;position:relative}.before-delivery__header{border-bottom:1px solid #0d2f5729;grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);align-items:end;gap:clamp(2rem,7vw,7rem);margin-bottom:clamp(3rem,6vw,4.5rem);padding-bottom:2rem;display:grid}.before-delivery__eyebrow{color:var(--color-navy-700);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.7rem;margin-bottom:1rem;font-size:.7rem;font-weight:800;display:inline-flex}.before-delivery__eyebrow:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.before-delivery__header h2{color:var(--color-navy-900);letter-spacing:-.045em;margin:0;font-size:clamp(2.25rem,4vw,3.125rem);font-weight:650;line-height:1.06}.before-delivery__header>p{max-width:31rem;color:var(--color-navy-800);margin:0;font-size:.98rem;font-weight:500;line-height:1.7}.before-delivery__list{border-top:1px solid #0d2f5729;border-left:1px solid #0d2f5729;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.before-delivery__item{min-height:17rem;transition:background-color var(--transition-fast), transform var(--transition-fast);border-bottom:1px solid #0d2f5729;border-right:1px solid #0d2f5729;padding:clamp(1.5rem,3vw,2.25rem)}.before-delivery__item:hover{background-color:#f7f5ef;transform:translateY(-4px)}.before-delivery__item-top{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.before-delivery__number{color:var(--color-yellow-600,#c99700);letter-spacing:.12em;font-size:.68rem;font-weight:800}.before-delivery__item-top svg{color:var(--color-navy-900);font-size:1.35rem}.before-delivery__item h3{color:var(--color-navy-900);letter-spacing:-.025em;margin-bottom:.7rem;font-size:1.2rem;font-weight:700;line-height:1.25}.before-delivery__item p{max-width:22rem;color:var(--color-navy-800);margin:0;font-size:.9rem;font-weight:500;line-height:1.65}.before-delivery__bottom{border-bottom:1px solid #0d2f5729;justify-content:space-between;align-items:center;gap:2rem;min-height:6rem;display:flex}.before-delivery__bottom p{color:var(--color-navy-800);margin:0;font-size:.92rem;font-weight:600}.before-delivery__link{color:var(--color-navy-900);align-items:center;gap:.65rem;font-size:.86rem;font-weight:800;display:inline-flex}.before-delivery__link svg{color:var(--color-yellow-600,#c99700);transition:transform var(--transition-fast)}.before-delivery__link:hover svg{transform:translate(2px,-2px)}@media (width<=900px){.before-delivery__header{grid-template-columns:1fr;gap:1.25rem}.before-delivery__header>p{max-width:42rem}.before-delivery__list{grid-template-columns:1fr 1fr}.before-delivery__item:last-child{grid-column:1/-1;min-height:13rem}}@media (width<=620px){.before-delivery{padding-block:4rem}.before-delivery__header h2{font-size:clamp(2.1rem,10vw,2.8rem)}.before-delivery__list{grid-template-columns:1fr}.before-delivery__item,.before-delivery__item:last-child{grid-column:auto;min-height:auto}.before-delivery__item-top{margin-bottom:1.8rem}.before-delivery__bottom{flex-direction:column;justify-content:center;align-items:flex-start;padding-block:1.5rem}}@media (prefers-reduced-motion:reduce){.before-delivery__item,.before-delivery__link svg{transition:none}}.about-page{background-color:var(--color-white);overflow:hidden}.about-hero{isolation:isolate;background-color:var(--color-navy-950);min-height:calc(82vh - 5.75rem);position:relative;overflow:hidden}.about-hero__image{z-index:-3;object-fit:cover;object-position:center 45%;width:100%;height:100%;position:absolute;inset:0}.about-hero__overlay{z-index:-2;background:linear-gradient(90deg,#04111ff7 0%,#04111fe0 38%,#04111f7a 70%,#04111f3d 100%),linear-gradient(#04111f14,#04111fa6);position:absolute;inset:0}.about-hero__container{align-items:center;min-height:calc(82vh - 5.75rem);padding-block:clamp(5rem,10vw,8rem);display:flex}.about-hero__content{max-width:49rem}.about-hero__eyebrow{color:var(--color-yellow-500);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.7rem;font-weight:800;display:inline-flex}.about-hero__eyebrow:before{content:"";background-color:currentColor;width:2rem;height:2px}.about-hero h1{max-width:48rem;color:var(--color-white);letter-spacing:-.065em;margin-bottom:1.5rem;font-size:clamp(3.25rem,4vw,4rem);font-weight:700;line-height:.96}.about-hero h1 span{color:var(--color-yellow-500)}.about-hero__content>p{color:#ffffffeb;max-width:38rem;margin-bottom:2rem;font-size:clamp(1rem,1.4vw,1.15rem);font-weight:500;line-height:1.75}.about-hero__action{background-color:var(--color-yellow-500);min-height:3.5rem;color:var(--color-navy-950);transition:background-color var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;gap:.7rem;padding:.9rem 1.25rem;font-size:.88rem;font-weight:800;display:inline-flex}.about-hero__action:hover{background-color:var(--color-yellow-400);transform:translateY(-3px)}.about-hero__action svg{transition:transform var(--transition-fast)}.about-hero__action:hover svg{transform:translate(2px,-2px)}.about-introduction{background-color:#f4f2ec;padding-block:clamp(4.5rem,8vw,7rem)}.about-introduction__layout{grid-template-columns:minmax(140px,.25fr) minmax(0,1fr);gap:clamp(2rem,7vw,7rem);display:grid}.about-introduction__label span{color:var(--color-navy-700);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.7rem;font-size:.7rem;font-weight:800;display:inline-flex}.about-introduction__label span:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.about-introduction__content{grid-template-columns:minmax(0,1.15fr) minmax(280px,.65fr);gap:clamp(2rem,6vw,6rem);display:grid}.about-introduction h2{max-width:46rem;color:var(--color-navy-900);letter-spacing:-.045em;margin:0;font-size:clamp(2.3rem,4vw,3.125rem);font-weight:650;line-height:1.06}.about-introduction h2 span{color:var(--color-navy-700);display:block}.about-introduction__copy{align-content:end;gap:1rem;display:grid}.about-introduction__copy p{color:var(--color-navy-800);margin:0;font-size:.98rem;font-weight:500;line-height:1.75}.about-purpose{background-color:var(--color-white);padding-block:clamp(5rem,9vw,8rem)}.about-purpose__layout{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:stretch;min-height:36rem;display:grid}.about-purpose__image-wrap{isolation:isolate;background-color:var(--color-navy-950);min-height:36rem;position:relative;overflow:hidden}.about-purpose__image{z-index:-2;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.about-purpose__image-overlay{z-index:-1;background:linear-gradient(#04111f0a,#04111f2e 50%,#04111fe0);position:absolute;inset:0}.about-purpose__image-note{color:var(--color-white);border-top:1px solid #ffffff4d;align-items:center;gap:.75rem;padding-top:1rem;font-size:.8rem;font-weight:700;display:flex;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}.about-purpose__image-note svg{color:var(--color-yellow-500);font-size:1.1rem}.about-purpose__content{background-color:#f4f2ec;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(2.25rem,5vw,4.5rem);display:flex}.about-purpose__eyebrow{color:var(--color-yellow-600,#c89600);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;font-size:.7rem;font-weight:800;display:block}.about-purpose h2{max-width:35rem;color:var(--color-navy-900);letter-spacing:-.045em;margin-bottom:1.1rem;font-size:clamp(2.1rem,3.5vw,3rem);font-weight:650;line-height:1.08}.about-purpose__content>p{max-width:32rem;color:var(--color-navy-800);margin-bottom:1.7rem;font-size:.98rem;font-weight:500;line-height:1.7}.about-purpose__benefits{border-top:1px solid #0d2f5726;width:100%;max-width:31rem;margin-bottom:1.8rem;display:grid}.about-purpose__benefits li{min-height:3.6rem;color:var(--color-navy-900);border-bottom:1px solid #0d2f5726;align-items:center;gap:.75rem;font-size:.9rem;font-weight:650;display:flex}.about-purpose__benefits svg{color:var(--color-yellow-600,#c89600);flex-shrink:0;font-size:1rem}.about-purpose__action{background-color:var(--color-navy-900);min-height:3.2rem;color:var(--color-white);transition:background-color var(--transition-fast), transform var(--transition-fast);align-items:center;gap:.7rem;padding:.85rem 1.15rem;font-size:.86rem;font-weight:800;display:inline-flex}.about-purpose__action:hover{background-color:var(--color-navy-700);transform:translateY(-3px)}.about-purpose__action svg{color:var(--color-yellow-500)}.about-principles{background-color:#f8f8f6;padding-block:clamp(4.5rem,8vw,7rem)}.about-principles__header{max-width:44rem;margin-bottom:clamp(3rem,6vw,4.5rem)}.about-principles__header>span{color:var(--color-navy-700);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.8rem;font-size:.7rem;font-weight:800;display:block}.about-principles__header h2{color:var(--color-navy-900);letter-spacing:-.045em;margin:0;font-size:clamp(2.2rem,4vw,3.125rem);font-weight:650;line-height:1.06}.about-principles__list{border-top:1px solid #0d2f5729;border-left:1px solid #0d2f5729;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.about-principles__item{border-bottom:1px solid #0d2f5729;border-right:1px solid #0d2f5729;grid-template-columns:3rem 1fr;align-items:start;gap:1.1rem;min-height:13rem;padding:2rem;display:grid}.about-principles__icon{background-color:var(--color-yellow-500);width:3rem;height:3rem;color:var(--color-navy-950);place-items:center;font-size:1.15rem;display:grid}.about-principles__item h3{color:var(--color-navy-900);margin-bottom:.45rem;font-size:1.1rem;font-weight:700}.about-principles__item p{color:var(--color-navy-800);margin:0;font-size:.9rem;font-weight:500;line-height:1.65}.about-cta{background-color:var(--color-white);padding-block:clamp(3.5rem,6vw,5rem)}.about-cta__layout{border-top:1px solid #0d2f5729;border-bottom:1px solid #0d2f5729;justify-content:space-between;align-items:center;gap:3rem;min-height:10rem;padding-block:2rem;display:flex}.about-cta__layout>div:first-child>span{color:var(--color-yellow-600,#c89600);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.6rem;font-size:.7rem;font-weight:800;display:block}.about-cta h2{color:var(--color-navy-900);letter-spacing:-.04em;margin:0;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:650}.about-cta__actions{flex-wrap:wrap;flex-shrink:0;gap:.9rem;display:flex}.about-cta__primary,.about-cta__secondary{min-height:3.25rem;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;gap:.65rem;padding:.85rem 1.15rem;font-size:.86rem;font-weight:800;display:inline-flex}.about-cta__primary{background-color:var(--color-yellow-500);color:var(--color-navy-950)}.about-cta__primary:hover{background-color:var(--color-yellow-400);transform:translateY(-3px)}.about-cta__secondary{color:var(--color-navy-900);border:1px solid #0d2f573d}.about-cta__secondary:hover{border-color:var(--color-navy-900);background-color:var(--color-navy-900);color:var(--color-white);transform:translateY(-3px)}@media (width<=1000px){.about-introduction__layout,.about-introduction__content,.about-purpose__layout{grid-template-columns:1fr}.about-purpose__image-wrap{min-height:32rem}.about-principles__list{grid-template-columns:1fr 1fr}.about-principles__item:last-child{grid-column:1/-1}}@media (width<=700px){.about-hero{min-height:42rem}.about-hero__container{align-items:flex-end;min-height:42rem;padding-bottom:4rem}.about-hero h1{font-size:clamp(3rem,14vw,4.4rem)}.about-introduction,.about-purpose,.about-principles{padding-block:4rem}.about-introduction h2,.about-principles__header h2{font-size:clamp(2.1rem,10vw,2.8rem)}.about-purpose__image-wrap{min-height:27rem}.about-purpose__content{padding:2rem 1.25rem}.about-purpose h2{font-size:2.15rem}.about-principles__list{grid-template-columns:1fr}.about-principles__item:last-child{grid-column:auto}.about-cta__layout{flex-direction:column;align-items:flex-start}.about-cta__actions{width:100%}.about-cta__primary,.about-cta__secondary{flex:1}}@media (width<=480px){.about-hero__action,.about-purpose__action,.about-cta__primary,.about-cta__secondary{width:100%}.about-principles__item{grid-template-columns:1fr;padding:1.5rem}.about-cta__actions{flex-direction:column}}@media (prefers-reduced-motion:reduce){.about-hero__action,.about-purpose__action,.about-cta__primary,.about-cta__secondary{transition:none}}.partner-page{background-color:var(--color-white);overflow:hidden}.partner-hero{background-color:#fff;padding-block:clamp(4rem,8vw,7rem);position:relative}.partner-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffc4001a,#0000 70%);width:29rem;height:29rem;position:absolute;top:-11rem;left:-10rem}.partner-hero__layout{z-index:1;grid-template-columns:minmax(0,.88fr) minmax(400px,1.12fr);align-items:center;gap:clamp(3rem,8vw,8rem);min-height:36rem;display:grid;position:relative}.partner-hero__content{max-width:43rem}.partner-hero__eyebrow{color:var(--color-navy-700);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.7rem;font-weight:800;display:inline-flex}.partner-hero__eyebrow:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.partner-hero h1{max-width:43rem;color:var(--color-navy-900);letter-spacing:-.06em;margin-bottom:1.4rem;font-size:clamp(3rem,5vw,4.8rem);font-weight:680;line-height:.98}.partner-hero h1 span{color:var(--color-yellow-600,#c99700);display:block}.partner-hero__content>p{max-width:35rem;color:var(--color-navy-800);margin-bottom:2rem;font-size:1.03rem;font-weight:500;line-height:1.75}.partner-hero__actions{flex-wrap:wrap;gap:.9rem;display:flex}.partner-hero__primary,.partner-hero__secondary{min-height:3.45rem;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;gap:.7rem;padding:.9rem 1.25rem;font-size:.87rem;font-weight:800;display:inline-flex}.partner-hero__primary{background-color:var(--color-navy-900);color:var(--color-white)}.partner-hero__primary svg{color:var(--color-yellow-500)}.partner-hero__primary:hover{background-color:var(--color-navy-700);transform:translateY(-3px)}.partner-hero__secondary{color:var(--color-navy-900);border:1px solid #0d2f5738}.partner-hero__secondary svg{color:var(--color-yellow-600,#c99700)}.partner-hero__secondary:hover{border-color:var(--color-navy-900);background-color:#f5f3ed;transform:translateY(-3px)}.partner-hero__visual{isolation:isolate;background-color:var(--color-navy-950);min-height:36rem;position:relative;overflow:hidden}.partner-hero__visual>img{z-index:-2;object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .75s;position:absolute;inset:0}.partner-hero__visual:hover>img{transform:scale(1.025)}.partner-hero__visual-overlay{z-index:-1;background:linear-gradient(#04111f05,#04111f21 48%,#04111fe0 100%);position:absolute;inset:0}.partner-hero__visual-note{border-top:1px solid #ffffff4d;padding-top:1.1rem;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}.partner-hero__visual-status{color:var(--color-white);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.55rem;margin-bottom:.9rem;font-size:.68rem;font-weight:800;display:inline-flex}.partner-hero__visual-status i{background-color:var(--color-yellow-500);border-radius:50%;width:.5rem;height:.5rem;box-shadow:0 0 0 5px #ffc40026}.partner-hero__visual-note p{color:var(--color-white);align-items:center;gap:.9rem;margin:0;font-size:.78rem;font-weight:700;display:flex}.partner-hero__visual-note p span{background-color:#ffffff4d;flex:1;height:1px;position:relative;right:-.5rem}.partner-hero__visual-note p span:after{background-color:var(--color-yellow-500);content:"";border-radius:50%;width:.4rem;height:.4rem;position:absolute;top:50%;right:-3px;transform:translateY(-50%)}.partner-benefits{background-color:#f4f2ec}.partner-benefits__layout{border-left:1px solid #0d2f5726;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.partner-benefits__item{border-right:1px solid #0d2f5726;grid-template-columns:3rem minmax(0,1fr);align-items:center;gap:1rem;min-height:9.5rem;padding:1.7rem;display:grid}.partner-benefits__icon{background-color:var(--color-yellow-500);width:3rem;height:3rem;color:var(--color-navy-950);place-items:center;font-size:1.1rem;display:grid}.partner-benefits__item h2{color:var(--color-navy-900);margin-bottom:.35rem;font-size:1rem;font-weight:750}.partner-benefits__item p{color:var(--color-navy-800);margin:0;font-size:.84rem;font-weight:500;line-height:1.55}.partner-application{background-color:#f8f8f6;padding-block:clamp(5rem,9vw,8rem);position:relative;overflow:hidden}.partner-application:before{content:"";pointer-events:none;background:radial-gradient(circle,#0d2f5712,#0000 70%);width:35rem;height:35rem;position:absolute;bottom:-15rem;right:-12rem}.partner-application__layout{z-index:1;grid-template-columns:minmax(300px,.7fr) minmax(520px,1.3fr);align-items:start;gap:clamp(3rem,8vw,8rem);display:grid;position:relative}.partner-application__introduction{max-width:35rem;position:sticky;top:8rem}.partner-application__eyebrow{color:var(--color-navy-700);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.7rem;margin-bottom:1rem;font-size:.68rem;font-weight:800;display:inline-flex}.partner-application__eyebrow:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.partner-application__introduction h2{max-width:34rem;color:var(--color-navy-900);letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2.25rem,4vw,3.125rem);font-weight:650;line-height:1.06}.partner-application__introduction>p{max-width:31rem;color:var(--color-navy-800);margin-bottom:2rem;font-size:.98rem;font-weight:500;line-height:1.7}.partner-application__details{border-top:1px solid #0d2f5726;max-width:32rem;margin-bottom:2.5rem;display:grid}.partner-application__details>div{min-height:4.25rem;color:var(--color-navy-900);border-bottom:1px solid #0d2f5726;grid-template-columns:2rem minmax(0,1fr);align-items:center;gap:.8rem;font-size:.87rem;font-weight:650;line-height:1.45;display:grid}.partner-application__details svg{background-color:var(--color-yellow-500);width:1.8rem;height:1.8rem;color:var(--color-navy-950);padding:.4rem;display:grid}.partner-application__contact{gap:.4rem;display:grid}.partner-application__contact>span{color:var(--color-grey-600);font-size:.72rem;font-weight:600}.partner-application__contact a{width:fit-content;color:var(--color-navy-900);align-items:center;gap:.55rem;font-size:.88rem;font-weight:800;display:inline-flex}.partner-application__contact a svg{color:var(--color-yellow-600,#c99700)}.partner-form__wrapper{min-width:0}.partner-form{background-color:#fff;border:1px solid #0d2f5729;padding:clamp(1.6rem,4vw,3rem);position:relative;box-shadow:0 28px 80px #07192f14,0 8px 24px #07192f0a}.partner-form:before{background-color:var(--color-yellow-500);content:"";width:7rem;height:3px;position:absolute;top:-1px;left:-1px}.partner-form__heading{border-bottom:1px solid #0d2f5724;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.partner-form__heading>div>span{color:var(--color-yellow-600,#c99700);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.45rem;font-size:.65rem;font-weight:800;display:block}.partner-form__heading h2{color:var(--color-navy-900);letter-spacing:-.035em;margin:0;font-size:1.65rem;font-weight:700}.partner-form__step{color:var(--color-navy-900);font-size:1rem;font-weight:800}.partner-form__step small{color:var(--color-grey-500);font-size:.7rem;font-weight:600}.partner-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem;display:grid}.partner-form__field{min-width:0}.partner-form__field--wide{grid-column:1/-1}.partner-form__field label{color:var(--color-navy-900);margin-bottom:.55rem;font-size:.76rem;font-weight:750;display:block}.partner-form__field label>span{color:var(--color-yellow-600,#c99700)}.partner-form__control{min-height:3.7rem;transition:border-color var(--transition-fast), background-color var(--transition-fast), box-shadow var(--transition-fast);background-color:#fafaf8;border:1px solid #0d2f5738;grid-template-columns:3.25rem minmax(0,1fr);align-items:center;display:grid;position:relative;overflow:hidden}.partner-form__control:focus-within{border-color:var(--color-yellow-600,#c99700);background-color:#fff;box-shadow:0 0 0 3px #ffc40029}.partner-form__control>svg:first-child{z-index:2;color:var(--color-yellow-600,#c99700);pointer-events:none;justify-self:center;font-size:1rem;position:relative}.partner-form__control>svg:first-child:after{content:""}.partner-form__control input,.partner-form__control select{width:100%;min-width:0;height:3.65rem;box-shadow:none;color:var(--color-navy-900);background:0 0;border:0;border-radius:0;outline:none;margin:0;padding:0 1rem 0 0;font-family:inherit;font-size:.88rem;font-weight:550;line-height:normal;display:block}.partner-form__control input:focus,.partner-form__control input:focus-visible,.partner-form__control select:focus,.partner-form__control select:focus-visible{box-shadow:none;border:0;outline:none}.partner-form__control input::placeholder{color:#7c8794;opacity:1}.partner-form__control input:-webkit-autofill{-webkit-text-fill-color:var(--color-navy-900);transition:background-color 9999s ease-in-out;box-shadow:inset 0 0 0 1000px #fff}.partner-form__control input:-webkit-autofill:hover{-webkit-text-fill-color:var(--color-navy-900);transition:background-color 9999s ease-in-out;box-shadow:inset 0 0 0 1000px #fff}.partner-form__control input:-webkit-autofill:focus{-webkit-text-fill-color:var(--color-navy-900);transition:background-color 9999s ease-in-out;box-shadow:inset 0 0 0 1000px #fff}.partner-form__control--select{grid-template-columns:3.25rem minmax(0,1fr);overflow:visible}.partner-form__control select{z-index:1;cursor:pointer;appearance:none;padding-right:3rem;position:relative}.partner-form__control select::-ms-expand{display:none}.partner-form__select-arrow{z-index:3;color:var(--color-navy-700);pointer-events:none;font-size:.95rem;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.partner-form__control select option{color:var(--color-navy-900);background-color:#fff;padding:.5rem 1rem;font-family:inherit;font-size:.88rem;font-weight:500}.partner-form__field textarea{resize:vertical;width:100%;min-height:8.5rem;box-shadow:none;color:var(--color-navy-900);transition:border-color var(--transition-fast), background-color var(--transition-fast), box-shadow var(--transition-fast);background-color:#fafaf8;border:1px solid #0d2f5738;border-radius:0;outline:none;margin:0;padding:1rem;font-family:inherit;font-size:.88rem;font-weight:550;line-height:1.6;display:block}.partner-form__field textarea::placeholder{color:#7c8794;opacity:1}.partner-form__field textarea:focus,.partner-form__field textarea:focus-visible{border-color:var(--color-yellow-600,#c99700);background-color:#fff;outline:none;box-shadow:0 0 0 3px #ffc40029}.partner-form input:invalid,.partner-form select:invalid,.partner-form textarea:invalid,.partner-form input:focus:invalid,.partner-form select:focus:invalid,.partner-form textarea:focus:invalid{box-shadow:none}.partner-form__consent{color:var(--color-navy-800);cursor:pointer;grid-template-columns:1.35rem minmax(0,1fr);align-items:start;gap:.75rem;margin-block:1.6rem;font-size:.78rem;font-weight:500;line-height:1.5;display:grid;position:relative}.partner-form__consent input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.partner-form__checkbox{color:#0000;width:1.35rem;height:1.35rem;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast);background-color:#fff;border:1px solid #0d2f574d;place-items:center;display:grid}.partner-form__checkbox svg{font-size:.8rem}.partner-form__consent input:checked+.partner-form__checkbox{border-color:var(--color-yellow-500);background-color:var(--color-yellow-500);color:var(--color-navy-950)}.partner-form__consent input:focus-visible+.partner-form__checkbox{border-color:var(--color-navy-900);box-shadow:0 0 0 3px #0d2f571a}.partner-form__submit{background-color:var(--color-navy-900);width:100%;min-height:3.75rem;color:var(--color-white);cursor:pointer;transition:background-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);border:0;border-radius:0;outline:none;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1.15rem;font-family:inherit;font-size:.88rem;font-weight:800;display:flex}.partner-form__submit svg{color:var(--color-yellow-500);transition:transform var(--transition-fast);font-size:1rem}.partner-form__submit:hover{background-color:var(--color-navy-700);transform:translateY(-2px)}.partner-form__submit:hover svg{transform:translate(3px,-3px)}.partner-form__submit:focus-visible{box-shadow:0 0 0 3px #fff,0 0 0 6px #0d2f574d}.partner-form__privacy{color:var(--color-grey-600);text-align:center;margin:.85rem 0 0;font-size:.68rem;font-weight:500;line-height:1.5}.partner-form__success{background-color:var(--color-navy-950);border:1px solid #0d2f5729;flex-direction:column;justify-content:center;align-items:flex-start;min-height:39rem;padding:clamp(2rem,5vw,4rem);display:flex;box-shadow:0 28px 80px #07192f1f}.partner-form__success-icon{background-color:var(--color-yellow-500);width:4rem;height:4rem;color:var(--color-navy-950);place-items:center;margin-bottom:2rem;font-size:1.5rem;display:grid}.partner-form__success-label{color:var(--color-yellow-500);letter-spacing:.13em;text-transform:uppercase;margin-bottom:.7rem;font-size:.68rem;font-weight:800}.partner-form__success h2{max-width:32rem;color:var(--color-white);letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:650;line-height:1.08}.partner-form__success p{color:#ffffffc2;max-width:30rem;margin-bottom:2rem;font-size:.95rem;line-height:1.7}.partner-form__success button{min-height:3.25rem;color:var(--color-white);cursor:pointer;transition:background-color var(--transition-fast), border-color var(--transition-fast);background-color:#0000;border:1px solid #ffffff42;border-radius:0;outline:none;padding:.8rem 1.1rem;font-family:inherit;font-size:.82rem;font-weight:750}.partner-form__success button:hover{border-color:var(--color-yellow-500);background-color:#ffc4001a}.partner-form__success button:focus-visible{border-color:var(--color-yellow-500);box-shadow:0 0 0 3px #ffc40033}@media (width<=1050px){.partner-hero__layout{grid-template-columns:1fr}.partner-hero__content{max-width:48rem}.partner-hero__visual{min-height:33rem}.partner-application__layout{grid-template-columns:1fr;gap:3rem}.partner-application__introduction{max-width:45rem;position:static}}@media (width<=760px){.partner-benefits__layout{border-top:1px solid #0d2f5726;grid-template-columns:1fr}.partner-benefits__item{border-bottom:1px solid #0d2f5726;min-height:7.5rem}}@media (width<=650px){.partner-hero{padding-block:4rem}.partner-hero h1{font-size:clamp(2.9rem,13vw,4rem)}.partner-hero__actions{flex-direction:column;align-items:stretch}.partner-hero__primary,.partner-hero__secondary{width:100%}.partner-hero__visual{min-height:28rem}.partner-application{padding-block:4rem}.partner-application__introduction h2{font-size:clamp(2.1rem,10vw,2.8rem)}.partner-form{padding:1.25rem}.partner-form__grid{grid-template-columns:1fr}.partner-form__field--wide{grid-column:auto}.partner-form__heading{margin-bottom:2rem}.partner-form__heading h2{font-size:1.4rem}}@media (width<=420px){.partner-hero__visual{min-height:25rem}.partner-hero__visual-note p{flex-direction:column;align-items:flex-start}.partner-hero__visual-note p span{flex:none;width:1px;height:1rem}.partner-benefits__item{grid-template-columns:2.7rem minmax(0,1fr);padding-inline:1.25rem}.partner-benefits__icon{width:2.7rem;height:2.7rem}.partner-form__control{grid-template-columns:2.9rem minmax(0,1fr)}.partner-form__control>svg:first-child{font-size:.95rem}}@media (prefers-reduced-motion:reduce){.partner-hero__visual>img,.partner-hero__primary,.partner-hero__secondary,.partner-form__control,.partner-form__field textarea,.partner-form__submit,.partner-form__submit svg{transition:none}}.partner-developer{background-color:var(--color-navy-950);padding-block:clamp(3rem,6vw,5rem)}.partner-developer__layout{grid-template-columns:4rem minmax(0,1fr) auto;align-items:center;gap:clamp(1.3rem,4vw,3rem);display:grid}.partner-developer__icon{background-color:var(--color-yellow-500);width:4rem;height:4rem;color:var(--color-navy-950);place-items:center;font-size:1.35rem;display:grid}.partner-developer__content{max-width:45rem}.partner-developer__content>span{color:var(--color-yellow-500);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.4rem;font-size:.62rem;font-weight:800;display:block}.partner-developer__content h2{color:var(--color-white);letter-spacing:-.035em;margin:0 0 .55rem;font-size:clamp(1.45rem,3vw,2rem);font-weight:680}.partner-developer__content p{color:#ffffffa6;margin:0;font-size:.8rem;line-height:1.65}.partner-developer__action{min-height:3.3rem;color:var(--color-white);transition:border-color var(--transition-fast), background-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);border:1px solid #ffffff3b;flex-shrink:0;justify-content:center;align-items:center;gap:.65rem;padding:.85rem 1.05rem;font-size:.75rem;font-weight:800;display:inline-flex}.partner-developer__action svg{color:var(--color-yellow-500)}.partner-developer__action:hover{border-color:var(--color-yellow-500);background-color:var(--color-yellow-500);color:var(--color-navy-950);transform:translateY(-2px)}.partner-developer__action:hover svg{color:var(--color-navy-950)}@media (width<=760px){.partner-developer__layout{grid-template-columns:3.5rem minmax(0,1fr)}.partner-developer__icon{width:3.5rem;height:3.5rem}.partner-developer__action{grid-column:1/-1;width:100%}}@media (width<=480px){.partner-developer__layout{grid-template-columns:1fr}.partner-developer__content h2{font-size:1.55rem}}.get-parcel-page{background-color:var(--color-white);overflow:hidden}.get-parcel-hero{background-color:#f4f2ec;padding-block:clamp(4.5rem,8vw,7rem);position:relative;overflow:hidden}.get-parcel-hero__layout{z-index:1;grid-template-columns:minmax(0,1fr) minmax(290px,.68fr);align-items:center;gap:clamp(3rem,8vw,8rem);min-height:39rem;display:grid;position:relative}.get-parcel-hero__content{max-width:49rem}.get-parcel-hero__eyebrow{color:var(--color-navy-700);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.2rem;font-size:.7rem;font-weight:800;display:inline-flex}.get-parcel-hero__eyebrow:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.get-parcel-hero h1{max-width:48rem;color:var(--color-navy-900);letter-spacing:-.065em;margin-bottom:1.35rem;font-size:clamp(3rem,4.5vw,4.2rem);font-weight:680;line-height:.98}.get-parcel-hero h1 span{color:var(--color-yellow-600,#c99700);display:block}.get-parcel-hero__content>p{max-width:39rem;color:var(--color-navy-800);margin-bottom:2rem;font-size:1.03rem;font-weight:500;line-height:1.75}.get-parcel-hero__downloads{flex-wrap:wrap;align-items:center;gap:.8rem;margin-bottom:1.4rem;display:flex}.get-parcel-hero__downloads a{transition:opacity var(--transition-fast), transform var(--transition-fast);display:inline-flex}.get-parcel-hero__downloads a:hover{opacity:.88;transform:translateY(-3px)}.get-parcel-hero__downloads img{object-fit:contain;width:auto;height:3.25rem;display:block}.get-parcel-hero__secondary{color:var(--color-navy-900);align-items:center;gap:.65rem;font-size:.84rem;font-weight:800;display:inline-flex}.get-parcel-hero__secondary svg{color:var(--color-yellow-600,#c99700);transition:transform var(--transition-fast)}.get-parcel-hero__secondary:hover svg{transform:translateY(3px)}.get-parcel-hero__visual{justify-content:center;align-items:center;min-height:41rem;display:flex;position:relative}.get-parcel-hero__glow{filter:blur(12px);background:radial-gradient(circle,#ffc40040,#ffc40014 40%,#0000 70%);border-radius:50%;width:28rem;height:28rem;position:absolute}.get-parcel-hero__phone{z-index:2;object-fit:contain;filter:drop-shadow(0 32px 38px #07192f3d);width:min(100%,21rem);height:auto;display:block;position:relative}.get-parcel-hero__note{z-index:3;background-color:var(--color-navy-900);min-height:2.8rem;color:var(--color-white);align-items:center;gap:.55rem;padding:.75rem .95rem;font-size:.75rem;font-weight:800;display:inline-flex;position:absolute;box-shadow:0 16px 35px #07192f33}.get-parcel-hero__note svg{color:var(--color-yellow-500)}.get-parcel-hero__note--top{top:9rem;left:-1rem}.get-parcel-hero__note--bottom{bottom:5rem;right:-1rem}.get-parcel-process{background-color:var(--color-white);padding-block:clamp(4.5rem,8vw,7rem)}.get-parcel-process__header{text-align:center;max-width:44rem;margin:0 auto clamp(3rem,6vw,4.5rem)}.get-parcel-process__header>span{color:var(--color-yellow-600,#c99700);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.8rem;font-size:.7rem;font-weight:800;display:block}.get-parcel-process__header h2{color:var(--color-navy-900);letter-spacing:-.045em;margin-bottom:.9rem;font-size:clamp(2.2rem,4vw,3.125rem);font-weight:650;line-height:1.06}.get-parcel-process__header p{color:var(--color-navy-800);margin:0;font-size:1rem;font-weight:500;line-height:1.7}.get-parcel-process__flow{align-items:stretch;display:flex}.get-parcel-process__group{flex:1;align-items:center;min-width:0;display:flex}.get-parcel-process__step{text-align:center;flex:1;min-width:0;padding-inline:clamp(.6rem,2vw,1.25rem)}.get-parcel-process__icon{background-color:var(--color-navy-900);width:4.2rem;height:4.2rem;color:var(--color-yellow-500);transition:background-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);place-items:center;margin:0 auto 1.25rem;font-size:1.4rem;display:grid}.get-parcel-process__step:hover .get-parcel-process__icon{background-color:var(--color-yellow-500);color:var(--color-navy-950);transform:translateY(-4px)}.get-parcel-process__step h3{color:var(--color-navy-900);margin-bottom:.65rem;font-size:1.08rem;font-weight:750;line-height:1.25}.get-parcel-process__step p{max-width:15rem;color:var(--color-navy-800);margin:0 auto;font-size:.86rem;font-weight:500;line-height:1.6}.get-parcel-process__arrow{width:2.6rem;color:var(--color-yellow-600,#c99700);flex-shrink:0;place-items:center;font-size:1.45rem;display:grid}.get-parcel-collection{background-color:#f4f2ec;padding-block:clamp(5rem,9vw,8rem)}.get-parcel-collection__layout{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:stretch;min-height:36rem;display:grid}.get-parcel-collection__image{isolation:isolate;background-color:var(--color-navy-950);min-height:36rem;position:relative;overflow:hidden}.get-parcel-collection__image img{z-index:-2;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.get-parcel-collection__overlay{z-index:-1;background:linear-gradient(#04111f0a,#04111f33 50%,#04111fe6);position:absolute;inset:0}.get-parcel-collection__image-note{color:var(--color-white);border-top:1px solid #ffffff4d;align-items:center;gap:.75rem;padding-top:1rem;font-size:.8rem;font-weight:750;display:flex;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}.get-parcel-collection__image-note svg{color:var(--color-yellow-500)}.get-parcel-collection__content{background-color:var(--color-white);flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(2.25rem,5vw,4.5rem);display:flex}.get-parcel-collection__eyebrow{color:var(--color-yellow-600,#c99700);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;font-size:.7rem;font-weight:800}.get-parcel-collection__content h2{max-width:35rem;color:var(--color-navy-900);letter-spacing:-.045em;margin-bottom:1.1rem;font-size:clamp(2.1rem,3.5vw,3rem);font-weight:650;line-height:1.08}.get-parcel-collection__content>p{max-width:32rem;color:var(--color-navy-800);margin-bottom:1.7rem;font-size:.98rem;font-weight:500;line-height:1.7}.get-parcel-collection__points{border-top:1px solid #0d2f5726;width:100%;max-width:31rem;margin-bottom:1.8rem;display:grid}.get-parcel-collection__points>div{min-height:3.7rem;color:var(--color-navy-900);border-bottom:1px solid #0d2f5726;grid-template-columns:2rem 1fr;align-items:center;gap:.75rem;font-size:.88rem;font-weight:650;display:grid}.get-parcel-collection__points svg{background-color:var(--color-yellow-500);width:1.8rem;height:1.8rem;color:var(--color-navy-950);padding:.4rem;display:grid}.get-parcel-collection__link{background-color:var(--color-navy-900);min-height:3.2rem;color:var(--color-white);align-items:center;gap:.7rem;padding:.85rem 1.1rem;font-size:.85rem;font-weight:800;display:inline-flex}.get-parcel-collection__link svg{color:var(--color-yellow-500)}.get-parcel-app{background-color:var(--color-navy-950);padding-block:clamp(5rem,9vw,8rem);overflow:hidden}.get-parcel-app__layout{grid-template-columns:minmax(0,.85fr) minmax(400px,1.15fr);align-items:center;gap:clamp(3rem,8vw,8rem);min-height:42rem;display:grid}.get-parcel-app__content{max-width:39rem}.get-parcel-app__eyebrow{color:var(--color-yellow-500);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;font-size:.7rem;font-weight:800;display:block}.get-parcel-app__content h2{color:var(--color-white);letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2.3rem,4vw,3.125rem);font-weight:650;line-height:1.05}.get-parcel-app__content>p{color:#ffffffd6;margin-bottom:1.8rem;font-size:.98rem;font-weight:500;line-height:1.7}.get-parcel-app__benefits{border-top:1px solid #ffffff26;margin-bottom:2rem;display:grid}.get-parcel-app__benefits>div{min-height:3.6rem;color:var(--color-white);border-bottom:1px solid #ffffff26;grid-template-columns:2rem 1fr;align-items:center;gap:.75rem;font-size:.86rem;font-weight:650;display:grid}.get-parcel-app__benefits svg{color:var(--color-yellow-500)}.get-parcel-app__badges{flex-wrap:wrap;gap:.75rem;display:flex}.get-parcel-app__badges a{display:inline-flex}.get-parcel-app__badges img{width:auto;height:3rem;display:block}.get-parcel-app__visual{min-height:42rem;position:relative}.get-parcel-app__image{width:88%;height:100%;position:absolute;top:0;right:0;overflow:hidden}.get-parcel-app__image img{object-fit:cover;width:100%;height:100%}.get-parcel-app__overlay{background:linear-gradient(90deg,#04111fd9,#04111f14 50%),linear-gradient(#04111f14,#04111f80);position:absolute;inset:0}.get-parcel-app__phone{z-index:2;width:min(48%,18rem);position:absolute;bottom:-2rem;left:0}.get-parcel-app__phone img{filter:drop-shadow(0 30px 38px #0006);width:100%;height:auto;display:block}.get-parcel-download{background-color:var(--color-white);padding-block:clamp(3.5rem,6vw,5rem)}.get-parcel-download__layout{border-top:1px solid #0d2f5729;border-bottom:1px solid #0d2f5729;justify-content:space-between;align-items:center;gap:4rem;min-height:12rem;padding-block:2.5rem;display:flex}.get-parcel-download__layout>div:first-child{max-width:44rem}.get-parcel-download__layout>div:first-child>span{color:var(--color-yellow-600,#c99700);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.55rem;font-size:.68rem;font-weight:800;display:block}.get-parcel-download h2{color:var(--color-navy-900);letter-spacing:-.04em;margin-bottom:.65rem;font-size:clamp(1.9rem,3vw,2.7rem);font-weight:650;line-height:1.1}.get-parcel-download p{color:var(--color-navy-800);margin:0;font-size:.9rem;font-weight:500}.get-parcel-download__actions{flex-wrap:wrap;flex-shrink:0;gap:.8rem;display:flex}.get-parcel-download__actions a{justify-content:center;align-items:center;gap:.65rem;min-height:3.35rem;padding:.85rem 1.1rem;font-size:.8rem;font-weight:800;display:inline-flex}.get-parcel-download__actions a:first-child{background-color:var(--color-navy-900);color:var(--color-white)}.get-parcel-download__actions a:first-child svg{color:var(--color-yellow-500)}.get-parcel-download__actions a:last-child{color:var(--color-navy-900);border:1px solid #0d2f5738}@media (width<=1000px){.get-parcel-hero__layout,.get-parcel-app__layout{grid-template-columns:1fr}.get-parcel-hero__content{max-width:50rem}.get-parcel-hero__visual{min-height:37rem}.get-parcel-collection__layout{grid-template-columns:1fr}.get-parcel-collection__image{min-height:32rem}.get-parcel-app__visual{min-height:38rem}.get-parcel-app__image{width:82%}}@media (width<=760px){.get-parcel-process__flow{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem 1rem;display:grid}.get-parcel-process__arrow{display:none}}@media (width<=650px){.get-parcel-hero,.get-parcel-process,.get-parcel-collection,.get-parcel-app{padding-block:4rem}.get-parcel-hero h1{font-size:clamp(2.9rem,13vw,4.2rem)}.get-parcel-hero__downloads{flex-direction:column;align-items:flex-start}.get-parcel-hero__visual{flex-direction:column;min-height:33rem}.get-parcel-hero__phone{width:min(100%,17rem)}.get-parcel-hero__note{margin-top:.7rem}.get-parcel-process__header h2,.get-parcel-app__content h2{font-size:clamp(2.1rem,10vw,2.8rem)}.get-parcel-process__flow{grid-template-columns:1fr}.get-parcel-collection__image{min-height:27rem}.get-parcel-collection__content{padding:2rem 1.25rem}.get-parcel-collection__content h2{font-size:2.15rem}.get-parcel-app__visual{min-height:31rem}.get-parcel-app__image{width:100%}.get-parcel-app__phone{width:13rem;bottom:-1rem;left:1rem}.get-parcel-download__layout{flex-direction:column;align-items:flex-start;gap:2rem}.get-parcel-download__actions,.get-parcel-download__actions a{width:100%}}@media (width<=420px){.get-parcel-app__visual{min-height:28rem}.get-parcel-app__phone{width:11rem}}@media (prefers-reduced-motion:reduce){.get-parcel-hero__downloads a,.get-parcel-hero__secondary svg,.get-parcel-process__icon{transition:none}}.relayer-page{background-color:var(--color-white);overflow:hidden}.relayer-hero{background-color:#fff;padding-block:clamp(4.5rem,8vw,7rem);position:relative;overflow:hidden}.relayer-hero__layout{z-index:1;grid-template-columns:minmax(0,.95fr) minmax(340px,1.05fr);align-items:center;gap:clamp(3rem,8vw,8rem);min-height:39rem;display:grid;position:relative}.relayer-hero__content{max-width:48rem}.relayer-hero__eyebrow{color:var(--color-navy-700);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.2rem;font-size:.7rem;font-weight:800;display:inline-flex}.relayer-hero__eyebrow:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.relayer-hero h1{max-width:47rem;color:var(--color-navy-900);letter-spacing:-.065em;margin-bottom:1.35rem;font-size:clamp(3rem,4.5vw,4.2rem);font-weight:680;line-height:.98}.relayer-hero h1 span{color:var(--color-yellow-600,#c99700);display:block}.relayer-hero__content>p{max-width:39rem;color:var(--color-navy-800);margin-bottom:2rem;font-size:1.03rem;font-weight:500;line-height:1.75}.relayer-hero__actions{flex-wrap:wrap;gap:.9rem;margin-bottom:1.5rem;display:flex}.relayer-hero__primary,.relayer-hero__secondary{min-height:3.5rem;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;gap:.7rem;padding:.9rem 1.25rem;font-size:.87rem;font-weight:800;display:inline-flex}.relayer-hero__primary{background-color:var(--color-navy-900);color:var(--color-white)}.relayer-hero__primary svg{color:var(--color-yellow-500)}.relayer-hero__primary:hover{background-color:var(--color-navy-700);transform:translateY(-3px)}.relayer-hero__secondary{color:var(--color-navy-900);border:1px solid #0d2f573b}.relayer-hero__secondary svg{color:var(--color-yellow-600,#c99700)}.relayer-hero__secondary:hover{border-color:var(--color-navy-900);background-color:#f5f3ed;transform:translateY(-3px)}.relayer-hero__note{max-width:37rem;color:var(--color-navy-800);align-items:center;gap:.7rem;font-size:.78rem;font-weight:650;line-height:1.5;display:flex}.relayer-hero__note svg{color:var(--color-yellow-600,#c99700);flex-shrink:0;font-size:1rem}.relayer-hero__visual{justify-content:center;align-items:flex-end;min-height:40rem;display:flex;position:relative}.relayer-hero__shape{clip-path:polygon(15% 0,100% 8%,87% 100%,0 92%);background:linear-gradient(145deg,#ffc4002e,#ffc4000a);height:82%;position:absolute;bottom:0;left:3%;right:3%}.relayer-hero__shape:before{content:"";border:1px solid #0d2f571f;position:absolute;inset:1.1rem}.relayer-hero__image{z-index:2;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 28px 38px #07192f33);width:min(100%,34rem);max-height:39rem;display:block;position:relative}.relayer-hero__status{z-index:3;background-color:var(--color-navy-900);grid-template-columns:3rem 1fr;align-items:center;gap:.9rem;min-width:14rem;padding:1rem;display:grid;position:absolute;bottom:4rem;right:0;box-shadow:0 18px 45px #07192f38}.relayer-hero__status-icon{background-color:var(--color-yellow-500);width:3rem;height:3rem;color:var(--color-navy-950);place-items:center;font-size:1.15rem;display:grid}.relayer-hero__status>div{gap:.25rem;display:grid}.relayer-hero__status span{color:#ffffff94;font-size:.66rem}.relayer-hero__status strong{color:var(--color-white);font-size:.8rem}.relayer-process{background-color:#f4f2ec;padding-block:clamp(4.5rem,8vw,7rem)}.relayer-process__header{text-align:center;max-width:47rem;margin:0 auto clamp(3rem,6vw,4.5rem)}.relayer-process__header>span{color:var(--color-yellow-600,#c99700);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.8rem;font-size:.7rem;font-weight:800;display:block}.relayer-process__header h2{color:var(--color-navy-900);letter-spacing:-.045em;margin-bottom:.9rem;font-size:clamp(2.2rem,4vw,3.125rem);font-weight:650;line-height:1.06}.relayer-process__header p{color:var(--color-navy-800);margin:0;font-size:1rem;font-weight:500;line-height:1.7}.relayer-process__flow{align-items:stretch;display:flex}.relayer-process__group{flex:1;align-items:center;min-width:0;display:flex}.relayer-process__step{text-align:center;flex:1;min-width:0}.relayer-process__icon{background-color:var(--color-navy-900);width:4.2rem;height:4.2rem;color:var(--color-yellow-500);transition:background-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);place-items:center;margin:0 auto 1rem;font-size:1.35rem;display:grid}.relayer-process__step:hover .relayer-process__icon{background-color:var(--color-yellow-500);color:var(--color-navy-950);transform:translateY(-4px)}.relayer-process__number{color:var(--color-yellow-600,#c99700);letter-spacing:.12em;margin-bottom:.5rem;font-size:.66rem;font-weight:800;display:block}.relayer-process__step h3{color:var(--color-navy-900);margin-bottom:.65rem;font-size:1.08rem;font-weight:750}.relayer-process__step p{max-width:15rem;color:var(--color-navy-800);margin:0 auto;font-size:.86rem;font-weight:500;line-height:1.6}.relayer-process__arrow{width:2.5rem;color:var(--color-yellow-600,#c99700);flex-shrink:0;margin-inline:.7rem;font-size:1.45rem}.relayer-requirements{background-color:var(--color-white);padding-block:clamp(5rem,9vw,8rem)}.relayer-requirements__layout{grid-template-columns:minmax(300px,.8fr) minmax(420px,1.2fr);align-items:start;gap:clamp(3rem,8vw,8rem);display:grid}.relayer-requirements__introduction{max-width:37rem;position:sticky;top:8rem}.relayer-requirements__eyebrow{color:var(--color-navy-700);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.7rem;margin-bottom:1rem;font-size:.7rem;font-weight:800;display:inline-flex}.relayer-requirements__eyebrow:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.relayer-requirements h2{color:var(--color-navy-900);letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2.25rem,4vw,3.125rem);font-weight:650;line-height:1.06}.relayer-requirements__introduction>p{color:var(--color-navy-800);margin-bottom:2rem;font-size:.98rem;font-weight:500;line-height:1.7}.relayer-requirements__notice{border-left:3px solid var(--color-yellow-500);background-color:#f4f2ec;grid-template-columns:2.5rem minmax(0,1fr);align-items:start;gap:1rem;padding:1.25rem;display:grid}.relayer-requirements__notice svg{color:var(--color-yellow-600,#c99700);font-size:1.3rem}.relayer-requirements__notice p{color:var(--color-navy-900);margin:0;font-size:.83rem;font-weight:650;line-height:1.6}.relayer-requirements__list{border-top:1px solid #0d2f5729}.relayer-requirements__item{min-height:5rem;transition:background-color var(--transition-fast), padding-inline var(--transition-fast);border-bottom:1px solid #0d2f5729;grid-template-columns:3rem minmax(0,1fr) 2rem;align-items:center;gap:1rem;display:grid}.relayer-requirements__item:hover{background-color:#f7f5ef;padding-inline:1rem}.relayer-requirements__item>span{color:var(--color-yellow-600,#c99700);letter-spacing:.1em;font-size:.67rem;font-weight:800}.relayer-requirements__item p{color:var(--color-navy-900);margin:0;font-size:.92rem;font-weight:700}.relayer-requirements__item svg{color:var(--color-navy-900);font-size:1rem}.relayer-benefits{background-color:#f8f8f6;padding-block:clamp(4.5rem,8vw,7rem)}.relayer-benefits__header{max-width:45rem;margin-bottom:clamp(3rem,6vw,4.5rem)}.relayer-benefits__header>span{color:var(--color-yellow-600,#c99700);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.8rem;font-size:.7rem;font-weight:800;display:block}.relayer-benefits__header h2{color:var(--color-navy-900);letter-spacing:-.045em;margin:0;font-size:clamp(2.2rem,4vw,3.125rem);font-weight:650;line-height:1.06}.relayer-benefits__layout{border-top:1px solid #0d2f5729;border-left:1px solid #0d2f5729;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.relayer-benefits__item{border-bottom:1px solid #0d2f5729;border-right:1px solid #0d2f5729;grid-template-columns:3rem minmax(0,1fr);align-items:start;gap:1.1rem;min-height:14rem;padding:2rem;display:grid}.relayer-benefits__icon{background-color:var(--color-yellow-500);width:3rem;height:3rem;color:var(--color-navy-950);place-items:center;font-size:1.1rem;display:grid}.relayer-benefits__item h3{color:var(--color-navy-900);margin-bottom:.45rem;font-size:1.05rem;font-weight:750}.relayer-benefits__item p{color:var(--color-navy-800);margin:0;font-size:.88rem;font-weight:500;line-height:1.65}.relayer-approval{background-color:var(--color-navy-950);padding-block:clamp(5rem,9vw,8rem)}.relayer-approval__layout{grid-template-columns:minmax(0,1fr) minmax(300px,.55fr);align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.relayer-approval__content{max-width:48rem}.relayer-approval__eyebrow{color:var(--color-yellow-500);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;font-size:.7rem;font-weight:800;display:block}.relayer-approval__content h2{color:var(--color-white);letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2.3rem,4vw,3.125rem);font-weight:650;line-height:1.05}.relayer-approval__content>p{color:#ffffffd1;max-width:42rem;margin-bottom:2.5rem;font-size:.98rem;line-height:1.7}.relayer-approval__status{align-items:center;display:flex}.relayer-approval__status>div{flex:1;gap:.4rem;min-width:0;display:grid}.relayer-approval__status>div>span{color:var(--color-yellow-500);letter-spacing:.1em;font-size:.66rem;font-weight:800}.relayer-approval__status strong{color:var(--color-white);font-size:.83rem}.relayer-approval__status>svg{width:3rem;color:var(--color-yellow-500);flex-shrink:0;margin-inline:.8rem}.relayer-approval__panel{background-color:#ffffff0a;border:1px solid #ffffff2e;padding:clamp(2rem,5vw,3rem)}.relayer-approval__panel-icon{background-color:var(--color-yellow-500);width:4rem;height:4rem;color:var(--color-navy-950);place-items:center;margin-bottom:2rem;font-size:1.5rem;display:grid}.relayer-approval__panel>span:not(.relayer-approval__panel-icon){color:var(--color-yellow-500);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.7rem;font-size:.68rem;font-weight:800;display:block}.relayer-approval__panel h3{color:var(--color-white);letter-spacing:-.035em;margin-bottom:.8rem;font-size:1.65rem;font-weight:650;line-height:1.15}.relayer-approval__panel p{color:#ffffffb8;margin:0;font-size:.88rem;line-height:1.65}.relayer-download{background-color:var(--color-white);padding-block:clamp(3.5rem,6vw,5rem)}.relayer-download__layout{border-top:1px solid #0d2f5729;border-bottom:1px solid #0d2f5729;justify-content:space-between;align-items:center;gap:4rem;min-height:12rem;padding-block:2.5rem;display:flex}.relayer-download__layout>div:first-child{max-width:47rem}.relayer-download__layout>div:first-child>span{color:var(--color-yellow-600,#c99700);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.55rem;font-size:.68rem;font-weight:800;display:block}.relayer-download h2{color:var(--color-navy-900);letter-spacing:-.04em;margin-bottom:.65rem;font-size:clamp(1.9rem,3vw,2.7rem);font-weight:650;line-height:1.1}.relayer-download p{color:var(--color-navy-800);margin:0;font-size:.9rem}.relayer-download__actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.75rem;display:flex}.relayer-download__actions>a:not(.relayer-download__help){transition:opacity var(--transition-fast), transform var(--transition-fast);display:inline-flex}.relayer-download__actions>a:not(.relayer-download__help):hover{opacity:.88;transform:translateY(-3px)}.relayer-download__actions img{width:auto;height:3rem;display:block}.relayer-download__help{color:var(--color-navy-900);align-items:center;gap:.55rem;margin-left:.5rem;font-size:.78rem;font-weight:750;display:inline-flex}.relayer-download__help svg{color:var(--color-yellow-600,#c99700)}@media (width<=1000px){.relayer-hero__layout,.relayer-requirements__layout,.relayer-approval__layout{grid-template-columns:1fr}.relayer-hero__visual{min-height:36rem}.relayer-requirements__introduction{position:static}.relayer-approval__panel{max-width:40rem}}@media (width<=760px){.relayer-process__flow{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem 1rem;display:grid}.relayer-process__arrow{display:none}.relayer-benefits__layout{grid-template-columns:1fr}}@media (width<=650px){.relayer-hero,.relayer-process,.relayer-requirements,.relayer-benefits,.relayer-approval{padding-block:4rem}.relayer-hero h1{font-size:clamp(2.9rem,13vw,4.2rem)}.relayer-hero__actions{flex-direction:column;align-items:stretch}.relayer-hero__primary,.relayer-hero__secondary{width:100%}.relayer-hero__visual{flex-direction:column;min-height:31rem;display:flex}.relayer-hero__image{width:min(100%,26rem);max-height:30rem}.relayer-hero__status{bottom:1rem;right:1rem}.relayer-process__header h2,.relayer-requirements h2,.relayer-benefits__header h2,.relayer-approval__content h2{font-size:clamp(2.1rem,10vw,2.8rem)}.relayer-process__flow{grid-template-columns:1fr}.relayer-requirements__item{grid-template-columns:2.5rem minmax(0,1fr) 1.5rem}.relayer-benefits__item{grid-template-columns:3rem 1fr;min-height:auto;padding:1.5rem}.relayer-approval__status{flex-direction:column;align-items:flex-start;gap:1.25rem}.relayer-approval__status>svg{margin:0;transform:rotate(90deg)}.relayer-download__layout{flex-direction:column;align-items:flex-start;gap:2rem}.relayer-download__actions{flex-direction:column;align-items:flex-start}.relayer-download__help{margin-top:.5rem;margin-left:0}}@media (width<=420px){.relayer-hero__visual{min-height:28rem}.relayer-hero__status{z-index:3;width:100%;margin-top:1rem;position:relative;bottom:auto;right:auto}.relayer-benefits__item{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.relayer-hero__primary,.relayer-hero__secondary,.relayer-process__icon,.relayer-requirements__item,.relayer-download__actions a{transition:none}}.contact-page{background-color:var(--color-white);overflow:hidden}.contact-hero{background-color:#fff;padding-block:clamp(1.5rem,1.5vw,2rem);position:relative;overflow:hidden}.contact-hero__layout{z-index:1;grid-template-columns:minmax(0,1fr) minmax(320px,.68fr);align-items:center;gap:clamp(3rem,9vw,9rem);min-height:33rem;display:grid;position:relative}.contact-hero__content{max-width:49rem}.contact-hero__eyebrow{color:var(--color-navy-700);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.2rem;font-size:.7rem;font-weight:800;display:inline-flex}.contact-hero__eyebrow:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.contact-hero h1{max-width:47rem;color:var(--color-navy-900);letter-spacing:-.065em;margin-bottom:1.35rem;font-size:clamp(3rem,5.5vw,5.2rem);font-weight:680;line-height:.98}.contact-hero h1 span{color:var(--color-yellow-600,#c99700);display:block}.contact-hero__content>p{max-width:38rem;color:var(--color-navy-800);margin-bottom:2rem;font-size:1.03rem;font-weight:500;line-height:1.75}.contact-hero__response{border-top:1px solid #0d2f5729;align-items:center;gap:.85rem;max-width:38rem;padding-top:1.2rem;display:flex}.contact-hero__response>svg{color:var(--color-yellow-600,#c99700);flex-shrink:0;font-size:1.2rem}.contact-hero__response>div{gap:.25rem;display:grid}.contact-hero__response span{color:var(--color-grey-600);font-size:.68rem;font-weight:650}.contact-hero__response strong{color:var(--color-navy-900);font-size:.85rem}.contact-hero__directory-label{color:var(--color-yellow-600,#c99700);letter-spacing:.13em;text-transform:uppercase;padding-bottom:1rem;font-size:.68rem;font-weight:800;display:block}.contact-hero__directory-item{min-height:6rem;color:inherit;transition:background-color var(--transition-fast), padding-inline var(--transition-fast);border-bottom:1px solid #0d2f5729;grid-template-columns:3rem minmax(0,1fr) auto;align-items:center;gap:1rem;display:grid}a.contact-hero__directory-item:hover{background-color:#f5f3ed;padding-inline:1rem}.contact-hero__directory-icon{background-color:var(--color-navy-900);width:3rem;height:3rem;color:var(--color-yellow-500);place-items:center;font-size:1.1rem;display:grid}.contact-hero__directory-copy{gap:.3rem;display:grid}.contact-hero__directory-copy small{color:var(--color-grey-600);font-size:.66rem;font-weight:600}.contact-hero__directory-copy strong{color:var(--color-navy-900);font-size:.9rem;font-weight:750}.contact-hero__directory-arrow{color:var(--color-yellow-600,#c99700)}.contact-main{background-color:#f4f2ec;padding-block:clamp(5rem,9vw,8rem);position:relative;overflow:hidden}.contact-main:before{content:"";pointer-events:none;background:radial-gradient(circle,#0d2f5712,#0000 70%);width:39rem;height:39rem;position:absolute;bottom:-17rem;right:-15rem}.contact-main__layout{z-index:1;grid-template-columns:minmax(300px,.72fr) minmax(520px,1.28fr);align-items:start;gap:clamp(3rem,8vw,8rem);display:grid;position:relative}.contact-main__introduction{max-width:36rem;position:sticky;top:8rem}.contact-main__eyebrow{color:var(--color-navy-700);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.7rem;margin-bottom:1rem;font-size:.68rem;font-weight:800;display:inline-flex}.contact-main__eyebrow:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.contact-main__introduction h2{color:var(--color-navy-900);letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2.25rem,4vw,3.125rem);font-weight:650;line-height:1.06}.contact-main__introduction>p{color:var(--color-navy-800);margin-bottom:2rem;font-size:.98rem;font-weight:500;line-height:1.7}.contact-main__guidance{border-top:1px solid #0d2f5726;margin-bottom:2.25rem;display:grid}.contact-main__guidance>div{min-height:4.2rem;color:var(--color-navy-900);border-bottom:1px solid #0d2f5726;grid-template-columns:2rem minmax(0,1fr);align-items:center;gap:.8rem;font-size:.85rem;font-weight:650;line-height:1.5;display:grid}.contact-main__guidance svg{background-color:var(--color-yellow-500);width:1.8rem;height:1.8rem;color:var(--color-navy-950);padding:.4rem;display:grid}.contact-main__help{border-left:3px solid var(--color-yellow-500);background-color:#fff;grid-template-columns:2.8rem minmax(0,1fr);align-items:center;gap:.9rem;padding:1rem;display:grid}.contact-main__help>svg{color:var(--color-yellow-600,#c99700);justify-self:center;font-size:1.2rem}.contact-main__help>div{gap:.3rem;display:grid}.contact-main__help span{color:var(--color-navy-700);font-size:.68rem}.contact-main__help a{width:fit-content;color:var(--color-navy-900);align-items:center;gap:.5rem;font-size:.82rem;font-weight:800;display:inline-flex}.contact-form__wrapper{min-width:0}.contact-form{background-color:#fff;border:1px solid #0d2f5729;padding:clamp(1.6rem,4vw,3rem);position:relative;box-shadow:0 28px 80px #07192f14,0 8px 24px #07192f0a}.contact-form:before{background-color:var(--color-yellow-500);content:"";width:7rem;height:3px;position:absolute;top:-1px;left:-1px}.contact-form__heading{border-bottom:1px solid #0d2f5724;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.contact-form__heading>div>span{color:var(--color-yellow-600,#c99700);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.45rem;font-size:.65rem;font-weight:800;display:block}.contact-form__heading h2{color:var(--color-navy-900);letter-spacing:-.035em;margin:0;font-size:1.65rem;font-weight:700}.contact-form__heading>svg{color:var(--color-yellow-600,#c99700);font-size:1.35rem}.contact-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem;display:grid}.contact-form__field{min-width:0}.contact-form__field--wide{grid-column:1/-1}.contact-form__field label{color:var(--color-navy-900);margin-bottom:.55rem;font-size:.76rem;font-weight:750;display:block}.contact-form__field label>span{color:var(--color-yellow-600,#c99700)}.contact-form__control{min-height:3.7rem;transition:border-color var(--transition-fast), background-color var(--transition-fast), box-shadow var(--transition-fast);background-color:#fafaf8;border:1px solid #0d2f5738;grid-template-columns:3.25rem minmax(0,1fr);align-items:center;display:grid;position:relative}.contact-form__control:focus-within{border-color:var(--color-yellow-600,#c99700);background-color:#fff;box-shadow:0 0 0 3px #ffc40029}.contact-form__control>svg:first-child{color:var(--color-yellow-600,#c99700);pointer-events:none;justify-self:center;font-size:1rem}.contact-form__control input,.contact-form__control select{width:100%;min-width:0;height:3.65rem;box-shadow:none;color:var(--color-navy-900);background:0 0;border:0;border-radius:0;outline:none;margin:0;padding:0 1rem 0 0;font-family:inherit;font-size:.88rem;font-weight:550;display:block}.contact-form__control input:focus,.contact-form__control input:focus-visible,.contact-form__control select:focus,.contact-form__control select:focus-visible{box-shadow:none;border:0;outline:none}.contact-form__control input::placeholder,.contact-form__field textarea::placeholder{color:#7c8794;opacity:1}.contact-form__control--select{overflow:visible}.contact-form__control select{cursor:pointer;appearance:none;padding-right:3rem}.contact-form__control select::-ms-expand{display:none}.contact-form__select-arrow{z-index:2;color:var(--color-navy-700);pointer-events:none;font-size:.95rem;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.contact-form__control select option{color:var(--color-navy-900);background-color:#fff;font-family:inherit}.contact-form__control input:-webkit-autofill{-webkit-text-fill-color:var(--color-navy-900);box-shadow:inset 0 0 0 1000px #fff}.contact-form__control input:-webkit-autofill:hover{-webkit-text-fill-color:var(--color-navy-900);box-shadow:inset 0 0 0 1000px #fff}.contact-form__control input:-webkit-autofill:focus{-webkit-text-fill-color:var(--color-navy-900);box-shadow:inset 0 0 0 1000px #fff}.contact-form__field textarea{resize:vertical;width:100%;min-height:10rem;box-shadow:none;color:var(--color-navy-900);transition:border-color var(--transition-fast), background-color var(--transition-fast), box-shadow var(--transition-fast);background-color:#fafaf8;border:1px solid #0d2f5738;border-radius:0;outline:none;margin:0;padding:1rem;font-family:inherit;font-size:.88rem;font-weight:550;line-height:1.6;display:block}.contact-form__field textarea:focus,.contact-form__field textarea:focus-visible{border-color:var(--color-yellow-600,#c99700);background-color:#fff;outline:none;box-shadow:0 0 0 3px #ffc40029}.contact-form__consent{color:var(--color-navy-800);cursor:pointer;grid-template-columns:1.35rem minmax(0,1fr);align-items:start;gap:.75rem;margin-block:1.6rem;font-size:.78rem;font-weight:500;line-height:1.5;display:grid;position:relative}.contact-form__consent input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.contact-form__checkbox{color:#0000;width:1.35rem;height:1.35rem;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast);background-color:#fff;border:1px solid #0d2f574d;place-items:center;display:grid}.contact-form__checkbox svg{font-size:.8rem}.contact-form__consent input:checked+.contact-form__checkbox{border-color:var(--color-yellow-500);background-color:var(--color-yellow-500);color:var(--color-navy-950)}.contact-form__consent input:focus-visible+.contact-form__checkbox{box-shadow:0 0 0 3px #0d2f571a}.contact-form__submit{background-color:var(--color-navy-900);width:100%;min-height:3.75rem;color:var(--color-white);cursor:pointer;transition:background-color var(--transition-fast), transform var(--transition-fast);border:0;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1.15rem;font-family:inherit;font-size:.88rem;font-weight:800;display:flex}.contact-form__submit svg{color:var(--color-yellow-500);transition:transform var(--transition-fast)}.contact-form__submit:hover{background-color:var(--color-navy-700);transform:translateY(-2px)}.contact-form__submit:hover svg{transform:translate(3px,-3px)}.contact-form__privacy{color:var(--color-grey-600);text-align:center;margin:.85rem 0 0;font-size:.68rem;line-height:1.5}.contact-form__success{background-color:var(--color-navy-950);border:1px solid #0d2f5729;flex-direction:column;justify-content:center;align-items:flex-start;min-height:42rem;padding:clamp(2rem,5vw,4rem);display:flex;box-shadow:0 28px 80px #07192f1f}.contact-form__success-icon{background-color:var(--color-yellow-500);width:4rem;height:4rem;color:var(--color-navy-950);place-items:center;margin-bottom:2rem;font-size:1.5rem;display:grid}.contact-form__success-label{color:var(--color-yellow-500);letter-spacing:.13em;text-transform:uppercase;margin-bottom:.7rem;font-size:.68rem;font-weight:800}.contact-form__success h2{max-width:32rem;color:var(--color-white);letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:650;line-height:1.08}.contact-form__success p{color:#ffffffc2;max-width:30rem;margin-bottom:2rem;font-size:.95rem;line-height:1.7}.contact-form__success button{min-height:3.25rem;color:var(--color-white);cursor:pointer;background-color:#0000;border:1px solid #ffffff42;padding:.8rem 1.1rem;font-family:inherit;font-size:.82rem;font-weight:750}.contact-form__success button:hover{border-color:var(--color-yellow-500);background-color:#ffc4001a}.contact-location{background-color:var(--color-white);padding-block:clamp(5rem,9vw,8rem)}.contact-location__layout{grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);align-items:stretch;min-height:31rem;display:grid}.contact-location__map{background:linear-gradient(#081e36f0,#081e36f0),repeating-linear-gradient(28deg,#0000 0 48px,#ffffff0a 49px 51px),repeating-linear-gradient(-35deg,#0000 0 62px,#ffffff0a 63px 65px);min-height:31rem;position:relative;overflow:hidden}.contact-location__map:before{content:"";background:radial-gradient(circle at 55% 46%,#ffc40021,#0000 30%);position:absolute;inset:0}.contact-location__road{background-color:#ffffff12;position:absolute}.contact-location__road--one{width:110%;height:1.2rem;top:38%;left:-5%;transform:rotate(-8deg)}.contact-location__road--two{width:1rem;height:100%;top:7%;left:52%;transform:rotate(19deg)}.contact-location__road--three{width:110%;height:.8rem;top:67%;left:-5%;transform:rotate(10deg)}.contact-location__place{color:#ffffff45;letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;font-weight:750;position:absolute}.contact-location__place--westlands{top:22%;left:15%}.contact-location__place--cbd{top:45%;left:42%}.contact-location__place--kilimani{bottom:20%;right:13%}.contact-location__marker{background-color:var(--color-yellow-500);width:4.2rem;height:4.2rem;color:var(--color-navy-950);border-radius:50%;place-items:center;font-size:1.5rem;display:grid;position:absolute;top:45%;left:55%;transform:translate(-50%,-50%);box-shadow:0 0 0 9px #ffc40024,0 0 35px #ffc4004d}.contact-location__content{background-color:#f4f2ec;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(2.25rem,5vw,4.5rem);display:flex}.contact-location__eyebrow{color:var(--color-yellow-600,#c99700);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;font-size:.7rem;font-weight:800}.contact-location__content h2{max-width:34rem;color:var(--color-navy-900);letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2.1rem,3.5vw,3rem);font-weight:650;line-height:1.08}.contact-location__content p{max-width:31rem;color:var(--color-navy-800);margin-bottom:1.8rem;font-size:.96rem;line-height:1.7}.contact-location__content a{background-color:var(--color-navy-900);min-height:3.2rem;color:var(--color-white);align-items:center;gap:.65rem;padding:.85rem 1.1rem;font-size:.84rem;font-weight:800;display:inline-flex}.contact-location__content a svg{color:var(--color-yellow-500)}@media (width<=1050px){.contact-hero__layout,.contact-main__layout,.contact-location__layout{grid-template-columns:1fr}.contact-main__introduction{max-width:44rem;position:static}.contact-location__map{min-height:28rem}}@media (width<=650px){.contact-hero,.contact-main,.contact-location{padding-block:4rem}.contact-hero h1{font-size:clamp(2.9rem,13vw,4.2rem)}.contact-main__introduction h2,.contact-location__content h2{font-size:clamp(2.1rem,10vw,2.8rem)}.contact-form{padding:1.25rem}.contact-form__grid{grid-template-columns:1fr}.contact-form__field--wide{grid-column:auto}.contact-form__heading{margin-bottom:2rem}.contact-location__map{min-height:24rem}.contact-location__content{padding:2rem 1.25rem}}@media (width<=420px){.contact-hero__directory-item{grid-template-columns:2.7rem minmax(0,1fr) auto}.contact-hero__directory-icon{width:2.7rem;height:2.7rem}.contact-form__control{grid-template-columns:2.9rem minmax(0,1fr)}.contact-form__heading>svg{display:none}}@media (prefers-reduced-motion:reduce){.contact-hero__directory-item,.contact-form__control,.contact-form__field textarea,.contact-form__submit,.contact-form__submit svg{transition:none}}.help-page{background-color:var(--color-white);overflow:hidden}.help-hero{background-color:#f4f2ec;padding-block:clamp(4.5rem,8vw,7rem);position:relative;overflow:hidden}.help-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffc4002b,#0000 70%);width:35rem;height:35rem;position:absolute;top:-13rem;right:-11rem}.help-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#0d2f5712,#0000 70%);width:39rem;height:39rem;position:absolute;bottom:-18rem;left:-13rem}.help-hero__layout{z-index:1;grid-template-columns:minmax(0,1fr) minmax(330px,.62fr);align-items:center;gap:clamp(3rem,8vw,8rem);min-height:35rem;display:grid;position:relative}.help-hero__content{max-width:52rem}.help-hero__eyebrow{color:var(--color-navy-700);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.2rem;font-size:.7rem;font-weight:800;display:inline-flex}.help-hero__eyebrow:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.help-hero h1{max-width:50rem;color:var(--color-navy-900);letter-spacing:-.065em;margin-bottom:1.35rem;font-size:clamp(3rem,5.5vw,5.2rem);font-weight:680;line-height:.98}.help-hero h1 span{color:var(--color-yellow-600,#c99700);display:block}.help-hero__content>p{max-width:41rem;color:var(--color-navy-800);margin-bottom:2rem;font-size:1.02rem;font-weight:500;line-height:1.75}.help-search{max-width:46rem;min-height:4.5rem;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);background-color:#fff;border:1px solid #0d2f5738;grid-template-columns:3.5rem minmax(0,1fr) auto;align-items:center;display:grid;box-shadow:0 18px 45px #07192f14}.help-search:focus-within{border-color:var(--color-yellow-600,#c99700);box-shadow:0 18px 45px #07192f14,0 0 0 4px #ffc40021}.help-search>svg{color:var(--color-yellow-600,#c99700);justify-self:center;font-size:1.15rem}.help-search input{width:100%;min-width:0;height:4.35rem;color:var(--color-navy-900);background:0 0;border:0;outline:0;font-family:inherit;font-size:.95rem;font-weight:600}.help-search input::placeholder{color:#7d8794;opacity:1}.help-search>span{color:var(--color-navy-700);white-space:nowrap;margin-right:1.2rem;font-size:.7rem;font-weight:700}.help-hero__quick-links{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.1rem;display:flex}.help-hero__quick-links>span{color:var(--color-navy-700);font-size:.72rem;font-weight:650}.help-hero__quick-links button{color:var(--color-navy-900);cursor:pointer;text-underline-offset:.25rem;background:0 0;border:0;padding:0;font-family:inherit;font-size:.72rem;font-weight:750;-webkit-text-decoration:underline #0d2f5740;text-decoration:underline #0d2f5740}.help-hero__aside{background-color:var(--color-navy-950);padding:clamp(1.5rem,4vw,2.25rem);box-shadow:0 28px 70px #07192f29}.help-hero__aside-label{color:var(--color-yellow-500);letter-spacing:.13em;text-transform:uppercase;margin-bottom:1.4rem;font-size:.67rem;font-weight:800;display:block}.help-hero__aside-row{border-top:1px solid #ffffff24;grid-template-columns:2.5rem minmax(0,1fr);align-items:start;gap:1rem;min-height:6.2rem;padding-block:1.25rem;display:grid}.help-hero__aside-row>svg{color:var(--color-yellow-500);font-size:1.2rem}.help-hero__aside-row strong{color:var(--color-white);margin-bottom:.4rem;font-size:.9rem;display:block}.help-hero__aside-row p{color:#ffffffad;margin:0;font-size:.77rem;line-height:1.55}.help-hero__aside-action{background-color:var(--color-yellow-500);min-height:3.4rem;color:var(--color-navy-950);justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding-inline:1rem;font-size:.82rem;font-weight:800;display:flex}.help-topics{background-color:var(--color-white);padding-block:clamp(4.5rem,8vw,7rem)}.help-topics__header{max-width:44rem;margin-bottom:clamp(3rem,6vw,4rem)}.help-topics__header>span{color:var(--color-yellow-600,#c99700);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.75rem;font-size:.68rem;font-weight:800;display:block}.help-topics__header h2{color:var(--color-navy-900);letter-spacing:-.045em;margin:0;font-size:clamp(2.2rem,4vw,3.125rem);font-weight:650;line-height:1.06}.help-topics__list{border-top:1px solid #0d2f5729}.help-topics__item{width:100%;min-height:7.2rem;color:inherit;cursor:pointer;text-align:left;transition:background-color var(--transition-fast), padding-inline var(--transition-fast);background-color:#0000;border:0;border-bottom:1px solid #0d2f5729;grid-template-columns:3rem 3.2rem minmax(0,1fr) auto;align-items:center;gap:1.1rem;padding:1rem 0;font-family:inherit;display:grid}.help-topics__item:hover{background-color:#f6f4ee;padding-inline:1rem}.help-topics__number{color:var(--color-yellow-600,#c99700);letter-spacing:.1em;font-size:.67rem;font-weight:800}.help-topics__icon{background-color:var(--color-navy-900);width:3.2rem;height:3.2rem;color:var(--color-yellow-500);place-items:center;font-size:1.15rem;display:grid}.help-topics__copy{gap:.35rem;display:grid}.help-topics__copy strong{color:var(--color-navy-900);font-size:1rem;font-weight:750}.help-topics__copy small{color:var(--color-navy-800);font-size:.82rem;line-height:1.5}.help-topics__arrow{color:var(--color-yellow-600,#c99700);transition:transform var(--transition-fast);font-size:1.1rem}.help-topics__item:hover .help-topics__arrow{transform:translate(4px)}.help-faq{background-color:#f4f2ec;padding-block:clamp(5rem,9vw,8rem)}.help-faq__layout{grid-template-columns:minmax(280px,.58fr) minmax(0,1.42fr);align-items:start;gap:clamp(3rem,8vw,8rem);display:grid}.help-faq__sidebar{position:sticky;top:8rem}.help-faq__eyebrow{color:var(--color-navy-700);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.7rem;margin-bottom:1rem;font-size:.68rem;font-weight:800;display:inline-flex}.help-faq__eyebrow:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.help-faq__sidebar h2{color:var(--color-navy-900);letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2.2rem,4vw,3.125rem);font-weight:650;line-height:1.06}.help-faq__sidebar>p{color:var(--color-navy-800);margin-bottom:2rem;font-size:.96rem;line-height:1.7}.help-faq__categories{border-top:1px solid #0d2f5729}.help-faq__category{width:100%;min-height:3.7rem;color:var(--color-navy-800);cursor:pointer;text-align:left;transition:color var(--transition-fast), padding-inline var(--transition-fast);background:0 0;border:0;border-bottom:1px solid #0d2f5729;justify-content:space-between;align-items:center;gap:1rem;padding:0;font-family:inherit;font-size:.8rem;font-weight:650;display:flex}.help-faq__category:hover,.help-faq__category--active{color:var(--color-navy-900);padding-inline:.8rem}.help-faq__category--active{background-color:var(--color-white);font-weight:800}.help-faq__category>span:last-child{color:var(--color-yellow-600,#c99700);font-size:.68rem}.help-faq__questions{border-top:1px solid #0d2f5729}.help-faq__item{transition:background-color var(--transition-fast);background-color:#0000;border-bottom:1px solid #0d2f5729}.help-faq__item--open{background-color:var(--color-white)}.help-faq__question{width:100%;min-height:6.2rem;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;padding:1.25rem 0;font-family:inherit;display:grid}.help-faq__item--open .help-faq__question{padding-inline:1.5rem}.help-faq__question>span{gap:.4rem;display:grid}.help-faq__question small{color:var(--color-yellow-600,#c99700);letter-spacing:.1em;text-transform:uppercase;font-size:.63rem;font-weight:800}.help-faq__question strong{color:var(--color-navy-900);font-size:.98rem;font-weight:750;line-height:1.4}.help-faq__question>svg{color:var(--color-navy-900);transition:transform var(--transition-fast);font-size:1.1rem}.help-faq__item--open .help-faq__question>svg{transform:rotate(180deg)}.help-faq__answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.help-faq__answer>p{min-height:0;overflow:hidden}.help-faq__item--open .help-faq__answer{grid-template-rows:1fr}.help-faq__answer p{max-width:47rem;color:var(--color-navy-800);margin:0;padding:0 1.5rem;font-size:.9rem;line-height:1.7}.help-faq__item--open .help-faq__answer p{padding-bottom:1.6rem}.help-faq__empty{background-color:var(--color-white);min-height:25rem;padding:clamp(2rem,5vw,4rem)}.help-faq__empty>svg{color:var(--color-yellow-600,#c99700);margin-bottom:1.5rem;font-size:2rem}.help-faq__empty h3{color:var(--color-navy-900);margin-bottom:.7rem;font-size:1.5rem}.help-faq__empty p{max-width:30rem;color:var(--color-navy-800);margin-bottom:1.5rem;line-height:1.65}.help-faq__empty a{background-color:var(--color-navy-900);min-height:3.2rem;color:var(--color-white);align-items:center;gap:.65rem;padding:.85rem 1.1rem;font-size:.82rem;font-weight:800;display:inline-flex}.help-faq__empty a svg{color:var(--color-yellow-500)}.help-safety{background-color:var(--color-navy-950);padding-block:clamp(5rem,9vw,8rem)}.help-safety__layout{grid-template-columns:minmax(0,1fr) minmax(300px,.55fr);align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.help-safety__content{max-width:47rem}.help-safety__eyebrow{color:var(--color-yellow-500);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;font-size:.68rem;font-weight:800;display:block}.help-safety__content h2{color:var(--color-white);letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2.3rem,4vw,3.125rem);font-weight:650;line-height:1.05}.help-safety__content>p{color:#fffc;max-width:42rem;margin-bottom:2rem;font-size:.96rem;line-height:1.7}.help-safety__rules{border-top:1px solid #ffffff26;margin-bottom:2rem}.help-safety__rules>div{min-height:4rem;color:var(--color-white);border-bottom:1px solid #ffffff26;grid-template-columns:2rem 1fr;align-items:center;gap:.75rem;font-size:.84rem;font-weight:650;display:grid}.help-safety__rules svg{color:var(--color-yellow-500)}.help-safety__content>a{color:var(--color-white);align-items:center;gap:.65rem;font-size:.82rem;font-weight:800;display:inline-flex}.help-safety__content>a svg{color:var(--color-yellow-500)}.help-safety__panel{background-color:#ffffff0a;border:1px solid #ffffff2b;padding:clamp(2rem,5vw,3rem)}.help-safety__panel-icon{background-color:var(--color-yellow-500);width:4rem;height:4rem;color:var(--color-navy-950);place-items:center;margin-bottom:2rem;font-size:1.5rem;display:grid}.help-safety__panel>span:not(.help-safety__panel-icon){color:var(--color-yellow-500);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.7rem;font-size:.67rem;font-weight:800;display:block}.help-safety__panel h3{color:var(--color-white);letter-spacing:-.035em;margin-bottom:.8rem;font-size:1.65rem;font-weight:650}.help-safety__panel p{color:#ffffffb3;margin-bottom:1.5rem;font-size:.87rem;line-height:1.65}.help-safety__panel a{color:var(--color-white);align-items:center;gap:.65rem;font-size:.82rem;font-weight:750;display:inline-flex}.help-safety__panel a svg{color:var(--color-yellow-500)}.help-contact{background-color:var(--color-white);padding-block:clamp(3.5rem,6vw,5rem)}.help-contact__layout{border-top:1px solid #0d2f5729;border-bottom:1px solid #0d2f5729;justify-content:space-between;align-items:center;gap:4rem;min-height:12rem;padding-block:2.5rem;display:flex}.help-contact__layout>div:first-child{max-width:48rem}.help-contact__layout>div:first-child>span{color:var(--color-yellow-600,#c99700);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.55rem;font-size:.68rem;font-weight:800;display:block}.help-contact h2{color:var(--color-navy-900);letter-spacing:-.04em;margin-bottom:.65rem;font-size:clamp(1.9rem,3vw,2.7rem);font-weight:650;line-height:1.1}.help-contact p{max-width:44rem;color:var(--color-navy-800);margin:0;font-size:.88rem;line-height:1.6}.help-contact__actions{flex-wrap:wrap;flex-shrink:0;gap:.8rem;display:flex}.help-contact__primary,.help-contact__secondary{justify-content:center;align-items:center;gap:.65rem;min-height:3.3rem;padding:.85rem 1.1rem;font-size:.81rem;font-weight:800;display:inline-flex}.help-contact__primary{background-color:var(--color-yellow-500);color:var(--color-navy-950)}.help-contact__secondary{color:var(--color-navy-900);border:1px solid #0d2f5738}@media (width<=1000px){.help-hero__layout,.help-faq__layout,.help-safety__layout{grid-template-columns:1fr}.help-hero__content{max-width:52rem}.help-hero__aside{max-width:43rem}.help-faq__sidebar{position:static}.help-faq__categories{border-left:1px solid #0d2f5729;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.help-faq__category{border-right:1px solid #0d2f5729;padding-inline:1rem}.help-safety__panel{max-width:42rem}}@media (width<=650px){.help-hero,.help-topics,.help-faq,.help-safety{padding-block:4rem}.help-hero h1{font-size:clamp(2.9rem,13vw,4.2rem)}.help-search{grid-template-columns:3rem minmax(0,1fr)}.help-search>span{display:none}.help-topics__header h2,.help-faq__sidebar h2,.help-safety__content h2{font-size:clamp(2.1rem,10vw,2.8rem)}.help-topics__item{grid-template-columns:2.5rem 3rem minmax(0,1fr)}.help-topics__arrow{display:none}.help-faq__categories{grid-template-columns:1fr}.help-faq__question{gap:1rem}.help-contact__layout{flex-direction:column;align-items:flex-start;gap:2rem}.help-contact__actions,.help-contact__primary,.help-contact__secondary{width:100%}}@media (width<=420px){.help-topics__item{grid-template-columns:2.7rem minmax(0,1fr)}.help-topics__number{display:none}.help-topics__copy small{font-size:.78rem}.help-faq__item--open .help-faq__question,.help-faq__answer p{padding-inline:1rem}}@media (prefers-reduced-motion:reduce){.help-topics__item,.help-topics__arrow,.help-faq__question>svg,.help-faq__answer{transition:none}}.parcel-safety-page{background-color:var(--color-white);overflow:hidden}.parcel-safety-hero{background-color:#f4f2ec;padding-block:clamp(4.5rem,8vw,7rem);position:relative;overflow:hidden}.parcel-safety-hero__layout{z-index:1;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);align-items:center;gap:clamp(3rem,8vw,8rem);min-height:36rem;display:grid;position:relative}.parcel-safety-hero__content{max-width:49rem}.parcel-safety-hero__eyebrow{color:var(--color-navy-700);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.2rem;font-size:.7rem;font-weight:800;display:inline-flex}.parcel-safety-hero__eyebrow:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.parcel-safety-hero h1{max-width:48rem;color:var(--color-navy-900);letter-spacing:-.065em;margin-bottom:1.35rem;font-size:clamp(3rem,5.5vw,5.2rem);font-weight:680;line-height:.98}.parcel-safety-hero h1 span{color:var(--color-yellow-600,#c99700);display:block}.parcel-safety-hero__content>p{max-width:39rem;color:var(--color-navy-800);margin-bottom:2rem;font-size:1.03rem;font-weight:500;line-height:1.75}.parcel-safety-hero__actions{flex-wrap:wrap;gap:.9rem;display:flex}.parcel-safety-hero__primary,.parcel-safety-hero__secondary{min-height:3.5rem;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;gap:.7rem;padding:.9rem 1.25rem;font-size:.86rem;font-weight:800;display:inline-flex}.parcel-safety-hero__primary{background-color:var(--color-navy-900);color:var(--color-white)}.parcel-safety-hero__primary svg{color:var(--color-yellow-500)}.parcel-safety-hero__primary:hover{background-color:var(--color-navy-700);transform:translateY(-3px)}.parcel-safety-hero__secondary{color:var(--color-navy-900);border:1px solid #0d2f573b}.parcel-safety-hero__secondary svg{color:var(--color-yellow-600,#c99700)}.parcel-safety-hero__secondary:hover{border-color:var(--color-navy-900);background-color:var(--color-white);transform:translateY(-3px)}.parcel-safety-hero__visual{background-color:var(--color-navy-950);min-height:34rem;padding:clamp(1.5rem,4vw,2.5rem);position:relative;box-shadow:0 28px 75px #07192f26}.parcel-safety-hero__shield{background-color:var(--color-yellow-500);width:5.5rem;height:5.5rem;color:var(--color-navy-950);place-items:center;margin-bottom:3rem;font-size:2rem;display:grid}.parcel-safety-hero__route{gap:0;display:grid}.parcel-safety-hero__route>div{grid-template-columns:2.8rem minmax(0,1fr);align-items:center;gap:.9rem;min-height:4.7rem;display:grid}.parcel-safety-hero__route-icon{width:2.8rem;height:2.8rem;color:var(--color-yellow-500);border:1px solid #fff3;place-items:center;display:grid}.parcel-safety-hero__route>div>span:last-child{gap:.25rem;display:grid}.parcel-safety-hero__route small{color:#ffffff8c;font-size:.66rem}.parcel-safety-hero__route strong{color:var(--color-white);font-size:.87rem}.parcel-safety-hero__line{background-color:#fff3;width:1px;height:2.5rem;margin-left:1.4rem;position:relative}.parcel-safety-hero__line i{background-color:var(--color-yellow-500);border-radius:50%;width:.45rem;height:.45rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.parcel-safety-hero__notice{min-height:4.4rem;color:var(--color-white);border-top:1px solid #ffffff26;grid-template-columns:2rem minmax(0,1fr);align-items:center;gap:.8rem;margin-top:2rem;padding-top:1.5rem;font-size:.78rem;font-weight:700;line-height:1.5;display:grid}.parcel-safety-hero__notice svg{color:var(--color-yellow-500);font-size:1.15rem}.parcel-safety-process{background-color:var(--color-white);padding-block:clamp(4.5rem,8vw,7rem)}.parcel-safety-process__header{text-align:center;max-width:46rem;margin:0 auto clamp(3rem,6vw,4.5rem)}.parcel-safety-process__header>span{color:var(--color-yellow-600,#c99700);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.8rem;font-size:.7rem;font-weight:800;display:block}.parcel-safety-process__header h2{color:var(--color-navy-900);letter-spacing:-.045em;margin-bottom:.9rem;font-size:clamp(2.2rem,4vw,3.125rem);font-weight:650;line-height:1.06}.parcel-safety-process__header p{color:var(--color-navy-800);margin:0;font-size:1rem;font-weight:500;line-height:1.7}.parcel-safety-process__flow{align-items:stretch;display:flex}.parcel-safety-process__group{flex:1;align-items:center;min-width:0;display:flex}.parcel-safety-process__step{text-align:center;flex:1;min-width:0}.parcel-safety-process__icon{background-color:var(--color-navy-900);width:4.2rem;height:4.2rem;color:var(--color-yellow-500);transition:background-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);place-items:center;margin:0 auto 1.2rem;font-size:1.4rem;display:grid}.parcel-safety-process__step:hover .parcel-safety-process__icon{background-color:var(--color-yellow-500);color:var(--color-navy-950);transform:translateY(-4px)}.parcel-safety-process__step h3{color:var(--color-navy-900);margin-bottom:.65rem;font-size:1.08rem;font-weight:750}.parcel-safety-process__step p{max-width:15rem;color:var(--color-navy-800);margin:0 auto;font-size:.86rem;font-weight:500;line-height:1.6}.parcel-safety-process__arrow{width:2.5rem;color:var(--color-yellow-600,#c99700);flex-shrink:0;margin-inline:.7rem;font-size:1.45rem}.parcel-safety-account{background-color:var(--color-navy-950);padding-block:clamp(5rem,9vw,8rem)}.parcel-safety-account__layout{grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr);align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.parcel-safety-account__content{max-width:41rem}.parcel-safety-account__eyebrow{color:var(--color-yellow-500);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;font-size:.7rem;font-weight:800;display:block}.parcel-safety-account h2{color:var(--color-white);letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2.3rem,4vw,3.125rem);font-weight:650;line-height:1.05}.parcel-safety-account__content>p{color:#fffc;margin-bottom:2rem;font-size:.96rem;line-height:1.7}.parcel-safety-account__warning{border-left:3px solid var(--color-yellow-500);background-color:#ffffff0d;grid-template-columns:2.5rem minmax(0,1fr);align-items:start;gap:1rem;padding:1.25rem;display:grid}.parcel-safety-account__warning>svg{color:var(--color-yellow-500);font-size:1.4rem}.parcel-safety-account__warning>div{gap:.35rem;display:grid}.parcel-safety-account__warning strong{color:var(--color-white);font-size:.85rem}.parcel-safety-account__warning span{color:#ffffffa8;font-size:.78rem;line-height:1.55}.parcel-safety-account__list{border-top:1px solid #ffffff29}.parcel-safety-account__list-title{color:var(--color-yellow-500);letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid #ffffff29;padding-block:1.2rem;font-size:.68rem;font-weight:800;display:block}.parcel-safety-account__item{border-bottom:1px solid #ffffff29;grid-template-columns:2rem minmax(0,1fr);align-items:center;gap:.9rem;min-height:4.5rem;display:grid}.parcel-safety-account__x{width:1.8rem;height:1.8rem;color:var(--color-yellow-500);border:1px solid #ffffff38;place-items:center;display:grid}.parcel-safety-account__item p{color:var(--color-white);margin:0;font-size:.87rem;font-weight:650}.parcel-safety-checklist{background-color:#f4f2ec;padding-block:clamp(5rem,9vw,8rem)}.parcel-safety-checklist__layout{grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);align-items:stretch;display:grid}.parcel-safety-checklist__visual{background-color:var(--color-navy-950);min-height:38rem;padding:clamp(1.5rem,4vw,2.5rem);position:relative}.parcel-safety-checklist__visual-top{color:var(--color-yellow-500);letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;font-size:.68rem;font-weight:800;display:flex}.parcel-safety-checklist__visual-top svg{font-size:1.2rem}.parcel-safety-checklist__phone{background-color:#ffffff0d;border:1px solid #ffffff2e;max-width:24rem;margin-inline:auto;padding:1.3rem}.parcel-safety-checklist__phone-top{background-color:#fff3;border-radius:999px;width:4rem;height:.35rem;margin:0 auto 1.5rem;display:block}.parcel-safety-checklist__profile{border-bottom:1px solid #ffffff24;grid-template-columns:3.5rem minmax(0,1fr);align-items:center;gap:1rem;padding-bottom:1.3rem;display:grid}.parcel-safety-checklist__avatar{background-color:var(--color-yellow-500);width:3.5rem;height:3.5rem;color:var(--color-navy-950);place-items:center;font-size:.82rem;font-weight:800;display:grid}.parcel-safety-checklist__profile>div{gap:.2rem;display:grid}.parcel-safety-checklist__profile small,.parcel-safety-checklist__vehicle small,.parcel-safety-checklist__reference small{color:#ffffff80;font-size:.65rem}.parcel-safety-checklist__profile strong,.parcel-safety-checklist__vehicle strong,.parcel-safety-checklist__reference strong{color:var(--color-white);font-size:.85rem}.parcel-safety-checklist__profile>div>span{color:var(--color-yellow-500);align-items:center;gap:.4rem;font-size:.67rem;font-weight:700;display:inline-flex}.parcel-safety-checklist__vehicle{border-bottom:1px solid #ffffff24;grid-template-columns:1fr 1fr;gap:1rem;padding-block:1.3rem;display:grid}.parcel-safety-checklist__vehicle>div,.parcel-safety-checklist__reference{gap:.25rem;display:grid}.parcel-safety-checklist__reference{padding-top:1.3rem}.parcel-safety-checklist__visual>p{color:#ffffffb3;max-width:30rem;margin:2rem 0 0;font-size:.8rem;line-height:1.6}.parcel-safety-checklist__content{background-color:var(--color-white);flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(2.25rem,5vw,4.5rem);display:flex}.parcel-safety-checklist__eyebrow{color:var(--color-yellow-600,#c99700);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;font-size:.7rem;font-weight:800}.parcel-safety-checklist__content h2{max-width:35rem;color:var(--color-navy-900);letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2.2rem,4vw,3.125rem);font-weight:650;line-height:1.06}.parcel-safety-checklist__content>p{max-width:33rem;color:var(--color-navy-800);margin-bottom:1.8rem;font-size:.96rem;line-height:1.7}.parcel-safety-checklist__items{border-top:1px solid #0d2f5726;width:100%;max-width:32rem;display:grid}.parcel-safety-checklist__items>div{min-height:3.8rem;color:var(--color-navy-900);border-bottom:1px solid #0d2f5726;grid-template-columns:2rem minmax(0,1fr);align-items:center;gap:.8rem;font-size:.86rem;font-weight:650;display:grid}.parcel-safety-checklist__items svg{color:var(--color-yellow-600,#c99700)}.parcel-safety-restricted{background-color:var(--color-white);padding-block:clamp(5rem,9vw,8rem)}.parcel-safety-restricted__layout{grid-template-columns:minmax(300px,.72fr) minmax(420px,1.28fr);align-items:start;gap:clamp(3rem,8vw,8rem);display:grid}.parcel-safety-restricted__header{max-width:38rem;position:sticky;top:8rem}.parcel-safety-restricted__eyebrow{color:var(--color-navy-700);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.7rem;margin-bottom:1rem;font-size:.7rem;font-weight:800;display:inline-flex}.parcel-safety-restricted__eyebrow:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.parcel-safety-restricted__header h2{color:var(--color-navy-900);letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2.25rem,4vw,3.125rem);font-weight:650;line-height:1.06}.parcel-safety-restricted__header p{color:var(--color-navy-800);margin:0;font-size:.96rem;line-height:1.7}.parcel-safety-restricted__list{border-top:1px solid #0d2f5729}.parcel-safety-restricted__item{border-bottom:1px solid #0d2f5729;grid-template-columns:3rem minmax(0,1fr) 2rem;align-items:center;gap:1rem;min-height:5rem;display:grid}.parcel-safety-restricted__item>span{color:var(--color-yellow-600,#c99700);letter-spacing:.1em;font-size:.67rem;font-weight:800}.parcel-safety-restricted__item p{color:var(--color-navy-900);margin:0;font-size:.9rem;font-weight:700}.parcel-safety-restricted__item svg{color:#a83232;font-size:1rem}.parcel-safety-damage{background-color:#f4f2ec;padding-block:clamp(5rem,9vw,8rem)}.parcel-safety-damage__layout{grid-template-columns:minmax(0,1fr) minmax(320px,.55fr);align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.parcel-safety-damage__content{max-width:48rem}.parcel-safety-damage__eyebrow{color:var(--color-yellow-600,#c99700);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;font-size:.7rem;font-weight:800;display:block}.parcel-safety-damage__content h2{color:var(--color-navy-900);letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2.25rem,4vw,3.125rem);font-weight:650;line-height:1.06}.parcel-safety-damage__content>p{max-width:42rem;color:var(--color-navy-800);margin-bottom:2rem;font-size:.96rem;line-height:1.7}.parcel-safety-damage__steps{border-top:1px solid #0d2f5729}.parcel-safety-damage__steps>div{border-bottom:1px solid #0d2f5729;grid-template-columns:3rem minmax(0,1fr);align-items:center;gap:1rem;min-height:5rem;display:grid}.parcel-safety-damage__steps>div>span{color:var(--color-yellow-600,#c99700);letter-spacing:.1em;font-size:.67rem;font-weight:800}.parcel-safety-damage__steps>div>div{gap:.25rem;display:grid}.parcel-safety-damage__steps strong{color:var(--color-navy-900);font-size:.88rem}.parcel-safety-damage__steps p{color:var(--color-navy-700);margin:0;font-size:.75rem;line-height:1.5}.parcel-safety-damage__panel{background-color:var(--color-navy-950);padding:clamp(2rem,5vw,3rem)}.parcel-safety-damage__panel-icon{background-color:var(--color-yellow-500);width:4rem;height:4rem;color:var(--color-navy-950);place-items:center;margin-bottom:2rem;font-size:1.4rem;display:grid}.parcel-safety-damage__panel>span:not(.parcel-safety-damage__panel-icon){color:var(--color-yellow-500);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.9rem;font-size:.68rem;font-weight:800;display:block}.parcel-safety-damage__panel ul{gap:.8rem;margin-bottom:2rem;display:grid}.parcel-safety-damage__panel li{color:#ffffffbf;padding-left:1rem;font-size:.8rem;line-height:1.5;position:relative}.parcel-safety-damage__panel li:before{background-color:var(--color-yellow-500);content:"";border-radius:50%;width:.35rem;height:.35rem;position:absolute;top:.55em;left:0}.parcel-safety-damage__panel a{background-color:var(--color-yellow-500);min-height:3.2rem;color:var(--color-navy-950);align-items:center;gap:.65rem;padding:.85rem 1.1rem;font-size:.82rem;font-weight:800;display:inline-flex}.parcel-safety-support{background-color:var(--color-white);padding-block:clamp(3.5rem,6vw,5rem)}.parcel-safety-support__layout{border-top:1px solid #0d2f5729;border-bottom:1px solid #0d2f5729;justify-content:space-between;align-items:center;gap:4rem;min-height:12rem;padding-block:2.5rem;display:flex}.parcel-safety-support__layout>div:first-child{max-width:48rem}.parcel-safety-support__layout>div:first-child>span{color:var(--color-yellow-600,#c99700);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.55rem;font-size:.68rem;font-weight:800;display:block}.parcel-safety-support h2{color:var(--color-navy-900);letter-spacing:-.04em;margin-bottom:.65rem;font-size:clamp(1.9rem,3vw,2.7rem);font-weight:650;line-height:1.1}.parcel-safety-support p{max-width:44rem;color:var(--color-navy-800);margin:0;font-size:.88rem;line-height:1.6}.parcel-safety-support__actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.8rem;display:flex}.parcel-safety-support__primary,.parcel-safety-support__secondary{justify-content:center;align-items:center;gap:.65rem;min-height:3.3rem;padding:.85rem 1.1rem;font-size:.81rem;font-weight:800;display:inline-flex}.parcel-safety-support__primary{background-color:var(--color-yellow-500);color:var(--color-navy-950)}.parcel-safety-support__secondary{background-color:var(--color-navy-900);color:var(--color-white)}.parcel-safety-support__secondary svg{color:var(--color-yellow-500)}.parcel-safety-support__actions>a:last-child{color:var(--color-navy-900);align-items:center;gap:.55rem;font-size:.78rem;font-weight:750;display:inline-flex}.parcel-safety-support__actions>a:last-child svg{color:var(--color-yellow-600,#c99700)}@media (width<=1000px){.parcel-safety-hero__layout,.parcel-safety-account__layout,.parcel-safety-restricted__layout,.parcel-safety-damage__layout{grid-template-columns:1fr}.parcel-safety-hero__visual{max-width:42rem}.parcel-safety-checklist__layout{grid-template-columns:1fr}.parcel-safety-restricted__header{position:static}.parcel-safety-damage__panel{max-width:40rem}}@media (width<=760px){.parcel-safety-process__flow{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem 1rem;display:grid}.parcel-safety-process__arrow{display:none}}@media (width<=650px){.parcel-safety-hero,.parcel-safety-process,.parcel-safety-account,.parcel-safety-checklist,.parcel-safety-restricted,.parcel-safety-damage{padding-block:4rem}.parcel-safety-hero h1{font-size:clamp(2.9rem,13vw,4.2rem)}.parcel-safety-hero__actions{flex-direction:column;align-items:stretch}.parcel-safety-hero__primary,.parcel-safety-hero__secondary{width:100%}.parcel-safety-process__header h2,.parcel-safety-account h2,.parcel-safety-checklist__content h2,.parcel-safety-restricted__header h2,.parcel-safety-damage__content h2{font-size:clamp(2.1rem,10vw,2.8rem)}.parcel-safety-process__flow{grid-template-columns:1fr}.parcel-safety-checklist__visual{min-height:34rem}.parcel-safety-checklist__content{padding:2rem 1.25rem}.parcel-safety-restricted__item{grid-template-columns:2.5rem minmax(0,1fr) 1.5rem}.parcel-safety-support__layout{flex-direction:column;align-items:flex-start;gap:2rem}.parcel-safety-support__actions,.parcel-safety-support__primary,.parcel-safety-support__secondary{width:100%}.parcel-safety-support__actions>a:last-child{justify-content:center;width:100%}}@media (width<=420px){.parcel-safety-hero__visual{padding:1.25rem}.parcel-safety-checklist__vehicle,.parcel-safety-account__warning{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.parcel-safety-hero__primary,.parcel-safety-hero__secondary,.parcel-safety-process__icon{transition:none}}.privacy-page{color:var(--color-navy-900);scroll-behavior:smooth;background-color:#fff;overflow:hidden}.privacy-hero{background-color:#f4f2ec;padding-block:clamp(4.5rem,8vw,7.5rem);position:relative;overflow:hidden}.privacy-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffc4002e,#0000 70%);width:38rem;height:38rem;position:absolute;top:-14rem;right:-10rem}.privacy-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#0d2f5714,#0000 70%);width:42rem;height:42rem;position:absolute;bottom:-20rem;left:-14rem}.privacy-hero__layout{z-index:1;grid-template-columns:minmax(0,1fr) minmax(340px,.98fr);align-items:center;gap:clamp(3rem,9vw,9rem);min-height:38rem;display:grid;position:relative}.privacy-hero__content{max-width:52rem}.privacy-hero__eyebrow{color:var(--color-navy-700);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.2rem;font-size:.7rem;font-weight:800;display:inline-flex}.privacy-hero__eyebrow:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.privacy-hero h1{max-width:51rem;color:var(--color-navy-900);letter-spacing:-.067em;margin-bottom:1.4rem;font-size:clamp(3.2rem,6vw,5.5rem);font-weight:680;line-height:.97}.privacy-hero h1 span{color:var(--color-yellow-600,#c99700);display:block}.privacy-hero__content>p{max-width:42rem;color:var(--color-navy-800);margin-bottom:2.3rem;font-size:1.04rem;font-weight:500;line-height:1.75}.privacy-hero__meta{border-top:1px solid #0d2f5729;border-left:1px solid #0d2f5729;grid-template-columns:repeat(3,minmax(0,1fr));max-width:48rem;display:grid}.privacy-hero__meta>div{border-bottom:1px solid #0d2f5729;border-right:1px solid #0d2f5729;grid-template-columns:2rem minmax(0,1fr);align-items:center;gap:.7rem;min-height:5.5rem;padding:1rem;display:grid}.privacy-hero__meta svg{color:var(--color-yellow-600,#c99700);font-size:1.05rem}.privacy-hero__meta span{gap:.2rem;display:grid}.privacy-hero__meta small{color:var(--color-grey-600);font-size:.62rem;font-weight:650}.privacy-hero__meta strong{color:var(--color-navy-900);font-size:.78rem}.privacy-hero__visual{background-color:var(--color-navy-950);padding:clamp(2rem,5vw,3.5rem);box-shadow:0 30px 80px #07192f29}.privacy-hero__shield{background-color:var(--color-yellow-500);width:5rem;height:5rem;color:var(--color-navy-950);place-items:center;margin-bottom:2.3rem;font-size:1.9rem;display:grid}.privacy-hero__visual-label{color:var(--color-yellow-500);letter-spacing:.13em;text-transform:uppercase;margin-bottom:.75rem;font-size:.67rem;font-weight:800;display:block}.privacy-hero__visual h2{color:#fff;letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:650;line-height:1.08}.privacy-hero__visual>p{color:#ffffffb8;margin-bottom:2rem;font-size:.9rem;line-height:1.7}.privacy-hero__principles{border-top:1px solid #ffffff26}.privacy-hero__principles>div{color:#fff;border-bottom:1px solid #ffffff26;grid-template-columns:1.7rem 1fr;align-items:center;gap:.7rem;min-height:3.7rem;font-size:.8rem;font-weight:650;display:grid}.privacy-hero__principles svg{color:var(--color-yellow-500)}.privacy-introduction{background-color:#fff;padding-block:clamp(4rem,7vw,6rem)}.privacy-introduction__layout{grid-template-columns:minmax(150px,.25fr) minmax(0,1fr);gap:clamp(2rem,8vw,8rem);display:grid}.privacy-introduction__label{height:fit-content;color:var(--color-navy-700);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.7rem;font-size:.68rem;font-weight:800;display:inline-flex}.privacy-introduction__label:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.privacy-introduction__layout>div{max-width:58rem}.privacy-introduction h2{color:var(--color-navy-900);letter-spacing:-.045em;margin-bottom:1.25rem;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:650;line-height:1.08}.privacy-introduction p{max-width:51rem;color:var(--color-navy-800);margin:0;font-size:1rem;line-height:1.8}.privacy-contents{background-color:#f4f2ec;padding-block:clamp(4rem,7vw,6rem)}.privacy-contents__header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex}.privacy-contents__header span{color:var(--color-navy-900);letter-spacing:-.04em;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:650}.privacy-contents__header p{color:var(--color-navy-700);margin:0;font-size:.82rem}.privacy-contents__grid{border-top:1px solid #0d2f5729;border-left:1px solid #0d2f5729;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.privacy-contents__grid a{min-height:6.5rem;color:inherit;transition:background-color var(--transition-fast), color var(--transition-fast);border-bottom:1px solid #0d2f5729;border-right:1px solid #0d2f5729;grid-template-columns:2.5rem minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:1.2rem;display:grid}.privacy-contents__grid a:hover{background-color:var(--color-navy-900)}.privacy-contents__grid a>span{color:var(--color-yellow-600,#c99700);letter-spacing:.1em;font-size:.65rem;font-weight:800}.privacy-contents__grid strong{color:var(--color-navy-900);font-size:.84rem;font-weight:700}.privacy-contents__grid svg{color:var(--color-yellow-600,#c99700)}.privacy-contents__grid a:hover strong{color:#fff}.privacy-document{background-color:#fff}.privacy-section{padding-block:clamp(5rem,9vw,8rem);scroll-margin-top:7rem}.privacy-section--light{background-color:#fff}.privacy-section--soft{background-color:#f7f6f2}.privacy-section--dark{background-color:var(--color-navy-950)}.privacy-section__inner{grid-template-columns:minmax(250px,.38fr) minmax(0,1fr);gap:clamp(3rem,9vw,9rem);display:grid}.privacy-section__header{align-self:start}.privacy-section__number{color:var(--color-yellow-600,#c99700);letter-spacing:.14em;margin-bottom:2rem;font-size:.68rem;font-weight:800;display:block}.privacy-section__icon{background-color:var(--color-navy-900);width:3.5rem;height:3.5rem;color:var(--color-yellow-500);place-items:center;margin-bottom:1.4rem;font-size:1.25rem;display:grid}.privacy-section__header h2{max-width:20rem;color:var(--color-navy-900);letter-spacing:-.045em;margin:0;font-size:clamp(2rem,3.4vw,2.8rem);font-weight:650;line-height:1.08}.privacy-section--dark .privacy-section__header h2{color:#fff}.privacy-section--dark .privacy-section__icon{background-color:var(--color-yellow-500);color:var(--color-navy-950)}.privacy-section__body{min-width:0}.privacy-section__lead{max-width:52rem;color:var(--color-navy-800);margin:0 0 2.5rem;font-size:1rem;line-height:1.8}.privacy-section--dark .privacy-section__lead{color:#ffffffc2}.privacy-copy{gap:1.2rem;display:grid}.privacy-copy--large{max-width:56rem}.privacy-copy p{color:var(--color-navy-800);margin:0;font-size:.96rem;line-height:1.85}.privacy-copy strong{color:var(--color-navy-900)}.privacy-copy a{color:var(--color-yellow-600,#b78a00);font-weight:750}.privacy-highlight{border-left:3px solid var(--color-yellow-500);background-color:#f4f2ec;grid-template-columns:3rem minmax(0,1fr);align-items:center;gap:1rem;max-width:40rem;min-height:5rem;margin-top:2rem;padding:1rem 1.2rem;display:grid}.privacy-highlight>svg{color:var(--color-yellow-600,#c99700);font-size:1.25rem}.privacy-highlight>div{gap:.25rem;display:grid}.privacy-highlight span{color:var(--color-grey-600);font-size:.66rem;font-weight:650}.privacy-highlight a{color:var(--color-navy-900);font-size:.88rem;font-weight:800}.privacy-subsection{margin-bottom:3rem}.privacy-subsection h3,.privacy-information-group h3{color:var(--color-navy-900);letter-spacing:-.025em;margin-bottom:.8rem;font-size:1.25rem;font-weight:700}.privacy-subsection>p{color:var(--color-navy-800);margin:0 0 1.5rem;font-size:.9rem;line-height:1.7}.privacy-table-wrap{background-color:#fff;border:1px solid #0d2f5726;width:100%;overflow-x:auto}.privacy-table{border-collapse:collapse;text-align:left;width:100%;min-width:700px}.privacy-table th{background-color:var(--color-navy-900);color:#fff;letter-spacing:.05em;text-transform:uppercase;padding:1rem 1.1rem;font-size:.68rem;font-weight:750}.privacy-table td{color:var(--color-navy-800);vertical-align:top;border-bottom:1px solid #0d2f571f;padding:1rem 1.1rem;font-size:.8rem;line-height:1.55}.privacy-table td:first-child{color:var(--color-navy-900);font-weight:750}.privacy-table tbody tr:last-child td{border-bottom:0}.privacy-table tbody tr:hover{background-color:#f7f5ef}.privacy-table-note{color:var(--color-navy-700);margin:1rem 0 0;font-size:.74rem;line-height:1.6}.privacy-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.privacy-information-group{background-color:#fff;border:1px solid #0d2f5726;padding:clamp(1.5rem,4vw,2.25rem)}.privacy-information-group__icon{background-color:var(--color-yellow-500);width:3.2rem;height:3.2rem;color:var(--color-navy-950);place-items:center;margin-bottom:1.4rem;font-size:1.15rem;display:grid}.privacy-list{margin:0;padding:0;list-style:none;display:grid}.privacy-list li{min-height:3.7rem;color:var(--color-navy-800);border-top:1px solid #0d2f5721;grid-template-columns:1.7rem 1fr;align-items:center;gap:.7rem;font-size:.8rem;line-height:1.55;display:grid}.privacy-list svg{color:var(--color-yellow-600,#c99700)}.privacy-purpose-list{border-top:1px solid #0d2f5726;border-left:1px solid #0d2f5726;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.privacy-purpose-list>div{border-bottom:1px solid #0d2f5726;border-right:1px solid #0d2f5726;grid-template-columns:2.5rem minmax(0,1fr);align-items:center;gap:.8rem;min-height:5rem;padding:1rem;display:grid}.privacy-purpose-list span{color:var(--color-yellow-600,#c99700);font-size:.65rem;font-weight:800}.privacy-purpose-list p{color:var(--color-navy-900);margin:0;font-size:.8rem;font-weight:650;line-height:1.5}.privacy-statement{border-left:3px solid var(--color-yellow-500);background-color:#f4f2ec;grid-template-columns:2.5rem minmax(0,1fr);align-items:start;gap:1rem;margin-top:2rem;padding:1.4rem;display:grid}.privacy-statement svg{color:var(--color-yellow-600,#c99700);font-size:1.25rem}.privacy-statement p{color:var(--color-navy-800);margin:0;font-size:.84rem;line-height:1.65}.privacy-location-grid{border-top:1px solid #ffffff29;border-left:1px solid #ffffff29;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.privacy-location-grid article{border-bottom:1px solid #ffffff29;border-right:1px solid #ffffff29;padding:clamp(1.5rem,4vw,2.5rem)}.privacy-location-grid__label{color:var(--color-yellow-500);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;font-size:.65rem;font-weight:800;display:block}.privacy-location-grid h3{color:#fff;margin-bottom:.9rem;font-size:1.25rem;line-height:1.3}.privacy-location-grid p{color:#ffffffb3;margin-bottom:1.5rem;font-size:.85rem;line-height:1.75}.privacy-location-grid strong{color:var(--color-yellow-500);border-top:1px solid #ffffff24;padding-top:1rem;font-size:.78rem;line-height:1.55;display:block}.privacy-payment{grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);align-items:start;gap:3rem;display:grid}.privacy-payment__protected{background-color:var(--color-navy-950);grid-template-columns:3rem minmax(0,1fr);align-items:start;gap:1rem;padding:1.5rem;display:grid}.privacy-payment__protected>svg{color:var(--color-yellow-500);font-size:1.4rem}.privacy-payment__protected>div{gap:.45rem;display:grid}.privacy-payment__protected span{color:var(--color-yellow-500);letter-spacing:.1em;text-transform:uppercase;font-size:.65rem;font-weight:800}.privacy-payment__protected strong{color:#fff;font-size:.85rem;line-height:1.6}.privacy-retention{border-top:1px solid #0d2f5726;border-left:1px solid #0d2f5726;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.privacy-retention article{background-color:#fff;border-bottom:1px solid #0d2f5726;border-right:1px solid #0d2f5726;min-height:11rem;padding:1.5rem}.privacy-retention article>span{color:var(--color-yellow-600,#c99700);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem;font-size:.68rem;font-weight:800;display:block}.privacy-retention h3{color:var(--color-navy-900);margin-bottom:.6rem;font-size:1rem}.privacy-retention p{color:var(--color-navy-700);margin:0;font-size:.78rem;line-height:1.6}.privacy-security{border-top:1px solid #ffffff29}.privacy-security>div{border-bottom:1px solid #ffffff29;grid-template-columns:2.5rem 2rem minmax(0,1fr);align-items:center;gap:.8rem;min-height:4.7rem;display:grid}.privacy-security>div>span{color:var(--color-yellow-500);font-size:.65rem;font-weight:800}.privacy-security svg{color:var(--color-yellow-500)}.privacy-security p{color:#ffffffd1;margin:0;font-size:.83rem;line-height:1.55}.privacy-rights{border-top:1px solid #0d2f5726;border-left:1px solid #0d2f5726;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.privacy-rights article{border-bottom:1px solid #0d2f5726;border-right:1px solid #0d2f5726;grid-template-columns:2.5rem minmax(0,1fr);align-items:start;gap:.8rem;min-height:8.5rem;padding:1.3rem;display:grid}.privacy-rights article>span{color:var(--color-yellow-600,#c99700);font-size:.65rem;font-weight:800}.privacy-rights h3{color:var(--color-navy-900);margin-bottom:.4rem;font-size:.95rem}.privacy-rights p{color:var(--color-navy-700);margin:0;font-size:.77rem;line-height:1.6}.privacy-response-notice{background-color:#f4f2ec;grid-template-columns:2.5rem minmax(0,1fr);align-items:center;gap:1rem;margin-top:2rem;padding:1.3rem;display:grid}.privacy-response-notice>svg{color:var(--color-yellow-600,#c99700);font-size:1.2rem}.privacy-response-notice p{color:var(--color-navy-800);margin:0;font-size:.82rem;line-height:1.6}.privacy-response-notice a{color:var(--color-navy-900);font-weight:800}.privacy-contact{grid-template-columns:minmax(0,.75fr) minmax(320px,1.25fr);align-items:start;gap:clamp(3rem,7vw,7rem);display:grid}.privacy-contact__introduction>span{color:var(--color-yellow-500);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.7rem;font-size:.67rem;font-weight:800;display:block}.privacy-contact__introduction h3{color:#fff;letter-spacing:-.04em;margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:650;line-height:1.12}.privacy-contact__introduction p{color:#ffffffb3;margin:0;font-size:.86rem;line-height:1.7}.privacy-contact__details{border-top:1px solid #ffffff29}.privacy-contact__details a{min-height:5.5rem;color:inherit;transition:padding-inline var(--transition-fast);border-bottom:1px solid #ffffff29;grid-template-columns:2.5rem minmax(0,1fr) auto;align-items:center;gap:1rem;display:grid}.privacy-contact__details a:hover{padding-inline:1rem}.privacy-contact__details>a>svg:first-child{color:var(--color-yellow-500);font-size:1.15rem}.privacy-contact__details>a>svg:last-child{color:var(--color-yellow-500)}.privacy-contact__details a>span{gap:.3rem;display:grid}.privacy-contact__details small{color:#ffffff80;font-size:.64rem}.privacy-contact__details strong{color:#fff;font-size:.85rem}.privacy-end{background-color:#fff;padding-block:2.5rem}.privacy-end__layout{border-top:1px solid #0d2f5729;justify-content:space-between;align-items:center;gap:2rem;padding-top:2rem;display:flex}.privacy-end__layout>div{gap:.35rem;display:grid}.privacy-end__layout>div>span{color:var(--color-navy-900);font-size:.82rem;font-weight:800}.privacy-end p{color:var(--color-navy-700);margin:0;font-size:.7rem}.privacy-end a{color:var(--color-navy-900);align-items:center;gap:.55rem;font-size:.76rem;font-weight:800;display:inline-flex}.privacy-end a svg{color:var(--color-yellow-600,#c99700)}@media (width<=1050px){.privacy-hero__layout,.privacy-section__inner,.privacy-contact{grid-template-columns:1fr}.privacy-hero__visual{max-width:43rem}.privacy-section__header{border-bottom:1px solid #0d2f5726;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:1rem;padding-bottom:1.7rem;display:grid}.privacy-section--dark .privacy-section__header{border-bottom-color:#ffffff29}.privacy-section__number,.privacy-section__icon{margin:0}.privacy-section__header h2{max-width:none}.privacy-contents__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=800px){.privacy-introduction__layout,.privacy-columns,.privacy-location-grid,.privacy-payment{grid-template-columns:1fr}}@media (width<=650px){.privacy-hero,.privacy-section{padding-block:4rem}.privacy-hero h1{font-size:clamp(3rem,13vw,4.3rem)}.privacy-hero__meta{grid-template-columns:1fr}.privacy-contents__header{flex-direction:column;align-items:flex-start}.privacy-contents__grid,.privacy-purpose-list,.privacy-retention,.privacy-rights{grid-template-columns:1fr}.privacy-section__header{grid-template-columns:auto minmax(0,1fr)}.privacy-section__number{grid-column:1/-1}.privacy-section__header h2{font-size:2.15rem}.privacy-contact__details strong{font-size:.78rem}.privacy-end__layout{flex-direction:column;align-items:flex-start}}@media (width<=420px){.privacy-hero__visual{padding:1.5rem}.privacy-section__header{grid-template-columns:1fr}.privacy-section__icon{width:3.2rem;height:3.2rem}.privacy-purpose-list>div,.privacy-rights article{grid-template-columns:2rem minmax(0,1fr)}.privacy-security>div{grid-template-columns:2rem minmax(0,1fr);padding-block:1rem}.privacy-security svg{display:none}.privacy-contact__details a{grid-template-columns:2rem minmax(0,1fr)}.privacy-contact__details>a>svg:last-child{display:none}}@media (prefers-reduced-motion:reduce){.privacy-page{scroll-behavior:auto}.privacy-contents__grid a,.privacy-contact__details a{transition:none}}.terms-page{color:var(--color-navy-900);scroll-behavior:smooth;background-color:#fff;overflow:hidden}.terms-hero{background-color:#f4f2ec;padding-block:clamp(4.5rem,8vw,7.5rem);position:relative;overflow:hidden}.terms-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffc4002e,#0000 70%);width:39rem;height:39rem;position:absolute;top:-15rem;right:-11rem}.terms-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#0d2f5714,#0000 70%);width:42rem;height:42rem;position:absolute;bottom:-19rem;left:-14rem}.terms-hero__layout{z-index:1;grid-template-columns:minmax(0,1fr) minmax(340px,.98fr);align-items:center;gap:clamp(3rem,9vw,9rem);min-height:38rem;display:grid;position:relative}.terms-hero__content{max-width:52rem}.terms-hero__eyebrow{color:var(--color-navy-700);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.2rem;font-size:.7rem;font-weight:800;display:inline-flex}.terms-hero__eyebrow:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.terms-hero h1{max-width:51rem;color:var(--color-navy-900);letter-spacing:-.067em;margin-bottom:1.4rem;font-size:clamp(3.2rem,6vw,5.5rem);font-weight:680;line-height:.97}.terms-hero h1 span{color:var(--color-yellow-600,#c99700);display:block}.terms-hero__content>p{max-width:42rem;color:var(--color-navy-800);margin-bottom:2.3rem;font-size:1.04rem;font-weight:500;line-height:1.75}.terms-hero__meta{border-top:1px solid #0d2f5729;border-left:1px solid #0d2f5729;grid-template-columns:repeat(3,minmax(0,1fr));max-width:48rem;display:grid}.terms-hero__meta>div{border-bottom:1px solid #0d2f5729;border-right:1px solid #0d2f5729;grid-template-columns:2rem minmax(0,1fr);align-items:center;gap:.7rem;min-height:5.5rem;padding:1rem;display:grid}.terms-hero__meta svg{color:var(--color-yellow-600,#c99700);font-size:1.05rem}.terms-hero__meta span{gap:.2rem;display:grid}.terms-hero__meta small{color:var(--color-grey-600);font-size:.62rem;font-weight:650}.terms-hero__meta strong{color:var(--color-navy-900);font-size:.78rem}.terms-hero__panel{background-color:var(--color-navy-950);padding:clamp(2rem,5vw,3.5rem);box-shadow:0 30px 80px #07192f29}.terms-hero__panel-icon{background-color:var(--color-yellow-500);width:5rem;height:5rem;color:var(--color-navy-950);place-items:center;margin-bottom:2.3rem;font-size:1.9rem;display:grid}.terms-hero__panel-label{color:var(--color-yellow-500);letter-spacing:.13em;text-transform:uppercase;margin-bottom:.75rem;font-size:.67rem;font-weight:800;display:block}.terms-hero__panel h2{color:#fff;letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:650;line-height:1.08}.terms-hero__panel>p{color:#ffffffb8;margin-bottom:2rem;font-size:.9rem;line-height:1.7}.terms-hero__panel-points{border-top:1px solid #ffffff26}.terms-hero__panel-points>div{color:#fff;border-bottom:1px solid #ffffff26;grid-template-columns:1.7rem 1fr;align-items:center;gap:.7rem;min-height:3.7rem;font-size:.8rem;font-weight:650;display:grid}.terms-hero__panel-points svg{color:var(--color-yellow-500)}.terms-introduction{background-color:#fff;padding-block:clamp(4rem,7vw,6rem)}.terms-introduction__layout{grid-template-columns:minmax(150px,.25fr) minmax(0,1fr);gap:clamp(2rem,8vw,8rem);display:grid}.terms-introduction__label{height:fit-content;color:var(--color-navy-700);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.7rem;font-size:.68rem;font-weight:800;display:inline-flex}.terms-introduction__label:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.terms-introduction__layout>div{max-width:58rem}.terms-introduction h2{color:var(--color-navy-900);letter-spacing:-.045em;margin-bottom:1.25rem;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:650;line-height:1.08}.terms-introduction p{max-width:51rem;color:var(--color-navy-800);margin:0;font-size:1rem;line-height:1.8}.terms-contents{background-color:#f4f2ec;padding-block:clamp(4rem,7vw,6rem)}.terms-contents__header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex}.terms-contents__header span{color:var(--color-navy-900);letter-spacing:-.04em;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:650}.terms-contents__header p{color:var(--color-navy-700);margin:0;font-size:.82rem}.terms-contents__grid{border-top:1px solid #0d2f5729;border-left:1px solid #0d2f5729;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.terms-contents__grid a{min-height:6.5rem;color:inherit;transition:background-color var(--transition-fast), color var(--transition-fast);border-bottom:1px solid #0d2f5729;border-right:1px solid #0d2f5729;grid-template-columns:2.5rem minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:1.2rem;display:grid}.terms-contents__grid a:hover{background-color:var(--color-navy-900)}.terms-contents__grid a>span{color:var(--color-yellow-600,#c99700);letter-spacing:.1em;font-size:.65rem;font-weight:800}.terms-contents__grid strong{color:var(--color-navy-900);font-size:.84rem;font-weight:700}.terms-contents__grid svg{color:var(--color-yellow-600,#c99700)}.terms-contents__grid a:hover strong{color:#fff}.terms-document{background-color:#fff}.terms-section{padding-block:clamp(5rem,9vw,8rem);scroll-margin-top:7rem}.terms-section--light{background-color:#fff}.terms-section--soft{background-color:#f7f6f2}.terms-section--dark{background-color:var(--color-navy-950)}.terms-section__layout{grid-template-columns:minmax(250px,.38fr) minmax(0,1fr);gap:clamp(3rem,9vw,9rem);display:grid}.terms-section__header{align-self:start}.terms-section__number{color:var(--color-yellow-600,#c99700);letter-spacing:.14em;margin-bottom:2rem;font-size:.68rem;font-weight:800;display:block}.terms-section__icon{background-color:var(--color-navy-900);width:3.5rem;height:3.5rem;color:var(--color-yellow-500);place-items:center;margin-bottom:1.4rem;font-size:1.25rem;display:grid}.terms-section__header h2{max-width:20rem;color:var(--color-navy-900);letter-spacing:-.045em;margin:0;font-size:clamp(2rem,3.4vw,2.8rem);font-weight:650;line-height:1.08}.terms-section--dark .terms-section__header h2{color:#fff}.terms-section--dark .terms-section__icon{background-color:var(--color-yellow-500);color:var(--color-navy-950)}.terms-section__body{min-width:0}.terms-section__lead{max-width:52rem;color:var(--color-navy-800);margin:0 0 2.5rem;font-size:1rem;line-height:1.8}.terms-section--dark .terms-section__lead{color:#ffffffc2}.terms-copy{gap:1.2rem;display:grid}.terms-copy--large{max-width:56rem}.terms-copy p{color:var(--color-navy-800);margin:0;font-size:.96rem;line-height:1.85}.terms-copy strong{color:var(--color-navy-900)}.terms-copy a{color:var(--color-yellow-600,#b78a00);font-weight:750}.terms-notice,.terms-account-warning,.terms-fraud-warning,.terms-payment-note{border-left:3px solid var(--color-yellow-500);background-color:#f4f2ec;grid-template-columns:2.5rem minmax(0,1fr);align-items:start;gap:1rem;max-width:55rem;margin-top:2rem;padding:1.4rem;display:grid}.terms-notice svg,.terms-account-warning svg,.terms-fraud-warning svg,.terms-payment-note svg{color:var(--color-yellow-600,#c99700);font-size:1.25rem}.terms-notice p,.terms-fraud-warning p,.terms-payment-note p{color:var(--color-navy-800);margin:0;font-size:.84rem;line-height:1.65}.terms-account-warning>div{gap:.4rem;display:grid}.terms-account-warning strong{color:var(--color-navy-900);font-size:.88rem}.terms-account-warning p{color:var(--color-navy-700);margin:0;font-size:.8rem;line-height:1.6}.terms-inline-note{color:var(--color-navy-700);margin:1.4rem 0 0;font-size:.78rem;line-height:1.65}.terms-requirements{border-top:1px solid #0d2f5726}.terms-requirements>div{border-bottom:1px solid #0d2f5726;grid-template-columns:2.5rem 2rem minmax(0,1fr);align-items:center;gap:.8rem;min-height:4.6rem;display:grid}.terms-requirements>div>span{color:var(--color-yellow-600,#c99700);font-size:.65rem;font-weight:800}.terms-requirements svg{color:var(--color-yellow-600,#c99700)}.terms-requirements p{color:var(--color-navy-900);margin:0;font-size:.84rem;font-weight:650}.terms-subsection{margin-bottom:3.5rem}.terms-subsection__label{color:var(--color-yellow-600,#c99700);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.8rem;font-size:.66rem;font-weight:800;display:block}.terms-subsection h3{max-width:48rem;color:var(--color-navy-900);letter-spacing:-.03em;margin-bottom:.9rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:650;line-height:1.2}.terms-subsection>p{max-width:52rem;color:var(--color-navy-800);margin-bottom:1.5rem;font-size:.9rem;line-height:1.75}.terms-permitted-list{border-top:1px solid #0d2f5726;border-left:1px solid #0d2f5726;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.terms-permitted-list>div{min-height:4.8rem;color:var(--color-navy-900);border-bottom:1px solid #0d2f5726;border-right:1px solid #0d2f5726;grid-template-columns:2rem 1fr;align-items:center;gap:.8rem;padding:1rem;font-size:.8rem;font-weight:650;line-height:1.5;display:grid}.terms-permitted-list svg{color:var(--color-yellow-600,#c99700)}.terms-pin{background-color:var(--color-navy-950);grid-template-columns:minmax(220px,.45fr) minmax(0,1fr);align-items:center;margin-bottom:3.5rem;display:grid}.terms-pin__visual{background:radial-gradient(circle,#ffc4002b,#0000 65%);grid-template-columns:repeat(4,3.6rem);place-content:center;gap:.65rem;min-height:17rem;display:grid}.terms-pin__visual span{width:3.6rem;height:4.4rem;color:var(--color-yellow-500);background-color:#ffffff0d;border:1px solid #ffffff38;place-items:center;font-size:1.4rem;font-weight:800;display:grid}.terms-pin__content{padding:clamp(1.7rem,4vw,3rem)}.terms-pin__content>span{color:var(--color-yellow-500);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.7rem;font-size:.65rem;font-weight:800;display:block}.terms-pin__content h3{color:#fff;margin-bottom:.8rem;font-size:1.55rem;line-height:1.2}.terms-pin__content p{color:#ffffffb3;margin:0;font-size:.83rem;line-height:1.7}.terms-subsection--responsibilities{margin-bottom:0}.terms-customer-list{border-top:1px solid #0d2f5726}.terms-customer-list>div{border-bottom:1px solid #0d2f5726;grid-template-columns:2.5rem minmax(0,1fr);align-items:center;gap:.8rem;min-height:4.4rem;display:grid}.terms-customer-list span{color:var(--color-yellow-600,#c99700);font-size:.65rem;font-weight:800}.terms-customer-list p{color:var(--color-navy-900);margin:0;font-size:.84rem;font-weight:650}.terms-payment{grid-template-columns:minmax(0,1fr) minmax(320px,.7fr);gap:3rem;margin-bottom:2rem;display:grid}.terms-payment__label{color:var(--color-yellow-500);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.8rem;font-size:.66rem;font-weight:800;display:block}.terms-payment h3{color:#fff;max-width:40rem;margin-bottom:.9rem;font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.2}.terms-payment p{color:#ffffffb3;margin:0;font-size:.86rem;line-height:1.75}.terms-payment__formula{border-top:1px solid #ffffff29}.terms-payment__formula>span{color:var(--color-yellow-500);letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid #ffffff29;padding-block:.9rem;font-size:.65rem;font-weight:800;display:block}.terms-payment__formula>div{border-bottom:1px solid #ffffff29;gap:.25rem;padding-block:1rem;display:grid}.terms-payment__formula strong{color:#fff;font-size:.84rem}.terms-payment__formula small{color:#ffffff8f;font-size:.7rem}.terms-split{border-top:1px solid #ffffff29;border-left:1px solid #ffffff29;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.terms-split article{border-bottom:1px solid #ffffff29;border-right:1px solid #ffffff29;padding:1.7rem}.terms-split article>span{color:var(--color-yellow-500);letter-spacing:-.05em;margin-bottom:.7rem;font-size:2.3rem;font-weight:750;display:block}.terms-split h3{color:#fff;margin-bottom:.5rem;font-size:1rem}.terms-split p{color:#ffffffa3;margin:0;font-size:.76rem;line-height:1.6}.terms-dark-notice{border-left:3px solid var(--color-yellow-500);background-color:#ffffff0d;grid-template-columns:2.5rem minmax(0,1fr);align-items:center;gap:1rem;margin-top:2rem;padding:1.3rem;display:grid}.terms-dark-notice svg{color:var(--color-yellow-500);font-size:1.25rem}.terms-dark-notice p,p.terms-dark-notice{color:#ffffffd1;margin:0;font-size:.82rem;line-height:1.6}.terms-dark-notice--warning{display:block}.terms-cancellation{border-top:1px solid #0d2f5726;border-left:1px solid #0d2f5726;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:2.5rem;display:grid}.terms-cancellation article{border-bottom:1px solid #0d2f5726;border-right:1px solid #0d2f5726;padding:1.6rem}.terms-cancellation__status{letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.2rem;padding:.45rem .65rem;font-size:.62rem;font-weight:800;display:inline-flex}.terms-cancellation__status--allowed{color:#147a38;background-color:#23a34f1f}.terms-cancellation__status--restricted{color:#9a2828;background-color:#b32c2c1a}.terms-cancellation h3{color:var(--color-navy-900);margin-bottom:.6rem;font-size:1.1rem}.terms-cancellation p{color:var(--color-navy-700);margin:0;font-size:.8rem;line-height:1.65}.terms-refunds{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.terms-refunds>div{background-color:#f4f2ec;padding:1.5rem}.terms-refunds>div>span{color:var(--color-navy-900);margin-bottom:1rem;font-size:.8rem;font-weight:800;display:block}.terms-refunds ul{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.terms-refunds li{color:var(--color-navy-700);padding-left:1rem;font-size:.76rem;line-height:1.55;position:relative}.terms-refunds li:before{background-color:var(--color-yellow-500);content:"";border-radius:50%;width:.35rem;height:.35rem;position:absolute;top:.55em;left:0}.terms-relayer-list{border-top:1px solid #0d2f5726;margin-top:2rem}.terms-relayer-list>div{border-bottom:1px solid #0d2f5726;grid-template-columns:2.5rem 2rem minmax(0,1fr);align-items:center;gap:.8rem;min-height:4.5rem;display:grid}.terms-relayer-list>div>span{color:var(--color-yellow-600,#c99700);font-size:.65rem;font-weight:800}.terms-relayer-list svg{color:var(--color-yellow-600,#c99700)}.terms-relayer-list p{color:var(--color-navy-900);margin:0;font-size:.83rem;font-weight:650}.terms-prohibited{border-top:1px solid #ffffff29}.terms-prohibited>div{border-bottom:1px solid #ffffff29;grid-template-columns:2.5rem 2rem minmax(0,1fr);align-items:center;gap:.8rem;min-height:4.7rem;display:grid}.terms-prohibited>div>span:first-child{color:var(--color-yellow-500);font-size:.65rem;font-weight:800}.terms-prohibited__icon{width:1.7rem;height:1.7rem;color:var(--color-yellow-500);border:1px solid #ffffff38;place-items:center;display:grid}.terms-prohibited p{color:#ffffffd6;margin:0;font-size:.83rem;line-height:1.55}.terms-liability{grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);align-items:start;gap:3rem;display:grid}.terms-liability__limit{background-color:var(--color-navy-950);padding:1.7rem}.terms-liability__limit>span{color:var(--color-yellow-500);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.6rem;font-size:.64rem;font-weight:800;display:block}.terms-liability__limit>strong{color:#fff;letter-spacing:-.035em;margin-bottom:1rem;font-size:1.7rem;display:block}.terms-liability__limit p{color:#ffffffad;margin:0;font-size:.78rem;line-height:1.65}.terms-dispute-flow{border-top:1px solid #0d2f5726;border-left:1px solid #0d2f5726;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.terms-dispute-flow article{background-color:#fff;border-bottom:1px solid #0d2f5726;border-right:1px solid #0d2f5726;padding:1.5rem}.terms-dispute-flow article>span{color:var(--color-yellow-600,#c99700);margin-bottom:1.3rem;font-size:.66rem;font-weight:800;display:block}.terms-dispute-flow h3{color:var(--color-navy-900);margin-bottom:.6rem;font-size:1rem}.terms-dispute-flow p{color:var(--color-navy-700);margin:0;font-size:.76rem;line-height:1.6}.terms-dispute-flow a{color:var(--color-navy-900);font-weight:750}.terms-termination{border-top:1px solid #0d2f5726;border-left:1px solid #0d2f5726;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.terms-termination article{border-bottom:1px solid #0d2f5726;border-right:1px solid #0d2f5726;padding:1.6rem}.terms-termination article>span{color:var(--color-yellow-600,#c99700);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.8rem;font-size:.64rem;font-weight:800;display:block}.terms-termination h3{color:var(--color-navy-900);margin-bottom:.6rem;font-size:1rem}.terms-termination p{color:var(--color-navy-700);margin:0;font-size:.78rem;line-height:1.65}.terms-termination a{color:var(--color-navy-900);font-weight:750}.terms-law{grid-template-columns:5rem minmax(0,1fr);align-items:start;gap:1.7rem;display:grid}.terms-law__icon{background-color:var(--color-yellow-500);width:5rem;height:5rem;color:var(--color-navy-950);place-items:center;font-size:1.8rem;display:grid}.terms-law h3{color:#fff;max-width:44rem;margin-bottom:1rem;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.15}.terms-law p{color:#ffffffb8;max-width:52rem;margin:0 0 1rem;font-size:.86rem;line-height:1.75}.terms-contact{grid-template-columns:minmax(0,.75fr) minmax(320px,1.25fr);align-items:start;gap:clamp(3rem,7vw,7rem);display:grid}.terms-contact__introduction>span{color:var(--color-yellow-600,#c99700);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.7rem;font-size:.67rem;font-weight:800;display:block}.terms-contact__introduction h3{color:var(--color-navy-900);letter-spacing:-.04em;margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:650;line-height:1.12}.terms-contact__introduction p{color:var(--color-navy-700);margin:0;font-size:.86rem;line-height:1.7}.terms-contact__details{border-top:1px solid #0d2f5729}.terms-contact__details a{min-height:5.5rem;color:inherit;transition:background-color var(--transition-fast), padding-inline var(--transition-fast);border-bottom:1px solid #0d2f5729;grid-template-columns:2.5rem minmax(0,1fr) auto;align-items:center;gap:1rem;display:grid}.terms-contact__details a:hover{background-color:#f4f2ec;padding-inline:1rem}.terms-contact__details>a>svg:first-child{color:var(--color-yellow-600,#c99700);font-size:1.15rem}.terms-contact__details>a>svg:last-child{color:var(--color-yellow-600,#c99700)}.terms-contact__details a>span{gap:.3rem;display:grid}.terms-contact__details small{color:var(--color-grey-600);font-size:.64rem}.terms-contact__details strong{color:var(--color-navy-900);font-size:.85rem}.terms-end{background-color:#fff;padding-block:2.5rem}.terms-end__layout{border-top:1px solid #0d2f5729;justify-content:space-between;align-items:center;gap:2rem;padding-top:2rem;display:flex}.terms-end__layout>div{gap:.35rem;display:grid}.terms-end__layout>div>span{color:var(--color-navy-900);font-size:.82rem;font-weight:800}.terms-end p{color:var(--color-navy-700);margin:0;font-size:.7rem}.terms-end a{color:var(--color-navy-900);align-items:center;gap:.55rem;font-size:.76rem;font-weight:800;display:inline-flex}.terms-end a svg{color:var(--color-yellow-600,#c99700)}@media (width<=1050px){.terms-hero__layout,.terms-section__layout,.terms-contact{grid-template-columns:1fr}.terms-hero__panel{max-width:43rem}.terms-section__header{border-bottom:1px solid #0d2f5726;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:1rem;padding-bottom:1.7rem;display:grid}.terms-section--dark .terms-section__header{border-bottom-color:#ffffff29}.terms-section__number,.terms-section__icon{margin:0}.terms-section__header h2{max-width:none}.terms-contents__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=850px){.terms-introduction__layout,.terms-payment,.terms-liability,.terms-dispute-flow{grid-template-columns:1fr}}@media (width<=700px){.terms-pin{grid-template-columns:1fr}.terms-pin__visual{min-height:13rem}}@media (width<=650px){.terms-hero,.terms-section{padding-block:4rem}.terms-hero h1{font-size:clamp(3rem,13vw,4.3rem)}.terms-hero__meta{grid-template-columns:1fr}.terms-contents__header{flex-direction:column;align-items:flex-start}.terms-contents__grid,.terms-permitted-list,.terms-split,.terms-cancellation,.terms-refunds,.terms-termination{grid-template-columns:1fr}.terms-section__header{grid-template-columns:auto minmax(0,1fr)}.terms-section__number{grid-column:1/-1}.terms-section__header h2{font-size:2.15rem}.terms-pin__visual{grid-template-columns:repeat(4,3rem)}.terms-pin__visual span{width:3rem;height:3.8rem}.terms-contact__details strong{font-size:.78rem}.terms-end__layout{flex-direction:column;align-items:flex-start}}@media (width<=420px){.terms-hero__panel{padding:1.5rem}.terms-section__header{grid-template-columns:1fr}.terms-section__icon{width:3.2rem;height:3.2rem}.terms-requirements>div,.terms-relayer-list>div,.terms-prohibited>div{grid-template-columns:2rem minmax(0,1fr);padding-block:1rem}.terms-requirements svg,.terms-relayer-list svg,.terms-prohibited__icon{display:none}.terms-pin__visual{grid-template-columns:repeat(4,2.5rem);gap:.4rem}.terms-pin__visual span{width:2.5rem;height:3.3rem;font-size:1rem}.terms-law{grid-template-columns:1fr}.terms-contact__details a{grid-template-columns:2rem minmax(0,1fr)}.terms-contact__details>a>svg:last-child{display:none}}@media (prefers-reduced-motion:reduce){.terms-page{scroll-behavior:auto}.terms-contents__grid a,.terms-contact__details a{transition:none}}.rider-agreement-page{color:var(--color-navy-900);scroll-behavior:smooth;background-color:#fff;overflow:hidden}.rider-agreement-hero{background-color:#f4f2ec;padding-block:clamp(4.5rem,8vw,7.5rem);position:relative;overflow:hidden}.rider-agreement-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffc4002e,#0000 70%);width:38rem;height:38rem;position:absolute;top:-14rem;right:-10rem}.rider-agreement-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#0d2f5714,#0000 70%);width:42rem;height:42rem;position:absolute;bottom:-19rem;left:-14rem}.rider-agreement-hero__layout{z-index:1;grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);align-items:center;gap:clamp(3rem,9vw,9rem);min-height:38rem;display:grid;position:relative}.rider-agreement-hero__content{max-width:52rem}.rider-agreement-hero__eyebrow{color:var(--color-navy-700);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.75rem;margin-bottom:1.2rem;font-size:.7rem;font-weight:800;display:inline-flex}.rider-agreement-hero__eyebrow:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.rider-agreement-hero h1{max-width:52rem;color:var(--color-navy-900);letter-spacing:-.067em;margin-bottom:1.4rem;font-size:clamp(3.2rem,6vw,5.5rem);font-weight:680;line-height:.97}.rider-agreement-hero h1 span{color:var(--color-yellow-600,#c99700);display:block}.rider-agreement-hero__content>p{max-width:42rem;color:var(--color-navy-800);margin-bottom:2.3rem;font-size:1.04rem;line-height:1.75}.rider-agreement-hero__meta{border-top:1px solid #0d2f5729;border-left:1px solid #0d2f5729;grid-template-columns:repeat(3,minmax(0,1fr));max-width:48rem;display:grid}.rider-agreement-hero__meta>div{border-bottom:1px solid #0d2f5729;border-right:1px solid #0d2f5729;grid-template-columns:2rem minmax(0,1fr);align-items:center;gap:.7rem;min-height:5.5rem;padding:1rem;display:grid}.rider-agreement-hero__meta svg{color:var(--color-yellow-600,#c99700);font-size:1.05rem}.rider-agreement-hero__meta span{gap:.2rem;display:grid}.rider-agreement-hero__meta small{color:var(--color-grey-600);font-size:.62rem}.rider-agreement-hero__meta strong{color:var(--color-navy-900);font-size:.78rem}.rider-agreement-hero__panel{background-color:var(--color-navy-950);padding:clamp(2rem,5vw,3.5rem);box-shadow:0 30px 80px #07192f29}.rider-agreement-hero__panel-icon{background-color:var(--color-yellow-500);width:5rem;height:5rem;color:var(--color-navy-950);place-items:center;margin-bottom:2.3rem;font-size:1.9rem;display:grid}.rider-agreement-hero__panel-label{color:var(--color-yellow-500);letter-spacing:.13em;text-transform:uppercase;margin-bottom:.75rem;font-size:.67rem;font-weight:800;display:block}.rider-agreement-hero__panel h2{color:#fff;letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:650;line-height:1.08}.rider-agreement-hero__panel>p{color:#ffffffb8;margin-bottom:2rem;font-size:.9rem;line-height:1.7}.rider-agreement-hero__points{border-top:1px solid #ffffff26}.rider-agreement-hero__points>div{color:#fff;border-bottom:1px solid #ffffff26;grid-template-columns:1.7rem 1fr;align-items:center;gap:.7rem;min-height:3.7rem;font-size:.8rem;font-weight:650;display:grid}.rider-agreement-hero__points svg{color:var(--color-yellow-500)}.rider-agreement-intro{background-color:#fff;padding-block:clamp(4rem,7vw,6rem)}.rider-agreement-intro__layout{grid-template-columns:minmax(150px,.25fr) minmax(0,1fr);gap:clamp(2rem,8vw,8rem);display:grid}.rider-agreement-intro__label{height:fit-content;color:var(--color-navy-700);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.7rem;font-size:.68rem;font-weight:800;display:inline-flex}.rider-agreement-intro__label:before{background-color:var(--color-yellow-500);content:"";width:2rem;height:2px}.rider-agreement-intro__layout>div{max-width:58rem}.rider-agreement-intro h2{color:var(--color-navy-900);letter-spacing:-.045em;margin-bottom:1.2rem;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:650;line-height:1.08}.rider-agreement-intro p{max-width:51rem;color:var(--color-navy-800);margin:0;font-size:1rem;line-height:1.8}.rider-agreement-contents{background-color:#f4f2ec;padding-block:clamp(4rem,7vw,6rem)}.rider-agreement-contents__header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex}.rider-agreement-contents__header span{color:var(--color-navy-900);letter-spacing:-.04em;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:650}.rider-agreement-contents__header p{color:var(--color-navy-700);margin:0;font-size:.82rem}.rider-agreement-contents__grid{border-top:1px solid #0d2f5729;border-left:1px solid #0d2f5729;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.rider-agreement-contents__grid a{min-height:6.5rem;color:inherit;transition:background-color var(--transition-fast), color var(--transition-fast);border-bottom:1px solid #0d2f5729;border-right:1px solid #0d2f5729;grid-template-columns:2.5rem minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:1.2rem;display:grid}.rider-agreement-contents__grid a:hover{background-color:var(--color-navy-900)}.rider-agreement-contents__grid a>span{color:var(--color-yellow-600,#c99700);font-size:.65rem;font-weight:800}.rider-agreement-contents__grid strong{color:var(--color-navy-900);font-size:.84rem}.rider-agreement-contents__grid svg{color:var(--color-yellow-600,#c99700)}.rider-agreement-contents__grid a:hover strong{color:#fff}.rider-agreement-section{padding-block:clamp(5rem,9vw,8rem);scroll-margin-top:7rem}.rider-agreement-section--light{background-color:#fff}.rider-agreement-section--soft{background-color:#f7f6f2}.rider-agreement-section--dark{background-color:var(--color-navy-950)}.rider-agreement-section__layout{grid-template-columns:minmax(250px,.38fr) minmax(0,1fr);gap:clamp(3rem,9vw,9rem);display:grid}.rider-agreement-section__header{align-self:start}.rider-agreement-section__number{color:var(--color-yellow-600,#c99700);letter-spacing:.14em;margin-bottom:2rem;font-size:.68rem;font-weight:800;display:block}.rider-agreement-section__icon{background-color:var(--color-navy-900);width:3.5rem;height:3.5rem;color:var(--color-yellow-500);place-items:center;margin-bottom:1.4rem;font-size:1.25rem;display:grid}.rider-agreement-section__header h2{max-width:21rem;color:var(--color-navy-900);letter-spacing:-.045em;margin:0;font-size:clamp(2rem,3.4vw,2.8rem);font-weight:650;line-height:1.08}.rider-agreement-section--dark .rider-agreement-section__header h2{color:#fff}.rider-agreement-section--dark .rider-agreement-section__icon{background-color:var(--color-yellow-500);color:var(--color-navy-950)}.rider-agreement-section__body{min-width:0}.rider-agreement-section__lead{max-width:52rem;color:var(--color-navy-800);margin:0 0 2.5rem;font-size:1rem;line-height:1.8}.rider-agreement-section--dark .rider-agreement-section__lead{color:#ffffffc2}.rider-agreement-copy{gap:1.2rem;max-width:56rem;display:grid}.rider-agreement-copy p{color:var(--color-navy-800);margin:0;font-size:.96rem;line-height:1.85}.rider-agreement-responsibility-grid{border-top:1px solid #0d2f5726;border-left:1px solid #0d2f5726;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2.5rem;display:grid}.rider-agreement-responsibility-grid article{border-bottom:1px solid #0d2f5726;border-right:1px solid #0d2f5726;min-height:10rem;padding:1.5rem}.rider-agreement-responsibility-grid span{color:var(--color-yellow-600,#c99700);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.7rem;font-size:.67rem;font-weight:800;display:block}.rider-agreement-responsibility-grid p{color:var(--color-navy-800);margin:0;font-size:.8rem;line-height:1.65}.rider-agreement-checklist,.rider-agreement-delivery-list,.rider-agreement-conduct{border-top:1px solid #0d2f5726}.rider-agreement-checklist>div,.rider-agreement-conduct>div{border-bottom:1px solid #0d2f5726;grid-template-columns:2.5rem 2rem minmax(0,1fr);align-items:center;gap:.8rem;min-height:4.6rem;display:grid}.rider-agreement-checklist span,.rider-agreement-conduct span,.rider-agreement-delivery-list span{color:var(--color-yellow-600,#c99700);font-size:.65rem;font-weight:800}.rider-agreement-checklist svg,.rider-agreement-conduct svg{color:var(--color-yellow-600,#c99700)}.rider-agreement-checklist p,.rider-agreement-conduct p{color:var(--color-navy-900);margin:0;font-size:.84rem;font-weight:650}.rider-agreement-delivery-list{border-left:1px solid #0d2f5726;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.rider-agreement-delivery-list>div{border-bottom:1px solid #0d2f5726;border-right:1px solid #0d2f5726;grid-template-columns:2.5rem minmax(0,1fr);align-items:center;gap:.8rem;min-height:5.3rem;padding:1rem;display:grid}.rider-agreement-delivery-list p{color:var(--color-navy-900);margin:0;font-size:.82rem;font-weight:650;line-height:1.55}.rider-agreement-documents{border-top:1px solid #0d2f5726;margin-top:2rem}.rider-agreement-documents>div{border-bottom:1px solid #0d2f5726;grid-template-columns:2.5rem minmax(0,1fr) 2rem;align-items:center;gap:1rem;min-height:4.5rem;display:grid}.rider-agreement-documents>div>span{color:var(--color-yellow-600,#c99700);font-size:.65rem;font-weight:800}.rider-agreement-documents strong{color:var(--color-navy-900);font-size:.86rem}.rider-agreement-documents svg{color:var(--color-yellow-600,#c99700)}.rider-agreement-warning,.rider-agreement-rating-note,.rider-agreement-appeal{border-left:3px solid var(--color-yellow-500);background-color:#f4f2ec;grid-template-columns:2.5rem minmax(0,1fr);align-items:start;gap:1rem;margin-top:2rem;padding:1.4rem;display:grid}.rider-agreement-warning svg,.rider-agreement-rating-note svg,.rider-agreement-appeal svg{color:var(--color-yellow-600,#c99700);font-size:1.25rem}.rider-agreement-warning p,.rider-agreement-rating-note p,.rider-agreement-appeal p{color:var(--color-navy-800);margin:0;font-size:.84rem;line-height:1.65}.rider-agreement-unassign{border-top:1px solid #0d2f5726;border-left:1px solid #0d2f5726;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2.5rem;display:grid}.rider-agreement-unassign>div{background-color:#fff;border-bottom:1px solid #0d2f5726;border-right:1px solid #0d2f5726;padding:1.5rem}.rider-agreement-unassign span{color:var(--color-yellow-600,#c99700);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.8rem;font-size:.65rem;font-weight:800;display:block}.rider-agreement-unassign h3{color:var(--color-navy-900);margin-bottom:.55rem;font-size:1.05rem}.rider-agreement-unassign p{color:var(--color-navy-700);margin:0;font-size:.78rem;line-height:1.6}.rider-agreement-note{color:var(--color-navy-700);margin:1.3rem 0 0;font-size:.78rem;line-height:1.6}.rider-agreement-earnings{border-top:1px solid #ffffff29;border-left:1px solid #ffffff29;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.rider-agreement-earnings article{border-bottom:1px solid #ffffff29;border-right:1px solid #ffffff29;min-height:11rem;padding:1.5rem}.rider-agreement-earnings article>span{color:var(--color-yellow-500);letter-spacing:-.05em;margin-bottom:1rem;font-size:2.4rem;font-weight:750;display:block}.rider-agreement-earnings h3{color:#fff;margin:0;font-size:.86rem;line-height:1.5}.rider-agreement-payout{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:2rem;display:grid}.rider-agreement-payout>div{background-color:#ffffff0d;padding:1.5rem}.rider-agreement-payout span{color:var(--color-yellow-500);text-transform:uppercase;margin-bottom:.4rem;font-size:.65rem;font-weight:800;display:block}.rider-agreement-payout strong{color:#fff;margin-bottom:.7rem;font-size:1rem;display:block}.rider-agreement-payout p{color:#ffffffa8;margin:0;font-size:.77rem;line-height:1.6}.rider-agreement-dark-warning{border-left:3px solid var(--color-yellow-500);background-color:#ffffff0d;grid-template-columns:2.5rem minmax(0,1fr);align-items:start;gap:1rem;margin-top:2rem;padding:1.3rem;display:grid}.rider-agreement-dark-warning svg{color:var(--color-yellow-500);font-size:1.25rem}.rider-agreement-dark-warning p{color:#ffffffd1;margin:0;font-size:.82rem;line-height:1.6}.rider-agreement-tiers{border-top:1px solid #0d2f5726;border-left:1px solid #0d2f5726;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.rider-agreement-tiers article{border-bottom:1px solid #0d2f5726;border-right:1px solid #0d2f5726;grid-template-columns:3.5rem minmax(0,1fr);align-items:start;gap:1rem;min-height:13rem;padding:1.5rem;display:grid}.rider-agreement-tiers__letter{background-color:var(--color-navy-900);width:3.5rem;height:3.5rem;color:var(--color-yellow-500);place-items:center;font-size:1.2rem;font-weight:800;display:grid}.rider-agreement-tiers h3{color:var(--color-navy-900);margin-bottom:.45rem;font-size:1rem}.rider-agreement-tiers p{color:var(--color-navy-700);margin:0 0 .55rem;font-size:.74rem;line-height:1.5}.rider-agreement-tiers strong{color:var(--color-yellow-600,#c99700);font-size:.72rem}.rider-agreement-emergency{border-top:1px solid #0d2f5726;border-left:1px solid #0d2f5726;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.rider-agreement-emergency>div{background-color:#fff;border-bottom:1px solid #0d2f5726;border-right:1px solid #0d2f5726;min-height:14rem;padding:1.5rem}.rider-agreement-emergency__icon{background-color:var(--color-yellow-500);width:3.3rem;height:3.3rem;color:var(--color-navy-950);place-items:center;margin-bottom:1.4rem;font-size:1.15rem;display:grid}.rider-agreement-emergency h3{color:var(--color-navy-900);margin-bottom:.55rem;font-size:1rem}.rider-agreement-emergency p{color:var(--color-navy-700);margin:0;font-size:.77rem;line-height:1.6}.rider-agreement-emergency-warning{background-color:var(--color-navy-950);grid-template-columns:3rem minmax(0,1fr);align-items:start;gap:1rem;margin-top:2rem;padding:1.5rem;display:grid}.rider-agreement-emergency-warning>svg{color:var(--color-yellow-500);font-size:1.4rem}.rider-agreement-emergency-warning>div{gap:.45rem;display:grid}.rider-agreement-emergency-warning span{color:var(--color-yellow-500);letter-spacing:.1em;text-transform:uppercase;font-size:.66rem;font-weight:800}.rider-agreement-emergency-warning p{color:#ffffffc7;margin:0;font-size:.82rem;line-height:1.65}.rider-agreement-suspension-list{border-top:1px solid #ffffff29}.rider-agreement-suspension-list>div{border-bottom:1px solid #ffffff29;grid-template-columns:2.5rem 2rem minmax(0,1fr);align-items:center;gap:.8rem;min-height:4.6rem;display:grid}.rider-agreement-suspension-list>div>span{color:var(--color-yellow-500);font-size:.65rem;font-weight:800}.rider-agreement-suspension-list svg{color:var(--color-yellow-500)}.rider-agreement-suspension-list p{color:#ffffffd6;margin:0;font-size:.83rem}.rider-agreement-appeal{background-color:#ffffff0d}.rider-agreement-appeal p{color:#ffffffd1}.rider-agreement-appeal a{color:var(--color-yellow-500);font-weight:750}.rider-agreement-privacy-link{background-color:var(--color-navy-900);color:#fff;align-items:center;gap:.65rem;min-height:3.3rem;margin-top:2rem;padding:.85rem 1.1rem;font-size:.82rem;font-weight:800;display:inline-flex}.rider-agreement-privacy-link svg{color:var(--color-yellow-500)}.rider-agreement-contact{grid-template-columns:minmax(0,.75fr) minmax(320px,1.25fr);align-items:start;gap:clamp(3rem,7vw,7rem);display:grid}.rider-agreement-contact__intro>span{color:var(--color-yellow-500);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.7rem;font-size:.67rem;font-weight:800;display:block}.rider-agreement-contact__intro h3{color:#fff;letter-spacing:-.04em;margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:650;line-height:1.12}.rider-agreement-contact__intro p{color:#ffffffb3;margin:0;font-size:.86rem;line-height:1.7}.rider-agreement-contact__details{border-top:1px solid #ffffff29}.rider-agreement-contact__details a{min-height:5.5rem;color:inherit;transition:padding-inline var(--transition-fast);border-bottom:1px solid #ffffff29;grid-template-columns:2.5rem minmax(0,1fr) auto;align-items:center;gap:1rem;display:grid}.rider-agreement-contact__details a:hover{padding-inline:1rem}.rider-agreement-contact__details>a>svg:first-child,.rider-agreement-contact__details>a>svg:last-child{color:var(--color-yellow-500)}.rider-agreement-contact__details a>span{gap:.3rem;display:grid}.rider-agreement-contact__details small{color:#ffffff80;font-size:.64rem}.rider-agreement-contact__details strong{color:#fff;font-size:.85rem}.rider-agreement-end{background-color:#fff;padding-block:2.5rem}.rider-agreement-end__layout{border-top:1px solid #0d2f5729;justify-content:space-between;align-items:center;gap:2rem;padding-top:2rem;display:flex}.rider-agreement-end__layout>div{gap:.35rem;display:grid}.rider-agreement-end__layout>div>span{color:var(--color-navy-900);font-size:.82rem;font-weight:800}.rider-agreement-end p{color:var(--color-navy-700);margin:0;font-size:.7rem}.rider-agreement-end a{color:var(--color-navy-900);align-items:center;gap:.55rem;font-size:.76rem;font-weight:800;display:inline-flex}.rider-agreement-end a svg{color:var(--color-yellow-600,#c99700)}@media (width<=1050px){.rider-agreement-hero__layout,.rider-agreement-section__layout,.rider-agreement-contact{grid-template-columns:1fr}.rider-agreement-hero__panel{max-width:43rem}.rider-agreement-section__header{border-bottom:1px solid #0d2f5726;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:1rem;padding-bottom:1.7rem;display:grid}.rider-agreement-section--dark .rider-agreement-section__header{border-bottom-color:#ffffff29}.rider-agreement-section__number,.rider-agreement-section__icon{margin:0}.rider-agreement-section__header h2{max-width:none}.rider-agreement-contents__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=800px){.rider-agreement-intro__layout,.rider-agreement-tiers,.rider-agreement-emergency{grid-template-columns:1fr}}@media (width<=650px){.rider-agreement-hero,.rider-agreement-section{padding-block:4rem}.rider-agreement-hero h1{font-size:clamp(3rem,13vw,4.3rem)}.rider-agreement-hero__meta{grid-template-columns:1fr}.rider-agreement-contents__header{flex-direction:column;align-items:flex-start}.rider-agreement-contents__grid,.rider-agreement-responsibility-grid,.rider-agreement-delivery-list,.rider-agreement-unassign,.rider-agreement-earnings,.rider-agreement-payout{grid-template-columns:1fr}.rider-agreement-section__header{grid-template-columns:auto minmax(0,1fr)}.rider-agreement-section__number{grid-column:1/-1}.rider-agreement-section__header h2{font-size:2.15rem}.rider-agreement-contact__details strong{font-size:.78rem}.rider-agreement-end__layout{flex-direction:column;align-items:flex-start}}@media (width<=420px){.rider-agreement-hero__panel{padding:1.5rem}.rider-agreement-section__header{grid-template-columns:1fr}.rider-agreement-checklist>div,.rider-agreement-conduct>div,.rider-agreement-suspension-list>div{grid-template-columns:2rem minmax(0,1fr);padding-block:1rem}.rider-agreement-checklist svg,.rider-agreement-conduct svg,.rider-agreement-suspension-list svg{display:none}.rider-agreement-contact__details a{grid-template-columns:2rem minmax(0,1fr)}.rider-agreement-contact__details>a>svg:last-child{display:none}}@media (prefers-reduced-motion:reduce){.rider-agreement-page{scroll-behavior:auto}.rider-agreement-contents__grid a,.rider-agreement-contact__details a{transition:none}}.api-docs{color:var(--color-navy-900);background-color:#fff;overflow:clip}.api-docs__hero{background-color:var(--color-navy-950);padding-block:clamp(4.5rem,9vw,7.5rem);position:relative;overflow:hidden}.api-docs__hero-layout{z-index:1;grid-template-columns:minmax(0,1fr) minmax(330px,.55fr);align-items:center;gap:clamp(3rem,8vw,8rem);display:grid;position:relative}.api-docs__hero-content{max-width:48rem}.api-docs__eyebrow{color:var(--color-yellow-500);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.65rem;margin-bottom:1.25rem;font-size:.68rem;font-weight:800;display:inline-flex}.api-docs__eyebrow svg{font-size:1rem}.api-docs__hero h1{color:var(--color-white);letter-spacing:-.065em;margin:0 0 1.4rem;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:700;line-height:.95}.api-docs__hero h1 span{color:var(--color-yellow-500);display:block}.api-docs__hero-content>p{color:#ffffffb8;max-width:42rem;margin-bottom:2rem;font-size:clamp(1rem,1.4vw,1.12rem);line-height:1.75}.api-docs__hero-actions{flex-wrap:wrap;gap:.85rem;display:flex}.api-docs__primary-action,.api-docs__secondary-action{min-height:3.5rem;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;gap:.65rem;padding:.9rem 1.2rem;font-size:.83rem;font-weight:800;display:inline-flex}.api-docs__primary-action{background-color:var(--color-yellow-500);color:var(--color-navy-950)}.api-docs__primary-action:hover{background-color:var(--color-yellow-400);transform:translateY(-2px)}.api-docs__secondary-action{color:var(--color-white);border:1px solid #ffffff40}.api-docs__secondary-action:hover{border-color:var(--color-yellow-500);color:var(--color-yellow-500);transform:translateY(-2px)}.api-docs__hero-panel{background-color:#ffffff09;border:1px solid #ffffff24}.api-docs__hero-panel-label{color:#ffffff7a;letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid #ffffff1f;padding:1rem 1.2rem;font-size:.63rem;font-weight:800;display:block}.api-docs__hero-panel>div{border-bottom:1px solid #ffffff1a;grid-template-columns:2rem minmax(0,1fr);align-items:center;gap:.9rem;min-height:4.7rem;padding:1rem 1.2rem;display:grid}.api-docs__hero-panel>div:last-child{border-bottom:0}.api-docs__hero-panel svg{color:var(--color-yellow-500)}.api-docs__hero-panel>div>span{color:#ffffff80;gap:.2rem;font-size:.65rem;display:grid}.api-docs__hero-panel code,.api-docs__hero-panel strong{overflow-wrap:anywhere;color:var(--color-white);font-size:.76rem;font-weight:700}.api-docs__body{padding-block:clamp(4rem,8vw,7rem)}.api-docs__layout{grid-template-columns:10rem minmax(0,1fr);align-items:start;gap:clamp(3rem,7vw,7rem);display:grid}.api-docs__sidebar{min-width:0}.api-docs__sidebar-inner{position:sticky;top:7.5rem}.api-docs__sidebar-title{color:var(--color-grey-600);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;font-size:.64rem;font-weight:800;display:block}.api-docs__sidebar nav{border-top:1px solid #0d2f5724;display:grid}.api-docs__sidebar nav a{color:var(--color-navy-700);transition:color var(--transition-fast), padding-left var(--transition-fast);border-bottom:1px solid #0d2f5724;padding:.8rem 0;font-size:.78rem;font-weight:650}.api-docs__sidebar nav a:hover{color:var(--color-yellow-600,#c99700);padding-left:.4rem}.api-docs__sidebar-help{background-color:#f4f2ec;gap:.35rem;margin-top:2rem;padding:1.2rem;display:grid}.api-docs__sidebar-help svg{color:var(--color-yellow-600,#c99700);margin-bottom:.4rem}.api-docs__sidebar-help span{color:var(--color-navy-900);font-size:.74rem;font-weight:750}.api-docs__sidebar-help a{overflow-wrap:anywhere;color:var(--color-navy-700);font-size:.68rem}.api-docs__content{min-width:0;max-width:58rem}.api-docs__section{border-bottom:1px solid #0d2f5721;padding-bottom:clamp(2rem,4vw,3rem);scroll-margin-top:7rem}.api-docs__section+.api-docs__section{padding-top:clamp(2rem,4vw,3rem)}.api-docs__section-label{color:var(--color-yellow-600,#c99700);letter-spacing:.13em;text-transform:uppercase;margin-bottom:.7rem;font-size:.65rem;font-weight:800;display:block}.api-docs__section h2{max-width:48rem;color:var(--color-navy-900);letter-spacing:-.045em;margin:0 0 1.2rem;font-size:clamp(2rem,4vw,3rem);font-weight:680;line-height:1.06}.api-docs__section>p{max-width:49rem;color:var(--color-navy-700);margin:0 0 1.4rem;font-size:.95rem;line-height:1.75}.api-docs__section a{color:var(--color-navy-900);font-weight:750}.api-docs__subheading{color:var(--color-navy-900);margin:2.4rem 0 1rem;font-size:1.05rem;font-weight:750}.api-inline-code{color:var(--color-navy-900);background-color:#f4f2ec;border:1px solid #0d2f5724;padding:.16rem .38rem;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.78em}.api-docs__feature-grid{border-top:1px solid #0d2f5724;border-left:1px solid #0d2f5724;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:2.3rem;display:grid}.api-docs__feature-grid>div{border-bottom:1px solid #0d2f5724;border-right:1px solid #0d2f5724;min-height:12rem;padding:1.4rem}.api-docs__feature-grid svg{color:var(--color-yellow-600,#c99700);margin-bottom:1.2rem;font-size:1.2rem}.api-docs__feature-grid h3{color:var(--color-navy-900);margin:0 0 .45rem;font-size:.9rem}.api-docs__feature-grid p{color:var(--color-navy-700);margin:0;font-size:.76rem;line-height:1.6}.api-docs__steps{border-top:1px solid #0d2f5724;margin-top:2rem;display:grid}.api-docs__step{border-bottom:1px solid #0d2f5724;grid-template-columns:3.5rem minmax(0,1fr);align-items:start;gap:1.2rem;min-height:7rem;padding-block:1.5rem;display:grid}.api-docs__step>span{background-color:var(--color-navy-900);width:2.7rem;height:2.7rem;color:var(--color-yellow-500);place-items:center;font-size:.68rem;font-weight:800;display:grid}.api-docs__step h3{color:var(--color-navy-900);margin:0 0 .4rem;font-size:.92rem}.api-docs__step p{color:var(--color-navy-700);margin:0;font-size:.8rem;line-height:1.65}.api-endpoint{background-color:#f8f8f6;border:1px solid #0d2f5726;margin-block:1.8rem;padding:1.3rem 1.4rem}.api-endpoint__top{flex-wrap:wrap;align-items:center;gap:.8rem;margin-bottom:.65rem;display:flex}.api-endpoint__method{color:#fff;letter-spacing:.07em;justify-content:center;align-items:center;min-width:3.5rem;min-height:1.8rem;padding-inline:.55rem;font-size:.62rem;font-weight:850;display:inline-flex}.api-endpoint__method--get{background-color:var(--color-navy-900)}.api-endpoint__method--post{background-color:var(--color-yellow-600,#c99700);color:var(--color-navy-950)}.api-endpoint__top code{overflow-wrap:anywhere;color:var(--color-navy-900);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.84rem;font-weight:700}.api-endpoint p{color:var(--color-navy-700);margin:0;font-size:.78rem;line-height:1.6}.api-code{background-color:var(--color-navy-950);border:1px solid #ffffff14;margin-block:1.2rem 2rem;overflow:hidden}.api-code__header{background-color:#ffffff06;border-bottom:1px solid #ffffff1c;justify-content:space-between;align-items:center;gap:1rem;min-height:3.2rem;padding-inline:1rem;display:flex}.api-code__header>div{align-items:center;gap:.7rem;display:flex}.api-code__header>div>span{color:var(--color-yellow-500);letter-spacing:.1em;text-transform:uppercase;font-size:.58rem;font-weight:800}.api-code__header strong{color:#ffffff9e;font-size:.66rem;font-weight:650}.api-code__copy{color:#ffffffb8;cursor:pointer;min-height:2rem;transition:border-color var(--transition-fast), background-color var(--transition-fast), color var(--transition-fast);background-color:#0000;border:1px solid #ffffff2b;border-radius:0;align-items:center;gap:.45rem;padding-inline:.65rem;font-family:inherit;font-size:.62rem;font-weight:700;display:inline-flex}.api-code__copy:hover{border-color:var(--color-yellow-500);color:var(--color-yellow-500)}.api-code__copy--copied{border-color:var(--color-yellow-500);background-color:var(--color-yellow-500);color:var(--color-navy-950)}.api-code pre{margin:0;padding:1.35rem;overflow-x:auto}.api-code code{color:#e8eef5;white-space:pre;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.76rem;line-height:1.7}.api-table-wrap{border:1px solid #0d2f5724;width:100%;overflow-x:auto}.api-table{border-collapse:collapse;width:100%;min-width:650px}.api-table th{color:var(--color-grey-600);letter-spacing:.1em;text-align:left;text-transform:uppercase;background-color:#f4f2ec;border-bottom:1px solid #0d2f5724;padding:.9rem 1rem;font-size:.6rem;font-weight:800}.api-table td{color:var(--color-navy-700);vertical-align:top;border-bottom:1px solid #0d2f571c;padding:1rem;font-size:.74rem;line-height:1.55}.api-table tbody tr:last-child td{border-bottom:0}.api-table td code{color:var(--color-navy-900);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.7rem;font-weight:700}.api-requirement{color:var(--color-grey-600);font-size:.62rem;font-weight:750}.api-requirement--required{color:#a65a00}.api-callout{border-left:3px solid var(--color-yellow-500);background-color:#fff9e7;grid-template-columns:2rem minmax(0,1fr);align-items:start;gap:.9rem;margin-top:1.5rem;padding:1.2rem;display:grid}.api-callout>svg{color:var(--color-yellow-600,#c99700);margin-top:.15rem}.api-callout strong{color:var(--color-navy-900);margin-bottom:.25rem;font-size:.78rem;display:block}.api-callout p{color:var(--color-navy-700);margin:0;font-size:.73rem;line-height:1.6}.api-callout--warning{border-left-color:#d68100}.api-callout--info{border-left-color:var(--color-navy-700);background-color:#eef3f8}.api-docs__support{border-bottom:0;justify-content:space-between;align-items:center;gap:3rem;display:flex}.api-docs__support>div{max-width:40rem}.api-docs__support>a{background-color:var(--color-navy-900);min-height:3.4rem;color:var(--color-white);transition:background-color var(--transition-fast), transform var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;gap:.65rem;padding:.9rem 1.1rem;font-size:.76rem;font-weight:800;display:inline-flex}.api-docs__support>a:hover{background-color:var(--color-navy-700);transform:translateY(-2px)}@media (width<=1000px){.api-docs__hero-layout{grid-template-columns:1fr}.api-docs__hero-panel{max-width:40rem}.api-docs__layout{grid-template-columns:1fr}.api-docs__sidebar{display:none}.api-docs__content{max-width:none}}@media (width<=720px){.api-docs__hero{padding-block:4rem}.api-docs__hero h1{font-size:clamp(3rem,14vw,4.2rem)}.api-docs__feature-grid{grid-template-columns:1fr}.api-docs__feature-grid>div{min-height:auto}.api-docs__support{flex-direction:column;align-items:flex-start}.api-docs__support>a{width:100%}}@media (width<=520px){.api-docs__hero-actions{flex-direction:column;align-items:stretch}.api-docs__primary-action,.api-docs__secondary-action{width:100%}.api-code__header{flex-direction:column;align-items:flex-start;padding-block:.8rem}.api-code__copy{justify-content:center;width:100%}.api-docs__step{grid-template-columns:2.8rem minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){.api-docs__primary-action,.api-docs__secondary-action,.api-docs__sidebar nav a,.api-code__copy,.api-docs__support>a{transition:none}}:root{color:#0d2f57;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-navy-950:#061629;--color-navy-900:#0a2342;--color-navy-800:#0d2f57;--color-navy-700:#16416f;--color-yellow-600:#dba800;--color-yellow-500:#ffc400;--color-yellow-400:#ffd23f;--color-yellow-100:#fff5c2;--color-blue-100:#eaf2fb;--color-blue-50:#f5f8fc;--color-white:#fff;--color-black:#07111e;--color-grey-900:#182232;--color-grey-700:#475569;--color-grey-600:#64748b;--color-grey-500:#8290a4;--color-grey-300:#cdd6e2;--color-grey-200:#e2e8f0;--color-grey-100:#f1f5f9;--color-grey-50:#f8fafc;--color-success:#16a36a;--container-width:1240px;--container-padding:clamp(1.25rem, 4vw, 3rem);--border-light:1px solid var(--color-grey-200);--border-dark:1px solid #ffffff24;--radius-small:.375rem;--radius-medium:.75rem;--radius-large:1.25rem;--shadow-small:0 8px 24px #081c3414;--shadow-medium:0 20px 60px #081c3421;--transition-fast:.18s ease;--transition-normal:.28s ease;background-color:#fff;font-family:Manrope,sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-padding-top:5rem}body{background-color:var(--color-white);min-width:320px;min-height:100vh;color:var(--color-navy-900);margin:0;overflow-x:hidden}body,button,input,textarea,select{font-family:inherit}button,input,textarea,select{font-size:inherit}button,a{-webkit-tap-highlight-color:transparent}button{border:0}a{color:inherit;text-decoration:none}img,picture,video,canvas,svg{max-width:100%;display:block}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6,p{margin-top:0}h1,h2,h3,h4,h5,h6{color:var(--color-navy-900);letter-spacing:-.035em;font-weight:700;line-height:1.05}p{color:var(--color-grey-700);line-height:1.7}button,a,input,textarea,select{outline-offset:4px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #ffc4008c}::selection{background-color:var(--color-yellow-500);color:var(--color-navy-950)}.site-container{width:min(calc(100% - (var(--container-padding) * 2)), var(--container-width));margin-inline:auto}.page-shell{min-height:100vh}.page-main{min-height:70vh}.section{padding-block:clamp(4.5rem,8vw,8rem)}.section-label{color:var(--color-navy-700);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.625rem;margin-bottom:1rem;font-size:.76rem;font-weight:700;display:inline-flex}.section-label:before{background-color:var(--color-yellow-500);content:"";width:1.75rem;height:2px}.primary-button,.secondary-button{border-radius:var(--radius-small);cursor:pointer;min-height:3.25rem;transition:transform var(--transition-fast), background-color var(--transition-fast), color var(--transition-fast);justify-content:center;align-items:center;gap:.65rem;padding:.85rem 1.35rem;font-weight:700;display:inline-flex}.primary-button{background-color:var(--color-yellow-500);color:var(--color-navy-950)}.primary-button:hover{background-color:var(--color-yellow-400);transform:translateY(-2px)}.secondary-button{color:var(--color-navy-900);background-color:#0000;border:1px solid}.secondary-button:hover{background-color:var(--color-navy-900);color:var(--color-white);transform:translateY(-2px)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=768px){:root{--container-padding:1.25rem}.section{padding-block:4.5rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
