.Container-module___O_fWa__container{--container-padding-y:var(--spacing-16);--container-padding-x:var(--fds-container-padding);--container-padding-y--xs:var(--spacing-8);width:100%;padding:var(--container-padding-y)var(--container-padding-x);max-width:var(--container-max-width);margin-left:auto;margin-right:auto}.Container-module___O_fWa__fullWidth{max-width:none;padding-left:0;padding-right:0}.Container-module___O_fWa__collapsePaddingY{--container-padding-y:0}.Container-module___O_fWa__collapsePaddingX{--container-padding-x:0}
.SvgIcon-module__VEtI3G__iconContainer{color:var(--brand-primary);justify-content:center;align-items:center;display:inline-flex}.SvgIcon-module__VEtI3G__iconContainerNatural{justify-content:center;align-items:center;display:inline-flex}.SvgIcon-module__VEtI3G__iconContainer svg,.SvgIcon-module__VEtI3G__iconContainerNatural svg{width:100%;height:100%;display:block}.SvgIcon-module__VEtI3G__iconContainer svg path,.SvgIcon-module__VEtI3G__iconContainer svg circle,.SvgIcon-module__VEtI3G__iconContainer svg rect,.SvgIcon-module__VEtI3G__iconContainer svg polygon,.SvgIcon-module__VEtI3G__iconContainer svg polyline,.SvgIcon-module__VEtI3G__iconContainer svg line,.SvgIcon-module__VEtI3G__iconContainer svg ellipse{stroke:currentColor;fill:none}.SvgIcon-module__VEtI3G__iconContainer svg path[fill]:not([fill=none]):not([fill=transparent]),.SvgIcon-module__VEtI3G__iconContainer svg circle[fill]:not([fill=none]):not([fill=transparent]),.SvgIcon-module__VEtI3G__iconContainer svg rect[fill]:not([fill=none]):not([fill=transparent]),.SvgIcon-module__VEtI3G__iconContainer svg polygon[fill]:not([fill=none]):not([fill=transparent]){fill:currentColor;stroke:none}.SvgIcon-module__VEtI3G__iconSkeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s infinite SvgIcon-module__VEtI3G__shimmer;display:inline-flex}@keyframes SvgIcon-module__VEtI3G__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.SvgIcon-module__VEtI3G__iconPlaceholder{color:#999;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;justify-content:center;align-items:center;font-size:24px;font-weight:700;display:inline-flex}
.SignInModal-module__55gWMW__modalOverlay{z-index:var(--z-modal-backdrop,9998);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-in-out SignInModal-module__55gWMW__fadeIn;display:flex;position:fixed;inset:0}@keyframes SignInModal-module__55gWMW__fadeIn{0%{opacity:0}to{opacity:1}}.SignInModal-module__55gWMW__modalContainer{background-color:var(--white);border-radius:var(--radius-large);width:100%;max-width:500px;z-index:var(--z-modal,9999);padding:3rem 2.5rem 2rem;animation:.3s ease-out SignInModal-module__55gWMW__slideUp;position:relative;box-shadow:0 20px 60px #0000004d}@keyframes SignInModal-module__55gWMW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SignInModal-module__55gWMW__modalHeading{font-size:25px;line-height:var(--text-base-line-height);font-weight:var(--font-weight-black);color:var(--black);text-align:center;margin:0 0 2rem}.SignInModal-module__55gWMW__optionsContainer{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.SignInModal-module__55gWMW__signInButton{border-radius:var(--radius-button);background-color:var(--brand-primary);width:100%;color:var(--white);font-size:var(--text-button-size);line-height:var(--text-button-line-height);font-weight:var(--font-weight-bold);cursor:pointer;box-shadow:var(--shadow-button);border:none;justify-content:center;align-items:center;padding:1.125rem 2rem;transition:all .2s;display:flex}.SignInModal-module__55gWMW__signInButton:hover{box-shadow:var(--shadow-button-hover);background-color:color-mix(in srgb,var(--brand-primary)90%,black);transform:translateY(-2px)}.SignInModal-module__55gWMW__signInButton:active{transform:translateY(0)}.SignInModal-module__55gWMW__closeButton{border-radius:var(--radius-button);width:100%;color:var(--gray-medium);font-size:var(--text-base-size);line-height:var(--text-base-line-height);font-weight:var(--font-weight-medium);cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;padding:.875rem 2rem;transition:all .2s;display:flex}.SignInModal-module__55gWMW__closeButton:hover{color:var(--black);background-color:var(--gray-bg)}@media (max-width:768px){.SignInModal-module__55gWMW__modalContainer{max-width:420px;padding:2.5rem 2rem}.SignInModal-module__55gWMW__modalHeading{font-size:calc(var(--text-h4-size)*.85);line-height:calc(var(--text-h4-line-height)*.85);margin-bottom:1.75rem}.SignInModal-module__55gWMW__signInButton{font-size:calc(var(--text-button-size)*.9);padding:1rem 1.75rem}}@media (max-width:480px){.SignInModal-module__55gWMW__modalOverlay{padding:.75rem}.SignInModal-module__55gWMW__modalContainer{max-width:100%;padding:2rem 1.5rem}.SignInModal-module__55gWMW__modalHeading{font-size:calc(var(--text-h4-size)*.75);line-height:calc(var(--text-h4-line-height)*.75);margin-bottom:1.5rem}.SignInModal-module__55gWMW__optionsContainer{gap:.875rem;margin-bottom:1.75rem}.SignInModal-module__55gWMW__signInButton{font-size:calc(var(--text-button-size)*.85);padding:.875rem 1.5rem}.SignInModal-module__55gWMW__closeButton{font-size:var(--text-small-size);padding:.75rem 1.5rem}}
.Header-module__wWZOdW__header{z-index:50;width:100%;height:var(--header__height);background-color:var(--white);isolation:isolate;-webkit-backdrop-filter:blur(10px)saturate(180%);backdrop-filter:blur(10px)saturate(180%);will-change:padding,box-shadow;--header__height:103px;--header__height--xs:88px;--header__height--scrolled--xs:calc(var(--header__height--xs) - (var(--header__padding-v--xs)*2));--header__height--scrolled:calc(var(--header__height) - (var(--header__padding-v)*2));--header__padding-v:16px;--header__padding-v--lg:24px;--header__padding-v--xs:16px;--logo__height:calc(var(--header__height) - (var(--header__padding-v--lg)*2));--logo__height--lg:calc(var(--header__height) - (var(--header__padding-v--lg)*2));--logo__height--xs:calc(var(--header__height--xs) - (var(--header__padding-v--xs)*2));--logo__height--scrolled--lg:calc(var(--header__height--scrolled) - var(--header__padding-v));border-bottom:1px solid #e5e7eb;transition:padding .3s,height .3s,box-shadow .3s;position:fixed;top:0}@media screen and (max-width:640px){.Header-module__wWZOdW__header{height:var(--header__height--xs)}.Header-module__wWZOdW__header.Header-module__wWZOdW__scrolled{height:var(--header__height--scrolled--xs)}}.Header-module__wWZOdW__header.Header-module__wWZOdW__scrolled{height:var(--header__height--scrolled);box-shadow:0 2px 8px #00000014}.Header-module__wWZOdW__nav{--container-padding-y:var(--header__padding-v);will-change:padding;justify-content:space-between;align-items:center;height:100%;transition:padding .3s;display:flex}.Header-module__wWZOdW__scrolled .Header-module__wWZOdW__nav{padding:var(--header__padding-v)var(--fds-container-padding)}.Header-module__wWZOdW__logoContainer{flex-shrink:0;align-items:center;display:flex}.Header-module__wWZOdW__logoLink{display:block}.Header-module__wWZOdW__logo{max-height:var(--logo__height--lg);object-fit:contain;will-change:height,max-width,max-height;width:auto;max-width:280px;transition:height .3s,max-width .3s,max-height .3s}.Header-module__wWZOdW__logoFallback{font-size:1.25rem;font-weight:700}.Header-module__wWZOdW__desktopNav{flex:1;justify-content:flex-end;align-items:center;gap:.25rem;margin-right:.75rem;display:none}.Header-module__wWZOdW__navLink{font-size:18px;font-weight:var(--font-weight-bold);color:var(--black);white-space:nowrap;border-radius:12px;padding:10px 16px;text-decoration:none;transition:all .2s}.Header-module__wWZOdW__navLink:hover{color:var(--brand-primary);background-color:#0000;text-decoration:none}.Header-module__wWZOdW__subPageLink{font-size:18px;font-weight:var(--font-weight-bold);color:var(--black);white-space:nowrap;border-radius:12px;padding:10px 16px;text-decoration:none;transition:all .2s}.Header-module__wWZOdW__subPageLink:hover{color:var(--black);background-color:#00000008;text-decoration:none}.Header-module__wWZOdW__desktopSignInContainer{flex-shrink:0;display:none}.Header-module__wWZOdW__signInButton{cursor:pointer;white-space:nowrap;background:0 0;border:2.5px solid;border-radius:16px;align-items:center;gap:.5rem;padding:10px 20px;font-size:1rem;font-weight:700;transition:box-shadow .2s,transform .2s;display:flex}.Header-module__wWZOdW__signInButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.Header-module__wWZOdW__signInText{position:relative}.Header-module__wWZOdW__signInText:after{content:"";background:currentColor;width:0;height:2px;transition:width .25s;position:absolute;bottom:-2px;left:0}.Header-module__wWZOdW__signInButton:hover .Header-module__wWZOdW__signInText:after{width:100%}.Header-module__wWZOdW__signInIcon{width:var(--text-large-size);height:var(--text-large-size);flex-shrink:0}.Header-module__wWZOdW__mobileMenuButton{color:#374151;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.Header-module__wWZOdW__mobileMenuIcon{width:1.5rem;height:1.5rem}.Header-module__wWZOdW__mobileMenu{background-color:var(--white);border-top:1px solid #e5e7eb}.Header-module__wWZOdW__mobileMenuInner{flex-direction:column;gap:.75rem;padding:1rem 1.5rem;display:flex}.Header-module__wWZOdW__mobileQuickLinks{text-transform:uppercase;color:#6b7280;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.Header-module__wWZOdW__mobileNavLink{color:var(--black);border-radius:.5rem;padding:.5rem 1rem;font-size:1rem;font-weight:500;transition:all .2s;display:block}.Header-module__wWZOdW__mobileNavLink:hover{color:var(--brand-primary);background-color:#f9fafb;text-decoration:none}.Header-module__wWZOdW__mobileSubPageLink{color:var(--black);border-radius:.5rem;padding:.5rem 1rem;font-size:1rem;font-weight:700;transition:all .2s;display:block}.Header-module__wWZOdW__mobileSubPageLink:hover{color:var(--brand-primary);background-color:#f9fafb;text-decoration:none}.Header-module__wWZOdW__mobileDivider{border-top:1px solid #e5e7eb;margin:.75rem 0}.Header-module__wWZOdW__mobileSignInButton{cursor:pointer;background:0 0;border:2.5px solid;border-radius:16px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;transition:box-shadow .2s;display:flex}.Header-module__wWZOdW__mobileSignInButton:hover{text-decoration:none;box-shadow:0 4px 12px #0000001a}@media (max-width:640px){.Header-module__wWZOdW__nav,.Header-module__wWZOdW__scrolled .Header-module__wWZOdW__nav{--container-padding-y:var(--header__padding-v--xs)}.Header-module__wWZOdW__logo{height:var(--logo__height--xs)}.Header-module__wWZOdW__logoFallback{font-size:1rem}}@media (min-width:768px){.Header-module__wWZOdW__nav{--container-padding-y:18px}.Header-module__wWZOdW__scrolled .Header-module__wWZOdW__nav{--container-padding-y:8px}}@media (min-width:1024px){.Header-module__wWZOdW__desktopNav{gap:12px;margin-right:24px}.Header-module__wWZOdW__navLink,.Header-module__wWZOdW__subPageLink{padding:8px 16px;font-size:1rem}}@media (min-width:1220px){.Header-module__wWZOdW__desktopNav{display:flex}.Header-module__wWZOdW__desktopSignInContainer{display:block}.Header-module__wWZOdW__mobileMenuButton,.Header-module__wWZOdW__mobileMenu{display:none}}@media (min-width:1280px){.Header-module__wWZOdW__nav{--container-padding-y:24px}.Header-module__wWZOdW__scrolled .Header-module__wWZOdW__nav{--container-padding-y:8px}.Header-module__wWZOdW__logoFallback{font-size:1.5rem}}
.Heading-module__pTXt2W__h1,.Heading-module__pTXt2W__h2,.Heading-module__pTXt2W__h3,.Heading-module__pTXt2W__h4,.Heading-module__pTXt2W__h5,.Heading-module__pTXt2W__h6,.Heading-module__pTXt2W__hero{color:var(--black)}.Heading-module__pTXt2W__hero{font-size:var(--fds-text-hero-size);line-height:var(--fds-text-hero-line-height);font-weight:var(--fds-text-hero-weight)}.Heading-module__pTXt2W__h1{font-size:var(--fds-heading-h1-size);line-height:var(--fds-heading-h1-line-height);font-weight:var(--fds-font-weight-bold)}.Heading-module__pTXt2W__h2{font-size:var(--fds-heading-h2-size);line-height:var(--fds-heading-h2-line-height);font-weight:var(--fds-font-weight-bold)}.Heading-module__pTXt2W__h3{font-size:var(--fds-heading-h3-size);line-height:var(--fds-heading-h3-line-height);font-weight:var(--fds-font-weight-bold)}.Heading-module__pTXt2W__h4{font-size:var(--fds-heading-h4-size);line-height:var(--fds-heading-h4-line-height);font-weight:var(--fds-font-weight-bold)}.Heading-module__pTXt2W__h5{font-size:var(--fds-heading-h5-size);line-height:var(--fds-heading-h5-line-height);font-weight:var(--fds-font-weight-bold)}.Heading-module__pTXt2W__h6{font-size:var(--fds-heading-h6-size);line-height:var(--fds-heading-h6-line-height);font-weight:var(--fds-font-weight-bold)}.Heading-module__pTXt2W__eyebrow{color:var(--brand-primary);font-size:var(--fds-eyebrow-size);line-height:var(--fds-eyebrow-line-height);font-weight:var(--font-weight-black);text-transform:uppercase;letter-spacing:.05em}.Heading-module__pTXt2W__no-margin{margin:0}.Heading-module__pTXt2W__light{color:var(--white)}.Heading-module__pTXt2W__center{text-align:center}
.Hero-module__Cea7Pq__heroSection{flex-direction:column;display:flex;position:relative;overflow:hidden}.Hero-module__Cea7Pq__whiteBackground{background-color:var(--white)}.Hero-module__Cea7Pq__heroWrapper{flex-direction:column;min-height:600px;display:flex;position:relative;overflow:hidden}.Hero-module__Cea7Pq__heroBackground{color:var(--white);position:absolute;inset:0}.Hero-module__Cea7Pq__heroImageTint{background:linear-gradient(94deg,color-mix(in srgb,var(--brand-primary-900,var(--brand-primary))60%,transparent)5.58%,color-mix(in srgb,var(--brand-primary)60%,transparent)109.42%);position:absolute;inset:0}.Hero-module__Cea7Pq__ctaWrapper{margin:0 auto}.Hero-module__Cea7Pq__heroTitleSection{justify-content:center;align-items:center;gap:var(--spacing-4);flex-direction:column;display:flex}.Hero-module__Cea7Pq__heroHeadlineBlock{align-items:center;gap:var(--spacing-1);flex-direction:column;display:flex}.Hero-module__Cea7Pq__heroSubHeading{max-width:min(52rem,100%);font-family:var(--font-onest),"Onest",sans-serif;word-spacing:1.45em;margin:0;font-style:normal}.Hero-module__Cea7Pq__heroSubHeadingOnDark{color:var(--white)}.Hero-module__Cea7Pq__heroSubHeadingOnLight{color:var(--black)}.Hero-module__Cea7Pq__heroTitleOnest{font-family:var(--font-onest),"Onest",sans-serif}.Hero-module__Cea7Pq__heroContent{z-index:10;text-align:center;justify-content:center;gap:var(--spacing-12);flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.Hero-module__Cea7Pq__darkText{color:var(--black)}@media (max-width:1024px){.Hero-module__Cea7Pq__heroWrapper{min-height:500px}.Hero-module__Cea7Pq__heroContent{gap:var(--spacing-12)}.Hero-module__Cea7Pq__heroTitle{font-size:calc(var(--text-hero-size)*.85);line-height:calc(var(--text-hero-line-height)*.85)}}@media (max-width:768px){.Hero-module__Cea7Pq__heroWrapper{min-height:400px}.Hero-module__Cea7Pq__heroContent{padding-top:var(--container-padding-y--xs);padding-bottom:var(--container-padding-y--xs);gap:var(--spacing-10)}.Hero-module__Cea7Pq__heroTitleSection{gap:var(--spacing-3)}.Hero-module__Cea7Pq__heroSubHeading{word-spacing:.75em}.Hero-module__Cea7Pq__heroTitle{font-size:calc(var(--text-hero-size)*.75);line-height:calc(var(--text-hero-line-height)*.75);margin:32px 0 0}.Hero-module__Cea7Pq__heroSubtitle{font-size:var(--text-medium-size);line-height:var(--text-medium-line-height)}.Hero-module__Cea7Pq__networkBadge{font-size:var(--text-small-size)}}@media (max-width:380px){.Hero-module__Cea7Pq__heroWrapper{min-height:400px}.Hero-module__Cea7Pq__heroContent{gap:var(--spacing-8)}.Hero-module__Cea7Pq__heroTitle{margin-top:var(--section-padding-y);font-size:calc(var(--text-hero-size)*.8);line-height:calc(var(--text-hero-line-height)*.8)}}
.PromoGraphicHero-module__u59hZW__section{width:100%;position:relative;overflow:hidden}.PromoGraphicHero-module__u59hZW__bgImage{object-fit:cover;object-position:top;z-index:0}.PromoGraphicHero-module__u59hZW__promoGraphic{object-fit:contain;object-position:left center}.PromoGraphicHero-module__u59hZW__content{z-index:1;align-items:center;gap:var(--spacing-8);padding-top:var(--spacing-12);padding-bottom:var(--spacing-12);flex-direction:row;display:flex;position:relative}.PromoGraphicHero-module__u59hZW__graphicWrapper{aspect-ratio:110/83;flex-shrink:0;width:clamp(280px,40vw,709px);position:relative}.PromoGraphicHero-module__u59hZW__textContent{gap:var(--spacing-2);flex-direction:column;display:flex}.PromoGraphicHero-module__u59hZW__headline,.PromoGraphicHero-module__u59hZW__subtitle{font-weight:var(--fds-font-weight-bold)}@media (max-width:768px){.PromoGraphicHero-module__u59hZW__content{align-items:stretch;gap:var(--spacing-2);padding-top:var(--spacing-4);padding-bottom:var(--spacing-4);flex-direction:column}.PromoGraphicHero-module__u59hZW__graphicWrapper{width:70%;max-height:200px;margin:0 auto}.PromoGraphicHero-module__u59hZW__textContent{text-align:center;padding:0 var(--spacing-4)}.PromoGraphicHero-module__u59hZW__promoGraphic{object-position:center}}
.LegalPage-module__vIciRa__legalPage{background-color:var(--color-background,#fff);min-height:100vh}.LegalPage-module__vIciRa__header{background-color:var(--color-surface,#f9fafb);border-bottom:1px solid var(--color-border,#e5e7eb);padding:4rem 0 3rem}.LegalPage-module__vIciRa__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.LegalPage-module__vIciRa__title{color:var(--color-text-primary,#111827);margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.LegalPage-module__vIciRa__description{color:var(--color-text-secondary,#6b7280);max-width:800px;margin-bottom:.75rem;font-size:1.125rem;line-height:1.6}.LegalPage-module__vIciRa__lastUpdated{color:var(--color-text-tertiary,#9ca3af);font-size:.875rem;font-style:italic}.LegalPage-module__vIciRa__content{padding:3rem 0}.LegalPage-module__vIciRa__pdfContainer{flex-direction:column;gap:1.5rem;display:flex}.LegalPage-module__vIciRa__pdfWrapper{border:1px solid var(--color-border,#e5e7eb);background-color:#f3f4f6;border-radius:.5rem;width:100%;height:80vh;min-height:600px;max-height:1200px;overflow:hidden}.LegalPage-module__vIciRa__pdfIframe{border:none;width:100%;height:100%}.LegalPage-module__vIciRa__pdfActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.LegalPage-module__vIciRa__downloadButton,.LegalPage-module__vIciRa__openButton{border:2px solid #0000;border-radius:.375rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.LegalPage-module__vIciRa__downloadButton{background-color:var(--color-primary,#ed2824);color:var(--color-on-primary,#fff)}.LegalPage-module__vIciRa__downloadButton:hover{background-color:var(--color-primary-dark,#d11f1b);transform:translateY(-1px);box-shadow:0 4px 12px #ed28244d}.LegalPage-module__vIciRa__openButton{color:var(--color-primary,#ed2824);border-color:var(--color-primary,#ed2824);background-color:#0000}.LegalPage-module__vIciRa__openButton:hover{background-color:var(--color-primary,#ed2824);color:var(--color-on-primary,#fff)}.LegalPage-module__vIciRa__richText{max-width:800px;color:var(--color-text-primary,#111827);margin:0 auto;font-size:1.125rem;line-height:1.8}.LegalPage-module__vIciRa__richText p{margin-bottom:1.5rem}.LegalPage-module__vIciRa__richText p:last-child{margin-bottom:0}.LegalPage-module__vIciRa__richText h2{color:var(--color-text-primary,#111827);margin-top:3rem;margin-bottom:1.5rem;font-size:1.875rem;font-weight:700}.LegalPage-module__vIciRa__richText h3{color:var(--color-text-primary,#111827);margin-top:2rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.LegalPage-module__vIciRa__richText ul,.LegalPage-module__vIciRa__richText ol{margin-bottom:1.5rem;padding-left:2rem}.LegalPage-module__vIciRa__richText li{margin-bottom:.5rem}.LegalPage-module__vIciRa__richText a{color:var(--color-primary,#ed2824);text-decoration:underline}.LegalPage-module__vIciRa__richText a:hover{text-decoration:none}.LegalPage-module__vIciRa__richText strong{color:var(--color-text-primary,#111827);font-weight:600}.LegalPage-module__vIciRa__error{text-align:center;padding:3rem 1.5rem}.LegalPage-module__vIciRa__error p{color:var(--color-text-secondary,#6b7280);font-size:1.125rem}@media (max-width:768px){.LegalPage-module__vIciRa__header{padding:3rem 0 2rem}.LegalPage-module__vIciRa__title{font-size:2rem}.LegalPage-module__vIciRa__description{font-size:1rem}.LegalPage-module__vIciRa__content{padding:2rem 0}.LegalPage-module__vIciRa__pdfWrapper{height:70vh;min-height:500px}.LegalPage-module__vIciRa__richText{font-size:1rem}.LegalPage-module__vIciRa__richText h2{margin-top:2rem;font-size:1.5rem}.LegalPage-module__vIciRa__richText h3{font-size:1.25rem}.LegalPage-module__vIciRa__pdfActions{flex-direction:column}.LegalPage-module__vIciRa__downloadButton,.LegalPage-module__vIciRa__openButton{width:100%}}@media (max-width:480px){.LegalPage-module__vIciRa__title{font-size:1.75rem}.LegalPage-module__vIciRa__pdfWrapper{height:60vh;min-height:400px}}
.PasswordProtectedGate-module__bbFNfG__dialog{background:#fff;border:none;border-radius:16px;width:90%;max-width:440px;margin:0;padding:0;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.PasswordProtectedGate-module__bbFNfG__dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080}.PasswordProtectedGate-module__bbFNfG__content{flex-direction:column;gap:24px;padding:40px 32px;display:flex}.PasswordProtectedGate-module__bbFNfG__header{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.PasswordProtectedGate-module__bbFNfG__icon{color:var(--brand-primary,#1e40af);margin-bottom:8px}.PasswordProtectedGate-module__bbFNfG__title{color:#111827;margin:0;font-size:24px;font-weight:700;line-height:1.2}.PasswordProtectedGate-module__bbFNfG__subtitle{color:#6b7280;max-width:320px;margin:0;font-size:15px;line-height:1.5}.PasswordProtectedGate-module__bbFNfG__form{flex-direction:column;gap:16px;display:flex}.PasswordProtectedGate-module__bbFNfG__inputWrapper{position:relative}.PasswordProtectedGate-module__bbFNfG__input{background:#fff;border:2px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:14px 16px;font-family:inherit;font-size:16px;transition:all .2s}.PasswordProtectedGate-module__bbFNfG__input:focus{border-color:var(--brand-primary,#1e40af);box-shadow:0 0 0 3px #1e40af1a}.PasswordProtectedGate-module__bbFNfG__input:disabled{cursor:not-allowed;opacity:.6;background:#f9fafb}.PasswordProtectedGate-module__bbFNfG__error{color:#dc2626;align-items:center;gap:6px;margin:-8px 0 0;font-size:14px;font-weight:500;display:flex}.PasswordProtectedGate-module__bbFNfG__error:before{content:"⚠";font-size:16px}.PasswordProtectedGate-module__bbFNfG__button{color:#fff;background:var(--brand-primary,#1e40af);cursor:pointer;border:none;border-radius:10px;width:100%;padding:14px 24px;font-family:inherit;font-size:16px;font-weight:600;transition:all .2s}.PasswordProtectedGate-module__bbFNfG__button:hover:not(:disabled){background:var(--brand-primary-dark,#1e3a8a);transform:translateY(-1px);box-shadow:0 4px 12px #1e40af4d}.PasswordProtectedGate-module__bbFNfG__button:active:not(:disabled){transform:translateY(0)}.PasswordProtectedGate-module__bbFNfG__button:disabled{opacity:.6;cursor:not-allowed;background:#9ca3af}.PasswordProtectedGate-module__bbFNfG__help{color:#9ca3af;text-align:center;margin:0;font-size:13px;line-height:1.4}@media (max-width:640px){.PasswordProtectedGate-module__bbFNfG__content{padding:32px 24px}.PasswordProtectedGate-module__bbFNfG__title{font-size:22px}.PasswordProtectedGate-module__bbFNfG__subtitle{font-size:14px}.PasswordProtectedGate-module__bbFNfG__dialog{max-width:calc(100% - 32px)}}
.PlanOfferings-module__ADkFMa__wrapper{background-color:var(--off-white,#f8f9fa);width:100%;position:relative}.PlanOfferings-module__ADkFMa__tabsWrapper{background-color:var(--off-white,#f8f9fa);text-align:center;padding:1.5rem 0 0}.PlanOfferings-module__ADkFMa__servicePlansWrapper{padding:.1rem}.PlanOfferings-module__ADkFMa__servicePlansWrapper section{padding-top:0!important}.PlanOfferings-module__ADkFMa__section{padding:var(--spacing-20,80px)0;font-family:var(--font-family-primary);transition:background-color .3s;position:relative}.PlanOfferings-module__ADkFMa__white{background-color:var(--white)}.PlanOfferings-module__ADkFMa__container{max-width:var(--container-max-width,1280px);padding:0 var(--container-padding,24px);margin:0 auto}.PlanOfferings-module__ADkFMa__contentLocked{opacity:.4;pointer-events:none;filter:grayscale();-webkit-user-select:none;user-select:none;transition:all .5s}.PlanOfferings-module__ADkFMa__contentActive{opacity:1;pointer-events:all;filter:grayscale(0%);transition:all .5s}.PlanOfferings-module__ADkFMa__headerContainer{text-align:center;margin-bottom:var(--spacing-4,16px)}.PlanOfferings-module__ADkFMa__title{font-size:var(--text-h4-size,40px);line-height:var(--text-h4-line-height,40px);font-weight:var(--font-weight-black,900);color:var(--black);margin-bottom:var(--spacing-4,16px)}.PlanOfferings-module__ADkFMa__subtitle{font-size:var(--text-base-size,17px);color:var(--gray-medium,#6b6b6b);max-width:600px;margin:0 auto}.PlanOfferings-module__ADkFMa__tabs{justify-content:center;gap:16px;margin-bottom:0;display:flex}.PlanOfferings-module__ADkFMa__tab{font-size:var(--text-small-size,15px);font-weight:var(--font-weight-bold,700);border:2px solid var(--black);border-radius:var(--radius-full);background-color:var(--white);color:var(--black);cursor:pointer;padding:14px 36px;font-family:inherit;transition:all .2s}.PlanOfferings-module__ADkFMa__tab:hover{background-color:var(--gray-50,#fafafa)}.PlanOfferings-module__ADkFMa__tab.PlanOfferings-module__ADkFMa__active{background-color:var(--black);color:var(--white)}.PlanOfferings-module__ADkFMa__tab:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.PlanOfferings-module__ADkFMa__title{font-size:32px}.PlanOfferings-module__ADkFMa__container{padding:0 20px}.PlanOfferings-module__ADkFMa__tabs{flex-direction:column;align-items:center;gap:12px}.PlanOfferings-module__ADkFMa__tab{min-width:200px}}
@media (max-width:768px){h3.Steps-module__2dIHXq__stepsTitle{font-size:34px;line-height:40px}.Steps-module__2dIHXq__container{gap:30px!important}.Steps-module__2dIHXq__cardContent{padding:40px}.Steps-module__2dIHXq__grid{scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;flex-wrap:nowrap;gap:0;padding:0 1.5rem;display:flex;overflow:scroll hidden}.Steps-module__2dIHXq__grid::-webkit-scrollbar{display:none}.Steps-module__2dIHXq__card{scroll-snap-align:start;flex:0 0 calc(100vw - 38px);min-width:calc(100vw - 38px)}.Steps-module__2dIHXq__card:first-child{margin-left:0}.Steps-module__2dIHXq__card:last-child{margin-right:0}.Steps-module__2dIHXq__dots{justify-content:center;gap:8px;margin-top:16px;display:flex!important}.Steps-module__2dIHXq__dot{background:#d1d1d1;border-radius:50%;width:8px;height:8px;transition:background .25s,transform .25s}.Steps-module__2dIHXq__dot.Steps-module__2dIHXq__active{background:var(--brand-primary);transform:scale(1.4)}}.Steps-module__2dIHXq__dots{display:none}.Steps-module__2dIHXq__section{--container-padding-x:var(--spacing-4);background-color:#ededed}.Steps-module__2dIHXq__polarSection{--container-padding-x:0;background-color:#eff6ff}.Steps-module__2dIHXq__section[data-section-bg=primary]{background-color:var(--brand-primary)}.Steps-module__2dIHXq__section[data-section-bg=secondary]{background-color:var(--brand-secondary)}.Steps-module__2dIHXq__section[data-section-bg=white]{background-color:var(--white,#fff)}.Steps-module__2dIHXq__section[data-section-bg=black]{background-color:var(--black,#000)}.Steps-module__2dIHXq__section[data-section-bg=gray]{background-color:var(--gray-bg)}.Steps-module__2dIHXq__section[data-section-bg=neutral]{background:var(--Base-Neutral-800,#1f2937)}:is(.Steps-module__2dIHXq__section[data-section-text=primary] .Steps-module__2dIHXq__titleWrapper .Steps-module__2dIHXq__sectionTitle,.Steps-module__2dIHXq__section[data-section-text=primary] .Steps-module__2dIHXq__titleWrapper h2,.Steps-module__2dIHXq__section[data-section-text=primary] .Steps-module__2dIHXq__titleWrapper .Steps-module__2dIHXq__subtitle){color:var(--brand-primary)}:is(.Steps-module__2dIHXq__section[data-section-text=secondary] .Steps-module__2dIHXq__titleWrapper .Steps-module__2dIHXq__sectionTitle,.Steps-module__2dIHXq__section[data-section-text=secondary] .Steps-module__2dIHXq__titleWrapper h2,.Steps-module__2dIHXq__section[data-section-text=secondary] .Steps-module__2dIHXq__titleWrapper .Steps-module__2dIHXq__subtitle){color:var(--brand-secondary)}:is(.Steps-module__2dIHXq__section[data-section-text=white] .Steps-module__2dIHXq__titleWrapper .Steps-module__2dIHXq__sectionTitle,.Steps-module__2dIHXq__section[data-section-text=white] .Steps-module__2dIHXq__titleWrapper h2,.Steps-module__2dIHXq__section[data-section-text=white] .Steps-module__2dIHXq__titleWrapper .Steps-module__2dIHXq__subtitle){color:var(--white,#fff)}:is(.Steps-module__2dIHXq__section[data-section-text=black] .Steps-module__2dIHXq__titleWrapper .Steps-module__2dIHXq__sectionTitle,.Steps-module__2dIHXq__section[data-section-text=black] .Steps-module__2dIHXq__titleWrapper h2,.Steps-module__2dIHXq__section[data-section-text=black] .Steps-module__2dIHXq__titleWrapper .Steps-module__2dIHXq__subtitle){color:var(--black,#000)}:is(.Steps-module__2dIHXq__section[data-section-text=gray] .Steps-module__2dIHXq__titleWrapper .Steps-module__2dIHXq__sectionTitle,.Steps-module__2dIHXq__section[data-section-text=gray] .Steps-module__2dIHXq__titleWrapper h2,.Steps-module__2dIHXq__section[data-section-text=gray] .Steps-module__2dIHXq__titleWrapper .Steps-module__2dIHXq__subtitle){color:var(--gray-medium)}:is(.Steps-module__2dIHXq__section[data-section-text=neutral] .Steps-module__2dIHXq__titleWrapper .Steps-module__2dIHXq__sectionTitle,.Steps-module__2dIHXq__section[data-section-text=neutral] .Steps-module__2dIHXq__titleWrapper h2,.Steps-module__2dIHXq__section[data-section-text=neutral] .Steps-module__2dIHXq__titleWrapper .Steps-module__2dIHXq__subtitle){color:var(--Base-Neutral-800,#1f2937)}.Steps-module__2dIHXq__container{--container-padding-y:0;--container-padding-x:0;flex-direction:column;align-items:center;gap:48px;display:flex}.Steps-module__2dIHXq__titleWrapper{align-items:center;gap:var(--spacing-4);text-align:center;flex-direction:column;width:100%;max-width:991px;display:flex}.Steps-module__2dIHXq__stepsTitle{text-align:center;color:var(--black);width:100%;margin-bottom:0;font-size:44px;font-weight:800;line-height:54px}.Steps-module__2dIHXq__sectionTitle{text-align:center;color:var(--gray-medium)}.Steps-module__2dIHXq__subtitle{text-align:center;color:#616468}.Steps-module__2dIHXq__grid{grid-template-columns:repeat(3,1fr);gap:33px;width:100%;display:grid}.Steps-module__2dIHXq__card{background-color:#fff;border-radius:20px;flex-direction:column;min-height:391px;padding:0;transition:box-shadow .3s;display:flex;position:relative;box-shadow:0 1px 2px #0000000d}.Steps-module__2dIHXq__card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.Steps-module__2dIHXq__cardContent{gap:var(--spacing-4);flex-direction:column;flex:1;height:100%;padding:40px 52px;display:flex}.Steps-module__2dIHXq__badge{color:#fff;width:60px;height:60px;font-weight:var(--font-weight-bold);background-color:var(--brand-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:30px;line-height:36px;display:flex}.Steps-module__2dIHXq__stepBody{color:var(--black);font-size:var(--fds-text-lg-size);line-height:var(--fds-text-lg-line-height);font-weight:var(--fds-font-weight-regular);margin:0}.Steps-module__2dIHXq__stepBody ul{padding-left:var(--spacing-6);list-style-type:disc}.Steps-module__2dIHXq__stepBody ol{padding-left:var(--spacing-6);list-style-type:decimal}.Steps-module__2dIHXq__stepBody li{margin-bottom:var(--spacing-1)}.Steps-module__2dIHXq__stepBody p{font-size:var(--fds-text-lg-size);line-height:var(--fds-text-lg-line-height);font-weight:var(--fds-font-weight-regular);margin:0}.Steps-module__2dIHXq__stepBody p+ul,.Steps-module__2dIHXq__stepBody p+ol{margin-top:var(--spacing-1)}.Steps-module__2dIHXq__buttonLink{color:var(--brand-primary);align-items:center;margin-top:auto;display:inline-flex}.Steps-module__2dIHXq__ctaContainer{justify-content:center;align-items:center;margin-top:0;display:flex}
.portableText-module__fxdOnW__h1{font-size:var(--fds-heading-h1-size);line-height:var(--fds-heading-h1-line-height);font-weight:var(--fds-font-weight-bold);color:inherit;margin:0}.portableText-module__fxdOnW__h2{font-size:var(--fds-heading-h2-size);line-height:var(--fds-heading-h2-line-height);font-weight:var(--fds-font-weight-bold);color:inherit;margin:0}.portableText-module__fxdOnW__h3{font-size:var(--fds-heading-h3-size);line-height:var(--fds-heading-h3-line-height);font-weight:var(--fds-font-weight-semibold);color:inherit;margin:0}.portableText-module__fxdOnW__h4{font-size:var(--fds-heading-h4-size);line-height:var(--fds-heading-h4-line-height);font-weight:var(--fds-font-weight-semibold);color:inherit;margin:0}.portableText-module__fxdOnW__h5{font-size:var(--fds-heading-h5-size);line-height:var(--fds-heading-h5-line-height);font-weight:var(--fds-font-weight-regular);color:inherit;margin:0}.portableText-module__fxdOnW__h6{font-size:var(--fds-heading-h6-size);line-height:var(--fds-heading-h6-line-height);font-weight:var(--fds-font-weight-regular);color:inherit;margin:0}.portableText-module__fxdOnW__mega{font-size:var(--text-mega-size);line-height:var(--text-mega-line-height);font-weight:var(--text-mega-weight);color:inherit;margin:0}.portableText-module__fxdOnW__hero{font-size:var(--text-hero-size);line-height:var(--text-hero-line-height);font-weight:var(--fds-font-weight-bold);color:inherit;margin:0}.portableText-module__fxdOnW__normal{font-size:var(--fds-text-lg-size);line-height:var(--fds-text-lg-line-height);font-weight:var(--font-weight-regular);color:inherit;margin:0}.portableText-module__fxdOnW__sm{font-size:var(--fds-text-sm-size);line-height:var(--fds-text-sm-line-height);font-weight:var(--font-weight-regular);color:inherit;margin:0}.portableText-module__fxdOnW__sup{vertical-align:super;font-size:.4em}.portableText-module__fxdOnW__miniSymbol{vertical-align:top;font-size:.4em}.portableText-module__fxdOnW__imageBlock{aspect-ratio:16/9;width:100%;margin:var(--spacing-8)0;border-radius:var(--radius-large);position:relative;overflow:hidden}.portableText-module__fxdOnW__blockImage{object-fit:contain}
.PromoHero-module__92TIJG__heroSection{width:100%;position:relative;overflow:hidden}.PromoHero-module__92TIJG__whiteBackground{background-color:var(--white)}.PromoHero-module__92TIJG__heroWrapper{justify-content:center;align-items:center;min-height:600px;display:flex;position:relative}.PromoHero-module__92TIJG__bgImage{object-fit:cover;object-position:center;z-index:0}.PromoHero-module__92TIJG__heroContent{z-index:2;text-align:center;width:100%;max-width:1200px;padding:var(--spacing-6)var(--spacing-4);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.PromoHero-module__92TIJG__darkTheme .PromoHero-module__92TIJG__promoHeadlines,.PromoHero-module__92TIJG__darkTheme .PromoHero-module__92TIJG__promoDescriptions{color:var(--black)}.PromoHero-module__92TIJG__promoHeroSection{justify-content:center;align-items:center;gap:var(--spacing-4);flex-direction:column;display:flex}.PromoHero-module__92TIJG__promoHeadlines{color:var(--white)}.PromoHero-module__92TIJG__promoDescriptions{color:var(--white);max-width:50vw}.PromoHero-module__92TIJG__ctaWrapper{margin-top:var(--spacing-6);margin-bottom:var(--spacing-8)}@media (max-width:768px){.PromoHero-module__92TIJG__heroWrapper{min-height:500px}.PromoHero-module__92TIJG__promoHeroSection{gap:var(--spacing-3)}.PromoHero-module__92TIJG__promoDescriptions{max-width:90vw}.PromoHero-module__92TIJG__ctaWrapper{margin-top:var(--spacing-6);margin-bottom:var(--spacing-6)}}
.PromoPlansHeader-module__bt-gja__header{text-align:center;margin-bottom:var(--spacing-10)}.PromoPlansHeader-module__bt-gja__heading{font-family:var(--font-poppins,"Poppins",sans-serif);margin:0 0 var(--spacing-4)0;font-size:clamp(32px,5vw,48px);font-weight:700;line-height:1.2}.PromoPlansHeader-module__bt-gja__mainText{color:var(--black);font-style:normal;font-weight:700}.PromoPlansHeader-module__bt-gja__highlightText{color:var(--brand-primary);font-style:italic;font-weight:700}.PromoPlansHeader-module__bt-gja__description{font-family:var(--font-poppins,"Poppins",sans-serif);color:var(--black);margin:0;font-size:clamp(18px,2.5vw,24px);font-weight:600;line-height:1.4}
.TextSection-module__z-4OCq__textSection{width:100%;padding:50px}.TextSection-module__z-4OCq__textSection.TextSection-module__z-4OCq__white{background-color:var(--white)}.TextSection-module__z-4OCq__textSection.TextSection-module__z-4OCq__offWhite{background-color:var(--off-white)}.TextSection-module__z-4OCq__textSection.TextSection-module__z-4OCq__light{background-color:var(--gray-bg)}.TextSection-module__z-4OCq__textSection.TextSection-module__z-4OCq__brandLight{background-color:var(--brand-primary-light)}.TextSection-module__z-4OCq__container{width:100%;max-width:900px;margin:0 auto}.TextSection-module__z-4OCq__container.TextSection-module__z-4OCq__alignLeft,.TextSection-module__z-4OCq__container.TextSection-module__z-4OCq__alignCenter{text-align:left}.TextSection-module__z-4OCq__title{font-size:35px;line-height:var(--text-h4-line-height);font-weight:var(--text-h2-weight);color:var(--black);margin:0 0 var(--spacing-6)0;text-align:center}.TextSection-module__z-4OCq__subtitle{font-size:var(--text-base-size);line-height:var(--text-base-line-height);font-weight:var(--text-large-weight);color:var(--gray-medium);margin:0 0 var(--spacing-10)0;text-align:center}.TextSection-module__z-4OCq__content{font-size:var(--text-base-size);line-height:var(--text-base-line-height);color:var(--black)}.TextSection-module__z-4OCq__content p{margin:0 0 var(--spacing-6)0;text-align:left}.TextSection-module__z-4OCq__content p:last-child{margin-bottom:0}:is(.TextSection-module__z-4OCq__content h1,.TextSection-module__z-4OCq__content h2,.TextSection-module__z-4OCq__content h3,.TextSection-module__z-4OCq__content h4){font-weight:var(--font-weight-bold);margin:var(--spacing-10)0 var(--spacing-6)0;color:var(--black)}:is(.TextSection-module__z-4OCq__content h1:first-child,.TextSection-module__z-4OCq__content h2:first-child,.TextSection-module__z-4OCq__content h3:first-child,.TextSection-module__z-4OCq__content h4:first-child){margin-top:0}.TextSection-module__z-4OCq__content h2{font-size:var(--text-h3-size);line-height:var(--text-h3-line-height)}.TextSection-module__z-4OCq__content h3{font-size:var(--text-h4-size);line-height:var(--text-h4-line-height)}.TextSection-module__z-4OCq__content h4{font-size:var(--text-large-size);line-height:var(--text-large-line-height)}.TextSection-module__z-4OCq__content ul{margin:var(--spacing-6)0;padding-left:var(--spacing-8);list-style-type:disc}.TextSection-module__z-4OCq__content ol{margin:var(--spacing-6)0;padding-left:var(--spacing-8);list-style-type:decimal}.TextSection-module__z-4OCq__content li{margin-bottom:var(--spacing-3)}.TextSection-module__z-4OCq__content strong{font-weight:var(--font-weight-bold)}.TextSection-module__z-4OCq__content em{font-style:italic}.TextSection-module__z-4OCq__content a{color:var(--brand-primary);text-decoration:underline;transition:opacity .2s}.TextSection-module__z-4OCq__content a:hover{opacity:.8}.TextSection-module__z-4OCq__content blockquote{border-left:4px solid var(--brand-primary);padding-left:var(--spacing-6);margin:var(--spacing-8)0;color:var(--gray-medium);font-style:italic}@media (max-width:1024px){.TextSection-module__z-4OCq__textSection{padding:calc(var(--section-padding-y)*.8)calc(var(--section-padding-x)*.8)}.TextSection-module__z-4OCq__container{max-width:800px}.TextSection-module__z-4OCq__title{font-size:calc(var(--text-h2-size)*.85);line-height:calc(var(--text-h2-line-height)*.85);margin-bottom:var(--spacing-5)}.TextSection-module__z-4OCq__subtitle{font-size:calc(var(--text-large-size)*.9);line-height:calc(var(--text-large-line-height)*.9);margin-bottom:var(--spacing-8)}}@media (max-width:768px){.TextSection-module__z-4OCq__textSection{padding:calc(var(--section-padding-y)*.6)var(--spacing-5)}.TextSection-module__z-4OCq__container{max-width:100%}.TextSection-module__z-4OCq__title{font-size:calc(var(--text-h2-size)*.7);line-height:calc(var(--text-h2-line-height)*.7);margin-bottom:var(--spacing-4)}.TextSection-module__z-4OCq__subtitle{font-size:calc(var(--text-large-size)*.8);line-height:calc(var(--text-large-line-height)*.8);margin-bottom:var(--spacing-6)}.TextSection-module__z-4OCq__content{font-size:calc(var(--text-base-size)*.95)}.TextSection-module__z-4OCq__content h2{font-size:calc(var(--text-h3-size)*.8)}.TextSection-module__z-4OCq__content h3{font-size:calc(var(--text-h4-size)*.8)}}@media (max-width:480px){.TextSection-module__z-4OCq__textSection{padding:calc(var(--section-padding-y)*.5)var(--spacing-4)}.TextSection-module__z-4OCq__title{font-size:calc(var(--text-h2-size)*.6);line-height:calc(var(--text-h2-line-height)*.6)}.TextSection-module__z-4OCq__subtitle{font-size:calc(var(--text-large-size)*.75);line-height:calc(var(--text-large-line-height)*.75)}}
.ContestHeader-module__79X-cW__contestHeader{flex-direction:column;width:100%;display:flex;position:relative}.ContestHeader-module__79X-cW__headerSection{min-height:425px;padding:var(--spacing-16)var(--spacing-6);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ContestHeader-module__79X-cW__backgroundImage{position:absolute;inset:0}.ContestHeader-module__79X-cW__backgroundImageInner{object-fit:cover}.ContestHeader-module__79X-cW__headerContent{z-index:10;text-align:center;gap:var(--spacing-6);flex-direction:column;width:100%;max-width:1126px;display:flex;position:relative}.ContestHeader-module__79X-cW__title{font-size:56px;line-height:60px;font-weight:var(--font-weight-black);color:var(--white);margin:0}.ContestHeader-module__79X-cW__subtitle{font-size:30px;line-height:36px;font-weight:var(--font-weight-medium);color:var(--white);margin:0}.ContestHeader-module__79X-cW__bannerSection{background-color:var(--brand-primary);padding:var(--spacing-8)var(--spacing-6);justify-content:center;align-items:center;gap:var(--spacing-6);flex-direction:column;display:flex}.ContestHeader-module__79X-cW__bannerTitle{font-size:16px;line-height:24px;font-weight:var(--font-weight-black);color:var(--white);text-transform:uppercase;letter-spacing:.5px;margin:0}.ContestHeader-module__79X-cW__giveawaysContainer{gap:var(--spacing-6);flex-wrap:wrap;justify-content:center;align-items:center;width:100%;max-width:1200px;display:flex}.ContestHeader-module__79X-cW__giveawayItem{justify-content:center;align-items:center;gap:var(--spacing-3);flex-direction:column;width:180px;display:flex}.ContestHeader-module__79X-cW__giveawayIcon{border-radius:var(--radius-small);justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative;overflow:hidden}.ContestHeader-module__79X-cW__giveawayTitle{font-size:14px;line-height:20px;font-weight:var(--font-weight-bold);color:var(--white);text-align:center;margin:0}@media (max-width:1024px){.ContestHeader-module__79X-cW__headerSection{min-height:350px;padding:var(--spacing-12)var(--spacing-5)}.ContestHeader-module__79X-cW__title{font-size:48px;line-height:52px}.ContestHeader-module__79X-cW__subtitle{font-size:24px;line-height:30px}.ContestHeader-module__79X-cW__giveawaysContainer{gap:var(--spacing-5)}.ContestHeader-module__79X-cW__giveawayItem{width:160px}}@media (max-width:768px){.ContestHeader-module__79X-cW__headerSection{min-height:300px;padding:var(--spacing-10)var(--spacing-4)}.ContestHeader-module__79X-cW__headerContent{gap:var(--spacing-4)}.ContestHeader-module__79X-cW__title{font-size:36px;line-height:42px}.ContestHeader-module__79X-cW__subtitle{font-size:20px;line-height:26px}.ContestHeader-module__79X-cW__bannerSection{padding:var(--spacing-6)var(--spacing-4)}.ContestHeader-module__79X-cW__giveawaysContainer{gap:var(--spacing-4)}.ContestHeader-module__79X-cW__giveawayItem{width:140px}.ContestHeader-module__79X-cW__giveawayIcon{width:60px;height:60px}.ContestHeader-module__79X-cW__giveawayTitle{font-size:13px;line-height:18px}}@media (max-width:480px){.ContestHeader-module__79X-cW__headerSection{min-height:280px;padding:var(--spacing-8)var(--spacing-3)}.ContestHeader-module__79X-cW__title{font-size:28px;line-height:34px}.ContestHeader-module__79X-cW__subtitle{font-size:16px;line-height:22px}.ContestHeader-module__79X-cW__bannerSection{padding:var(--spacing-5)var(--spacing-3);gap:var(--spacing-5)}.ContestHeader-module__79X-cW__bannerTitle{font-size:14px;line-height:20px}.ContestHeader-module__79X-cW__giveawaysContainer{gap:var(--spacing-3)}.ContestHeader-module__79X-cW__giveawayItem{width:120px}.ContestHeader-module__79X-cW__giveawayIcon{width:50px;height:50px}.ContestHeader-module__79X-cW__giveawayTitle{font-size:12px;line-height:16px}}
.Text-module__t9Uy6W__eyebrow{color:var(--brand-primary);font-size:var(--fds-eyebrow-size);font-weight:var(--font-weight-black);letter-spacing:.05em;line-height:var(--fds-eyebrow-line-height);text-transform:uppercase}.Text-module__t9Uy6W__xl{font-size:var(--fds-text-xl-size);line-height:var(--fds-text-xl-line-height);font-weight:var(--fds-font-weight-regular)}.Text-module__t9Uy6W__lg{font-size:var(--fds-text-lg-size);line-height:var(--fds-text-lg-line-height);font-weight:var(--fds-font-weight-regular)}.Text-module__t9Uy6W__md{font-size:var(--fds-text-md-size);line-height:var(--fds-text-md-line-height);font-weight:var(--fds-font-weight-regular)}.Text-module__t9Uy6W__sm{font-size:var(--fds-text-sm-size);line-height:var(--fds-text-sm-line-height);font-weight:var(--fds-font-weight-regular)}.Text-module__t9Uy6W__xs{font-size:var(--fds-text-xs-size);line-height:var(--fds-text-xs-line-height);font-weight:var(--fds-font-weight-regular)}.Text-module__t9Uy6W__bold{font-weight:var(--fds-font-weight-bold)}.Text-module__t9Uy6W__no-margin{margin:0}.Text-module__t9Uy6W__light{color:var(--white)}.Text-module__t9Uy6W__center{text-align:center}
.Footer-module__7rJKvG__footer{background-color:var(--footer-background,#cecece);color:var(--gray-medium);min-height:var(--footer-height)}.Footer-module__7rJKvG__container{--container-padding-y:var(--spacing-16);--container-padding-x:var(--fds-container-padding);max-width:var(--container-max-width);width:100%;padding:var(--container-padding-y)var(--container-padding-x);margin-left:auto;margin-right:auto}.Footer-module__7rJKvG__topSection{margin-bottom:var(--spacing-12);justify-content:space-between;align-items:flex-start;display:flex}.Footer-module__7rJKvG__logoContainer{flex-shrink:0}.Footer-module__7rJKvG__logo{width:auto;height:75px}.Footer-module__7rJKvG__logoAutoSize{width:auto;max-width:40vw;height:auto}.Footer-module__7rJKvG__logoFallback{font-size:1.5rem;font-weight:var(--font-weight-bold)}.Footer-module__7rJKvG__socialIcons{align-items:center;gap:1rem;display:flex}.Footer-module__7rJKvG__socialLink{border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:background-color .2s;display:flex}.Footer-module__7rJKvG__socialLink:hover{background-color:#ffffff1a}.Footer-module__7rJKvG__linksGrid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem;display:grid}.Footer-module__7rJKvG__columnHeading{text-transform:uppercase;color:#9c9c9c;margin-bottom:8px;font-size:.875rem;font-weight:800}.Footer-module__7rJKvG__linksList{flex-direction:column;gap:5px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__7rJKvG__linksList li{margin:0;padding:0}.Footer-module__7rJKvG__link{color:var(--brand-primary);font-size:.875rem;font-weight:500;transition:color .2s}.Footer-module__7rJKvG__link:hover{color:var(--brand-primary-hover);text-decoration:none}.Footer-module__7rJKvG__bottomSection{flex-direction:column;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.Footer-module__7rJKvG__copyrightSection{flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;display:flex}.Footer-module__7rJKvG__secondaryLogoWrapper{margin-bottom:.75rem}.Footer-module__7rJKvG__secondaryLogo{opacity:.6;padding-right:var(--spacing-16);width:auto;max-width:14vw}.Footer-module__7rJKvG__copyrightText{max-width:60vw;color:var(--copyright-color,#848b96);flex-direction:column;display:flex}.Footer-module__7rJKvG__copyrightText p{font-size:var(--fds-text-xs-size);font-weight:var(--fds-font-weight-semibold);line-height:var(--fds-text-xs-line-height);margin:0;margin-block-start:var(--spacing-3)}.Footer-module__7rJKvG__badge{font-size:.75rem;font-weight:var(--font-weight-bold);color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.Footer-module__7rJKvG__compactFooter{background-color:var(--footer-background,#1d1d1d);color:#d9d9d9}.Footer-module__7rJKvG__compactContainer{--container-padding-y:5rem;padding-bottom:2.5rem}.Footer-module__7rJKvG__compactLinksGrid{gap:var(--spacing-8);margin:0 auto var(--spacing-12);display:flex}.Footer-module__7rJKvG__compactLinksColumn{width:calc(50% - var(--spacing-8))}.Footer-module__7rJKvG__compactColumnHeading{color:#fff;margin-bottom:1.25rem;font-size:.75rem;font-weight:900;line-height:1}.Footer-module__7rJKvG__compactLinksList{flex-direction:column;gap:.5625rem;margin:0;padding:0;line-height:1;list-style:none;display:flex}.Footer-module__7rJKvG__compactLink{font-size:var(--text-extra-small-size);color:#e8f1f2;font-weight:600;line-height:12px;transition:color .2s}.Footer-module__7rJKvG__compactLink:hover{color:#fff;text-decoration:none}.Footer-module__7rJKvG__compactBottomBar{justify-content:space-between;align-items:flex-start;margin:0 auto;display:flex}.Footer-module__7rJKvG__compactWordmark{flex-direction:column;gap:1rem;display:flex}.Footer-module__7rJKvG__compactWordmarkText{color:#e3e3e3;letter-spacing:-.05em;font-size:1.969rem;font-weight:400}.Footer-module__7rJKvG__compactCopyright{color:#d9d9d9;font-size:.625rem;font-weight:500;line-height:1.6}.Footer-module__7rJKvG__compactCopyright p{font-size:inherit;font-weight:inherit;color:inherit;line-height:inherit;margin:0}.Footer-module__7rJKvG__compactSocialIcons{align-items:center;gap:.875rem;padding-top:.5rem;display:flex}.Footer-module__7rJKvG__compactSocialLink{color:#fff;justify-content:center;align-items:center;width:24px;height:24px;transition:opacity .2s;display:flex}.Footer-module__7rJKvG__compactSocialLink:hover{opacity:.7}@media (min-width:1440px){.Footer-module__7rJKvG__logoAutoSize{max-width:26vw}}@media (max-width:768px){.Footer-module__7rJKvG__compactContainer{--container-padding-y:var(--spacing-12)}.Footer-module__7rJKvG__container{padding-top:var(--container-padding-y--xs);padding-bottom:var(--container-padding-y--xs)}.Footer-module__7rJKvG__compactLinksGrid{flex-wrap:wrap;justify-content:flex-start;gap:2.5rem}.Footer-module__7rJKvG__compactBottomBar{flex-direction:column;gap:1.5rem}.Footer-module__7rJKvG__bottomSection{padding-top:var(--spacing-6);flex-direction:row}.Footer-module__7rJKvG__topSection{margin-bottom:var(--spacing-6)}.Footer-module__7rJKvG__copyrightSection{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:0}.Footer-module__7rJKvG__linksGrid{grid-template-columns:repeat(2,1fr);margin-bottom:0}.Footer-module__7rJKvG__secondaryLogo{width:auto;max-width:35vw;padding-right:0}.Footer-module__7rJKvG__copyrightText{font-size:var(--copyright-fs-mobile,12px);line-height:var(--copyright-lh-mobile,12px);max-width:none}.Footer-module__7rJKvG__topSection{flex-direction:column;gap:2rem}.Footer-module__7rJKvG__logoAutoSize{max-width:80vw}.Footer-module__7rJKvG__socialIcons{justify-content:flex-start}}
@font-face{font-family:fkScreamer;src:url(../media/FKScreamerTrial_Regular-s.p.1481f973.otf)format("opentype");font-display:swap;font-weight:400}@font-face{font-family:fkScreamer Fallback;src:local(Arial);ascent-override:222.47%;descent-override:44.05%;line-gap-override:0.0%;size-adjust:41.27%}.fkscreamer_73e66848-module__kLtydW__className{font-family:fkScreamer,fkScreamer Fallback}.fkscreamer_73e66848-module__kLtydW__variable{--font-fk-screamer:"fkScreamer","fkScreamer Fallback"}
@font-face{font-family:fkScreamer;src:url(../media/FKScreamer_Regular-s.p.1d2464eb.woff2)format("woff2");font-display:swap;font-weight:400}@font-face{font-family:fkScreamer;src:url(../media/FKScreamer_Medium-s.p.019df340.woff2)format("woff2");font-display:swap;font-weight:500}@font-face{font-family:fkScreamer;src:url(../media/FKScreamer_Bold-s.p.dea11ea6.woff2)format("woff2");font-display:swap;font-weight:700}@font-face{font-family:fkScreamer;src:url(../media/FKScreamer_Black-s.p.63487774.woff2)format("woff2");font-display:swap;font-weight:900}@font-face{font-family:fkScreamer Fallback;src:local(Arial);ascent-override:222.47%;descent-override:44.05%;line-gap-override:0.0%;size-adjust:41.27%}.fkscreamer_ec068d27-module__03DSKG__className{font-family:fkScreamer,fkScreamer Fallback}.fkscreamer_ec068d27-module__03DSKG__variable{--font-fk-screamer:"fkScreamer","fkScreamer Fallback"}