@font-face {
  font-family: roboto-fallback;
  size-adjust: 100.06%;
  ascent-override: 95%;
  src: local('Arial');
}

:root {
  /* --header-height: 7.8125rem; */
  /* nav height */
  --nav-height: 8.625rem; /* 138px */
  --nav-height-mobile: 3.5rem;

  --background-color: white;
  --tertiary-black: #000;
  --primary-blue-700: #171c8f;
  --tertiary-white: #fff;
  --neutrals-headings: #1d1d1d;
  --secondary-main: #515151;
  --primary-red: #f0373a;
  --light-grey-shade-5: #d1d1d1;
  --secondary-gray-20: #f5f5f5;
  --light-color: #eee;
  --dark-blue: #2b3b92;
  --highlight-yellow: #fade8f;
  --background-grey: #F7F7F7;
  --primary-button:#2b3395;
  --background-disabled: rgba(171, 171, 171, 0.1);
  /* ===== NEUTRAL COLORS ===== */
  --neutral-01: #2d2e33;
  --neutral-02: #656772;
  --neutral-03: #fff;
  --neutral-04: #c8c9cc;
  --neutral-05: rgba(45, 46, 51, 0.5);
  --neutral-06: rgba(255, 255, 255, 0.2);
  --neutral-07: rgb(255 255 255 / 60%);
  --neutral-08: #fafafc;
  --neutral-09: rgba(253, 231, 232, 0.7);
  --neutral-10: rgba(224, 236, 255, 0.7);
  --neutral-11: rgb(255 255 255 / 30%);
  --neutral-12: rgb(255 255 255 / 50%);
  --neutral-13: rgba(36, 36, 36, 0.7);
  --neutral-14: rgba(255, 255, 255, 0.95);
  --neutral-15: #ababab;
  --neutral-16: #e9e9e9;
  --neutral-17: #959494;
  --neutral-18: rgba(0, 0, 0, 0.8);
  --neutral-19: rgba(198, 199, 201, 0.34);
  --neutral-20: rgba(255, 255, 255, 0.1);
  --neutral-21: #2f2f2f;
  --neutral-22: #8e8e93;
  --neutral-23: #1d1d1f;
  --neutral-24: #d9d9d9;
  --neutral-25: rgba(0, 0, 0, 0.5);
  --neutral-28: #939393;
  --neutral-26: #9ca3af;
  --neutral-27: #9ca3c4;
  --neutral-29: #b6b8cd;
  --neutral-30: rgba(0, 0, 0, 0.67);
  --neutral-31: #cdcdcd;
  --neutral-32: #f9f9f9;
  --neutral-33: #848484;

  /* ===== PRIMARY COLORS ===== */
  --primary-00: #171c8f;
  --primary-01: #f6f7fe;
  --primary-02: #e5e6f6;
  --primary-03: #0a0d42;
  --primary-04: #040527;
  --primary-05: #101465;
  --primary-06: #b3b8d1;
  --primary-07: #232555;
  --primary-08: #d1e3ff;
  --primary-09: #19458b;
  --primary-10: #d8d8d8;
  --primary-11: #f1f1f1;
  --primary-12: #1c54e3;
  --primary-13: #171d9b;
  --bars-unselected: #ccc;

  /* Variation (transparent) */
  --primary-02-transparent: rgba(229, 230, 246, 0.5);
  --primary-02-transparent-1: rgba(229, 230, 246, 0.8);

  /* ===== SECONDARY COLORS ===== */
  --secondary-00: #ed1c24;
  --secondary-01: #e5524a;
  --secondary-02: #d32f2f;

  /* ===== SEMANTIC COLORS ===== */
  /* Success Colors */
  --success-01: #d7f0cc;
  --success-02: #257500;
  --success-03: #1b5102;
  --success-04: #689f38;
  /* Error Colors */
  --error-01: #fde7e8;
  --error-02: hsl(358, 84%, 43%);
  --error-03: #390406;
  --error-04: #9c1f22;
  --error-05: #6a191b;
  --error-06: #f8dada;
  --error-07: #dc3545;
  /* Warning/Caution Colors */
  --warning-01: #fdf4df;
  --warning-02: #cb9311;
  --warning-03: #473306;

  /* Information Colors */
  --information-01: #e0ecff;
  --information-02: #0045b2;

  /* ===== TOAST MESSAGE COLORS ===== */
  /* Semantic Text/Icon Colors */
  --semantics-text-or-icon-error: #c70f12;
  --semantics-text-or-icon-caution: #8e670b;
  --semantics-text-or-icon-success: #257500;
  --semantics-text-or-icon-link: #1a4993;

  /* Semantic Background Colors */
  --semantics-background-info-link: #dde4ef;
  --semantic-surface-tonal-info: rgb(0 99 255 / 12%);
  --semantic-surface-tonal-error: rgb(253 13 17 / 12%);
  --success-bg: #d7f0cc;
  --warning-bg: #fde7e8;

  /* Tooltip Colors */
  --tooltip-bg-color-light: #f8f9fa;
  --tooltip-bg-color-dark: #e9ecef;

  /* UI Surface Colors */
  --ui-surface-flat-high: #fff;
  --ui-text-icon-high: #0f1114;
  --ui-text-icon-medium: rgb(0 0 0 / 67%);

  /* ===== ADDITIONAL COLORS ===== */
  --color-text-primary: #333333;
  --color-text-secondary: #666666;
  --color-text-tertiary: #999999;
  --color-text-dark: #1a1a1a;
  --color-border-light: #e0e0e0;
  --color-blue-primary: #1e40af;
  --color-blue-hover: #1d4ed8;
  --color-blue-disabled: #94a3b8;
  --color-red-accent: #ed1c24;
  --color-background-light: #f8f9fa;
  --color-red-border: #ff4444;
  --color-blue-dark: #15196e;
  --color-red-gradient: #d75d5d;
  --color-gray-medium: #7a7a7a;
  --color-gray-dark: #565656;
  --color-border-gray: #dadbdd;
  --color-blue-shade-1: #004aad;
  --color-gray-shade-2: #0f0f10;
  --primary-color: var(--primary-00);
  --color-gray-border: #ededed;
  --link-bkg: #f2f2f2;
  --color-text-link:#2b33a2;
  --color-gold: #473306;
  --color-amber: #7a4e00;
  --bg-color-amber: #ffe8b3;
  --bg-color--white-grey: #f0f0f0;
  --bg-color-grey: #656565;
  --com-text-color-red: #da251d;
  --com-grey-light: #666;
  --com-text-color-dark-body: #0a0a0a;

  --box-shadow-01: rgba(0, 0, 0, 0.15);
  --background-01: rgba(255, 255, 255, 0.9);
  --background-02: rgba(0, 0, 0, 0.05);
  --background-03: rgba(0, 0, 0, 0.14);

  --box-shadow-01: rgba(0, 0, 0, 0.15);
  --background-01: rgba(255, 255, 255, 0.9);
  --background-02: rgba(0, 0, 0, 0.05);
  --background-03: rgba(0, 0, 0, 0.1);

  --primary-14: #ccd0e5;
  /* ===== GRADIENTS ===== */
  --gradient-linear-01: linear-gradient(38deg, rgba(243, 230, 223, 1) 0%, rgba(232, 232, 245, 1) 84%);
  --gradient-linear-02: linear-gradient(225deg, rgba(23, 28, 143, 1) 0%, rgba(4, 5, 39, 1) 100%);
  --gradient-linear-03: linear-gradient(62deg, rgba(0, 0, 0, 0) 50.25%, rgba(0, 0, 0, 0.5) 100%);
  --gradient-linear-08: linear-gradient(72deg, #0f125c 23.56%, rgba(38, 38, 38, 0) 98.72%);
  --gradient-linear-09: linear-gradient(88deg, #0f125c 23.56%, rgba(38, 38, 38, 0) 98.72%);
  --gradient-linear-10: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.39%, rgba(8, 10, 57, 0.9) 139.15%);
  --gradient-linear-11: linear-gradient(168deg, rgba(0, 0, 0, 0) 32.39%, rgba(8, 10, 57, 0.9) 139.15%);
  --gradient-linear-12: linear-gradient(180deg, rgba(10, 15, 37, 0.3) 24.55%, #111d4f 100%);
  --gradient-linear-13: linear-gradient(to right, #b3b8d1 1px, transparent 1px);
  --gradient-linear-14: linear-gradient(to bottom, #b3b8d1 1px, transparent 1px);
  --gradient-linear-15: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 80.13%, #000 100%);
  --gradient-linear-16: linear-gradient(180deg, rgba(0, 0, 0, 0) 80.13%, #000 100%);
  --gradient-linear-17: linear-gradient(180deg, rgba(23, 28, 143, 0.2) 30.76%, #090b39 59.52%);
  --gradient-linear-18:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 32.93%, rgba(0, 0, 0, 0.8) 99.91%),
    linear-gradient(60deg, rgba(0, 0, 0, 0) 57.15%, rgba(0, 0, 0, 0.4) 91.54%)
      --gradient-linear-04: linear-gradient(235deg, rgba(37, 40, 112, 0) 18%, rgba(33, 36, 107, 1) 68%);
  --gradient-linear-05: linear-gradient(257deg, rgba(0, 0, 0, 0) 15.19%, #000 73.54%);
  --gradient-linear-06: linear-gradient(228deg, rgba(23, 29, 155, 0.1) 31.52%, rgba(255, 98, 0, 0.1) 111.9%);
  --gradient-linear-07: linear-gradient(38deg, #f3e6df 0%, #e8e8f5 76.24%);
  --gradient-linear-08: linear-gradient(38deg, rgba(243, 230, 223, 0.2) 0%, rgba(232, 232, 245, 0.2) 76.24%);
  --gradient-linear-19: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%), linear-gradient(0deg, #383b75 10.03%, rgba(9, 55, 122, 0) 48.18%);
  --gradient-linear-20:
    linear-gradient(299deg, rgba(0, 0, 0, 0) 60.15%, rgba(0, 0, 0, 0.5) 85.62%),
    linear-gradient(180deg, rgba(43, 51, 149, 0) 47.21%, rgba(43, 51, 149, 0.5) 59.29%, #01044b 103.53%);
  --gradient-linear-21:
    linear-gradient(326deg, rgba(0, 0, 0, 0) 49.32%, rgba(0, 0, 0, 0.7) 84.21%), linear-gradient(180deg, rgba(23, 28, 143, 0) 43.82%, #1a1e63 100%);
  --gradient-linear-22: linear-gradient(93deg, #ffabad -63.91%, #ec383b 77.24%);
  --gradient-linear-23: linear-gradient(272deg, rgba(0, 0, 0, 0) 17.7%, rgba(0, 0, 0, 0.8) 76.29%);
  --gradient-linear-24: linear-gradient(272deg, rgba(0, 0, 0, 0) 17.7%, #f8f9fa 76.29%);
  --gradient-linear-25: linear-gradient(254deg, rgba(43, 59, 146, 0) 12.61%, #3a3d88 58.82%, #05084a 110.08%);
  --gradient-linear-26: linear-gradient(254deg, rgba(0, 0, 0, 0) 21.76%, #000 58.82%, #000 110.08%);
  --gradient-product-shimmer: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  --gradient-linear-27: linear-gradient(259deg, rgba(40, 40, 82, 0) 12.01%, rgba(40, 40, 82, 0.9) 57.96%);
  --gradient-linear-28: linear-gradient(47deg, rgba(255, 98, 0, 0.1) 0%, rgba(23, 29, 155, 0.1) 100%);
  --gradient-linear-29: linear-gradient(91deg, #fdf4df 64.11%, rgba(253, 244, 223, 0) 88.73%);
  --gradient-linear-30: linear-gradient(230.77deg, #DA595E 1.09%, #871015 93.48%);
  --gradient-linear-31: linear-gradient(68.06deg, rgba(0, 0, 0, 0) 62.37%, rgba(0, 0, 0, 0.4) 89.24%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  --gradient-linear-32: linear-gradient(38deg, #F3E6DF 0%, #E8E8F5 76.24%);
  --gradient-linear-33: linear-gradient(268deg, #C8DFDE -12.77%, #E8EFE4 68.29%);
  --gradient-linear-34: linear-gradient(267deg, #F6E5E5 20.76%, #FDDBAF 160.7%);
  --gradient-linear-35: linear-gradient(239deg, rgb(23 29 155 / 0.1) 21.17%, rgb(255 98 0 / 0.1) 104.5%);
  /* ===== MODAL BACKGROUNDS ===== */
  --modal-backdrop: rgba(0, 0, 0, 0.7);
  --modal-background-transparent: transparent;
  --modal-background-white-semi: rgba(255, 255, 255, 0.1);
  --modal-close-icon: url('/icons/close.svg');
  --modal-close-icon-white: url('/icons/close-white.svg');

  /* ===== TYPOGRAPHY VARIABLES ===== */
  /* Font Family */
  --font-family-primary: 'roboto', roboto-fallback, sans-serif;

  /* Font Weights */
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  /* ===== DESKTOP TYPOGRAPHY VARIABLES ===== */
  /* Display (40px) */
  --font-size-display-desktop: 40px;
  --line-height-display-desktop: 48px;

  /* Heading 1 (32px) */
  --font-size-h1-desktop: 32px;
  --line-height-h1-desktop: 40px;

  /* Heading 2 (24px) */
  --font-size-h2-desktop: 24px;
  --line-height-h2-desktop: 32px;

  /* Heading 3 (20px) (subheading) */
  --font-size-h3-desktop: 20px;
  --line-height-h3-desktop: 28px;

  /* Subheading 1 (20px) */
  --font-size-subheading-desktop: 20px;
  --line-height-subheading-desktop: 28px;

  /* Body Large (18px) */
  --font-size-body-large-desktop: 18px;
  --line-height-body-large-desktop: 24px;

  /* Body Medium (16px) */
  --font-size-body-medium-desktop: 16px;
  --line-height-body-medium-desktop: 24px;

  /* Body Small (14px) */
  --font-size-body-small-desktop: 14px;
  --line-height-body-small-desktop: 18px;
  --line-height-body-small-desktop-small: 22px;

  /* Caption (12px) */
  --font-size-caption-desktop: 12px;
  --line-height-caption-desktop: 16px;

  /* Tags (11px) */
  --font-size-tags-desktop: 11px;
  --line-height-tags-desktop: 14px;

    /* Small Caption (10px)*/
    --font-size-small-caption: 10px;
    --line-height-small-caption: 14px;
    --letter-spacing-1-mobile: 1.2px;
    --letter-spacing-2-mobile: 1.4px;
    --letter-spacing-small-caption-desktop: -0.32px;

  
    /* Eyebrow Header 1 (14px) */
    --font-size-eyebrow-1-desktop: 14px;
    --line-height-eyebrow-1-desktop: 20px;
    --letter-spacing-eyebrow-1-desktop: 10%;
  
    /* Eyebrow Header 2 (12px) */
    --font-size-eyebrow-2-desktop: 12px;
    --line-height-eyebrow-2-desktop: 18px;
    --letter-spacing-eyebrow-2-desktop: 10%;
    --letter-spacing-eyebrow-3-desktop: 1.2px;
    --letter-spacing-eyebrow-4-desktop: 1.4px;

    /* Eyebrow Header 3 (16px) */
    --font-size-eyebrow-3-desktop: 16px;
    --line-height-eyebrow-3-desktop: 20px;

  
    /* Filters (14px) */
    --font-size-filters-desktop: 14px;
    --line-height-filters-desktop: 20px;
    --letter-spacing-filters-desktop: 4%;
  
    /* Button/CTA (14px) */
    --font-size-button-desktop: 14px;
    --line-height-button-desktop: 20px;
    --letter-spacing-button-desktop: 0.56px;

  --font-size-64-desktop: 64px;

  /* ===== TAB TYPOGRAPHY VARIABLES ===== */
  --font-size-11-tablet: 11px;
  --font-size-12-tablet: 12px;
  --font-size-13-tablet: 13px;
  --font-size-14-tablet: 14px;
  --font-size-16-tablet: 16px;
  --font-size-18-tablet: 18px;
  --font-size-20-tablet: 20px;
  --font-size-24-tablet: 24px;
  --font-size-32-tablet: 32px;
  --font-size-36-tablet: 36px;
  --font-size-48-tablet: 48px;
  --line-height-display-tablet: 24px;
  --line-height-12-tablet: 12px;
  --line-height-14-tablet: 14px;
  --line-height-16-tablet: 16px;
  --line-height-18-tablet: 18px;
  --line-height-20-tablet: 20px;
  --line-height-24-tablet: 24px;
  --line-height-28-tablet: 28px;
  --line-height-40-tablet: 40px;

  --line-height-29: 29px;
  --line-height-38: 38px;
  /* ===== MOBILE TYPOGRAPHY VARIABLES ===== */
  --font-size-8-mobile: 8px;
  /* Display (32px) */
  --font-size-display-mobile: 32px;
  --line-height-display-mobile: 40px;

  /* Heading 1 (24px) */
  --font-size-h1-mobile: 24px;
  --line-height-h1-mobile: 32px;

  /* Heading 2 (20px) */
  --font-size-h2-mobile: 20px;
  --line-height-h2-mobile: 28px;

  /* Heading 2 (20px) */
  --font-size-h3-mobile: 18px;
  --line-height-h3-mobile: 24px;

  /* Subheading 1 (16px) */
  --font-size-subheading-mobile: 16px;
  --line-height-subheading-mobile: 24px;

  /* Body Large (16px) */
  --font-size-body-large-mobile: 16px;
  --line-height-body-large-mobile: 24px;

  /* Body Medium (14px) */
  --font-size-body-medium-mobile: 14px;
  --line-height-body-medium-mobile: 20px;

  /* Body Small (12px) */
  --font-size-body-small-mobile: 12px;
  --line-height-body-small-mobile: 16px;

  /* Caption (12px) */
  --font-size-caption-mobile: 12px;
  --line-height-caption-mobile: 16px;

  /* Tags (11px) */
  --font-size-tags-mobile: 11px;
  --line-height-tags-mobile: 14px;
  --letter-spacing-tags-mobile: 1.2px;

  /* Eyebrow Header 1 (14px) */
  --font-size-eyebrow-1-mobile: 14px;
  --line-height-eyebrow-1-mobile: 20px;
  --letter-spacing-eyebrow-1-mobile: 10%;

  /* Eyebrow Header 2 (12px) */
  --font-size-eyebrow-2-mobile: 12px;
  --line-height-eyebrow-2-mobile: 18px;
  --letter-spacing-eyebrow-2-mobile: 10%;

  /* Filters (14px) */
  --font-size-filters-mobile: 14px;
  --line-height-filters-mobile: 20px;
  --letter-spacing-filters-mobile: 4%;

  /* Button/CTA (14px) */
  --font-size-button-mobile: 14px;
  --line-height-button-mobile: 20px;

  --line-height-15-mobile: 15px;

  --line-height-15-mobile: 15px;
  --font-size-18-mob: 18px;
  --font-size-40-mob: 40px;

  --line-height-button-small-mobile: 18px;
  --letter-spacing-button-small-mobile: 0.1px;
  /* Grid System */
  --grid-columns: 4;
  --grid-gutter-width: 16px;
  --container-margin: 20px;
  --grid-formula: (
    ((100vw - var(--container-margin) - var(--container-margin)) - (var(--grid-gutter-width) * (var(--grid-columns) - 1))) / var(--grid-columns)
  );

  /* ===== SPACING VARIABLES ===== */
  --spacing-2: 2px;
  --spacing-3: 3px;
  --spacing-4: 4px;
  --spacing-5: 5px;
  --spacing-6: 6px;
  --spacing-7: 7px;
  --spacing-8: 8px;
  --spacing-9: 9px;
  --spacing-10: 10px;
  --spacing-11: 11px;
  --spacing-12: 12px;
  --spacing-13: 13px;
  --spacing-14: 14px;
  --spacing-15: 15px;
  --spacing-16: 16px;
  --spacing-17: 17px;
  --spacing-18: 18px;
  --spacing-20: 20px;
  --spacing-21: 21px;
  --spacing-22: 22px;
  --spacing-24: 24px;
  --spacing-25: 25px;
  --spacing-26: 26px;
  --spacing-27: 27px;
  --spacing-28: 28px;
  --spacing-29: 29px;
  --spacing-30: 30px;
  --spacing-31: 31px;
  --spacing-32: 32px;
  --spacing-34: 34px;
  --spacing-35: 35px;
  --spacing-36: 36px;
  --spacing-38: 38px;
  --spacing-39: 39px;
  --spacing-40: 40px;
  --spacing-42: 42px;
  --spacing-44: 44px;
  --spacing-45: 45px;
  --spacing-48: 48px;
  --spacing-50: 50px;
  --spacing-52: 52px;
  --spacing-56: 56px;
  --spacing-60: 60px;
  --spacing-64: 64px;
  --spacing-72: 72px;
  --spacing-77: 77px;
  --spacing-79: 79px;
  --spacing-80: 80px;
  --spacing-83: 83px;
  --spacing-92: 92px;
  --spacing-110: 110px;
  --spacing-139: 139px;
  @media screen and (width >=768px) {
    --grid-columns: 8;
  }

  @media screen and (width >= 1024px) {
    --grid-columns: 12;
    --grid-gutter-width: 24px;
    --container-margin: 56px;
  }

  /* component spacing */
  --block-spacing: 40px;
  @media screen and (width >=768px) {
    --block-spacing: 56px;
  }
  @media screen and (width >= 1024px) {
    --block-spacing: 80px;
  }
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}
main {
  display: block;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
*,
::before,
::after {
  box-sizing: border-box;
}
html:has(dialog[open]) {
  overflow: hidden;
}

body {
  margin: 0;
  font-family: var(--font-family-primary);
  font-size: var(--font-size-body-medium-mobile);
  line-height: var(--line-height-body-medium-mobile);
  color: var(--neutral-02);
  background-color: var(--background-color);
  

  @media (width >=1024px) {
    font-size: var(--font-size-body-medium-desktop);
    line-height: var(--line-height-body-medium-desktop);
    width: 100vw;
  }
}
body.appear {
  display: block;
  overflow: unset;
}

body:not(.appear):has([class]) div[class] {
  display: none;
}

p,
dl,
ol,
ul,
pre,
blockquote {
  margin-top: 1em;
  margin-bottom: 1em;
}

code,
pre {
  font-family: var(--font-family-primary);
  font-size: 18px;
}

code {
  padding: 0.125em;
}

pre {
  overflow: scroll;
}

main pre {
  background-color: var(--light-color);
  padding: 1em;
  border-radius: 0.25em;
  overflow-x: auto;
  white-space: pre;
}

/* links */
a:any-link {
  text-decoration: none;
}

.hidden {
  display: none !important;
}

.no-scroll {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
code,
kbd,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  outline: none;
}

button {
  font-family: var(--font-family-primary);
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.125rem;
  @media (width >=1024px) {
    font-size: 1rem;
  }
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  appearance: none;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

main img {
  max-width: 100%;
  width: auto;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: var(--font-weight-medium);
  line-height: normal;
  letter-spacing: 0%;
  margin: 0;
}

h1 {
  font-size: var(--font-size-display-mobile);
  line-height: var(--line-height-display-mobile);
  font-weight: var(--font-weight-light);
  @media (width >=1024px) {
    font-size: var(--font-size-display-desktop);
    line-height: var(--line-height-display-desktop);
  }
}
h2 {
  font-size: var(--font-size-h1-mobile);
  line-height: var(--line-height-h1-mobile);
  @media (width >=1024px) {
    font-size: var(--font-size-h1-desktop);
    line-height: var(--line-height-h1-desktop);
  }
}

h3 {
  font-size: var(--font-size-h2-mobile);
  line-height: var(--line-height-h2-mobile);
  @media (width >=1024px) {
    font-size: var(--font-size-h3-desktop);
    line-height: var(--line-height-h3-desktop);
  }
}

h4 {
  font-size: var(--font-size-subheading-mobile);
  line-height: var(--line-height-subheading-mobile);
  @media (width >=1024px) {
    font-size: var(--font-size-subheading-desktop);
    line-height: var(--line-height-subheading-desktop);
  }
}

p {
  font-style: normal;
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-body-medium-mobile);
  line-height: var(--line-height-body-medium-mobile);
  @media (width >=1024px) {
    font-size: var(--font-size-body-medium-desktop);
    line-height: var(--line-height-body-medium-desktop);
  }
}

/* Grid system */
.g-container {
  width: 100%;
  padding-inline: var(--container-margin);
}

.g-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--grid-gutter-width);
}

[class^='g-lg-'],
[class^='g-sm'],
[class^='g-md'] {
  width: 100%;
}

.g-sm-1 {
  width: calc((var(--grid-formula) * 1) + (var(--grid-gutter-width) * (1 - 1)));
}

.g-sm-2 {
  width: calc((var(--grid-formula) * 2) + (var(--grid-gutter-width) * (2 - 1)));
}

.g-sm-3 {
  width: calc((var(--grid-formula) * 3) + (var(--grid-gutter-width) * (3 - 1)));
}

.g-sm-4 {
  width: calc((var(--grid-formula) * 4) + (var(--grid-gutter-width) * (4 - 1)));
}

@media screen and (width >=768px) {
  .g-md-1 {
    width: calc((var(--grid-formula) * 1) + (var(--grid-gutter-width) * (1 - 1)));
  }

  .g-md-2 {
    width: calc((var(--grid-formula) * 2) + (var(--grid-gutter-width) * (2 - 1)));
  }

  .g-md-3 {
    width: calc((var(--grid-formula) * 3) + (var(--grid-gutter-width) * (3 - 1)));
  }

  .g-md-4 {
    width: calc((var(--grid-formula) * 4) + (var(--grid-gutter-width) * (4 - 1)));
  }

  .g-md-5 {
    width: calc((var(--grid-formula) * 5) + (var(--grid-gutter-width) * (5 - 1)));
  }

  .g-md-6 {
    width: calc((var(--grid-formula) * 6) + (var(--grid-gutter-width) * (6 - 1)));
  }

  .g-md-7 {
    width: calc((var(--grid-formula) * 7) + (var(--grid-gutter-width) * (7 - 1)));
  }

  .g-md-8 {
    width: calc((var(--grid-formula) * 8) + (var(--grid-gutter-width) * (8 - 1)));
  }
}

/* Media Queries for desktop */
@media screen and (width >=1024px) {
  .g-lg-1 {
    width: calc((var(--grid-formula) * 1) + (var(--grid-gutter-width) * (1 - 1)));
  }

  .g-lg-2 {
    width: calc((var(--grid-formula) * 2) + (var(--grid-gutter-width) * (2 - 1)));
  }

  .g-lg-3 {
    width: calc((var(--grid-formula) * 3) + (var(--grid-gutter-width) * (3 - 1)));
  }

  .g-lg-4 {
    width: calc((var(--grid-formula) * 4) + (var(--grid-gutter-width) * (4 - 1)));
  }

  .g-lg-5 {
    width: calc((var(--grid-formula) * 5) + (var(--grid-gutter-width) * (5 - 1)));
  }

  .g-lg-6 {
    width: calc((var(--grid-formula) * 6) + (var(--grid-gutter-width) * (6 - 1)));
  }

  .g-lg-7 {
    width: calc((var(--grid-formula) * 7) + (var(--grid-gutter-width) * (7 - 1)));
  }

  .g-lg-8 {
    width: calc((var(--grid-formula) * 8) + (var(--grid-gutter-width) * (8 - 1)));
  }

  .g-lg-9 {
    width: calc((var(--grid-formula) * 9) + (var(--grid-gutter-width) * (9 - 1)));
  }

  .g-lg-10 {
    width: calc((var(--grid-formula) * 10) + (var(--grid-gutter-width) * (10 - 1)));
  }

  .g-lg-11 {
    width: calc((var(--grid-formula) * 11) + (var(--grid-gutter-width) * (11 - 1)));
  }

  .g-lg-12 {
    width: calc((var(--grid-formula) * 12) + (var(--grid-gutter-width) * (12 - 1)));
  }
}

/* Media Queries for Large desktop */
@media screen and (width >=1366px) {
  .g-xl-1 {
    width: calc((var(--grid-formula) * 1) + (var(--grid-gutter-width) * (1 - 1)));
  }

  .g-xl-2 {
    width: calc((var(--grid-formula) * 2) + (var(--grid-gutter-width) * (2 - 1)));
  }

  .g-xl-3 {
    width: calc((var(--grid-formula) * 3) + (var(--grid-gutter-width) * (3 - 1)));
  }

  .g-xl-4 {
    width: calc((var(--grid-formula) * 4) + (var(--grid-gutter-width) * (4 - 1)));
  }

  .g-xl-5 {
    width: calc((var(--grid-formula) * 5) + (var(--grid-gutter-width) * (5 - 1)));
  }

  .g-xl-6 {
    width: calc((var(--grid-formula) * 6) + (var(--grid-gutter-width) * (6 - 1)));
  }

  .g-xl-7 {
    width: calc((var(--grid-formula) * 7) + (var(--grid-gutter-width) * (7 - 1)));
  }

  .g-xl-8 {
    width: calc((var(--grid-formula) * 8) + (var(--grid-gutter-width) * (8 - 1)));
  }

  .g-xl-9 {
    width: calc((var(--grid-formula) * 9) + (var(--grid-gutter-width) * (9 - 1)));
  }

  .g-xl-10 {
    width: calc((var(--grid-formula) * 10) + (var(--grid-gutter-width) * (10 - 1)));
  }

  .g-xl-11 {
    width: calc((var(--grid-formula) * 11) + (var(--grid-gutter-width) * (11 - 1)));
  }

  .g-xl-12 {
    width: calc((var(--grid-formula) * 12) + (var(--grid-gutter-width) * (12 - 1)));
  }
}
/* end Grid System */

.splide__track {
  position: relative;
  z-index: 0;
}
.splide__track--draggable {
  user-select: none;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  padding: 0 !important;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.splide__sr,
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* CTA Component - Based on Figma Design System */
.cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-medium);
  transition: all 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: transparent;
  position: relative;
  overflow: hidden;
}

.cta:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.cta:focus:not(:focus-visible) {
  outline: none;
}
.cta:active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: ripple 0.3s ease-out;
}

@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 90px;
    height: 90px;
    opacity: 0;
  }
}

/* CTA Types */
.cta--primary {
  background: var(--primary-00);
  color: var(--neutral-03);
}

.cta--primary:hover {
  background: var(--primary-05);
}

.cta--primary:active {
  background: var(--primary-03);
}

.cta--primary:disabled,
.cta--primary[aria-disabled='true'] {
  background: var(--primary-00);
  opacity: 0.6;
  cursor: not-allowed;
}

.cta--secondary {
  background: var(--neutral-03);
  color: var(--primary-00);
  border: 1px solid var(--primary-06);
}

.cta--secondary:hover {
  border-color: var(--primary-05);
}

.cta--secondary:active {
  background: var(--primary-01);
  border-color: var(--primary-00);
}

.cta--secondary:disabled,
.cta--secondary[aria-disabled='true'] {
  background: var(--primary-01);
  border-color: var(--primary-02);
  opacity: 0.5;
  cursor: not-allowed;
}

.cta--tertiary {
  background: transparent;
  color: var(--primary-00);
  padding: 4px;
}

.cta--tertiary:hover {
  color: var(--primary-03);
}

.cta--tertiary:active {
  background: var(--primary-01);
  color: var(--primary-03);
}

.cta--tertiary:disabled,
.cta--tertiary[aria-disabled='true'] {
  color: var(--primary-00);
  opacity: 0.5;
  cursor: not-allowed;
}

/* CTA Sizes */
.cta--large {
  padding: 14px 24px;
  font-size: var(--font-size-body-medium-mobile);
  line-height: var(--line-height-body-medium-mobile);
}

.cta--medium {
  padding: 11px 16px;
  font-size: var(--font-size-body-small-mobile);
  line-height: var(--line-height-body-small-mobile);
}

.cta--small {
  padding: 8px 16px;
  font-size: var(--font-size-caption-mobile);
  line-height: var(--line-height-caption-mobile);
}

/* Tertiary size overrides */
.cta--tertiary.cta--large {
  padding: 4px;
}

.cta--tertiary.cta--medium {
  padding: 3px 4px;
}

.cta--tertiary.cta--small {
  padding: 2px 4px;
}

.cta__text {
  white-space: nowrap;
}

.cta__icon {
  flex-shrink: 0;
}

.cta__icon--large {
  width: 20px;
  height: 20px;
}

.cta__icon--medium {
  width: 18px;
  height: 18px;
}

.cta__icon--small {
  width: 16px;
  height: 16px;
}

/* Desktop styles */
@media screen and (width >= 1024px) {
  .cta--large {
    font-size: var(--font-size-body-medium-desktop);
    line-height: var(--line-height-body-medium-desktop);
  }

  .cta--medium {
    font-size: var(--font-size-body-small-desktop);
    line-height: var(--line-height-body-small-desktop);
  }

  .cta--small {
    font-size: var(--font-size-caption-desktop);
    line-height: var(--line-height-caption-desktop);
  }

  .cta:active::before {
    width: 68px;
    height: 68px;
  }

  .cta--small:active::before {
    width: 58px;
    height: 58px;
  }

  @keyframes ripple {
    0% {
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      width: 68px;
      height: 68px;
      opacity: 0;
    }
  }
}

/* Page generic style */

/* Overlap header with first fold component */
html:has(head meta[name='headeroverlap'][content='true']) main {
  margin-top: calc(0px - var(--nav-height-mobile));
  @media screen and (width >= 1024px) {
    margin-top: calc(0px - var(--nav-height));
  }
}

/* component spacing */
main .section > div > .block,
footer {
  margin-top: var(--block-spacing);
}

main .section:first-child > div > .block:first-child {
  margin-top: 0;
}

.copy-success-message {
  color: var(--primary-blue-700);
}

.error-msg {
  position: fixed;
  top: 150px;
  right: 0;
  background: var(--error-01);
  z-index: 9;
  padding: var(--spacing-12) var(--spacing-15);
  color: var(--error-03);
  width: 33%;
  display: flex;
  justify-content: space-between;
  border-left: 5px solid var(--error-02);
  align-items: center;
  .content {
    display: flex;
    gap: var(--spacing-8);
  }
  button {
    background: url('/icons/close-black.svg') 18px / 18px;
    border: none;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
  }
}

.spinner-overlay {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-8);
  padding: var(--spacing-12);
  background: rgb(255 255 255 / 90%);
  border: 1px solid var(--primary-02);
  border-bottom: none;
  z-index: 2;
}

.spinner {
  width: 18px;
  height: 18px;
  border: 2px solid var(--primary-02);
  border-top-color: var(--primary-00);
  border-radius: 50%;
  animation: loader-spin 0.8s linear infinite;
}

.loading-text {
  color: var(--neutral-02);
  font-size: var(--font-size-body-small-mobile);
  line-height: var(--line-height-body-small-mobile);
  font-weight: var(--font-weight-medium);
  @media (width >= 1024px) {
    font-size: var(--font-size-body-small-desktop);
    line-height: var(--line-height-eyebrow-1-desktop);
  }
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}

.sf-global-loader-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 45%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.sf-global-loader-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sf-global-loader-overlay img {
  display: block;
}

.dealer-session-timeout-popup__overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgb(0 0 0 / 45%);
}

.dealer-session-timeout-popup__surface {
  width: min(100%, 360px);
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 40px rgb(0 0 0 / 18%);
}

.dealer-session-timeout-popup__surface h3 {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 700;
}

.dealer-session-timeout-popup__icon {
  text-align: center;
}

.dealer-session-timeout-popup__icon img {
  width: 90px;
  height: 90px;
}

.dealer-session-timeout-popup__button {
  min-width: 120px;
  padding: 12px 20px;
  border: 0;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.dealer-session-timeout-popup__button--primary {
  margin-top: 10px;
  color: #fff;
  background: var(--primary-00);
}
/* LCP heights */
body.pdp {
  .fragment-container:not([data-section-status='loaded']) {
    min-height: 1500px;
  }
}

/* scorll bar */

::-webkit-scrollbar {
  width: 4px;
  background-color: var(--primary-blue-700);
  border-left: none;
}

::-webkit-scrollbar-track {
  background-color: var(--secondary-gray-20);
  border-left: 4px solid var(--secondary-gray-10);
}

::-webkit-scrollbar-thumb {
  background-repeat: no-repeat;
  background-size: auto;
  cursor: pointer;
  position: relative;
  background-position: top left;
  background-color: var(--primary-blue-700);
}

::-webkit-scrollbar-thumb::after {
  content: 'abcd';
  position: absolute;
  top: 0;
  width: 10px;
}
