body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; margin: 0px; padding: 0px; min-width: 320px; }
h1, h2, p { margin: 0px; padding: 0px; }
h1 { font-size: 1.6rem; font-weight: 700; line-height: 1.4; margin-bottom: 2rem; margin-top: 2rem; }
h2 { font-size: 1.2rem; font-weight: 700; line-height: 1.4; margin-bottom: 1rem; }
h4 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
h5 { margin-bottom: 1rem; margin-top: 0.5rem; }
p { font-size: 1rem; line-height: 1.4; }
a { color: rgb(0, 0, 0); text-decoration: none; }
a:hover { text-decoration: underline; cursor: pointer; }
hr { border-bottom: none; border-top: 1px solid rgb(0, 0, 0); margin: 0px; }
pre { white-space: pre-wrap; }
body { display: flex; flex-direction: column; min-height: 100vh; }
body > main { margin: 0px 1rem 1rem; }
section {
  padding: 1rem 0px;
  @media (min-width: 768px) {
  padding: 2rem 0px;
}
}
fieldset { display: flex; flex-direction: column; margin-bottom: 0.5rem; padding: 1rem; }
form {
  max-width: 100%;
  @media (min-width: 768px) {
  max-width: 400px;
}
}
input { border-radius: 4px; border: 1px solid rgb(0, 0, 0); font-size: 1rem; margin-bottom: 0.5rem; margin-top: 0.25rem; padding: 0.5rem; }
legend { font-weight: 600; margin-bottom: 0.5rem; }
ul { list-style: none; margin: 0px; padding: 0px; }
li { margin-bottom: 0.5rem; }
dl { margin: 0.5rem 0px; }
code { background: rgb(221, 221, 221); border-radius: 4px; font-family: monospace; padding: 0.25rem; }
.link:hover { text-decoration: underline; cursor: pointer; }

:root { --aside-width: 400px; --cart-aside-summary-height-with-discount: 300px; --cart-aside-summary-height: 250px; --grid-item-width: 355px; }
:root { --color-dark: #000; --color-light: #fff; --grey-100: #fbfafa; --grey-200: #f2f1f0; --grey-300: #e2e1e0; --grey-400: #c6c5c4; --grey-500: #acabaa; --grey-600: #939291; --grey-700: #767675; --grey-800: #5e5e5d; --grey-900: #474747; --grey-1000: #30302f; --grey-1100: #1b1b1b; --orange-100: #FFFAF8; --orange-200: #FFEEE6; --orange-300: #FFD9C9; --orange-400: #FFB597; --orange-500: #FF8B62; --orange-600: #F4663C; --orange-700: #D04920; --orange-800: #AC3415; --orange-900: #7F2C1A; --orange-1000: #5B1A0D; --orange-1100: #3C0600; --blue-100: #f9fcff; --blue-200: #e6f1ff; --blue-300: #CCE4FF; --blue-400: #9BC9FF; --blue-500: #6EADFF; --blue-600: #4391FF; --blue-700: #1C72E6; --blue-800: #0058C9; --blue-900: #0040A1; --blue-1000: #002A74; --blue-1100: #001749; --green-100: #F4FCF3; --green-200: #DEF5DB; --green-300: #C2E8BD; --green-400: #95D38E; --green-500: #60BF57; --green-600: #3DA635; --green-700: #2C8725; --green-800: #206C1A; --green-900: #155210; --green-1000: #0B3808; --green-1100: #042003; }
:root { --bg-white: #ffffff; --bg-off-white: #f8f9fa; --bg-light-gray: #e9ecef; --bg-medium-gray: #6c757d; --bg-dark-gray: #343a40; --bg-black: #000000; --bg-light-blue: #cfe2ff; --bg-blue: #339af0; --bg-deep-blue: #104088; --bg-navy: #0b3d91; --bg-sky-blue: #bee5eb; --bg-cornflower: #9ec5fe; --bg-light-green: #d4edda; --bg-green: #49cc90; --bg-deep-green: #0ca678; --bg-emerald: #10b981; --bg-mint: #b8f2e6; --bg-light-orange: #fff3cd; --bg-orange: #ff924c; --bg-deep-orange: #d9480f; --bg-amber: #f59e0b; --bg-peach: #ffd3b6; --bg-primary: #1967d2; --bg-secondary: #6c757d; --bg-success: #20c997; --bg-warning: #ffb88c; --bg-error: #dc3545; --bg-info: #339af0; --bg-muted: #f8f9fa; --bg-highlight: #fff3cd; }
:root { --font-headline: 'Headline Gothic ATF', sans-serif; --font-dm-sans-medium: 'DM Sans Medium', sans-serif; --font-dm-sans-regular: 'DM Sans Regular', sans-serif; --lh-h1: 0.85; --lh-h2: 1.05; --lh-h3: 1.1; --lh-t1: 1.2; --lh-t2: 1.2; --lh-t3: 1.3; --lh-number: 1.2; --lh-display: 1; --font-weight-figma-light: 300; --font-weight-figma-regular: 400; --font-weight-figma-medium: 500; --font-weight-light: var(--font-weight-figma-light); --font-weight-regular: var(--font-weight-figma-regular); --font-weight-medium: var(--font-weight-figma-medium); --font-h1: var(--font-sans) 700 48px/1.2 var(--color-heading); --font-h2: var(--font-sans) 700 36px/1.3 var(--color-heading); --font-h3: var(--font-sans) 600 28px/1.4 var(--color-heading); --font-body: var(--font-sans) 400 16px/1.6 var(--color-body); --font-caption: var(--font-sans) 400 12px/1.4 var(--color-body); }
@media screen and (max-width: 376px) {
  :root { --font-size-h1: 16px; --font-size-h2: 16px; --font-size-h3: 14px; --font-size-t1: 12px; --font-size-t2: 10px; --font-size-t3: 10px; --font-size-number: 12px; --font-size-display: 48px; }
}
@media (min-width: 376.01px) and (max-width: 479.99px) {
  :root { --font-size-h1: 24px; --font-size-h2: 24px; --font-size-h3: 20px; --font-size-t1: 16px; --font-size-t2: 14px; --font-size-t3: 12px; --font-size-number: 24px; --font-size-display: 96px; }
}
@media (min-width: 480px) and (max-width: 767.99px) {
  :root { --font-size-h1: 24px; --font-size-h2: 24px; --font-size-h3: 20px; --font-size-t1: 16px; --font-size-t2: 14px; --font-size-t3: 12px; --font-size-number: 24px; --font-size-display: 96px; }
}
@media screen and (min-width: 768px) {
  :root { --font-size-h1: 48px; --font-size-h2: 32px; --font-size-h3: 24px; --font-size-t1: 20px; --font-size-t2: 16px; --font-size-t3: 14px; --font-size-number: 32px; --font-size-display: 120px; }
}
@font-face { font-family: "Headline Gothic ATF"; src: url("assets/HeadlineGothicATF-5af38e9dd9.otf") format("opentype"); font-weight: normal; font-style: normal; font-display: block; }
@font-face { font-family: "Bebas Neue"; src: url("assets/BebasNeue-Regular-25f9fc8694.ttf") format("truetype"); font-weight: normal; font-style: normal; font-display: block; }
@font-face { font-family: "DM Sans"; src: url("assets/DMSans-VariableFont_opsz_wght-5e27301804.ttf") format("truetype"); font-weight: 100 1000; font-style: normal; font-display: block; }
@font-face { font-family: "DM Sans Medium"; src: url("assets/DMSans-VariableFont_opsz_wght-5e27301804.ttf") format("truetype"); font-style: normal; font-display: block; }
@font-face { font-family: "DM Sans Regular"; src: url("assets/DMSans-VariableFont_opsz_wght-5e27301804.ttf") format("truetype"); font-style: normal; font-display: block; }
h1 { color: var(--grey-1100); font-family: "Headline Gothic ATF"; text-transform: uppercase; text-align: center; font-size: var(--font-size-h1); margin-bottom: var(--spacing-gap2); font-style: normal; font-weight: 400; }
h2 { font-family: "DM Sans"; color: var(--grey-1100); font-size: var(--font-size-h2); font-style: normal; font-weight: 500; margin-bottom: var(--spacing-gap2); }
h3 { font-family: "DM Sans"; font-size: var(--font-size-h3); font-style: normal; font-weight: 500; margin-bottom: var(--spacing-gap2); }
h4 { font-family: "DM Sans"; color: var(--grey-600); text-align: center; font-size: var(--font-size-t1); font-style: normal; font-weight: 400; }
h5 { font-family: "DM Sans"; color: var(--grey-1100); font-size: var(--font-size-t2); font-style: normal; font-weight: 400; }
h6 { font-family: "DM Sans"; color: var(--grey-700); font-size: var(--font-size-t3); font-style: normal; font-weight: 400; }
p { font: var(--font-body); color: var(--grey-1100); }
:root { --spacing-fixed-4: 4px; --spacing-fixed-8: 8px; --spacing-fixed-12: 12px; --spacing-fixed-16: 16px; --spacing-fixed-24: 24px; --spacing-fixed-48: 48px; }
@media (max-width: 376px) {
  :root { --spacing-margin1: 12px; --spacing-margin2: 32px; --spacing-gap1: 22px; --spacing-gap2: 10px; --spacing-height: 150px; }
}
@media (min-width: 376.01px) and (max-width: 479.99px) {
  :root { --spacing-margin1: 24px; --spacing-margin2: 48px; --spacing-gap1: 32px; --spacing-gap2: 12px; --spacing-height: 200px; }
}
@media (min-width: 480px) and (max-width: 767.99px) {
  :root { --spacing-margin1: 32px; --spacing-margin2: 64px; --spacing-gap1: 40px; --spacing-gap2: 12px; --spacing-height: 240px; }
}
@media (min-width: 768px) and (max-width: 1023.99px) {
  :root { --spacing-margin1: 64px; --spacing-margin2: 120px; --spacing-gap1: 48px; --spacing-gap2: 16px; --spacing-height: 320px; }
}
@media (min-width: 1024px) {
  :root { --spacing-margin1: 120px; --spacing-margin2: 160px; --spacing-gap1: 88px; --spacing-gap2: 16px; --spacing-height: 360px; }
}
body { font-family: "DM Sans"; }
body > main { margin: 0px; padding: 0px; }
@media (max-width: 767.99px) {
  html, body, body > main { overflow-x: clip; }
}
.page-width { max-width: calc(1240px + 2 * var(--spacing-margin1)); margin: 0px auto; padding: 0 var(--spacing-margin1); }
:root { --drawer-width: 320px; --drawer-header-height: 75px; --drawer-row-height-primary: 88px; --drawer-row-height: 83px; --drawer-inline-padding: 32px; --drawer-heading-right-gap: 16px; --drawer-brand-width: 120px; --drawer-brand-height: 15px; --drawer-flag-width: 21px; --drawer-flag-height: 15px; --drawer-market-gap: 2px; --drawer-market-caret-size: 14px; --drawer-close-width: 24px; --drawer-close-font-size: 28px; --drawer-font-size-primary: 20px; --drawer-font-size: 16px; }
@media (max-width: 376px) {
  :root { --drawer-width: 241px; --drawer-header-height: 56px; --drawer-row-height-primary: 66px; --drawer-row-height: 62px; --drawer-inline-padding: 24px; --drawer-heading-right-gap: 12px; --drawer-brand-width: 90px; --drawer-brand-height: 11px; --drawer-flag-width: 16px; --drawer-flag-height: 11px; --drawer-market-gap: 2px; --drawer-market-caret-size: 11px; --drawer-close-width: 18px; --drawer-close-font-size: 21px; --drawer-font-size-primary: 15px; --drawer-font-size: 12px; }
}
@media (max-width: 45em) {
  html:has(.overlay.expanded) { overflow: hidden; }
}
aside { background: var(--color-light); box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 50px; height: 100vh; width: min(var(--aside-width), 100vw); position: fixed; right: calc(-1 * var(--aside-width)); top: 0px; transition: transform 200ms ease-in-out; }
aside header { padding: var(--spacing-fixed-24); border-bottom: 1px solid var(--grey-200); display: flex; align-items: center; justify-content: space-between; font-size: var(--font-t1); }
aside header h3 { margin: 0px; color: var(--grey-1000); font-style: normal; font-weight: 500; }
aside header .close { opacity: 0.8; text-decoration: none; transition: 200ms; width: 20px; color: var(--grey-1000); }
aside header .close:hover { opacity: 1; text-decoration: none; }
aside header .close:focus, aside header .close:active, aside header .close:visited { text-decoration: none; }
aside header h2 { margin-bottom: 0.6rem; margin-top: 0px; }
aside main { margin: var(--spacing-fixed-24); }
aside p { margin: 0px 0px 0.25rem; }
aside p:last-child { margin: 0px; }
aside li { margin-bottom: 0.125rem; }
@media (max-width: 767.99px) {
  .overlay-mobile aside { --mobile-aside-width: var(--drawer-width); --mobile-aside-header-height: var(--drawer-header-height); width: min(var(--mobile-aside-width), 100vw); right: calc(-1 * var(--mobile-aside-width)); }
  .overlay-mobile aside header { height: var(--mobile-aside-header-height); padding: 0 var(--drawer-inline-padding); border-bottom: 1px solid var(--grey-200); }
  .overlay-mobile aside header h3 { width: 100%; margin-right: var(--drawer-heading-right-gap); font-size: var(--font-size-h3); font-weight: var(--font-weight-medium); line-height: var(--lh-t1); margin-top: 0px; margin-bottom: 0px; }
  .overlay-mobile .mobile-aside-heading { display: flex; align-items: center; justify-content: space-between; width: 100%; min-width: 0px; padding-right: 0px; }
  .overlay-mobile .mobile-aside-brand { display: inline-flex; align-items: center; }
  .overlay-mobile .mobile-aside-brand img { width: var(--drawer-brand-width); height: var(--drawer-brand-height); display: block; }
  .overlay-mobile .mobile-aside-market-wrap { position: relative; display: inline-flex; align-items: center; margin-left: var(--drawer-heading-right-gap); transform: translateY(-1px); }
  .overlay-mobile .mobile-aside-market-wrap .country-switcher__button { border: 0px; background: transparent; padding: 0px; cursor: pointer; text-decoration: none; }
  .overlay-mobile .mobile-aside-market-wrap .country-switcher__button:hover, .overlay-mobile .mobile-aside-market-wrap .country-switcher__button:focus, .overlay-mobile .mobile-aside-market-wrap .country-switcher__button:active { text-decoration: none; }
  .overlay-mobile .mobile-aside-market-wrap .country-switcher__button img { width: var(--drawer-flag-width); height: var(--drawer-flag-height); display: block; }
  .overlay-mobile .mobile-aside-market-wrap .country-switcher__button svg { width: var(--drawer-market-caret-size); height: var(--drawer-market-caret-size); margin-left: var(--drawer-market-gap); }
  .overlay-mobile .mobile-aside-market-wrap .country-switcher__list { margin-top: 10px; margin-left: 0px; right: 0px; left: auto; }
  .overlay-mobile .mobile-aside-market-wrap .country-switcher__item { font-family: "DM Sans"; font-size: var(--drawer-market-caret-size); width: 140px; }
  .overlay-mobile aside header .close { display: inline-flex; align-items: center; justify-content: center; width: var(--drawer-close-width); height: var(--drawer-close-width); padding: 0px; margin: 0px; font-size: var(--drawer-close-font-size); line-height: 1; opacity: 1; transform: translateY(-1px); }
  .overlay-mobile aside main { margin: 0px; padding: 0px; display: flex; flex-direction: column; }
}
.overlay { background: rgba(0, 0, 0, 0.2); inset: 0px; opacity: 0; pointer-events: none; position: fixed; transition: opacity 400ms; visibility: hidden; z-index: 1000; }
.overlay .close-outside { background: transparent; border: none; color: transparent; height: 100%; left: 0px; position: absolute; top: 0px; width: calc(100% - var(--aside-width)); }
.overlay .light { background: rgba(255, 255, 255, 0.5); }
.overlay .cancel { cursor: default; height: 100%; position: absolute; width: 100%; }
.overlay.expanded { opacity: 1; pointer-events: auto; visibility: visible; }
.overlay.expanded aside { transform: translateX(calc(var(--aside-width) * -1)); }
body:has(.overlay.expanded) .cookie-bar-container { display: none; }
@media (max-width: 767.99px) {
  .overlay.overlay-mobile { background: rgba(0, 0, 0, 0.2); }
  .overlay.overlay-mobile .close-outside { left: 0px; width: calc(100% - min(var(--drawer-width), 100vw)); }
  .overlay.expanded.overlay-mobile aside { transform: translateX(calc(-1 * min(var(--drawer-width), 100vw))); }
}
button.reset { border: 0px; background: inherit; font-size: inherit; }
button.reset > * { margin: 0px; }
button.reset:not(:has(> *)) { height: 1.5rem; line-height: 1.5rem; }
button.reset:hover:not(:has(> *)) { text-decoration: underline; cursor: pointer; }
.roll-up-hover { overflow: hidden; }
.roll-up-hover .roll-up-hover__text { display: block; transform: translateY(0px); will-change: transform, opacity; }
.roll-up-hover:hover .roll-up-hover__text { animation: var(--roll-up-hover-animation, none); }
@keyframes roll-up-hover-once {
  0% { transform: translateY(0px); opacity: 1; }
  38% { transform: translateY(-120%); opacity: 0; }
  46% { transform: translateY(120%); opacity: 0; }
  74% { transform: translateY(24%); opacity: 0.72; }
  100% { transform: translateY(0px); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .roll-up-hover:hover .roll-up-hover__text { animation: auto ease 0s 1 normal none running none; }
}
.link-button-primary, .link-button-secondary { display: flex; justify-content: center; align-items: center; gap: 6px; border-radius: 6px; font-size: var(--font-size-t2, 16px); font-weight: 400; line-height: 120%; }
.link-button-secondary { border: 1px solid var(--Grey-300, #E2E1E0); padding: 8px 12px; }
.link-button-primary { padding: 12px 24px; background-color: var(--grey-1100); color: var(--color-light); }
.header {
  position: sticky; top: 0px; z-index: 100; display: flex; height: 75px; padding: 0 var(--spacing-margin1); justify-content: center; align-items: center; align-self: stretch; font-size: var(--font-size-t2); color: var(--grey-1100); border-bottom: 1px solid var(--grey-200); background: rgb(255, 255, 255);
  @media screen and (min-width: 768px) {
  display: grid; grid-template-columns: 1fr auto 1fr;
}
}
.logo { width: 145px; height: 20px; }
.header-menu-mobile-toggle {
  @media (min-width: 768px) {
  display: none;
}
}
.header-menu-desktop { display: flex; justify-content: center; align-items: center; gap: 32px; flex: 1 0 0px; }
.header-menu-item { border: 0px; background: transparent; padding: 0px; cursor: pointer; color: var(--Grey-1100, #1b1b1b); text-align: center; font-family: "DM Sans"; font-size: var(--font-size-t2); line-height: var(--lh-t1); white-space: nowrap; }
.header-menu-item.active { font-weight: bold; }
.header-menu-item.pending { color: var(--grey-600); }
.header-menu-item span.hidden { display: none; }
.header .header-menu-mobile { display: none; }
.header-menu-mobile .header-menu-item { display: block; line-height: var(--lh-t1); text-align: left; }
@media (max-width: 767.99px) {
  .overlay-mobile .header-menu-mobile { display: flex; flex-direction: column; padding: 0px; margin: 0px; }
  .overlay-mobile .header-menu-mobile .header-menu-item { height: var(--drawer-row-height); margin: 0px; display: flex; align-items: center; justify-content: flex-start; width: 100%; padding: 0 var(--drawer-inline-padding); border-bottom: 1px solid var(--grey-200); font-size: var(--drawer-font-size); font-weight: var(--font-weight-regular); line-height: var(--lh-t1); color: var(--grey-1100); background: transparent; }
  .overlay-mobile .header-menu-mobile .header-menu-item:first-child { height: var(--drawer-row-height-primary); font-size: var(--drawer-font-size-primary); }
  .overlay-mobile .header-menu-mobile .header-menu-item.active { font-weight: var(--font-weight-medium); }
}
.header-ctas { align-items: center; display: flex; gap: var(--spacing-fixed-16); margin-left: auto; }
.header-ctas > * { min-width: fit-content; }
.header-shop-now { display: inline-flex; align-items: center; justify-content: center; min-width: 90px; height: 33px; padding: 0 var(--spacing-fixed-16); border-radius: 6px; background: var(--grey-1100); color: var(--color-light); font-family: "DM Sans"; font-size: var(--font-size-t3); font-weight: var(--font-weight-regular); line-height: var(--lh-t1); text-decoration: none; white-space: nowrap; }
.header-shop-now:hover, .header-shop-now:focus, .header-shop-now:active { color: var(--color-light); text-decoration: none; }
@media (max-width: 767.99px) {
  .header-ctas { gap: var(--spacing-fixed-16); }
  .header-shop-now { width: 81px; min-width: 81px; height: 30px; padding: 0px; font-size: var(--font-size-t3); }
}
.footer { width: 100%; background: var(--grey-1100); padding-right: ; padding-left: ; margin-top: auto; color: var(--grey-200); padding-bottom: calc(var(--spacing-gap2)*2); padding-top: calc(var(--spacing-gap2)*2); }
.footer h2 { color: var(--grey-100); font-family: "Headline Gothic ATF"; line-height: 105%; font-size: 24px; }
.footer h3 { color: var(--grey-100); font-family: "DM Sans"; font-size: var(--font-size-t2); }
.footer a { color: rgba(250, 243, 230, 0.5); font-family: "DM Sans"; font-size: var(--font-size-t2); text-decoration: none; }
.footer a:hover { text-decoration: none; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 48px; margin-bottom: var(--spacing-gap2); }
.footer-left { display: flex; flex-direction: column; gap: 24px; max-width: 420px; }
.footer-right { display: flex; gap: 72px; }
@media screen and (max-width: 1023.99px) {
  .footer-top { flex-direction: column; gap: 40px; margin-bottom: calc(var(--spacing-gap2) * 2); }
  .footer-contact { max-width: none; width: 100%; }
  .footer-contact h2 { white-space: normal; }
  .footer-right { flex-flow: wrap; align-items: flex-start; gap: 96px; width: 100%; }
}
@media screen and (min-width: 700px) and (max-width: 1023.99px) {
  .footer-contact h2 { white-space: nowrap; }
}
@media screen and (max-width: 479.99px) {
  .footer-right { flex-flow: column; gap: 32px; }
}
.footer-contact { max-width: 350px; }
.footer-contact h2 { font-family: "Headline Gothic ATF"; text-transform: uppercase; }
.footer-payments { display: flex; flex-wrap: wrap; gap: 8px; max-width: 360px; }
.footer-payment-icon { width: 48px; height: 28px; object-fit: contain; border-radius: 4px; }
.footer-section > div { display: flex; flex-direction: column; }
.footer-section h3 { margin-bottom: 24px; }
.footer-section a { font-size: var(--font-size-t2); min-width: fit-content; margin-bottom: 8px; color: rgba(250, 243, 230, 0.5) !important; }
.footer-bottom { padding-top: calc(var(--spacing-gap2)*2); color: rgba(250, 243, 230, 0.5); font-family: "DM Sans"; font-size: var(--font-size-t2); border-top: 0.5px solid var(--grey-800); display: flex; justify-content: space-between; }
.footer-texts { display: flex; align-items: center; width: 100%; padding-top: calc(var(--spacing-gap2)*2); border-top: 0.5px solid var(--grey-800); }
.footer-links { margin-left: auto; display: flex; gap: 32px; }
@media (max-width: 479.99px) {
  .footer-texts { flex-direction: column; align-items: flex-start; gap: 8px; }
  .footer-links { margin-left: 0px; justify-content: flex-start; flex-wrap: wrap; gap: 8px 24px; }
  .footer { padding: calc(var(--spacing-margin1)*0.7); }
  .footer-right .footer-section { width: 160px; }
}
.copyright { padding-top: 0px; color: rgba(250, 243, 230, 0.5); font-family: "DM Sans"; font-size: var(--T2, 16px); font-style: normal; font-weight: 400; line-height: 120%; }
.footer-bottom > div { display: flex; gap: 24px; }
@media screen and (max-width: 479.99px) {
  .footer-texts { flex-direction: column; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}
.cart-main { height: 100%; max-height: calc(100vh - var(--cart-aside-summary-height)); overflow-y: auto; width: auto; }
.cart-main.with-discount { max-height: calc(100vh - var(--cart-aside-summary-height-with-discount)); }
.cart-line { display: flex; padding: 0.75rem 0px; }
.cart-line img { height: 100%; display: block; margin-right: 0.75rem; }
.cart-summary-page { position: relative; }
.cart-summary-aside { background: white; border-top: 1px solid var(--grey-200); bottom: 0px; padding-top: 0.75rem; position: absolute; width: calc(var(--aside-width) - 40px); }
.cart-line-quantity { display: flex; }
.cart-discount { align-items: center; display: flex; margin-top: 0.25rem; }
.cart-subtotal { align-items: center; display: flex; }
.country-switcher { position: relative; display: inline-block; text-align: left; font-family: "DM Sans"; }
.country-switcher__button { display: flex; align-items: center; justify-content: space-between; padding: var(--spacing-fixed-8); cursor: pointer; }
.country-switcher__button img { width: 21px; height: 15px; }
.country-switcher__button span { font-size: 14px; font-weight: 500; color: rgb(51, 51, 51); }
.country-switcher__button svg { width: var(--spacing-fixed-16); height: var(--spacing-fixed-16); margin-left: var(--spacing-fixed-8); transition: transform 0.3s; }
.country-switcher__button svg.open { transform: rotate(180deg); }
.country-switcher__list { position: absolute; z-index: 100; margin-top: var(--spacing-fixed-8); box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px; overflow-y: auto; border-radius: 16px; color: var(--grey-1100); background-color: var(--color-light); white-space: nowrap; }
@media (max-width: 768px) {
  .country-switcher__list { margin-left: -50px; }
}
.country-switcher__item { appearance: none; border: 0px; background: transparent; color: inherit; padding: var(--spacing-fixed-4); margin: var(--spacing-fixed-4); cursor: pointer; display: flex; align-items: center; width: 150px; font-size: var(--font-size-t2); }
.country-switcher__item:hover { background-color: rgb(243, 244, 246); border-radius: 100px; }
.country-switcher__item img { margin-right: var(--spacing-fixed-8); width: 21px; height: 15px; }
.country-switcher__item--active { background-color: rgb(243, 244, 246); border-radius: 100px; }
.app-card { margin: 0px auto; padding: 0px; }
.app-header { text-align: center; margin-bottom: 40px; padding: 20px 0px; }
.app-header h1 { font-size: 2.5rem; margin-bottom: 10px; color: rgb(44, 62, 80); }
.app-header p { font-size: 1.2rem; color: rgb(127, 140, 141); }
.products-container { display: flex; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.product-card { background: white; border-radius: 4px; box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 15px; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; flex: 1 1 0%; min-width: 270px; display: flex; flex-direction: column; padding: 27px 24px 24px; }
@media (max-width: 700px) {
  .product-card { min-width: 320px; }
}
@media screen and (min-width: 700px) and (max-width: 900px) {
  .product-card { min-width: 400px; }
}
@media screen and (min-width: 900px) and (max-width: 1100px) {
  .product-card { min-width: 500px; }
}
@media screen and (min-width: 1100px) {
  .product-card { min-width: 270px; }
}
.product-card:hover { transform: translateY(-5px); box-shadow: rgba(0, 0, 0, 0.15) 0px 12px 20px; }
.card-top { display: flex; justify-content: space-between; margin-bottom: 30px; }
.text-content { flex: 1 1 0%; padding-right: 15px; }
.card-title { font-family: "Bebas Neue"; font-size: 32px; margin: 0px 0px 8px; color: var(--grey-1100); line-height: 1; }
.card-subtitle { font-family: "DM Sans"; font-size: 14px; color: var(--grey-800); margin: 0px; line-height: 1.2; }
.image-container { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; border-radius: 8px; overflow: hidden; background-color: rgb(248, 249, 250); }
.product-image { max-width: 100%; max-height: 100%; object-fit: contain; }
.price-section { margin: 15px 0px 20px; text-align: left; }
.current-price { font-family: "Bebas Neue"; font-size: 32px; line-height: 1; color: var(--grey-1100); margin-right: 4px; }
.original-price { font-family: "Bebas Neue"; font-size: 24px; text-decoration: line-through; color: var(--grey-400); }
.action-button { font-family: "DM Sans"; background-color: var(--grey-1000); color: white; border: none; border-radius: 6px; padding: 12px 0px; font-size: 16px; line-height: 1.2; font-weight: 500; cursor: pointer; transition: background-color 0.3s; width: 100%; margin: auto auto 0px; }
.action-button:hover { background-color: var(--grey-1100); transform: scale(1.02); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; }
.waitlist-signup { width: 100%; }
.waitlist-signup__header { display: flex; flex-direction: column; gap: 8px; margin-bottom: 48px; }
.waitlist-signup__header h2 { margin: 0px; color: var(--grey-1100, #1b1b1b); font-family: "DM Sans"; font-size: var(--font-size-h3, 24px); font-weight: 500; line-height: 1.2; }
.waitlist-signup__header p { margin: 0px; color: var(--grey-700, #767675); font-family: "DM Sans"; font-size: var(--font-size-t2, 16px); font-weight: 400; line-height: 1.2; }
.waitlist-signup__form { display: flex; flex-direction: column; gap: 8px; width: 100%; }
.waitlist-signup__form input, .waitlist-signup__form button { width: 100%; min-height: 43px; border-radius: 6px; padding: 12px 24px; font-family: "DM Sans"; font-size: var(--font-size-t2, 16px); font-weight: 400; line-height: 1.2; }
.waitlist-signup__form input { border: 1px solid transparent; color: var(--grey-1100, #1b1b1b); background: var(--grey-200, #f2f1f0); text-align: center; }
.waitlist-signup__form input::placeholder { color: var(--grey-700, #767675); opacity: 1; }
.waitlist-signup__form input:focus { border-color: var(--grey-500, #aaa9a8); outline: none; }
.waitlist-signup__form button { border: 0px; color: rgb(255, 255, 255); background: var(--grey-1100, #1b1b1b); cursor: pointer; }
.waitlist-signup__form button:disabled, .waitlist-signup__form input:disabled { cursor: not-allowed; opacity: 0.7; }
.waitlist-signup__error, .waitlist-signup__success { width: 100%; font-family: "DM Sans"; font-size: var(--font-size-t2, 16px); line-height: 1.2; }
.waitlist-signup__error { color: rgb(180, 35, 24); }
.waitlist-signup__success { color: var(--blue-600, #4391ff); }
.waitlist-modal { position: fixed; inset: 0px; z-index: 999; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(0, 0, 0, 0.45); }
.waitlist-modal__panel { position: relative; width: min(456px, 100%); padding: 48px; border: 0.5px solid var(--grey-300, #e2e1e0); border-radius: 4px; background: rgb(255, 255, 255); }
.waitlist-modal__close { position: absolute; top: 18px; right: 19px; width: 28px; height: 28px; border: 0px; padding: 0px; color: var(--grey-1100, #1b1b1b); background: transparent; font-size: 30px; font-weight: 300; line-height: 24px; cursor: pointer; }
@media (max-width: 479.99px) {
  .waitlist-modal { align-items: center; padding: 24px 0px; }
  .waitlist-modal__panel { width: 100%; max-height: calc(-48px + 100vh); overflow-y: auto; padding: 48px 24px; border: 0.5px solid var(--grey-300, #e2e1e0); border-radius: 4px; }
  .waitlist-modal__close { top: 18px; right: 20px; }
  .waitlist-signup__header { margin-bottom: 48px; }
  .waitlist-signup__header h2 { font-size: 20px; }
  .waitlist-signup__header p, .waitlist-signup__form input, .waitlist-signup__form button, .waitlist-signup__error, .waitlist-signup__success { font-size: 14px; }
  .waitlist-signup__form input, .waitlist-signup__form button { min-height: 41px; }
}
.construction-container { display: flex; flex-direction: column; align-items: center; min-height: 100vh; background: linear-gradient(180deg, #FFF 0%, var(--grey-200, #F2F1F0) 100%); padding: var(--spacing-margin2) 0; }
.construction-container .construction-title { font-family: "Headline Gothic ATF"; font-weight: 400; color: rgb(15, 15, 15); text-align: center; margin-bottom: calc(var(--spacing-gap2) * 1.5); line-height: 0.85; }
.construction-container .back-home-btn { font-family: "DM Sans"; background-color: var(--grey-1100); color: white; border: none; padding: 12px 24px; border-radius: 6px; font-size: var(--font-size-t1); font-weight: 500; cursor: pointer; transition: background-color 0.3s; }
.construction-container .back-home-btn:hover { background-color: rgb(51, 51, 51); }
.construction-container .back-home-btn:focus { outline: none; box-shadow: 0 0 0 2px white, 0 0 0 4px var(--grey-1100); }
.construction-container .device-image-container { margin-top: calc(var(--spacing-margin1) * 0.4); width: 445px; }
.construction-container .device-image-container .device-image { width: 100%; height: auto; object-fit: contain; }
@media (max-width: 768px) {
  .construction-container .construction-title { width: 80%; }
  .construction-container .device-image-container { width: 320px; }
}
@media (max-width: 376px) {
  .construction-container .construction-title { --font-size-H1: 28px; }
  .construction-container .construction-title .construction-title { margin-bottom: 8px; }
}
@media (min-width: 376.01px) and (max-width: 479.99px) {
  .construction-container .construction-title { font-size: 32px; }
}
@media (min-width: 480px) and (max-width: 767.99px) {
  .construction-container .construction-title { font-size: 40px; }
}
@media screen and (min-width: 768px) {
  .construction-container .construction-title { font-size: 48px; }
}
.cookie-bar-container { position: fixed; bottom: 24px; left: 0px; right: 0px; z-index: 50; display: flex; justify-content: center; padding: 0px 24px; animation: 0.3s ease-out 0s 1 normal forwards running fadeIn; }
.cookie-bar-card { width: 100%; max-width: 600px; background: white; border: 1px solid rgb(229, 231, 235); border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px; padding: 16px; display: flex; align-items: center; gap: 12px; }
.cookie-bar-icon-wrapper { flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.cookie-bar-icon { width: 32px; height: 32px; }
.cookie-bar-text { flex: 1 1 0%; min-width: 0px; font-size: 14px; color: rgb(75, 85, 99); line-height: 1.5; }
.cookie-bar-buttons { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.cookie-bar-accept-btn { background: black; color: white; padding: 8px 16px; border-radius: 6px; font-size: 14px; font-weight: 500; cursor: pointer; transition: background 0.2s; }
.cookie-bar-accept-btn:hover { background: rgb(51, 51, 51); }
.cookie-bar-close-btn { width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgb(156, 163, 175); cursor: pointer; transition: 0.2s; }
.cookie-bar-close-btn:hover { color: rgb(75, 85, 99); background: rgb(243, 244, 246); }
@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0px); }
}
@media (min-width: 768px) {
  .cookie-bar-container { justify-content: flex-end; }
  .cookie-bar-card { max-width: 600px; width: auto; }
}
.featured-collection { display: block; margin-bottom: 2rem; position: relative; }
.featured-collection-image {
  aspect-ratio: 1 / 1;
  @media (min-width: 45em) {
  aspect-ratio: 16 / 9;
}
}
.featured-collection img { height: auto; max-height: 100%; object-fit: cover; }
.recommended-products-grid {
  display: grid; gap: 1.5rem; grid-template-columns: repeat(2, 1fr);
  @media (min-width: 45em) {
  grid-template-columns: repeat(4, 1fr);
}
}
.recommended-product img { height: auto; }
.product {
  display: grid;
  @media (min-width: 45em) {
  grid-template-columns: 1fr 1fr; gap: 4rem;
}
}
.product h1 { margin-top: 0px; }
.product-image img { height: auto; width: 100%; }
.product-main { align-self: start; position: sticky; top: 6rem; }
.product-price-on-sale { display: flex; gap: 0.5rem; }
.product-price-on-sale s { opacity: 0.5; }
.product-options-grid { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.product-options-item, .product-options-item:disabled { padding: 0.25rem 0.5rem; background-color: transparent; font-size: 1rem; font-family: inherit; }
.product-option-label-swatch { width: 1.25rem; height: 1.25rem; margin: 0.25rem 0px; }
.product-option-label-swatch img { width: 100%; }
.collections-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(var(--grid-item-width), 1fr)); margin-bottom: 2rem; }
.collection-item img { height: auto; }
.collection-description {
  margin-bottom: 1rem; max-width: 95%;
  @media (min-width: 45em) {
  max-width: 600px;
}
}
.products-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(var(--grid-item-width), 1fr)); margin-bottom: 2rem; }
.product-item img { height: auto; width: 100%; }
.blog-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(var(--grid-item-width), 1fr)); margin-bottom: 2rem; }
.blog-article { margin-bottom: 16px; padding-bottom: 16px; }
.blog-article a { display: flex; max-width: 800px; width: 100%; margin: 0px auto; gap: 24px; padding-bottom: 20px; border-bottom: 1px solid rgb(231, 231, 231); }
.blog-article a:hover { text-decoration: none; }
.desktop-image { display: block; flex: 0 0 200px; }
.mobile-image { display: none; }
.blog-list-left { display: flex; flex: 1 1 0%; flex-direction: column; }
.blog-list-left p { font-size: var(--font-size-t2); color: var(--grey-700); }
.blog-list-left-title { flex: 1 1 0%; max-width: 800px; width: 100%; margin: 0px auto; gap: 24px; }
@media (max-width: 500px) {
  .blog-article a { flex-direction: column; }
  .desktop-image { display: none; }
  .mobile-image { display: block; width: 100%; margin-bottom: 16px; }
  .mobile-image img { width: 100%; }
  .blog-list-left p { margin-top: 20px; }
}
.article img { height: auto; width: 100%; }
.account-logout { display: inline-block; }

.home { }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-cta, .home section.home-trusted-by-ath .trusted-by-ath-cta, .home .home-first-screen .metaobject-item-button { display: flex; align-items: center; justify-content: center; padding: 19px 38px; border-radius: 9.5px; border: 1.6px solid rgb(71, 71, 71); color: rgb(255, 255, 255); background: rgb(48, 48, 47); font-family: "DM Sans"; font-size: 16px; font-style: normal; font-weight: 500; line-height: 1.2; letter-spacing: 0px; text-decoration: none; white-space: nowrap; box-shadow: rgba(0, 0, 0, 0.08) 0px 1.6px 3.2px, rgba(0, 0, 0, 0.07) 0px 7.9px 7.9px, rgba(0, 0, 0, 0.04) 0px 15.9px 9.5px, rgba(0, 0, 0, 0.01) 0px 28.5px 11.1px, rgba(0, 0, 0, 0) 0px 44.4px 12.7px; }
.home .home-section-container { padding: var(--spacing-margin2) 0; }
.home .home-section-container.grey-bg { background-color: var(--grey-200); }
.home .home-first-screen { padding: var(--spacing-margin2) 0; }
.home .home-first-screen a, .home .home-first-screen a:hover { text-decoration: none; }
.home .home-first-screen h1 { font-family: "Headline Gothic ATF"; text-transform: uppercase; text-align: center; line-height: 1; margin: 0px 0px -0.5rem; background: linear-gradient(-45deg, rgb(14, 88, 194), rgb(64, 142, 253), rgb(1, 65, 162)) text; color: transparent; font-size: 160px; }
@media screen and (max-width: 1023.99px) {
  .home .home-first-screen h1 { font-size: 100px; }
}
@media screen and (max-width: 767.99px) {
  .home .home-first-screen h1 { font-size: 80px; }
}
@media screen and (max-width: 479.99px) {
  .home .home-first-screen h1 { font-size: 64px; }
}
.home .home-first-screen p { font-family: "DM Sans"; color: var(--grey-600); font-size: var(--font-t1); text-align: center; margin-top: 20px; }
.home .home-first-screen .metaobject-item-button { width: fit-content; margin: calc(var(--spacing-margin1) - var(--spacing-fixed-8)) auto 0; text-align: center; cursor: pointer; }
@media (max-width: 479.99px) {
  .home .home-first-screen .metaobject-item-button { padding: 18.05px 36.1px; font-size: 14.5px; font-weight: 300; }
}
@media (min-width: 1024px) and (min-aspect-ratio: 4 / 3) {
  .home .home-first-screen { padding: 20vh 0px; }
}
@media (min-width: 1024px) and (min-aspect-ratio: 16 / 10) {
  .home .home-first-screen { padding: 15vh 0px; }
}
@media (min-width: 1024px) and (min-aspect-ratio: 16 / 9) {
  .home .home-first-screen { padding: 22vh 0px; }
}
@media (min-width: 1024px) and (min-aspect-ratio: 16 / 9) and (min-width: 1440px) {
  .home .home-first-screen { padding: 14vh 0px; }
}
@media (min-width: 1024px) and (min-aspect-ratio: 1.8 / 1) {
  .home .home-first-screen { padding: 8vh 0px; }
}
@media (min-width: 1024px) and (min-aspect-ratio: 1.9 / 1) {
  .home .home-first-screen { padding: 15vh 0px; }
}
.home .home-section-container.container-reddot { padding-top: 0px; padding-bottom: 0px; }
@media (max-width: 479.99px) {
  .home .home-section-container.home-section-container-what-the-pros { padding-bottom: 0px; }
}
@media (min-width: 480px) {
  .home .home-section-container.home-section-container-what-the-pros { padding-bottom: 0px; }
}
@media (min-width: 480px) and (max-width: 767.99px) {
  .home .home-section-container.home-section-container-what-the-pros > .page-width { max-width: none; padding-left: 0px; padding-right: 0px; }
}
.home section.home-testimonials .testimonials-heading { margin-bottom: var(--spacing-gap1); }
.home section.home-testimonials .testimonials-heading h2 { font-family: "Headline Gothic ATF"; font-size: 52px; line-height: 1; margin: 0px; }
.home section.home-testimonials .testimonials-heading p { margin-top: 12px; color: var(--grey-700); font-size: var(--font-size-t2); }
.home section.home-testimonials .testimonials-grid { display: grid; gap: var(--spacing-fixed-8); grid-template-columns: 1fr; }
@media screen and (min-width: 1024px) {
  .home section.home-testimonials .testimonials-grid { grid-template-columns: repeat(3, 1fr); }
}
.home section.home-testimonials .testimonials-col { display: flex; flex-direction: column; gap: var(--spacing-fixed-8); }
.home section.home-testimonials .testimonial-card { background: var(--grey-100); overflow: hidden; position: relative; min-height: 220px; }
.home section.home-testimonials .testimonial-card .testimonial-person { display: flex; align-items: center; gap: 10px; }
.home section.home-testimonials .testimonial-card .testimonial-person .avatar { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(255, 255, 255, 0.6); flex-shrink: 0; display: block; }
.home section.home-testimonials .testimonial-card .testimonial-person .name { font-size: 28px; line-height: 1; color: var(--grey-1100); }
.home section.home-testimonials .testimonial-card .testimonial-person .role { margin-top: 6px; color: var(--grey-600); font-size: var(--font-size-t2); }
.home section.home-testimonials .testimonial-card-video img { width: 100%; height: 100%; object-fit: cover; display: block; }
.home section.home-testimonials .testimonial-card-video .play-btn { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 92px; height: 62px; border-radius: 40px; border: none; background: rgb(255, 255, 255); font-size: 32px; line-height: 1; cursor: pointer; }
.home section.home-testimonials .testimonial-card-video::after { content: ""; position: absolute; left: 0px; right: 0px; bottom: 0px; height: 34%; background: linear-gradient(to top, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0)); pointer-events: none; }
.home section.home-testimonials .testimonial-card-video.is-faded::before { content: ""; position: absolute; left: 0px; right: 0px; bottom: 0px; height: 46%; background: linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0)); z-index: 2; pointer-events: none; }
.home section.home-testimonials .testimonial-card-quote { padding: 20px; }
.home section.home-testimonials .testimonial-card-quote.is-faded::after { content: ""; position: absolute; left: 0px; right: 0px; bottom: 0px; height: 54%; background: linear-gradient(to top, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0)); pointer-events: none; }
.home section.home-testimonials .testimonial-card-quote .quote-header { font-size: 30px; line-height: 1; margin-bottom: 10px; }
.home section.home-testimonials .testimonial-card-quote p { margin: 0px; font-size: var(--font-size-t2); color: var(--grey-1000); line-height: 1.5; }
.home section.home-testimonials .testimonial-card-quote .quote-mark { color: var(--grey-300); font-size: 58px; line-height: 1; margin: 8px 0px 2px; }
.home section.home-testimonials .testimonials-cta { display: block; width: fit-content; margin: var(--spacing-gap1) auto 0; color: rgb(255, 255, 255); background: var(--grey-1100); padding: 10px 18px; border-radius: 4px; font-size: var(--font-size-t2); }
.home section.home-reddot { display: flex; justify-content: center; align-items: flex-start; height: calc(500px + 33vw); background-image: url("assets/background-ab33f98434.jpeg"); background-size: 100%; background-position: center center; background-repeat: no-repeat; }
.home section.home-reddot img { width: 427px; }
.home section.home-the-choice .the-choice-heading { text-align: center; margin-bottom: var(--spacing-gap1); }
.home section.home-the-choice .the-choice-heading h2 { margin: 0px; font-family: "Headline Gothic ATF"; font-size: var(--font-size-h1); font-style: normal; font-weight: 400; line-height: 1; letter-spacing: 0px; color: rgb(17, 17, 17); }
.home section.home-the-choice .the-choice-heading p { margin: 18px 0px 0px; font-family: "DM Sans"; color: var(--grey-600); font-size: var(--font-size-t1); font-style: normal; font-weight: 400; }
.home section.home-the-choice .the-choice-grid { display: grid; grid-template-columns: 2.35fr 1fr; grid-template-areas: "leftTop rightTop" "leftBottom rightBottom"; gap: 16px; align-items: stretch; grid-auto-rows: minmax(496px, auto); }
.home section.home-the-choice .the-choice-left-top, .home section.home-the-choice .the-choice-left-bottom, .home section.home-the-choice .the-choice-right-top, .home section.home-the-choice .the-choice-right-bottom { min-height: 221px; }
.home section.home-the-choice .the-choice-left-top { grid-area: leftTop; }
.home section.home-the-choice .the-choice-left-bottom { grid-area: leftBottom; }
.home section.home-the-choice .the-choice-right-top { grid-area: rightTop; position: relative; }
.home section.home-the-choice .the-choice-right-bottom { grid-area: rightBottom; position: relative; }
.home section.home-the-choice .the-choice-slider-window { width: 100%; height: 100%; overflow: hidden; border-radius: 4px; }
.home section.home-the-choice .the-choice-slider-track { width: 100%; height: 100%; display: flex; transition: transform 0.55s; will-change: transform; }
.home section.home-the-choice .the-choice-slide { flex: 0 0 100%; height: 100%; position: relative; }
.home section.home-the-choice .the-choice-right-overlay { position: absolute; left: 0px; right: 0px; bottom: 0px; height: clamp(180px, 62%, 320px); overflow: hidden; z-index: 1; pointer-events: none; }
.home section.home-the-choice .the-choice-right-overlay::after { content: ""; position: absolute; inset: 0px; z-index: 2; }
.home section.home-the-choice .the-choice-right-overlay--top::after { background: linear-gradient(rgba(9, 7, 8, 0) 15%, rgb(150, 78, 114) 100%); }
.home section.home-the-choice .the-choice-right-overlay--bottom::after { background: linear-gradient(rgba(1, 36, 122, 0) 15%, rgb(1, 36, 122) 100%); }
.home section.home-the-choice .the-choice-right-overlay-blur { position: absolute; inset: 0px; z-index: 1; }
.home section.home-the-choice .choice-card { position: relative; overflow: hidden; border-radius: 4px; height: 100%; }
.home section.home-the-choice .choice-card img { width: 100%; height: 100%; display: block; object-fit: cover; position: relative; z-index: 0; }
.home section.home-the-choice .choice-card .choice-card-copy { position: absolute; left: 24px; right: 24px; bottom: 24px; margin: 0px; font-style: normal; letter-spacing: 0px; z-index: 2; pointer-events: none; }
.home section.home-the-choice .choice-card .choice-card-top-logos { position: absolute; left: 30px; top: 34px; display: flex; align-items: center; gap: 18px; z-index: 2; pointer-events: none; }
.home section.home-the-choice .choice-card .choice-card-top-logo { display: block; object-fit: contain; flex-shrink: 0; }
.home section.home-the-choice .choice-card .choice-card-top-logo-part.is-cycling-left, .home section.home-the-choice .choice-card .choice-card-top-logo-part.is-ski-left { width: 99px; height: 45px; }
.home section.home-the-choice .choice-card .choice-card-top-logo-part.is-cycling-x { width: 19px; height: 19px; }
.home section.home-the-choice .choice-card .choice-card-top-logo-part.is-cycling-right { width: 130px; height: 45px; }
.home section.home-the-choice .choice-card .choice-card-top-logo-part.is-ski-x { width: 20px; height: 20px; }
.home section.home-the-choice .choice-card .choice-card-top-logo-part.is-cycling-x, .home section.home-the-choice .choice-card .choice-card-top-logo-part.is-ski-x { transform: rotate(45deg); transform-origin: center center; }
.home section.home-the-choice .choice-card .choice-card-top-logo-part.is-ski-right { width: 47px; height: 64px; }
.home section.home-the-choice .choice-card .choice-card-copy-left { color: rgb(255, 255, 255); font-family: "Headline Gothic ATF"; font-size: calc(var(--font-size-h1) * 1.625); font-weight: 400; line-height: 0.92; text-shadow: rgba(0, 0, 0, 0.35) 0px 2px 10px; }
.home section.home-the-choice .choice-card .choice-card-copy-right { color: rgb(255, 255, 255); display: flex; flex-direction: column; gap: 8px; bottom: 75px; }
.home section.home-the-choice .choice-card .choice-card-person-name { margin: 0px; font-family: "DM Sans"; font-size: 32px; font-style: normal; font-weight: 300; line-height: 1.2; color: rgb(255, 255, 255); }
.home section.home-the-choice .choice-card .choice-card-copy-body { display: flex; flex-direction: column; gap: 0px; max-width: 275px; }
.home section.home-the-choice .choice-card .choice-card-copy-body span { color: rgba(255, 255, 255, 0.9); font-family: "DM Sans"; font-size: 14px; font-style: italic; font-weight: 400; line-height: 1.2; letter-spacing: -0.3px; text-shadow: rgba(0, 0, 0, 0.24) 0px 1px 6px; }
.home section.home-the-choice .choice-card .choice-card-quote { width: 26px; height: 18px; display: block; object-fit: contain; }
.home section.home-the-choice .choice-card-feature { min-height: 100%; background: rgb(0, 0, 0); }
.home section.home-the-choice .the-choice-left-bottom .choice-card .choice-card-top-logos { top: 35px; }
.home section.home-the-choice .the-choice-left-top .choice-card-feature::after, .home section.home-the-choice .the-choice-left-bottom .choice-card-feature::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.42) 100%); pointer-events: none; z-index: 1; }
.home section.home-the-choice .the-choice-right-top .choice-card-feature::before, .home section.home-the-choice .the-choice-right-bottom .choice-card-feature::before { content: ""; position: absolute; right: 18px; top: 18px; width: 40px; height: 40px; background: url("assets/choice-arrow-right-up-4091-48316-0bd2b0d57e.svg") center center / contain no-repeat; z-index: 3; pointer-events: none; }
.home section.home-the-choice .the-choice-right-top .choice-card-feature::after { content: ""; position: absolute; left: 0px; right: 0px; bottom: 0px; height: 212px; background: linear-gradient(rgba(9, 7, 8, 0.08) 0%, rgba(76, 48, 62, 0.2) 28%, rgba(150, 78, 114, 0.9) 100%); backdrop-filter: blur(52px); mask-image: linear-gradient(rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.38) 34%, rgba(0, 0, 0, 0.82) 68%, rgb(0, 0, 0) 100%); z-index: 1; pointer-events: none; }
.home section.home-the-choice .the-choice-right-bottom .choice-card-feature::after { content: ""; position: absolute; left: 0px; right: 0px; bottom: 0px; height: 282px; background: linear-gradient(rgba(1, 36, 122, 0.08) 0%, rgba(1, 36, 122, 0.24) 28%, rgb(1, 36, 122) 100%); backdrop-filter: blur(52px); mask-image: linear-gradient(rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.38) 34%, rgba(0, 0, 0, 0.82) 68%, rgb(0, 0, 0) 100%); z-index: 1; pointer-events: none; }
.home section.home-the-choice .the-choice-right-top .choice-card > img, .home section.home-the-choice .the-choice-right-bottom .choice-card > img { object-position: center top; }
.home section.home-the-choice .choice-card-link-hover-zoom > img { transform: scale(1); transition: transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1); will-change: transform; }
.home section.home-the-choice .choice-card-link-hover-zoom:hover > img, .home section.home-the-choice .choice-card-link-hover-zoom:focus-visible > img { transform: scale(1.1); }
.home section.home-the-choice .the-choice-left-top .choice-card-copy, .home section.home-the-choice .the-choice-left-bottom .choice-card-copy, .home section.home-the-choice .the-choice-left-top .choice-card-top-logos, .home section.home-the-choice .the-choice-left-bottom .choice-card-top-logos, .home section.home-the-choice .the-choice-right-top .choice-card-copy, .home section.home-the-choice .the-choice-right-bottom .choice-card-copy { z-index: 2; }
.home section.home-the-choice .choice-card-link { display: block; height: 100%; cursor: pointer; }
.home section.home-the-choice .the-choice-controls { position: absolute; left: 12px; bottom: 46px; display: flex; gap: 8px; z-index: 2; }
.home section.home-the-choice .the-choice-controls button { width: 34px; height: 34px; border: none; border-radius: 50%; background: rgba(255, 255, 255, 0.82); color: rgb(28, 28, 28); font-size: 22px; line-height: 1; cursor: pointer; }
.home section.home-the-choice .the-choice-dots { position: absolute; left: 38px; bottom: 24px; display: flex; gap: 5px; z-index: 3; }
.home section.home-the-choice .the-choice-dots button { width: 6px; height: 6px; border-radius: 999px; border: none; background: rgb(217, 217, 217); padding: 0px; cursor: pointer; }
.home section.home-the-choice .the-choice-dots button.is-active { width: 50px; height: 6px; background: rgba(255, 255, 255, 0.3); overflow: hidden; position: relative; }
.home section.home-the-choice .the-choice-dots button.is-active::after { content: ""; position: absolute; inset: 0px; border-radius: inherit; background: rgb(255, 255, 255); transform-origin: left center; animation: 3.2s linear 0s 1 normal forwards running choice-dot-progress; }
.home section.home-the-choice .the-choice-dots.is-bottom button.is-active::after { animation-duration: 4.8s; }
@keyframes choice-dot-progress {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}
@media (min-width: 768px) and (max-width: 1023.99px) {
  .home section.home-the-choice { padding-top: 0px; padding-bottom: 0px; }
  .home section.home-the-choice .the-choice-heading { margin-bottom: var(--spacing-gap1); }
  .home section.home-the-choice .the-choice-heading h2 { font-size: calc(var(--font-size-h1) * 0.85); line-height: 1; letter-spacing: 0px; }
  .home section.home-the-choice .the-choice-heading p { margin-top: var(--spacing-fixed-16); font-size: var(--font-size-t1); line-height: 1; }
  .home section.home-the-choice .the-choice-grid { grid-template-columns: 2.375fr 1fr; gap: var(--spacing-fixed-16); }
  .home section.home-the-choice .the-choice-left-top, .home section.home-the-choice .the-choice-left-bottom, .home section.home-the-choice .the-choice-right-top, .home section.home-the-choice .the-choice-right-bottom { min-height: 370px; }
  .home section.home-the-choice .choice-card .choice-card-copy { left: var(--spacing-fixed-24); right: var(--spacing-fixed-24); bottom: var(--spacing-fixed-24); }
  .home section.home-the-choice .choice-card .choice-card-top-logos { left: var(--spacing-fixed-24); top: calc(var(--spacing-fixed-24) + var(--spacing-fixed-4)); gap: var(--spacing-fixed-16); }
  .home section.home-the-choice .choice-card .choice-card-copy-left { font-size: calc(var(--font-size-h1) * 1.4); line-height: 0.92; }
  .home section.home-the-choice .choice-card .choice-card-copy-right { left: var(--spacing-fixed-24); right: var(--spacing-fixed-24); bottom: calc(var(--spacing-margin1) - var(--spacing-fixed-24)); gap: 4px; }
  .home section.home-the-choice .choice-card .choice-card-person-name { font-size: var(--font-size-h2); }
  .home section.home-the-choice .choice-card .choice-card-copy-body { gap: 6px; max-width: 240px; }
  .home section.home-the-choice .choice-card .choice-card-copy-body span { font-size: calc(var(--font-size-t2) - 1px); letter-spacing: -0.24px; }
  .home section.home-the-choice .the-choice-dots { left: var(--spacing-fixed-24); bottom: var(--spacing-fixed-16); }
}
@media (max-width: 479.99px) {
  .home section.home-the-choice .the-choice-heading { margin-bottom: var(--spacing-gap1); }
  .home section.home-the-choice .the-choice-heading h2 { font-size: calc(var(--font-size-h1) * 1.333); }
  .home section.home-the-choice .the-choice-heading p { margin-top: var(--spacing-fixed-12); font-size: var(--font-size-t1); line-height: var(--lh-t1); }
  .home section.home-the-choice .the-choice-grid { grid-template-columns: 1fr; grid-template-areas: "leftTop" "rightTop" "leftBottom" "rightBottom"; gap: var(--spacing-fixed-12); }
  .home section.home-the-choice .the-choice-left-top, .home section.home-the-choice .the-choice-left-bottom { min-height: 0px; aspect-ratio: 431 / 700; }
  .home section.home-the-choice .the-choice-left-top .choice-card-link > img:first-child, .home section.home-the-choice .the-choice-left-top .choice-card > img:first-child { object-position: 92% center; }
  .home section.home-the-choice .the-choice-right-top, .home section.home-the-choice .the-choice-right-bottom { min-height: 0px; aspect-ratio: 431 / 601; }
  .home section.home-the-choice .choice-card .choice-card-copy { left: var(--spacing-fixed-16); right: var(--spacing-fixed-16); bottom: var(--spacing-fixed-16); }
  .home section.home-the-choice .choice-card .choice-card-top-logos { left: var(--spacing-fixed-16); top: var(--spacing-fixed-16); align-items: flex-start; }
  .home section.home-the-choice .the-choice-left-top .choice-card .choice-card-top-logos, .home section.home-the-choice .the-choice-left-bottom .choice-card .choice-card-top-logos { left: 50%; right: auto; transform: translateX(-50%); justify-content: center; align-items: center; }
  .home section.home-the-choice .the-choice-left-bottom .choice-card .choice-card-top-logos { top: calc(var(--spacing-fixed-16) + var(--spacing-fixed-4)); }
  .home section.home-the-choice .choice-card .choice-card-top-logos { gap: 14px; }
  .home section.home-the-choice .choice-card .choice-card-top-logo-part.is-cycling-left, .home section.home-the-choice .choice-card .choice-card-top-logo-part.is-ski-left { width: 69px; height: 32px; }
  .home section.home-the-choice .choice-card .choice-card-top-logo-part.is-cycling-x { width: 14px; height: 14px; }
  .home section.home-the-choice .choice-card .choice-card-top-logo-part.is-cycling-right { width: 106px; height: 37px; }
  .home section.home-the-choice .choice-card .choice-card-top-logo-part.is-ski-x { width: 14px; height: 14px; }
  .home section.home-the-choice .choice-card .choice-card-top-logo-part.is-ski-right { width: 33px; height: 46px; }
  .home section.home-the-choice .choice-card .choice-card-copy-left { left: 50%; right: auto; width: calc(100% - var(--spacing-fixed-16) * 2); transform: translateX(-50%); text-align: center; font-size: calc(var(--font-size-h1) * 2.75); line-height: 0.92; }
  .home section.home-the-choice .choice-card .choice-card-copy-right { left: var(--spacing-fixed-16); right: var(--spacing-fixed-16); bottom: calc(var(--spacing-fixed-24) * 3); }
  .home section.home-the-choice .choice-card .choice-card-person-name { font-size: calc(var(--font-size-h1) * 1.333); line-height: var(--lh-t1); }
  .home section.home-the-choice .choice-card .choice-card-copy-body { max-width: 100%; }
  .home section.home-the-choice .choice-card .choice-card-copy-body span { font-size: calc(var(--font-size-t1) * 1.1); line-height: calc(var(--font-size-t1) * 1.3); letter-spacing: 0px; }
  .home section.home-the-choice .the-choice-right-top .choice-card-feature::before, .home section.home-the-choice .the-choice-right-bottom .choice-card-feature::before { right: var(--spacing-fixed-12); top: var(--spacing-fixed-12); width: 32px; height: 32px; }
  .home section.home-the-choice .the-choice-dots { left: var(--spacing-fixed-16); bottom: var(--spacing-fixed-12); }
  .home section.home-the-choice .the-choice-right-top .choice-card .choice-card-copy-right, .home section.home-the-choice .the-choice-right-bottom .choice-card .choice-card-copy-right { left: 24px; right: 24px; bottom: 66px; gap: 12px; }
  .home section.home-the-choice .the-choice-right-top .choice-card .choice-card-person-name, .home section.home-the-choice .the-choice-right-bottom .choice-card .choice-card-person-name { font-size: 32px; font-weight: 400; line-height: 1.125; }
  .home section.home-the-choice .the-choice-right-top .choice-card .choice-card-copy-body, .home section.home-the-choice .the-choice-right-bottom .choice-card .choice-card-copy-body { max-width: 100%; }
  .home section.home-the-choice .the-choice-right-top .choice-card .choice-card-copy-body span, .home section.home-the-choice .the-choice-right-bottom .choice-card .choice-card-copy-body span { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 5; -webkit-box-orient: vertical; font-size: 18px; font-weight: 400; line-height: 1.2; letter-spacing: 0px; }
  .home section.home-the-choice .the-choice-right-top .choice-card-feature::before, .home section.home-the-choice .the-choice-right-bottom .choice-card-feature::before { right: 20px; top: 20px; width: 48px; height: 48px; }
  .home section.home-the-choice .the-choice-right-top .choice-card-feature::after, .home section.home-the-choice .the-choice-right-bottom .choice-card-feature::after { content: none; }
  .home section.home-the-choice .the-choice-right-overlay { position: absolute; left: 0px; right: 0px; bottom: 0px; height: 313px; overflow: hidden; z-index: 1; pointer-events: none; }
  .home section.home-the-choice .the-choice-right-overlay::after { content: ""; position: absolute; inset: 0px; z-index: 2; }
  .home section.home-the-choice .the-choice-right-overlay--top::after { background: linear-gradient(rgba(9, 7, 8, 0) 15%, rgb(150, 78, 114) 100%); }
  .home section.home-the-choice .the-choice-right-overlay--bottom::after { background: linear-gradient(rgba(1, 36, 122, 0) 15%, rgb(1, 36, 122) 100%); }
  .home section.home-the-choice .the-choice-right-overlay-blur { position: absolute; inset: 0px; z-index: 1; }
  .home section.home-the-choice .the-choice-right-top .the-choice-dots, .home section.home-the-choice .the-choice-right-bottom .the-choice-dots { left: 24px; bottom: 30px; gap: 6px; }
  .home section.home-the-choice .the-choice-right-top .the-choice-dots button.is-active, .home section.home-the-choice .the-choice-right-bottom .the-choice-dots button.is-active { width: 60px; }
}
@media (min-width: 480px) and (max-width: 767.99px) {
  .home section.home-the-choice { --the-choice-s-right-card-width: 200px; --the-choice-s-right-card-height: 414px; --the-choice-s-right-card-padding-x: 16px; --the-choice-s-right-card-padding-y: 8px; --the-choice-s-right-card-bottom: 52px; --the-choice-s-right-card-gap: 6px; --the-choice-s-right-card-name-size: 20px; --the-choice-s-right-card-name-line-height: 24px; --the-choice-s-right-card-copy-size: 10px; --the-choice-s-right-card-copy-line-height: 14px; --the-choice-s-right-card-copy-width: 168px; --the-choice-s-right-card-copy-height: 128px; --the-choice-s-right-card-arrow-size: 30px; --the-choice-s-right-card-arrow-top: 13px; --the-choice-s-right-card-arrow-right: 13px; --the-choice-s-right-card-overlay-height: 190px; --the-choice-s-right-card-dot-size: 4px; --the-choice-s-right-card-dot-active-width: 37px; --the-choice-s-right-card-dot-gap: 3px; --the-choice-s-right-card-dots-left: 16px; --the-choice-s-right-card-dots-bottom: 17px; }
  .home section.home-the-choice .the-choice-heading { margin-bottom: var(--spacing-gap1); }
  .home section.home-the-choice .the-choice-heading h2 { font-size: calc(var(--font-size-h1) * 1.02); }
  .home section.home-the-choice .the-choice-heading p { margin-top: var(--spacing-fixed-12); font-size: var(--font-size-t1); line-height: var(--lh-t1); }
  .home section.home-the-choice .the-choice-grid { max-width: 703px; margin-left: auto; margin-right: auto; grid-template-columns: minmax(0, 496px) minmax(0, var(--the-choice-s-right-card-width)); grid-template-areas: "leftTop rightTop" "leftBottom rightBottom"; gap: var(--spacing-fixed-8); }
  .home section.home-the-choice .the-choice-left-top, .home section.home-the-choice .the-choice-left-bottom, .home section.home-the-choice .the-choice-right-top, .home section.home-the-choice .the-choice-right-bottom { min-height: 0px; height: var(--the-choice-s-right-card-height); }
  .home section.home-the-choice .choice-card .choice-card-copy { left: var(--spacing-fixed-24); right: var(--spacing-fixed-24); bottom: var(--spacing-fixed-24); }
  .home section.home-the-choice .choice-card .choice-card-top-logos { left: var(--spacing-fixed-24); top: var(--spacing-fixed-24); gap: var(--spacing-fixed-16); }
  .home section.home-the-choice .choice-card .choice-card-copy-left { font-size: 48px; line-height: 0.92; }
  .home section.home-the-choice .choice-card .choice-card-copy-right { left: 0px; right: 0px; bottom: var(--the-choice-s-right-card-bottom); height: var(--the-choice-s-right-card-copy-height); padding: var(--the-choice-s-right-card-padding-y) var(--the-choice-s-right-card-padding-x); box-sizing: border-box; gap: var(--the-choice-s-right-card-gap); }
  .home section.home-the-choice .choice-card .choice-card-person-name { font-size: var(--the-choice-s-right-card-name-size); font-weight: 400; line-height: var(--the-choice-s-right-card-name-line-height); }
  .home section.home-the-choice .choice-card .choice-card-copy-body { max-width: var(--the-choice-s-right-card-copy-width); }
  .home section.home-the-choice .choice-card .choice-card-copy-body span { color: rgba(255, 255, 255, 0.9); font-size: var(--the-choice-s-right-card-copy-size); font-weight: 500; font-style: italic; line-height: var(--the-choice-s-right-card-copy-line-height); letter-spacing: -0.2px; text-shadow: none; }
  .home section.home-the-choice .the-choice-right-top .choice-card-feature::before, .home section.home-the-choice .the-choice-right-bottom .choice-card-feature::before { right: var(--the-choice-s-right-card-arrow-right); top: var(--the-choice-s-right-card-arrow-top); width: var(--the-choice-s-right-card-arrow-size); height: var(--the-choice-s-right-card-arrow-size); }
  .home section.home-the-choice .the-choice-right-top .choice-card-feature::after, .home section.home-the-choice .the-choice-right-bottom .choice-card-feature::after { content: none; }
  .home section.home-the-choice .the-choice-right-top .choice-card, .home section.home-the-choice .the-choice-right-bottom .choice-card, .home section.home-the-choice .the-choice-right-top .the-choice-slider-window, .home section.home-the-choice .the-choice-right-bottom .the-choice-slider-window { border-radius: 3px; }
  .home section.home-the-choice .the-choice-right-overlay { height: var(--the-choice-s-right-card-overlay-height); }
  .home section.home-the-choice .the-choice-dots { left: var(--the-choice-s-right-card-dots-left); bottom: var(--the-choice-s-right-card-dots-bottom); gap: var(--the-choice-s-right-card-dot-gap); }
  .home section.home-the-choice .the-choice-dots button { width: var(--the-choice-s-right-card-dot-size); height: var(--the-choice-s-right-card-dot-size); }
  .home section.home-the-choice .the-choice-dots button.is-active { width: var(--the-choice-s-right-card-dot-active-width); height: var(--the-choice-s-right-card-dot-size); }
}
.home section.home-trusted-by-ath .trusted-by-ath-heading { text-align: center; margin-bottom: var(--spacing-gap1); }
.home section.home-trusted-by-ath .trusted-by-ath-heading h2 { margin: 0px; font-family: "Headline Gothic ATF"; font-size: var(--font-size-h1); font-style: normal; font-weight: 400; line-height: 1; letter-spacing: 0px; color: rgb(17, 17, 17); }
.home section.home-trusted-by-ath .trusted-by-ath-heading p { margin: 18px 0px 0px; font-family: "DM Sans"; color: var(--grey-600); font-size: var(--font-size-t1); font-style: normal; font-weight: 400; }
.home section.home-trusted-by-ath .trusted-by-ath-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 44px; }
.home section.home-trusted-by-ath .trusted-by-ath-card { border-radius: 2px; overflow: visible; position: relative; transition: transform 0.2s, box-shadow 0.2s; }
.home section.home-trusted-by-ath .trusted-by-ath-card::after { content: ""; position: absolute; left: 0px; right: 0px; bottom: -0.5px; height: 4px; background: linear-gradient(rgba(39, 56, 64, 0.72) 0%, rgb(39, 56, 64) 100%); z-index: 3; pointer-events: none; }
.home section.home-trusted-by-ath .trusted-by-ath-card-inner { position: relative; overflow: hidden; border-radius: inherit; }
.home section.home-trusted-by-ath .trusted-by-ath-card-inner > img { width: 100%; aspect-ratio: 568 / 981; object-fit: cover; display: block; }
.home section.home-trusted-by-ath .trusted-by-ath-card-link { display: block; cursor: pointer; }
.home section.home-trusted-by-ath .trusted-by-ath-card-link:hover { transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.18) 0px 8px 18px; }
.home section.home-trusted-by-ath .trusted-by-ath-card-button { width: 100%; border: none; padding: 0px; background: transparent; text-align: left; appearance: none; }
.home section.home-trusted-by-ath .trusted-by-ath-inline-detail { position: absolute; inset: 0px; background: rgba(255, 255, 255, 0.72); color: rgb(16, 16, 16); padding: 16px; z-index: 5; overflow: auto; text-align: left; backdrop-filter: blur(8px); }
.home section.home-trusted-by-ath .trusted-by-ath-inline-detail .trusted-by-ath-inline-meta { margin-bottom: 10px; }
.home section.home-trusted-by-ath .trusted-by-ath-inline-detail .trusted-by-ath-inline-name { font-family: "DM Sans"; font-size: 14px; line-height: 1.2; font-weight: 500; color: rgb(26, 26, 26); }
.home section.home-trusted-by-ath .trusted-by-ath-inline-detail .trusted-by-ath-inline-role { margin-top: 3px; font-family: "DM Sans"; font-size: 12px; line-height: 1.2; font-weight: 400; color: rgba(56, 56, 56, 0.84); }
.home section.home-trusted-by-ath .trusted-by-ath-inline-detail p { margin: 0px; font-family: "DM Sans"; font-size: 14px; line-height: 1.4; font-weight: 400; color: rgb(26, 26, 26); position: relative; z-index: 2; }
.home section.home-trusted-by-ath .trusted-by-ath-card-inline-hover .trusted-by-ath-inline-detail { opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.22s, visibility 0.22s; }
.home section.home-trusted-by-ath .trusted-by-ath-card-inline-hover:hover .trusted-by-ath-inline-detail, .home section.home-trusted-by-ath .trusted-by-ath-card-inline-hover:focus-within .trusted-by-ath-inline-detail { opacity: 1; visibility: visible; }
.home section.home-trusted-by-ath .trusted-by-ath-inline-quote-mark { position: absolute; right: 16px; bottom: 16px; width: 50px; height: auto; opacity: 0.62; filter: brightness(0) saturate(100%); z-index: 1; pointer-events: none; }
.home section.home-trusted-by-ath .trusted-by-ath-card-video { aspect-ratio: 568 / 981; }
.home section.home-trusted-by-ath .trusted-by-ath-card-video-embed { position: absolute; inset: 0px; z-index: 7; width: 100%; height: 100%; border: none; display: block; background: rgb(0, 0, 0); }
.home section.home-trusted-by-ath .trusted-by-ath-inline-video-close { position: absolute; top: 8px; right: 8px; width: 28px; height: 28px; border: none; border-radius: 999px; background: rgba(0, 0, 0, 0.55); color: rgb(255, 255, 255); font-size: 22px; line-height: 1; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 8; }
.home section.home-trusted-by-ath .trusted-by-ath-overlay { position: absolute; inset: 0px; color: rgb(255, 255, 255); padding: 0px 13px 14px; z-index: 2; pointer-events: none; }
.home section.home-trusted-by-ath .trusted-by-ath-overlay > :not(.trusted-by-ath-overlay-frost) { position: relative; z-index: 2; }
.home section.home-trusted-by-ath .trusted-by-ath-overlay-frost { position: absolute; left: 0px; right: 0px; bottom: 0px; height: 50%; overflow: hidden; z-index: 1; }
.home section.home-trusted-by-ath .trusted-by-ath-overlay-frost::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(rgba(3, 3, 3, 0) 0%, rgba(39, 56, 64, 0.66) 55%, rgb(39, 56, 64) 100%); z-index: 2; }
.home section.home-trusted-by-ath .trusted-by-ath-overlay-frost-blur { position: absolute; inset: 0px; z-index: 1; }
.home section.home-trusted-by-ath .trusted-by-ath-play { width: 78px; height: 60px; margin: 0px auto 160px; position: relative; display: block; object-fit: contain; filter: drop-shadow(rgba(0, 0, 0, 0.16) 0px 6px 14px); }
.home section.home-trusted-by-ath .trusted-by-ath-quote-block { height: 142px; padding-top: 2px; overflow: hidden; display: flex; flex-direction: column; }
.home section.home-trusted-by-ath .trusted-by-ath-used-since { margin-bottom: 8px; }
.home section.home-trusted-by-ath .trusted-by-ath-used-since-chip { display: inline-flex; align-items: center; height: 21px; padding: 0px 5px; border-radius: 2px; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(6.8px); font-family: "DM Sans"; font-size: 12px; font-style: normal; font-weight: 300; line-height: 16.8px; color: rgba(251, 250, 250, 0.78); }
.home section.home-trusted-by-ath .trusted-by-ath-quote-text { margin: 0px; width: 253px; max-width: 100%; font-family: "DM Sans"; font-size: 14px; font-style: italic; font-weight: 300; line-height: 19.6px; color: rgb(255, 255, 255); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
.home section.home-trusted-by-ath .trusted-by-ath-quote-mark { position: static; align-self: flex-end; margin-top: auto; margin-bottom: 6px; width: 26px; height: auto; opacity: 0.2; display: block; pointer-events: none; }
.home section.home-trusted-by-ath .trusted-by-ath-person { display: flex; align-items: center; gap: 10px; }
.home section.home-trusted-by-ath .trusted-by-ath-person img { width: 38px; height: 38px; border-radius: 999px; object-fit: cover; flex-shrink: 0; border: 1px solid rgb(255, 255, 255); }
.home section.home-trusted-by-ath .trusted-by-ath-person-meta { display: flex; flex-direction: column; justify-content: center; gap: 2px; flex: 1 1 0%; min-width: 0px; }
.home section.home-trusted-by-ath .trusted-by-ath-person-name { font-family: "DM Sans"; font-size: 14px; font-style: normal; font-weight: 300; line-height: 19.2px; color: rgb(255, 255, 255); margin: 0px; overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap; width: 100%; }
.home section.home-trusted-by-ath .trusted-by-ath-person-role { font-family: "DM Sans"; font-size: 12px; font-style: normal; font-weight: 300; color: rgba(251, 250, 250, 0.78); overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap; width: 100%; }
.home section.home-trusted-by-ath .trusted-by-ath-card-video .trusted-by-ath-overlay { padding: 0px 13px 14px; }
.home section.home-trusted-by-ath .trusted-by-ath-card-video .trusted-by-ath-play { margin: 0px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.home section.home-trusted-by-ath .trusted-by-ath-card-video .trusted-by-ath-person { position: absolute; left: 13px; right: 13px; bottom: 14px; }
.home section.home-trusted-by-ath .trusted-by-ath-card-quote .trusted-by-ath-overlay { display: flex; flex-direction: column; justify-content: flex-end; padding: 0px 16px 16px; }
.home section.home-trusted-by-ath .trusted-by-ath-card-quote .trusted-by-ath-used-since-chip { backdrop-filter: blur(3.4px); }
.home section.home-trusted-by-ath .trusted-by-ath-card-quote .trusted-by-ath-person { margin-top: 2px; }
.home section.home-trusted-by-ath .trusted-by-ath-cta { width: fit-content; margin: calc(var(--spacing-margin1) - var(--spacing-fixed-8)) auto 0; text-align: center; }
@media (min-width: 480px) {
  .home section.home-trusted-by-ath .trusted-by-ath-inline-detail .trusted-by-ath-inline-name { font-size: 12px; }
  .home section.home-trusted-by-ath .trusted-by-ath-inline-detail .trusted-by-ath-inline-role { font-size: 10px; }
  .home section.home-trusted-by-ath .trusted-by-ath-inline-detail p { font-size: 12px; }
  .home section.home-trusted-by-ath .trusted-by-ath-used-since-chip { font-size: 10px; font-weight: 300; line-height: 11.52px; }
  .home section.home-trusted-by-ath .trusted-by-ath-quote-text { font-size: 12px; font-weight: 400; line-height: 15.68px; }
  .home section.home-trusted-by-ath .trusted-by-ath-person-name { font-size: 12px; font-weight: 300; line-height: 13.44px; }
  .home section.home-trusted-by-ath .trusted-by-ath-person-role { font-size: 10px; font-weight: 300; line-height: 11.52px; }
}
@media (min-width: 768px) and (max-width: 1023.99px) {
  .home section.home-trusted-by-ath .trusted-by-ath-grid { grid-template-columns: repeat(2, minmax(0px, 284px)); justify-content: center; column-gap: 12px; row-gap: var(--spacing-fixed-24); margin-bottom: var(--spacing-gap1); }
}
@media (max-width: 479.99px) {
  .home section.home-trusted-by-ath .trusted-by-ath-heading h2 { font-size: calc(var(--font-size-h1) * 1.333); }
  .home section.home-trusted-by-ath .trusted-by-ath-heading p { margin-top: var(--spacing-fixed-12); font-size: var(--font-size-t1); line-height: calc(var(--font-size-t1) * 1.2); }
  .home section.home-trusted-by-ath .trusted-by-ath-grid { grid-template-columns: 1fr; gap: var(--spacing-fixed-12); margin-bottom: var(--spacing-gap1); }
  .home section.home-trusted-by-ath .trusted-by-ath-card-link:hover { transform: none; box-shadow: none; }
  .home section.home-trusted-by-ath .trusted-by-ath-cta { padding: 18.05px 36.1px; font-size: 14.5px; font-weight: 300; }
  .home section.home-trusted-by-ath .trusted-by-ath-overlay { padding: var(--spacing-fixed-16); }
  .home section.home-trusted-by-ath .trusted-by-ath-play { width: 72px; height: 52px; margin: 0px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 3; }
  .home section.home-trusted-by-ath .trusted-by-ath-card-video .trusted-by-ath-overlay { top: 0px; padding: var(--spacing-fixed-16); }
  .home section.home-trusted-by-ath .trusted-by-ath-card-video .trusted-by-ath-person { left: var(--spacing-fixed-12); right: var(--spacing-fixed-12); bottom: var(--spacing-fixed-12); }
  .home section.home-trusted-by-ath .trusted-by-ath-quote-text { width: auto; font-size: calc(var(--font-size-t1) * 1.25); line-height: calc(var(--font-size-t1) * 1.75); }
  .home section.home-trusted-by-ath .trusted-by-ath-quote-block { height: 132px; padding-top: 0px; overflow: hidden; }
  .home section.home-trusted-by-ath .trusted-by-ath-person { gap: var(--spacing-fixed-8); }
  .home section.home-trusted-by-ath .trusted-by-ath-person img { width: 38px; height: 38px; }
  .home section.home-trusted-by-ath:not(.reviews-embedded-trusted-by-ath) .trusted-by-ath-overlay { padding: 0px 24px 20px; }
  .home section.home-trusted-by-ath:not(.reviews-embedded-trusted-by-ath) .trusted-by-ath-quote-block { height: 186px; gap: 0px; }
  .home section.home-trusted-by-ath:not(.reviews-embedded-trusted-by-ath) .trusted-by-ath-person-name { font-size: 18px; font-weight: var(--font-weight-figma-regular); line-height: 1.2; }
  .home section.home-trusted-by-ath:not(.reviews-embedded-trusted-by-ath) .trusted-by-ath-person-role { font-size: 14px; font-weight: var(--font-weight-figma-light); color: rgba(251, 250, 250, 0.7); }
  .home section.home-trusted-by-ath:not(.reviews-embedded-trusted-by-ath) .trusted-by-ath-used-since-chip { padding: 3px 10px; font-size: 14px; font-weight: var(--font-weight-figma-regular); line-height: 1.2; background: rgba(255, 255, 255, 0.13); color: rgba(251, 250, 250, 0.7); }
  .home section.home-trusted-by-ath:not(.reviews-embedded-trusted-by-ath) .trusted-by-ath-quote-text { font-size: 16px; font-weight: var(--font-weight-figma-light); line-height: 1.4; margin-bottom: 24px; }
  .home section.home-trusted-by-ath:not(.reviews-embedded-trusted-by-ath) .trusted-by-ath-quote-mark { width: 46px; opacity: 0.2; }
  .home section.home-trusted-by-ath:not(.reviews-embedded-trusted-by-ath) .trusted-by-ath-person { gap: 10px; }
  .home section.home-trusted-by-ath:not(.reviews-embedded-trusted-by-ath) .trusted-by-ath-person img { width: 48px; height: 48px; }
}
@media (min-width: 480px) and (max-width: 767.99px) {
  .home section.home-trusted-by-ath .trusted-by-ath-heading h2 { font-size: calc(var(--font-size-h1) * 1.02); }
  .home section.home-trusted-by-ath .trusted-by-ath-heading p { margin-top: var(--spacing-fixed-12); font-size: var(--font-size-t1); line-height: calc(var(--font-size-t1) * 1.2); }
  .home section.home-trusted-by-ath .trusted-by-ath-grid { grid-template-columns: repeat(2, minmax(0px, 284px)); justify-content: center; max-width: 600px; margin-left: auto; margin-right: auto; gap: 22px 11px; margin-bottom: var(--spacing-gap1); }
  .home section.home-trusted-by-ath .trusted-by-ath-person img { width: 38px; height: 38px; }
  .home section.home-trusted-by-ath .trusted-by-ath-person-name { font-size: var(--font-size-t2); line-height: 1.2; }
  .home section.home-trusted-by-ath .trusted-by-ath-person-role { font-size: var(--font-size-t3); }
  .home section.home-trusted-by-ath .trusted-by-ath-used-since-chip { height: auto; padding: 0px 5px; backdrop-filter: blur(3.4px); font-size: var(--font-size-t3); line-height: 1.2; }
  .home section.home-trusted-by-ath .trusted-by-ath-quote-text { font-size: var(--font-size-t2); line-height: 1.4; }
  .home section.home-trusted-by-ath .trusted-by-ath-quote-mark { width: 34px; }
  .home section.home-trusted-by-ath .trusted-by-ath-play { width: 73px; height: 56px; }
}
.home section.home-recover-like .recover-like-heading { text-align: center; margin-bottom: var(--spacing-gap1); }
.home section.home-recover-like .recover-like-heading h2 { margin: 0px; font-family: "Headline Gothic ATF"; font-size: var(--font-size-h1); font-style: normal; font-weight: 400; line-height: 1; letter-spacing: 0px; color: rgb(17, 17, 17); }
.home section.home-recover-like .recover-like-heading p { margin: 18px 0px 0px; font-family: "DM Sans"; color: var(--grey-600); font-size: var(--font-size-t1); font-style: normal; font-weight: 400; }
.home section.home-recover-like .recover-like-track-wrap { overflow: hidden; margin-bottom: 44px; }
.home section.home-recover-like .recover-like-track { display: flex; gap: 16px; overflow: auto hidden; scrollbar-width: none; }
.home section.home-recover-like .recover-like-track::-webkit-scrollbar { display: none; }
.home section.home-recover-like .recover-like-card { border-radius: 4px; overflow: hidden; flex: 0 0 auto; width: 500px; height: 379px; position: relative; transition: transform 0.2s, box-shadow 0.2s; }
.home section.home-recover-like .recover-like-card > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.home section.home-recover-like .recover-like-card-link { display: block; cursor: pointer; }
.home section.home-recover-like .recover-like-card-link:hover { transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.18) 0px 8px 18px; }
.home section.home-recover-like .recover-like-card-button { border: none; padding: 0px; background: transparent; text-align: left; appearance: none; }
.home section.home-recover-like .recover-like-controls { display: flex; gap: 24px; padding-left: 0px; }
.home section.home-recover-like .recover-like-overlay { position: absolute; inset: 0px; color: rgb(255, 255, 255); pointer-events: none; z-index: 2; }
.home section.home-recover-like .recover-like-overlay-top { position: absolute; left: 0px; top: 0px; width: 100%; height: 110px; background: linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }
.home section.home-recover-like .recover-like-overlay-top--video { background: linear-gradient(rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.94) 42px, rgba(0, 0, 0, 0.72) 78px, rgba(0, 0, 0, 0) 110px); }
.home section.home-recover-like .recover-like-overlay-bottom { position: absolute; left: 0px; right: 0px; bottom: 0px; min-height: 70.606px; padding: calc(var(--spacing-fixed-16) / 2) var(--spacing-fixed-16) var(--spacing-fixed-16); display: flex; justify-content: space-between; align-items: center; gap: 30px; background: transparent; backdrop-filter: none; pointer-events: auto; overflow: visible; backface-visibility: hidden; transform: translateZ(0px); }
.home section.home-recover-like .recover-like-overlay-bottom > * { position: relative; z-index: 1; }
.home section.home-recover-like .recover-like-overlay-bottom::before { content: ""; position: absolute; inset: 0px; background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 52%, rgba(0, 0, 0, 0.08) 72%, rgba(0, 0, 0, 0.18) 88%, rgba(0, 0, 0, 0.32) 100%); backdrop-filter: blur(1.8px); pointer-events: none; z-index: 0; }
.home section.home-recover-like .recover-like-overlay-bottom--video { min-height: 68px; position: absolute; left: 0px; right: 0px; bottom: 0px; background: transparent; backdrop-filter: none; backface-visibility: hidden; transform: translateZ(0px); overflow: visible; }
.home section.home-recover-like .recover-like-overlay-bottom--video > * { position: relative; z-index: 1; }
.home section.home-recover-like .recover-like-overlay-bottom--video::before { content: ""; position: absolute; inset: -112px 0px 0px; background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 48%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.22) 86%, rgba(0, 0, 0, 0.38) 100%); backdrop-filter: blur(1.8px); pointer-events: none; z-index: 0; }
.home section.home-recover-like .recover-like-overlay-bottom--icons-only { justify-content: flex-end; }
.home section.home-recover-like .recover-like-card-video-embed { position: absolute; inset: 0px; z-index: 1; width: 100%; height: 100%; border: none; display: block; background: rgb(0, 0, 0); }
.home section.home-recover-like .recover-like-center-control { position: absolute; left: 50%; top: 158px; transform: translateX(-50%); width: 78px; height: 60px; border: none; padding: 0px; background: transparent; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 4; pointer-events: auto; }
.home section.home-recover-like .recover-like-video-close { position: absolute; top: 10px; right: 10px; width: 28px; height: 28px; border: none; border-radius: 999px; padding: 0px; background: rgba(0, 0, 0, 0.62); color: rgb(255, 255, 255); font-family: "DM Sans"; font-size: 20px; line-height: 1; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 5; pointer-events: auto; }
.home section.home-recover-like .recover-like-play { width: 78px; height: 60px; display: block; object-fit: contain; filter: drop-shadow(rgba(0, 0, 0, 0.16) 0px 6px 14px); }
.home section.home-recover-like .recover-like-card-title { position: absolute; left: 16px; top: 27px; margin: 0px; width: 468px; max-width: 100%; font-family: "DM Sans"; font-size: 16px; font-style: normal; font-weight: 400; line-height: 19.2px; color: rgb(255, 255, 255); }
.home section.home-recover-like .recover-like-person { display: flex; align-items: center; gap: 10px; }
.home section.home-recover-like .recover-like-person img { width: 36px; height: 36px; border-radius: 999px; object-fit: cover; border: 0.66px solid rgb(255, 255, 255); flex-shrink: 0; }
.home section.home-recover-like .recover-like-person-name { font-family: "DM Sans"; font-size: 16px; font-style: normal; font-weight: 400; line-height: 19.2px; color: rgb(255, 255, 255); }
.home section.home-recover-like .recover-like-person-role { margin-top: 2.61px; font-family: "DM Sans"; font-size: 14px; font-style: normal; font-weight: 400; line-height: 16.8px; color: rgb(198, 197, 196); }
.home section.home-recover-like .recover-like-video-icons { display: flex; align-items: center; gap: 30px; flex-shrink: 0; }
.home section.home-recover-like .recover-like-video-icons a, .home section.home-recover-like .recover-like-video-icons button { padding: 0px; margin: 0px; border: none; background: transparent; cursor: pointer; }
.home section.home-recover-like .recover-like-video-icons img { width: 26px; height: 26px; display: block; }
.home section.home-recover-like .recover-like-sound-toggle { pointer-events: auto; }
.home section.home-recover-like .recover-like-control { width: 44px; height: 44px; border-radius: 50%; border: none; background: rgb(251, 250, 250); padding: 0px; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.home section.home-recover-like .recover-like-control:disabled { cursor: not-allowed; opacity: 0.5; }
.home section.home-recover-like .recover-like-control-icon { width: 16px; height: 16px; display: block; }
@media (min-width: 768px) and (max-width: 1023.99px) {
  .home section.home-recover-like .recover-like-track-wrap { margin-bottom: var(--spacing-gap1); }
  .home section.home-recover-like .recover-like-track { gap: var(--spacing-fixed-16); }
  .home section.home-recover-like .recover-like-card { width: 500px; height: auto; aspect-ratio: 500 / 379; }
  .home section.home-recover-like .recover-like-card-title { width: auto; }
}
@media (max-width: 479.99px) {
  .home section.home-recover-like .recover-like-heading h2 { font-size: calc(var(--font-size-h1) * 1.333); }
  .home section.home-recover-like .recover-like-heading p { margin-top: var(--spacing-fixed-12); font-size: var(--font-size-t1); line-height: calc(var(--font-size-t1) * 1.2); }
  .home section.home-recover-like .recover-like-track-wrap { margin-bottom: var(--spacing-gap1); }
  .home section.home-recover-like .recover-like-track { gap: var(--spacing-fixed-12); }
  .home section.home-recover-like .recover-like-card { width: 100%; min-width: 100%; height: auto; aspect-ratio: 431 / 326; }
  .home section.home-recover-like .recover-like-overlay { inset: 0px; }
  .home section.home-recover-like .recover-like-overlay-top { height: 96px; }
  .home section.home-recover-like .recover-like-overlay-bottom { min-height: 64px; padding: var(--spacing-fixed-12); gap: var(--spacing-fixed-12); }
  .home section.home-recover-like .recover-like-play { width: 64px; height: 48px; }
  .home section.home-recover-like .recover-like-center-control { top: calc(50% + 12px); width: 64px; height: 48px; transform: translate(-50%, -50%); }
  .home section.home-recover-like .recover-like-card-title { left: var(--spacing-fixed-12); top: var(--spacing-fixed-12); width: calc(100% - var(--spacing-fixed-24)); font-size: calc(var(--font-size-t1) * 1.08); line-height: calc(var(--font-size-t1) * 1.29); }
  .home section.home-recover-like .recover-like-person { gap: var(--spacing-fixed-8); }
  .home section.home-recover-like .recover-like-person img { width: 32px; height: 32px; }
  .home section.home-recover-like .recover-like-person-name { font-size: var(--font-size-t1); line-height: calc(var(--font-size-t1) * 1.2); }
  .home section.home-recover-like .recover-like-person-role { font-size: var(--font-size-t1); line-height: calc(var(--font-size-t1) * 1.2); }
  .home section.home-recover-like .recover-like-video-icons { gap: var(--spacing-fixed-8); }
  .home section.home-recover-like .recover-like-video-icons img { width: 22px; height: 22px; }
  .home section.home-recover-like .recover-like-card-video .recover-like-overlay-top { height: 88px; }
}
@media (min-width: 480px) and (max-width: 767.99px) {
  .home section.home-recover-like .recover-like-heading h2 { font-size: calc(var(--font-size-h1) * 1.02); }
  .home section.home-recover-like .recover-like-heading p { margin-top: var(--spacing-fixed-12); font-size: var(--font-size-t1); line-height: calc(var(--font-size-t1) * 1.2); }
  .home section.home-recover-like .recover-like-track-wrap { margin-bottom: var(--spacing-gap1); }
  .home section.home-recover-like .recover-like-track { gap: var(--spacing-fixed-16); }
  .home section.home-recover-like .recover-like-card { width: 500px; min-width: 500px; height: auto; aspect-ratio: 500 / 379; }
  .home section.home-recover-like .recover-like-overlay-bottom { min-height: 68px; padding: calc(var(--spacing-fixed-16) / 2) var(--spacing-fixed-16) var(--spacing-fixed-16); gap: 30px; backdrop-filter: blur(3.7px); }
  .home section.home-recover-like .recover-like-overlay-bottom--video { backdrop-filter: none; }
  .home section.home-recover-like .recover-like-play { width: 78px; height: 60px; }
  .home section.home-recover-like .recover-like-center-control { top: 50%; width: 78px; height: 60px; transform: translate(-50%, -50%); }
  .home section.home-recover-like .recover-like-card-title { left: 16px; top: 27px; width: 468px; font-size: var(--font-size-t2); line-height: 1.2; }
  .home section.home-recover-like .recover-like-person img { width: 36px; height: 36px; }
  .home section.home-recover-like .recover-like-person-name { font-size: var(--font-size-t2); line-height: 1.2; }
  .home section.home-recover-like .recover-like-person-role { font-size: var(--font-size-t3); line-height: 1.2; }
  .home section.home-recover-like .recover-like-video-icons img { width: 26px; height: 26px; }
}
.home .home-section-container-what-the-pros section.home-what-the-pros { position: relative; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-heading { text-align: center; margin-bottom: var(--spacing-gap1); }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-heading h2 { margin: 0px; font-family: "Headline Gothic ATF"; font-size: var(--font-size-h1); font-style: normal; font-weight: 400; line-height: 1; letter-spacing: 0px; color: rgb(17, 17, 17); }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-heading p { margin: 18px 0px 0px; font-family: "DM Sans"; color: var(--grey-600); font-size: var(--font-size-t1); font-style: normal; font-weight: 400; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-masonry-grid { margin: calc(-1 * var(--spacing-fixed-8)) auto calc(34px - var(--spacing-fixed-8)); max-width: calc(1200px + var(--spacing-fixed-16)); padding: var(--spacing-fixed-8); box-sizing: border-box; height: auto; max-height: 1050px; overflow: hidden; position: relative; display: flex; gap: 21px; align-items: start; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-masonry-grid::after { content: ""; position: absolute; left: 0px; right: 0px; bottom: 0px; height: 64%; background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 46%, rgba(255, 255, 255, 0.97) 54%, rgb(255, 255, 255) 100%); pointer-events: none; z-index: 2; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-masonry-column { flex: 1 1 0%; min-width: 0px; display: flex; flex-direction: column; gap: 21px; align-items: stretch; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card { border-radius: 3px; overflow: hidden; background: rgb(243, 243, 243); transition: transform 0.2s, box-shadow 0.2s; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-link { display: block; cursor: pointer; text-decoration: none; background: rgb(246, 246, 246); }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-link:hover .what-the-pros-card { transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.18) 0px 8px 18px; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-link:hover { text-decoration: none; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-button { width: 100%; border: none; padding: 0px; background: transparent; text-align: left; appearance: none; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-image img { display: block; width: 100%; height: auto; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain { background: rgb(246, 246, 246); }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video { position: relative; aspect-ratio: 568 / 981; overflow: hidden; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .what-the-pros-media-overlay { position: absolute; left: 0px; right: 0px; bottom: 0px; padding: 14px 16px 12px; color: rgb(255, 255, 255); background: linear-gradient(rgba(3, 3, 3, 0) 0%, rgb(16, 18, 10) 100%); }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .what-the-pros-used-since { display: inline-flex; padding: 2px 7px; border-radius: 2px; background: rgba(255, 255, 255, 0.13); font-family: "DM Sans"; font-size: 12px; font-weight: 400; line-height: 1.2; color: rgba(255, 255, 255, 0.7); }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .what-the-pros-video-copy { margin: 8px 0px 30px; font-family: "DM Sans"; font-size: 14px; font-weight: 400; line-height: 1.2; color: rgb(255, 255, 255); }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .person { margin-top: 7px; display: flex; flex-direction: column; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .person-row { display: flex; align-items: flex-start; gap: 8px; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .person-info { display: flex; flex-direction: column; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .person img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; border: none; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .name { font-family: "DM Sans"; font-size: var(--font-size-t3); font-weight: 400; line-height: 1.1; color: rgb(255, 255, 255); }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .role { margin-top: 1px; font-family: "DM Sans"; font-size: 12px; font-weight: 400; line-height: 1.2; color: rgba(255, 255, 255, 0.72); }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .location { margin-top: 12px; font-family: "DM Sans"; font-size: 12px; font-weight: 400; line-height: 1.15; color: rgba(255, 255, 255, 0.56); }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .what-the-pros-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 73px; height: 56px; object-fit: contain; z-index: 2; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-video-embed { position: absolute; inset: 0px; z-index: 7; width: 100%; height: 100%; border: none; background: rgb(0, 0, 0); display: block; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-inline-video-close { position: absolute; top: 8px; right: 8px; width: 28px; height: 28px; border: none; border-radius: 999px; background: rgba(0, 0, 0, 0.55); color: rgb(255, 255, 255); font-size: 22px; line-height: 1; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 8; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain { padding: 16px 16px 14px; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .what-the-pros-non-video-header, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .what-the-pros-non-video-header { display: flex; justify-content: space-between; align-items: center; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .what-the-pros-non-video-header .person, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .what-the-pros-non-video-header .person { min-width: 0px; flex: 1 1 auto; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .what-the-pros-non-video-header .person > div, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .what-the-pros-non-video-header .person > div { min-width: 0px; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .what-the-pros-non-video-header .name, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .what-the-pros-non-video-header .name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .what-the-pros-non-video-divider, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .what-the-pros-non-video-divider { margin: 14px 0px 12px; width: 100%; height: 1px; background: rgba(0, 0, 0, 0.08); }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .what-the-pros-logo-mark, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .what-the-pros-logo-mark { width: 16px; height: 16px; display: block; flex-shrink: 0; margin-left: 8px; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .what-the-pros-used-since-text, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .what-the-pros-used-since-text { margin-top: 0px; font-family: "DM Sans"; font-size: 10.5px; font-weight: 300; line-height: 1.2; color: rgb(71, 71, 71); }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .what-the-pros-quote-copy, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .what-the-pros-quote-copy { margin: 8px 0px 0px; font-family: "DM Sans"; font-size: 12px; font-style: normal; font-weight: 300; line-height: 1.4; letter-spacing: -0.28px; color: rgb(27, 27, 27); }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .person, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .person { display: flex; align-items: center; gap: 8px; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .person img, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .person img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .name, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .name { font-family: "DM Sans"; font-size: 14.5px; font-weight: 400; line-height: 1.2; color: rgb(27, 27, 27); }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .role, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .role { margin-top: 1px; font-family: "DM Sans"; font-size: 12px; font-weight: 400; line-height: 1.2; color: rgb(94, 94, 93); }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .what-the-pros-location-text, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .what-the-pros-location-text { margin-top: 14px; font-family: "DM Sans"; font-size: 12px; font-weight: 400; line-height: 1.2; color: rgb(132, 132, 132); }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .what-the-pros-quote-copy-block { margin-bottom: 14px; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .what-the-pros-quote-image { width: 100%; height: auto; display: block; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .person { margin-top: 0px; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain { display: flex; flex-direction: column; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .what-the-pros-quote-mark { width: 31.42px; height: 23.1px; margin-top: 20px; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .person { margin-top: 0px; }
.home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-cta { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); z-index: 3; }
@media (min-width: 768px) and (max-width: 1023.99px) {
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-masonry-grid { max-width: none; max-height: 1560px; gap: var(--spacing-fixed-16); margin-bottom: var(--spacing-gap1); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-masonry-column { gap: var(--spacing-fixed-16); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .what-the-pros-video-copy { margin-bottom: var(--spacing-fixed-24); }
}
@media (max-width: 479.99px) {
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card { border-radius: 2px; }
  .home .home-section-container-what-the-pros section.home-what-the-pros.reviews-embedded-what-the-pros .what-the-pros-masonry-grid { max-height: none; overflow: visible; height: auto; }
  .home .home-section-container-what-the-pros section.home-what-the-pros.reviews-embedded-what-the-pros .what-the-pros-masonry-grid::after { display: none; }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-heading h2 { font-size: calc(var(--font-size-h1) * 1.333); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-heading p { margin-top: var(--spacing-fixed-12); font-size: var(--font-size-t1); line-height: calc(var(--font-size-t1) * 1.2); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-masonry-grid { max-width: none; max-height: 1000px; gap: var(--spacing-fixed-8); padding: 0px; margin-bottom: var(--spacing-gap1); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-masonry-grid::after { height: 30%; background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 46%, rgba(255, 255, 255, 0.97) 54%, rgb(255, 255, 255) 100%); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-masonry-column { gap: var(--spacing-fixed-8); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-link:hover .what-the-pros-card { transform: none; box-shadow: none; }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-cta { padding: 18.05px 36.1px; font-size: 14.5px; font-weight: 300; }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain { background: rgb(246, 246, 246); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .what-the-pros-media-overlay { padding: var(--spacing-fixed-12); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .what-the-pros-used-since { font-size: calc(var(--font-size-t3) * 0.75 - 1.5px); font-weight: 300; line-height: calc(var(--font-size-t3) * 0.9); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .what-the-pros-video-copy { margin-bottom: var(--spacing-fixed-16); font-size: calc(var(--font-size-t3) * 0.87 - 1.5px); font-weight: 300; line-height: calc(var(--font-size-t3) * 1.04); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .person img, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .person img, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .person img { width: 28px; height: 28px; }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain { padding: 16px; }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .what-the-pros-non-video-divider, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .what-the-pros-non-video-divider { margin-top: 13px; margin-bottom: 13px; height: 0.5px; background: rgb(207, 207, 207); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .what-the-pros-used-since-text, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .what-the-pros-used-since-text { margin-top: 0px; font-size: 9.5px; font-weight: 300; line-height: 1.2; color: rgb(118, 118, 117); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .what-the-pros-quote-copy, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .what-the-pros-quote-copy { margin-top: 6px; font-size: 10.5px; font-weight: 300; line-height: 1.35; letter-spacing: -0.24px; color: rgb(27, 27, 27); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .name, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .name { font-size: 14.5px; font-weight: 400; white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; line-height: 1.2; }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .role, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .role { margin-top: 2px; font-size: 9.5px; font-weight: 300; line-height: 1.2; color: rgb(118, 118, 117); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .what-the-pros-logo-mark, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .what-the-pros-logo-mark { width: 18px; height: 18px; margin-left: 8px; }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .what-the-pros-location-text, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .what-the-pros-location-text { margin-top: 16px; font-size: 9.5px; font-weight: 300; line-height: 1.2; color: rgb(118, 118, 117); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .name { font-size: calc(var(--font-size-t3) - 1.5px); font-weight: 300; line-height: calc(var(--font-size-t3) * 1.04); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .role { font-size: 10.5px; font-weight: 300; line-height: calc(var(--font-size-t3) * 0.9); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .location { font-size: calc(var(--font-size-t3) * 0.75 - 1.5px); font-weight: 300; line-height: calc(var(--font-size-t3) * 0.9); }
}
@media (min-width: 480px) and (max-width: 767.99px) {
  .home .home-section-container-what-the-pros section.home-what-the-pros { --what-the-pros-s-frame-width: 767px; --what-the-pros-s-heading-width: 703px; --what-the-pros-s-grid-width: 590px; --what-the-pros-s-grid-height: 2191px; --what-the-pros-s-grid-gap-x: 22px; --what-the-pros-s-grid-gap-y: 24px; --what-the-pros-s-cta-margin-top: 29px; --what-the-pros-s-section-padding-bottom: 64px; width: 100%; max-width: var(--what-the-pros-s-frame-width); margin-left: auto; margin-right: auto; padding-bottom: var(--what-the-pros-s-section-padding-bottom); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-heading { width: min(100%, var(--what-the-pros-s-heading-width)); margin-left: auto; margin-right: auto; }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-heading h2 { font-size: calc(var(--font-size-h1) * 1.02); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-heading p { margin-top: var(--spacing-fixed-12); font-size: var(--font-size-t1); line-height: calc(var(--font-size-t1) * 1.2); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-masonry-grid { width: min(100%, var(--what-the-pros-s-grid-width)); max-width: var(--what-the-pros-s-grid-width); height: var(--what-the-pros-s-grid-height); max-height: var(--what-the-pros-s-grid-height); overflow: hidden; gap: var(--what-the-pros-s-grid-gap-x); margin: 0px auto; padding: 0px; position: relative; }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-masonry-grid::after { display: block; height: 17%; }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-masonry-column { gap: var(--what-the-pros-s-grid-gap-y); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-cta { position: static; width: fit-content; margin: var(--what-the-pros-s-cta-margin-top) auto 0; transform: none; }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .what-the-pros-media-overlay { padding: var(--spacing-fixed-16); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .what-the-pros-used-since { font-size: var(--font-size-t3); line-height: 1.2; }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .what-the-pros-video-copy { margin-bottom: var(--spacing-fixed-24); font-size: var(--font-size-t2); line-height: 1.2; }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .person img, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .person img, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .person img { width: 36px; height: 36px; }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain { padding: var(--spacing-fixed-16); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .what-the-pros-used-since-text, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .what-the-pros-used-since-text { margin-top: var(--spacing-fixed-8); font-size: var(--font-size-t3); line-height: 1.2; }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .what-the-pros-quote-copy, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .what-the-pros-quote-copy { font-size: var(--font-size-t2); line-height: 1.4; letter-spacing: -0.28px; }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .name, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .name { font-size: var(--font-size-t2); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-image .role, .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-quote-plain .role { font-size: var(--font-size-t3); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .name { font-size: var(--font-size-t2); line-height: 1.2; }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .role { font-size: var(--font-size-t3); line-height: 1.2; }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-card-video .location { font-size: var(--font-size-t3); line-height: 1.2; }
}
@media (min-width: 1024px) {
  .home section.home-the-choice .the-choice-heading p { margin-top: var(--spacing-fixed-24); }
  .home section.home-the-choice .the-choice-grid { grid-auto-rows: minmax(520px, auto); }
  .home section.home-trusted-by-ath .trusted-by-ath-heading { margin-bottom: calc(var(--spacing-gap1) + var(--spacing-fixed-16)); }
  .home section.home-trusted-by-ath .trusted-by-ath-grid { margin-bottom: calc(var(--spacing-gap1) - var(--spacing-fixed-16)); }
  .home section.home-trusted-by-ath .trusted-by-ath-cta { margin-top: var(--spacing-gap1); }
  .home section.home-recover-like .recover-like-heading { margin-bottom: calc(var(--spacing-gap1) + var(--spacing-fixed-16)); }
  .home section.home-recover-like .recover-like-track-wrap { margin-bottom: calc(var(--spacing-gap1) - var(--spacing-fixed-16)); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-heading { margin-bottom: calc(var(--spacing-gap1) + var(--spacing-fixed-12)); }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-masonry-grid { margin-bottom: 0px; }
  .home .home-section-container-what-the-pros section.home-what-the-pros .what-the-pros-cta { bottom: calc(var(--spacing-fixed-24) * 5); }
}
@media (max-width: 1950px) {
  .home section.home-reddot { background-size: auto 100%; }
}
.home .better-sleep { display: flex; justify-content: center; align-items: center; min-height: 488px; background: var(--grey-200); padding: 20px; }
.home .better-sleep .container { display: flex; justify-content: space-between; max-width: 1200px; width: 100%; overflow: hidden; padding: 0px; transition: 0.4s; }
.home .better-sleep .left-section, .home .better-sleep .right-section { flex: 1 1 0%; padding: 30px; }
.home .better-sleep .left-section { padding-right: 60px; }
.home .better-sleep .right-section { padding-left: 60px; display: flex; align-items: start; }
.home .better-sleep .big-text { font-family: "Headline Gothic ATF"; font-size: var(--font-size-h1); line-height: 1.05; color: var(--grey-1100); text-align: left; margin-bottom: 65px; position: relative; padding-bottom: 0px; margin-top: 0px; }
.home .better-sleep .small-text { font-family: "DM Sans Medium"; line-height: 1.2; font-size: var(--font-size-t1); color: var(--grey-1100); margin: 0px; max-width: 500px; }
@media (max-width: 900px) {
  .home .better-sleep { min-height: 345px; padding: 24px; text-align: center; }
  .home .better-sleep .container { flex-direction: column; }
  .home .better-sleep .container .big-text { text-align: center; }
  .home .better-sleep .left-section, .home .better-sleep .right-section { width: 100%; padding: 40px 30px; }
  .home .better-sleep .left-section, .home .better-sleep .right-section { padding: 15px 0px; }
  .home .better-sleep .big-text { font-size: var(--font-size-h1); margin-bottom: 12px; }
}
@media (max-width: 600px) {
  .home .better-sleep { height: 345px; padding: 24px; text-align: center; }
  .home .better-sleep .container .big-text { text-align: center; }
  .home .better-sleep .left-section, .home .better-sleep .right-section { padding: 15px 0px; }
  .home .better-sleep .big-text { font-size: var(--font-size-h1); margin-bottom: 12px; }
  .home .better-sleep .small-text { text-align: left; }
}
.home section.home-why-somnus .four-features { display: grid; grid-template-columns: repeat(1, 1fr); gap: var(--spacing-fixed-8); margin-top: var(--spacing-gap1); }
@media screen and (min-width: 480px) {
  .home section.home-why-somnus .four-features { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (min-width: 1440px) {
  .home section.home-why-somnus .four-features { grid-template-columns: repeat(3, 1fr); }
}
.home section.home-why-somnus .four-features .feature { display: grid; grid-template-rows: subgrid; grid-row: span 3; padding: var(--spacing-fixed-24); overflow: hidden; height: var(--spacing-height); }
.home section.home-why-somnus .four-features .feature:nth-child(2n+1) { background-color: var(--grey-100); }
.home section.home-why-somnus .four-features .feature:nth-child(2n) { background-color: var(--grey-200); }
.home section.home-why-somnus .four-features .feature .icon { width: 64px; height: 64px; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-bottom: var(--spacing-gap1); }
.home section.home-why-somnus .four-features .feature h3 { margin-top: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: var(--spacing-gap2); align-self: center; }
.home section.home-why-somnus .four-features .feature p { margin: 0px; color: var(--grey-800); font-size: var(--font-size-t2); align-self: center; font-weight: 400; }
.home section.home-science-and-validation { font-family: "DM Sans"; color: var(--grey-1100); font-weight: 400; padding-bottom: 0px; }
.home section.home-science-and-validation .top-row { display: flex; flex-direction: row; margin-bottom: var(--spacing-gap1); }
.home section.home-science-and-validation .top-row .titles { flex: 1 0 0px; }
.home section.home-science-and-validation .top-row .titles h1 { text-align: center; margin-top: 0px; margin-bottom: var(--spacing-gap2); }
.home section.home-science-and-validation .top-row .titles h4 { text-align: center; margin-top: 0px; }
.home section.home-science-and-validation .top-row .link img { width: 20px; height: 20px; margin-right: 6px; display: flex; }
.home section.home-science-and-validation .facts { display: grid; grid-template-columns: repeat(1, 1fr); }
@media screen and (min-width: 480px) and (max-width: 1023.99px) {
  .home section.home-science-and-validation .facts { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (min-width: 1024px) {
  .home section.home-science-and-validation .facts { grid-template-columns: repeat(3, 1fr); }
}
.home section.home-science-and-validation .facts .fact { padding: 56px 56px 56px 0px; display: grid; grid-template-rows: subgrid; grid-row: span 3; }
.home section.home-science-and-validation .facts .fact .display { font-family: "Headline Gothic ATF"; font-size: calc(var(--font-size-display) * 0.5); font-style: normal; font-weight: 400; line-height: 1; margin-bottom: calc(var(--spacing-fixed-24) * 0.5); align-self: center; text-align: left; }
.home section.home-science-and-validation .facts .fact p { font-size: var(--font-size-t2); align-self: start; }
.home .gradient { height: 200px; width: 100%; margin: 0px; background: linear-gradient(180deg, var(--color-light) 0%, var(--grey-300) 100%); }
.home section.home-how-it-works .home-how-it-works-blocks { margin: var(--spacing-gap1) 0; display: grid; gap: var(--spacing-fixed-8); grid-template-columns: 1fr; }
@media screen and (min-width: 480px) {
  .home section.home-how-it-works .home-how-it-works-blocks { grid-template-columns: 2fr 2fr; }
}
.home section.home-how-it-works .home-how-it-works-blocks .block { background-color: var(--grey-100); padding: var(--spacing-fixed-24); display: flex; flex-direction: column; height: 340px; }
.home section.home-how-it-works .home-how-it-works-blocks .block .top-row { flex: 1 0 0px; display: flex; flex-direction: row; align-items: flex-start; }
.home section.home-how-it-works .home-how-it-works-blocks .block .top-row h1 { flex: 1 0 0px; margin-top: 0px; text-align: left; }
.home section.home-how-it-works .home-how-it-works-blocks .block .top-row img { flex: 0 0 auto; height: 200px; }
.home section.home-how-it-works .home-how-it-works-blocks .block p { color: var(--grey-800); }
.home section.home-syncs-seamlessly .main-icon { width: 64px; height: 64px; margin: 0px auto; }
.home section.home-syncs-seamlessly h1 { margin-bottom: var(--spacing-gap1); }
.home section.home-syncs-seamlessly h3 { text-align: center; }
.home section.home-syncs-seamlessly .partner-icons { display: flex; flex-flow: wrap; gap: var(--spacing-gap1); justify-content: center; margin: var(--spacing-gap1) 0; }
@media screen and (min-width: 768px) {
  .home section.home-syncs-seamlessly .partner-icons { flex-wrap: nowrap; }
}
.home section.home-syncs-seamlessly .partner-icons img { width: 100px; height: 100px; border-radius: 30px; box-shadow: rgba(0, 0, 0, 0.05) 0px 50px 50px; }
.home section.home-join-our-community { text-align: center; background-color: var(--color-light); }
.home section.home-join-our-community h1 { margin-bottom: var(--spacing-gap1); }
.home section.home-join-our-community a { display: inline-block; }
.home section.home-featured-content .home-featured-content-blocks { display: grid; gap: var(--spacing-fixed-8); grid-template-columns: 1fr; }
@media screen and (min-width: 768px) {
  .home section.home-featured-content .home-featured-content-blocks { grid-template-columns: repeat(3, 1fr); }
}
.home section.home-featured-content .home-featured-content-blocks .content-block { background-color: var(--color-light); display: flex; flex-direction: column; padding: 32px; height: 300px; }
.home section.home-featured-content .home-featured-content-blocks .content-block h3 { flex-grow: 1; }
.home section.home-featured-content .home-featured-content-blocks .content-block a { color: var(--grey-800); font-size: var(--font-size-t2); }
.home section.home-email-signup h1 { font-size: 160px; line-height: 1; }
@media screen and (max-width: 1023.99px) {
  .home section.home-email-signup h1 { font-size: 100px; }
}
@media screen and (max-width: 767.99px) {
  .home section.home-email-signup h1 { font-size: 80px; }
}
@media screen and (max-width: 479.99px) {
  .home section.home-email-signup h1 { font-size: 64px; }
}
.home section.home-email-signup .email-signup-form { margin: 0px auto; text-align: center; display: flex; flex-direction: column; }
.home section.home-email-signup .email-signup-form input { text-align: center; background-color: var(--grey-200); border: none; }
.home section.home-email-signup .email-signup-error { color: red; text-align: center; margin-bottom: 10px; }
.home section.home-email-signup .email-signup-success { color: rgb(0, 127, 230); text-align: center; margin-top: 10px; margin-bottom: 0px; }
.home input[type="email"]::placeholder { transition: opacity 0.2s ease-in-out; }
.home input[type="email"]:focus::placeholder { opacity: 0; }

._ifaBanner_1t2lt_2 { display: flex; align-items: center; background: rgb(1, 40, 40); border-radius: 999px; padding: 8px 48px; margin: var(--spacing-gap2) var(--spacing-margin1); box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; justify-content: space-between; }
@media (max-width: 768px) {
  ._ifaBanner_1t2lt_2 { padding: 24px 48px; }
}
._ifaBanner_1t2lt_2 ._pcLeft_1t2lt_18 { display: flex; align-items: center; }
@media (max-width: 768px) {
  ._ifaBanner_1t2lt_2 ._pcLeft_1t2lt_18 { flex-direction: column; }
}
._ifaBanner_1t2lt_2 ._pcRight_1t2lt_27 { display: flex; align-items: center; gap: var(--spacing-gap2); }
._ifaBanner_1t2lt_2 ._mobileTop_1t2lt_32 { display: flex; align-items: center; }
@media (max-width: 768px) {
  ._ifaBanner_1t2lt_2 ._mobileTop_1t2lt_32 { flex-direction: column; align-items: start; }
}
._ifaBanner_1t2lt_2 ._mobileBottom_1t2lt_42 { display: flex; align-items: center; gap: var(--spacing-gap2); justify-content: space-between; }
._ifaBanner_1t2lt_2 ._meetusat_1t2lt_48 { font-family: "DM Sans"; font-size: var(--font-size-h2); color: rgb(255, 255, 255); font-weight: 400; }
@media (max-width: 768px) {
  ._ifaBanner_1t2lt_2 ._meetusat_1t2lt_48 { font-size: 24px; }
}
._ifaBanner_1t2lt_2 ._boothNumber_1t2lt_59 { color: rgb(116, 250, 252); font-family: "Headline Gothic ATF"; font-size: var(--font-size-h1); font-weight: 400; margin-top: 10px; }
@media (max-width: 768px) {
  ._ifaBanner_1t2lt_2 ._boothNumber_1t2lt_59 { font-size: 32px; }
}
._pcContent_1t2lt_72 { display: contents; }
@media (max-width: 768px) {
  ._pcContent_1t2lt_72 { display: none; }
}
._mobileContent_1t2lt_81 { display: none; }
@media (max-width: 768px) {
  ._mobileContent_1t2lt_81 { display: flex; flex-direction: column; width: 100%; }
}

._container_vodjg_1 { padding: var(--spacing-margin2) var(--spacing-margin1); background-color: rgb(116, 250, 252); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
._title_vodjg_11 { color: rgb(27, 27, 27); font-family: "Headline Gothic ATF"; font-size: var(--font-size-display); font-style: normal; font-weight: 400; line-height: 75%; margin-bottom: var(--spacing-gap1); }
._buttonsContainer_vodjg_21 { display: flex; flex-direction: column; gap: var(--spacing-gap2); width: 100%; max-width: 400px; }
._button_vodjg_21 { padding: var(--spacing-gap2) calc(var(--spacing-gap2) * 2); width: 100%; border: none; border-radius: 6px; font-family: "DM Sans"; font-size: var(--font-size-t1); font-weight: 500; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; display: flex; justify-content: center; align-items: center; }
._button_vodjg_21:hover { transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px; }
._textLeft_vodjg_49 { display: flex; flex-direction: column; text-align: left; }
._buttonTitle_vodjg_55 { color: rgb(116, 250, 252); font-size: var(--font-size-t1); font-weight: 500; line-height: 1.2; }
._subtitle_vodjg_62 { color: rgba(116, 250, 252, 0.6); font-size: var(--font-size-t2); font-weight: 400; line-height: 1.2; }
._primaryButton_vodjg_69 { background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); display: flex; justify-content: space-between; }
._arrowIcon_vodjg_76 { width: var(--font-size-h2); height: var(--font-size-h2); }
._calendlyButtonContainer_vodjg_81 { width: 100%; }

._button_if94i_3 { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: var(--spacing-gap2) calc(var(--spacing-gap2) * 2); background-color: rgb(0, 0, 0); border: none; border-radius: 8px; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; }
._button_if94i_3:disabled { cursor: not-allowed; opacity: 0.7; }
._button_if94i_3:not(:disabled):hover { transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px; }
._textContainer_if94i_27 { text-align: left; }
._title_if94i_31 { color: rgb(116, 250, 252); font-size: var(--font-size-t1); font-weight: 500; margin-bottom: 4px; line-height: 1.2; }
._subtitle_if94i_39 { color: rgba(116, 250, 252, 0.6); font-size: var(--font-size-t2); font-weight: 400; line-height: 1.2; }
._avatarContainer_if94i_47 { display: flex; align-items: center; gap: 12px; }
._avatar_if94i_47 { width: 32px; height: 32px; border-radius: 50%; overflow: hidden; border: 2px solid rgb(204, 204, 204); }
._avatarImage_if94i_61 { width: 100%; height: 100%; object-fit: cover; }

.image-animation-container { font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; text-align: center; padding: 40px 20px; color: white; }
.image-animation-wrapper { position: relative; overflow: hidden; background: radial-gradient(100% 100% at 51.18% 0%, #FFF 0%, var(--grey-300, #E2E1E0) 73.99%, var(--grey-200, #F2F1F0) 100%); margin: 30px auto; max-width: 1400px; padding: 190px 20px; }
.image-content-box { position: relative; height: 420px; width: 100%; }
.image-box { position: absolute; overflow: hidden; animation-fill-mode: forwards; }
.image-box:hover { z-index: 10; transform: scale(0.95) translateY(-30px); }
.image-box img { display: block; width: 100%; height: 100%; object-fit: cover; }
.left-image { left: -100%; bottom: 0px; animation-timing-function: ; animation-iteration-count: ; animation-direction: ; animation-fill-mode: ; animation-play-state: ; animation-name: ; animation-timeline: ; animation-range-start: ; animation-range-end: ; animation-delay: 0.3s; animation-duration: 3.2s; }
.right-image { right: -100%; bottom: 0px; animation-timing-function: ; animation-iteration-count: ; animation-direction: ; animation-fill-mode: ; animation-play-state: ; animation-name: ; animation-timeline: ; animation-range-start: ; animation-range-end: ; animation-delay: 0.3s; animation-duration: 3.2s; }
.replay-button { background: linear-gradient(45deg, rgb(255, 107, 107), rgb(255, 209, 102)); border: none; color: rgb(26, 42, 108); padding: 15px 40px; font-size: 1.2rem; font-weight: bold; cursor: pointer; margin-top: 30px; transition: 0.3s; }
.replay-button:hover { transform: translateY(-3px); }
.replay-button:active { transform: translateY(1px); }
.bottom-text { position: absolute; left: 50%; transform: translateX(-50%); bottom: -80px; opacity: 0; animation: 1.2s ease 2.3s 1 normal forwards running textRise; }
.bottom-text .title { color: rgb(0, 0, 0); text-align: center; font-family: "Headline Gothic ATF"; font-size: 96px; font-style: normal; font-weight: 400; line-height: 75%; }
.bottom-text .sub-title { color: var(--grey-600); font-family: "Bebas Neue"; font-size: 24px; font-style: normal; font-weight: 400; line-height: 100%; }
@keyframes textRise {
  0% { bottom: -250px; opacity: 0; }
  100% { bottom: -50px; opacity: 1; }
}
@keyframes slideInLeft {
  0% { left: -100%; transform: scale(1); }
  65% { left: 28%; transform: scale(1); }
  100% { left: 32%; transform: scale(0.7) translateY(-80px); }
}
@keyframes slideInRight {
  0% { right: -100%; transform: scale(1); }
  65% { right: 22%; transform: scale(1); }
  100% { right: 26%; transform: scale(0.7) translateY(-100px); }
}
@media (max-width: 1100px) {
  .image-content-box { height: 320px; }
  .left-image { max-width: 30%; }
  .right-image { max-width: 50%; }
}
@media (max-width: 768px) {
  .image-animation-container h1 { font-size: 2.5rem; }
  .image-animation-wrapper { padding: 190px 10px; }
  .image-content-box { height: 250px; }
  @keyframes slideInLeft {
  0% { left: -100%; transform: scale(1); }
  80% { left: 5%; transform: scale(1); }
  100% { left: 5%; transform: scale(0.9) translateY(-20px); }
}
  @keyframes slideInRight {
  0% { right: -100%; transform: scale(1); }
  80% { right: 5%; transform: scale(1); }
  100% { right: 5%; transform: scale(0.9) translateY(-20px); }
}
  .left-image, .right-image { max-width: 45%; }
}

/* Static filing-site overrides */
html[data-static-filing-site="true"] { scroll-behavior: smooth; }
.static-filing-icp {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 34px;
  text-align: center;
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 14px;
}
.static-filing-icp a { color: inherit; opacity: .72; text-decoration: none; }
.static-filing-icp a:hover { opacity: 1; text-decoration: underline; }
a[href="#"] { cursor: default; }
