/* Colors ----------------------------------------------------------------- */
html {
  font-size: 16px;
}

:root {
  --GRAPHITE: #333;
  --CLOUD: #EFEDEB;
  --slide-w: 396px;
  --slide-gap: 30px;
  --peek: 65px;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --color-red-50: oklch(97.1% .013 17.38);
  --color-red-500: oklch(63.7% .237 25.331);
  --color-red-600: oklch(57.7% .245 27.325);
  --color-red-700: oklch(50.5% .213 27.518);
  --color-blue-500: oklch(62.3% .214 259.815);
  --color-blue-600: oklch(54.6% .245 262.881);
  --color-blue-700: oklch(48.8% .243 264.376);
  --color-blue-800: oklch(42.4% .199 265.638);
  --color-gray-50: oklch(98.5% .002 247.839);
  --color-gray-100: oklch(96.7% .003 264.542);
  --color-gray-200: oklch(92.8% .006 264.531);
  --color-gray-300: oklch(87.2% .01 258.338);
  --color-gray-500: oklch(55.1% .027 264.364);
  --color-gray-600: oklch(44.6% .03 256.802);
  --color-gray-700: oklch(37.3% .034 259.733);
  --color-gray-800: oklch(27.8% .033 256.848);
  --color-gray-900: oklch(21% .034 264.665);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: .25rem;
  --container-sm: 37.5rem;
  --container-lg: 56rem;
  --container-2xl: 42rem;
  --text-xs: .75rem;
  --text-xs--line-height: 1.33333;
  --text-sm: .875rem;
  --text-sm--line-height: 1.42857;
  --text-base: 1rem;
  --text-base--line-height: 1.5;
  --text-lg: 1.125rem;
  --text-lg--line-height: 1.55556;
  --text-xl: 1.25rem;
  --text-xl--line-height: 1.4;
  --text-2xl: 1.375rem;
  --text-2xl--line-height: 1.33333;
  --text-3xl: 1.5rem;
  --text-3xl--line-height: 1.2;
  --text-4xl: 1.75rem;
  --text-4xl--line-height: 1.11111;
  --text-5xl: 2rem;
  --text-5xl--line-height: 1;
  --text-6xl: 2.25rem;
  --text-6xl--line-height: 1;
  --text-7xl: 2.5rem;
  --text-7xl--line-height: 1;
  --text-8xl: 2.625rem;
  --text-8xl--line-height: 1;
  --text-9xl: 2.75rem;
  --text-9xl--line-height: 1;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --tracking-tighter: -.05em;
  --tracking-tight: -.025em;
  --tracking-normal: 0em;
  --tracking-wide: .025em;
  --tracking-wider: .05em;
  --tracking-widest: .1em;
  --leading-tight: 1;
  --leading-normal: 1.2;
  --leading-relaxed: 1.6;
  --leading-loose: 2;
  --radius-xs: .125rem;
  --radius-sm: .25rem;
  --radius-md: .375rem;
  --radius-lg: .5rem;
  --radius-xl: .75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --ease-in: cubic-bezier(.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, .2, 1);
  --ease-in-out: cubic-bezier(.4, 0, .2, 1);
  --animate-spin: spin 1s linear infinite;
  --aspect-video: 16 / 9;
  --default-transition-duration: .15s;
  --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-neutral-night: #000;
  --color-neutral-graphite: #333;
  --color-neutral-iron: #746a63;
  --color-neutral-aluminium: #d9d5d2;
  --color-neutral-stratus-cloud: #f3f1ef;
  --color-neutral-white: #fff;
  --color-neutral-cloud: #efedeb;
  --color-neutral-cirrus-cloud: #fbfaf8;
  --color-product-ocean: #033260;
  --color-product-deep-ocean: #1a2d3e;
  --color-product-rock: #b24837;
  --color-product-forest: #315e4d;
  --color-product-earth-wcag: #955632;
  --color-product-marigold-wcag: #7f6939;
  --color-product-plum: #4f3742;
  --color-product-clay: #8d4323;
  --color-product-fire-wcag: #ac4f20;
  --color-lifestyle-flamingo: #f16da9;
  --color-lifestyle-cliff: #ffdeed;
  --color-lifestyle-sun: #f1d55f;
  --color-lifestyle-solar: #fff7d1;
  --color-lifestyle-lava: #feb898;
  --color-lifestyle-heat: #ffeae0;
  --color-lifestyle-grass: #94ad68;
  --color-lifestyle-river: #80b5d3;
  --color-lifestyle-leaf: #becdb6;
  --color-lifestyle-stream: #cce1ed;
  --color-lifestyle-sand: #d7d2bf;
  --color-lifestyle-storm: #d6d6d6;
  --color-lifestyle-silver: #a9a9a9;
  --color-lifestyle-rivet: #efede5;
  --color-flexible-rock: #b24837;
  --color-flexible-evergreen: #3b5f33;
  --color-flexible-horizon-wcag: #006ba6;
  --color-flexible-platinum-wcag: #696969;
  --color-error-magma: #bf2626;
  --radius-5xl: 2.5rem;
  --text-10xl: 3rem;
  --text-11xl: 3.5rem;
  --text-12xl: 4.25rem;
  --spacing-8xl: 90rem;
  --spacing-site: 120rem;
  --spacing-template: 1312px;
  --spacing-content: 900px;
  --letter-spacing-tighter: -.04em;
  --font-years: "GreenNarcuRegular", "HelveticaNeueLTPro", sans-serif;
  --font-weight-roman: 400;
  --font-weight-heavy: 800;
  --font-weight-black-sans: 900;
  --button-bg-color: var(--color-neutral-graphite);
  --button-bg-color-hover: var(--color-neutral-iron);
  --button-bg-color-focus: var(--color-neutral-iron);
  --button-bg-color-disabled: var(--color-neutral-iron);
  --button-text-color: var(--color-neutral-cloud);
  --button-text-color-hover: var(--color-neutral-cloud);
  --button-text-color-focus: var(--color-neutral-cloud);
  --button-text-color-disabled: var(--color-neutral-cloud);
  --button-border-color: transparent;
  --button-border-color-hover: transparent;
  --button-border-color-focus: var(--color-neutral-iron);
  --button-border-color-disabled: transparent;
  --tw-ease: var(--ease-in-out);
}

/* END Colors ----------------------------------------------------------------- */
/* Header ----------------------------------------------------------------- */
.header-wrapper {
  z-index: 100;
  position: sticky;
  top: 0px;
}

header.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 70px;
  max-height: 82px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  position: relative;
  background: var(--CLOUD, #EFEDEB);
}
header.site-header.inverse {
  background-color: var(--GRAPHITE);
}
header.site-header.inverse img {
  filter: invert(1);
}
header.site-header.inverse .button {
  background: rgb(239, 237, 235);
  color: var(--GRAPHITE);
}
header.site-header.inverse .sign-in-link {
  color: rgb(239, 237, 235);
}

.header-left {
  display: flex;
  align-items: center;
  width: 200px;
}
.header-left .icon-btn svg * stroke {
  color: rgb(51, 51, 51);
}

.header-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.header-center img {
  width: 200px;
  height: 22.48px;
}
.header-center a {
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
}
.header-center a:hover {
  opacity: 0.55;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 300px;
  justify-content: flex-end;
}
.header-right .sign-in-link {
  color: var(--GRAPHITE, #333);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  position: relative;
}
.header-right .sign-in-link::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  background-color: transparent;
  height: 2px;
  width: 100%;
  scale: 0 0;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-in-out, var(--default-transition-timing-function);
}
.header-right .sign-in-link:hover::after {
  background-color: var(--color-neutral-iron);
  scale: 100% 100%;
}

button.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  display: flex;
  align-items: center;
  color: inherit;
}

/* END Header ----------------------------------------------------------------- */
/* -- Alerts ----------------------------------------------------------------- */
#alerts-banner {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1em;
  background-color: var(--GRAPHITE);
  padding: 8px 64px;
  min-height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: min-height 180ms;
}
#alerts-banner.hide {
  overflow: hidden;
  height: 0px;
  padding: 0;
  min-height: 0px;
}
#alerts-banner .alert {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
#alerts-banner .alert strong {
  color: var(--CLOUD, #EFEDEB);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
  margin-left: 10px;
}
#alerts-banner .alert > a {
  color: var(--CLOUD, #EFEDEB);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
#alerts-banner .alert .icon-alert {
  min-width: 20px;
  max-width: 20px;
  margin-right: 15px;
}
#alerts-banner .btn-close {
  display: flex;
  align-items: center;
  text-indent: -9999px;
  min-width: 20px;
  max-width: 20px;
  margin-left: 15px;
}

@media screen and (max-width: 480px) {
  #alerts-banner {
    padding: 8px 16px;
  }
  #alerts-banner .alert > a {
    font-size: 15px;
  }
  .alt-bg.with-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .resources-nav {
    margin: 0;
    grid-gap: 0;
  }
  .resources-nav .product-manual, .resources-nav .parts-book {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .resources-nav .product-manual img, .resources-nav .parts-book img {
    width: 100% !important;
    height: auto;
  }
  .resources-nav .icon-ext {
    display: none;
  }
}
/* /  Alerts ----------------------------------------------------------------- */
/* Global ----------------------------------------------------------------- */
a:hover {
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.text-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}

.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: bold;
}

.tracking-wide {
  letter-spacing: var(--tracking-wide);
}

/* Buttons ----------------------------------------------------------------- */
.button {
  display: flex;
  height: 52px;
  max-width: 400px;
  padding: 22px var(--spacing-tailwind-s-6, 24px) var(--spacing-tailwind-s-5, 21px) var(--spacing-tailwind-s-6, 24px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-tailwind-s-2, 8px);
  border-radius: 100px;
  border: 0px none;
  background: var(--GRAPHITE);
  color: var(--CLOUD);
  text-align: center;
  font-size: var(--size-tailwind-xs, 12px);
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: 0.2s;
  --tw-duration: .2s;
}
.button:hover {
  background-color: var(--button-bg-color-hover);
  border-background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  text-decoration: none;
}
.button.button-secondary {
  border: 1px solid var(--GRAPHITE);
  color: var(--GRAPHITE);
  background: var(--CLOUD);
  max-width: max-content;
}

/* END Buttons ----------------------------------------------------------------- */
/* Mobile Menu ----------------------------------------------------------------- */
.mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  flex-direction: column;
  background: var(--GRAPHITE);
}
.mobile-overlay img {
  filter: invert(1);
}
.mobile-overlay .button {
  background: rgb(239, 237, 235);
  color: var(--GRAPHITE);
}
.mobile-overlay .sign-in-link {
  color: rgb(239, 237, 235);
}

.mobile-overlay.open {
  display: flex;
}

.mobile-overlay-header {
  display: flex;
  align-items: center;
  padding: 15px 70px;
  height: 82px;
  justify-content: space-between;
}
.mobile-overlay-header .header-left {
  width: 300px;
}
.mobile-overlay-header .header-left .back-text {
  display: none;
}
.mobile-overlay-header .header-left.show-search #closeBtn {
  display: none;
}
.mobile-overlay-header .header-left.show-search #icon-search {
  display: none;
}
.mobile-overlay-header .header-left.show-search #icon-back {
  display: block;
  margin-top: 3px;
  margin-left: 5px;
}
.mobile-overlay-header .header-left.show-search #icon-back path {
  stroke-width: 0;
}
.mobile-overlay-header .header-left.show-search .back-text {
  display: block;
  font-size: 16px;
  color: var(--CLOUD);
  letter-spacing: 0.8px;
  font-weight: 900;
  text-transform: uppercase;
  transform: translateX(20px);
}
.mobile-overlay-header .header-left.show-search .search-trigger {
  background-color: var(--color-neutral-cloud, #efedeb);
  color: var(--color-neutral-graphite, #333);
  --tw-ring-color: var(--color-neutral-iron, #746a63);
}
.mobile-overlay-header #closeBtn, .mobile-overlay-header .search-trigger {
  background: var(--CLOUD);
  width: 54px;
  height: 54px;
  border-radius: 100%;
  border: 0px none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-overlay-header #closeBtn svg, .mobile-overlay-header .search-trigger svg {
  width: 24px;
  height: 24px;
}
.mobile-overlay-header #closeBtn {
  margin-right: 15px;
}
.mobile-overlay-header #closeBtn svg {
  width: 40px;
  height: 40px;
}
.mobile-overlay-header .search-trigger {
  border: 1px solid var(--color-neutral-cloud);
  background: var(--GRAPHITE);
}
.mobile-overlay-header .search-trigger svg * {
  stroke: var(--color-neutral-cloud);
}
.mobile-overlay-header .search-trigger #icon-back {
  display: none;
}
.mobile-overlay-header .search-trigger:hover {
  border-color: #fff;
  background-color: var(--color-neutral-aluminium);
}
.mobile-overlay-header .search-trigger:hover svg * {
  stroke: var(--GRAPHITE);
}

.mobile-menu-body {
  flex: 1;
}
.mobile-menu-body .mobile-menu-body-nav {
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 90px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mobile-menu-body .mobile-menu-body-nav[hidden] {
  display: none;
}
.mobile-menu-body .mobile-menu-body-nav .expandable-nav {
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.mobile-menu-body .mobile-menu-body-nav .expandable-nav button {
  background: none;
  border: 0px none;
  font-size: 32px;
  color: var(--CLOUD);
  font-weight: 900;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 10px;
}
.mobile-menu-body .mobile-menu-body-nav .expandable-nav button:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  margin-top: 4px;
}
.mobile-menu-body .mobile-menu-body-nav .expandable-nav button:hover {
  color: #979493;
}
.mobile-menu-body .mobile-menu-body-nav .expandable-nav button:hover:after {
  background: #979493;
}
.mobile-menu-body .mobile-menu-body-nav .expandable-nav button.active {
  color: var(--color-neutral-aluminium);
}
.mobile-menu-body .mobile-menu-body-nav .expandable-nav nav {
  flex-direction: column;
  display: flex;
  height: auto;
  overflow: visible;
  gap: calc(var(--spacing) * 2.5);
}
.mobile-menu-body .mobile-menu-body-nav .expandable-nav nav a {
  font-size: 14px;
  color: var(--color-neutral-aluminium);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  padding-bottom: 3px;
  max-width: max-content;
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
}
.mobile-menu-body .mobile-menu-body-nav .expandable-nav nav a:hover {
  border-color: var(--CLOUD);
}
.mobile-menu-body .mobile-menu-body-nav .expandable-nav nav[hidden] {
  height: 0px;
  overflow: hidden;
}
.mobile-menu-body .mobile-menu-body-nav .mobile-content-footer {
  border-top: 1px solid #7E7E7D;
  padding-top: 35px;
  font-family: "Bauhaus Soft Display", georgia, serif;
  color: var(--CLOUD);
  letter-spacing: -0.55px;
  font-size: 22px;
  margin-bottom: 80px;
}
.mobile-menu-body .mobile-menu-search {
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 90px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mobile-menu-body .mobile-menu-search[hidden] {
  display: none;
}

/* END Mobile Menu ----------------------------------------------------------------- */
/* Search ----------------------------------------------------------------- */
.search-container {
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 90px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.search-container.homepage-search {
  padding: 0px;
}
.search-container.homepage-search #searchForm {
  padding-top: 0px;
}
.search-container.homepage-search #searchForm [type=search] {
  color: var(--CLOUD);
  font-family: "HelveticaNeue", helvetica, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
  height: 76px;
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}
.search-container.homepage-search #searchForm [type=search]:focus, .search-container.homepage-search #searchForm [type=search]:focus-within, .search-container.homepage-search #searchForm [type=search]:active {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  outline: 0px none;
}
.search-container[hidden] {
  display: none;
}
.search-container #searchForm {
  display: flex;
  max-width: 900px;
  padding-top: 100px;
  margin: 0 auto;
  width: 100%;
}
.search-container [type=search] {
  border-top: 2px solid rgba(0, 0, 0, 0);
  border-left: 2px solid rgba(0, 0, 0, 0);
  border-right: 2px solid rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgb(116, 106, 99);
  background: transparent;
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  color: #EFEDEB;
  font-size: 48px;
  font-family: "Bauhaus Soft Display", georgia, serif;
  letter-spacing: -2.4px;
  height: 88px;
  width: 100%;
  padding-bottom: 20px;
}
.search-container [type=search]::placeholder {
  color: #D9D5D3;
}
.search-container [type=search]:hover {
  border-bottom-width: 4px;
  color: #EFEDEB;
}
.search-container [type=search]:focus {
  border-bottom-width: 4px;
  border-bottom-color: #D9D5D3;
  color: #EFEDEB;
}
.search-container [type=submit] {
  border: 0px none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -40px;
}
.search-container [type=submit] svg {
  width: 28px;
  height: 28px;
}
.search-container [type=submit] svg * {
  stroke: var(--CLOUD);
}

/* END Search ----------------------------------------------------------------- */
/* Carousel progress bars ----------------------------------------------------------------- */
/* Carousel progress bars ----------------------------------------------------------------- */
:root {
  --slide-w: 396px;
  --slide-gap: 30px;
  --peek: 65px;
}

@media (max-width: 1100px) {
  :root {
    --slide-w: 300px;
    --slide-gap: 20px;
    --peek: 40px;
  }
}
@media (max-width: 768px) {
  :root {
    --slide-w: 280px;
    --slide-gap: 16px;
    --peek: 30px;
  }
}
@media (max-width: 480px) {
  :root {
    --slide-w: calc(100vw - 60px);
    /* nearly full-width, leaving room for peek */
    --slide-gap: 12px;
    --peek: 30px;
  }
}
.carousel-wrap {
  width: min(var(--slide-w) * 3 + var(--slide-gap) * 2 + var(--peek), 100vw);
  overflow: hidden;
  margin-right: calc(-50vw + 50%);
}

/* overflow visible so the peeking slide isn't clipped by swiper itself */
.swiper {
  width: 100%;
  overflow: visible;
}

.swiper-slide {
  width: var(--slide-w);
  height: 644px;
  flex-shrink: 0;
}

.carousel-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  margin-top: 80px;
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
}

.arrow-btn {
  flex-shrink: 0;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  margin-right: 38px;
}

.arrow-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.arrow-btn svg {
  display: block;
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.progress-track {
  flex: 1;
  height: 4px;
  background: #746A63;
  border-radius: 999px;
  position: relative;
}

.progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  background: #fff;
  border-radius: 999px;
  transition: width 0.35s ease;
}

/* END Carousel progress bars ----------------------------------------------------------------- */
/* END Global ----------------------------------------------------------------- */
/* Footer ----------------------------------------------------------------- */
.site-footer {
  padding-top: 60px;
  background-color: var(--color-neutral-cloud);
}
.site-footer .container {
  padding-left: 0px;
  padding-right: 0px;
}
.site-footer .footer-top {
  padding-bottom: 80px;
}
.site-footer .footer-top .cols {
  display: flex;
  justify-content: flex-start;
  gap: 72px;
}
.site-footer .footer-top .cols > .col:first-of-type {
  max-width: 400px;
}
.site-footer .footer-top .cols .col p {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 300;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
  margin-top: 0px;
}
.site-footer .footer-top .cols .col strong {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
  display: block;
}
.site-footer .footer-top .cols .nav-cols > ul {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.site-footer .footer-top .cols .nav-cols > ul li > span {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.site-footer .footer-top .cols .nav-cols > ul ul {
  display: flex;
  flex-direction: column;
}
.site-footer .footer-top .cols .nav-cols > ul ul li {
  margin-bottom: 4px;
}
.site-footer .footer-top .cols .nav-cols > ul ul li a {
  font-size: 14px;
  line-height: 24px;
}
.site-footer .footer-top .cols .nav-cols ul.social {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}
.site-footer .footer-top .cols .nav-cols ul.social svg {
  width: 16px;
  height: 16px;
}
.site-footer .footer-bottom .airstream-footer-logo {
  aspect-ratio: 1440/171;
  background-blend-mode: multiply;
  background-size: 100% 100%;
}
.site-footer .footer-bottom .colophon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
.site-footer .footer-bottom .colophon-nav {
  display: flex;
  gap: 25px;
  width: 100%;
  max-width: 50%;
}
.site-footer .footer-bottom .colophon-nav a {
  font-size: 12px;
  color: var(--color-neutral-graphite);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.site-footer [aria-label="external icon"] {
  width: 14px;
  height: 14px;
}

/* END Footer ----------------------------------------------------------------- */
/* Homepage ----------------------------------------------------------------- */
main {
  overflow-x: hidden;
}

/* -- Hero ----------------------------------------------------------------- */
.hero.homepage-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 736px;
}
.hero.homepage-hero .hero-inner {
  padding-top: 60px;
  max-width: 1312px;
  width: 100%;
  top: 46%;
  padding: 0;
  top: 55%;
  margin: 0 auto;
  transform: translateY(-55%);
  position: relative;
}
.hero.homepage-hero .hero-inner h2 {
  color: var(--neutrals-cloud, #EFEDEB);
  text-align: center;
  font-family: "Bauhaus Soft Display", georgia, serif;
  font-size: var(--responsive-sizes-r-12xl, 68px);
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -2.72px;
  text-align: center;
}
.hero.homepage-hero .hero-inner h2 strong {
  color: var(--neutrals-cloud, #EFEDEB);
  text-align: center;
  font-family: "HelveticaNeue", helvetica, sans-serif;
  font-size: var(--responsive-sizes-r-12xl, 68px);
  font-style: normal;
  font-weight: 750;
  line-height: 100%;
  letter-spacing: -1.36px;
  text-transform: capitalize;
}
.hero.homepage-hero .hero-inner p {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  width: 558px;
  font-family: "HelveticaNeueWorld-85ExtraBld", Helvetica, Arial, sans-serif;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.hero.homepage-hero .search-container {
  max-width: 581px;
  margin: 0 auto;
}

/* /  Hero ----------------------------------------------------------------- */
#homepage-cat-swiper .swiper-slide {
  background-size: cover;
  border-radius: 40px;
}
#homepage-cat-swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 24px;
}
#homepage-cat-swiper .swiper-slide a .title {
  display: flex;
  justify-content: space-between;
  color: var(--CLOUD, #EFEDEB);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  text-transform: capitalize;
}

.homepage-categories {
  padding-top: 80px;
  padding-bottom: 80px;
}
.homepage-categories .categories h2 {
  color: var(--GRAPHITE, #333);
  font-family: "HelveticaNeue", helvetica, sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: 52px;
  letter-spacing: -1.76px;
  margin-bottom: 60px;
}

/* END Homepage ----------------------------------------------------------------- */
/* Academy ----------------------------------------------------------------- */
.academy-nav-container-interior {
  padding-top: 40px;
}

.academy-nav-container {
  padding: 60px;
  text-align: center;
  border-radius: 64px;
  background: var(--CIRRUS-CLOUD, #FBFAF8);
}
.academy-nav-container .container {
  padding-left: 0px;
  padding-right: 0px;
}
.academy-nav-container .academy-nav-title {
  text-align: center;
  color: var(--GRAPHITE, #333);
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  margin: 0px auto;
}
.academy-nav-container p {
  color: var(--GRAPHITE, #333);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.academy-nav-container .academy-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1312px;
  margin: 0px auto;
  margin-bottom: 40px;
  padding: 0px;
  margin-top: 50px;
}
.academy-nav-container .academy-nav a {
  flex: 0 0 calc(33% - 25px);
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-repeat: no-repeat;
  background-position: 32px center;
  background-size: 40px;
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin: 0;
  text-align: left;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  padding: 24px 32px;
}
.academy-nav-container .academy-nav a:before {
  content: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="32" height="32" rx="16" fill="%23D9D5D2"/><path d="M15.4014 11.7847C15.7689 11.7849 16.0674 12.0831 16.0674 12.4507C16.0672 12.8181 15.7688 13.1155 15.4014 13.1157H11.8496C11.7125 13.1158 11.5814 13.1712 11.4844 13.2681C11.3873 13.3651 11.3321 13.497 11.332 13.6343V20.144L11.3418 20.2456C11.3616 20.3453 11.4114 20.4383 11.4844 20.5112C11.5814 20.6079 11.7126 20.6635 11.8496 20.6636H18.3604C18.4975 20.6635 18.6296 20.6082 18.7266 20.5112C18.8237 20.4141 18.8789 20.2814 18.8789 20.144V16.5942C18.8789 16.2265 19.1772 15.9282 19.5449 15.9282C19.9123 15.9287 20.2109 16.2268 20.2109 16.5942V20.144C20.2109 20.6346 20.0148 21.1058 19.668 21.4526C19.3212 21.7993 18.8507 21.9945 18.3604 21.9946H11.8496C11.3593 21.9946 10.8888 21.7992 10.542 21.4526C10.2386 21.1492 10.0509 20.7509 10.0088 20.3276L10 20.144V13.6343C10.0001 13.1439 10.1953 12.6735 10.542 12.3267C10.8888 11.9798 11.3591 11.7847 11.8496 11.7847H15.4014ZM21.334 10.0054C21.7015 10.0057 22 10.3038 22 10.6714V14.2231C21.9997 14.5904 21.7013 14.8888 21.334 14.8892C20.9664 14.8892 20.6683 14.5906 20.668 14.2231V12.2417L15.2568 17.6528C14.9969 17.9127 14.5755 17.9125 14.3154 17.6528C14.0555 17.3928 14.0554 16.9705 14.3154 16.7104L19.6885 11.3374H17.7822C17.4145 11.3374 17.1163 11.0391 17.1162 10.6714C17.1162 10.3036 17.4145 10.0054 17.7822 10.0054H21.334Z" fill="%23333333"/></svg>');
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
.academy-nav-container .academy-nav a:hover {
  color: #006BA6;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.025);
  border-radius: 20px;
}
.academy-nav-container .academy-nav a span {
  color: var(--GRAPHITE, #333);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}
.academy-nav-container .academy-nav .button {
  margin: 0px auto;
}
.academy-nav-container .btn-view-all {
  margin: 0 auto;
  max-width: max-content;
}

/* END Academy ----------------------------------------------------------------- */
/* -- Homepage Bottom ----------------------------------------------------------------- */
.tab-switcher {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid var(--ALUMINUM, #D9D5D2);
}
.tab-switcher.one-choice {
  justify-content: center;
}
.tab-switcher li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.tab-switcher li:focus {
  outline: none;
}
.tab-switcher li.ui-state-active a, .tab-switcher li:hover a {
  border-color: #006BA6;
  color: #000;
  text-decoration: none;
  box-shadow: 0px -2px 0px -1px #333333 inset;
  border-bottom: 1px solid #333333;
}
.tab-switcher a {
  box-sizing: border-box;
  font-style: normal;
  font-weight: 750;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--GRAPHITE, #333);
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 26px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 10px;
}

.promoted-articles {
  display: grid;
  grid-auto-flow: column;
  grid-column: 50%;
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  grid-gap: 40px;
  grid-auto-flow: row;
}
.promoted-articles-item {
  width: 100%;
  height: 100%;
  display: none;
}
.promoted-articles-item:nth-of-type(0), .promoted-articles-item:nth-of-type(1), .promoted-articles-item:nth-of-type(2), .promoted-articles-item:nth-of-type(3), .promoted-articles-item:nth-of-type(4), .promoted-articles-item:nth-of-type(5), .promoted-articles-item:nth-of-type(6) {
  display: block;
}
.promoted-articles-item:nth-of-type(5) a, .promoted-articles-item:nth-of-type(6) a {
  border: 0px none;
}
.promoted-articles-item a {
  padding-top: 40px;
  height: 100%;
}

#other-articles {
  margin-bottom: 100px;
}
#other-articles.with-divider {
  border-top: 1px solid #DFDAD7;
  margin-top: 40px;
  padding-top: 20px;
}
#other-articles .container {
  margin: 0px auto;
  padding-top: 80px;
  padding-left: 0px;
  padding-right: 0px;
}
#other-articles #other-articles .community, #other-articles .activity {
  border: 0px none;
}
#other-articles .recent-activity-header {
  display: none;
}

#top-articles {
  padding-top: 0px;
}
#top-articles .promoted-articles-item {
  font-size: 16px;
  line-height: 28px;
  border-bottom: 2px solid var(--ALUMINUM, #D9D5D2);
}
#top-articles .promoted-articles-item a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  border: 0px none;
  padding-bottom: 40px;
}
#top-articles .promoted-articles-item a strong {
  color: var(--GRAPHITE, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  margin-bottom: 16px;
  display: inline-block;
}
#top-articles .promoted-articles-item a:hover {
  text-decoration: none;
}
#top-articles .promoted-articles-item a:hover strong {
  color: #000;
}
#top-articles .promoted-articles-item p {
  color: var(--GRAPHITE, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
#top-articles .promoted-articles-item:nth-last-of-type(1) a, #top-articles .promoted-articles-item:nth-last-of-type(2) a {
  border: 0px none;
}

.recent-activity-list .recent-activity-item-parent {
  color: var(--GRAPHITE, #333);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  /* 116.667% */
}
.recent-activity-list .recent-activity-item-link {
  font-weight: 400;
}

/* /  Homepage Bottom ----------------------------------------------------------------- */
/* -- Request Callout ----------------------------------------------------------------- */
.request-callout {
  border-radius: 40px;
  background: var(--GRAPHITE, #333);
  padding: 28px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 80px;
}
.request-callout .image {
  max-width: 716px;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: auto;
  aspect-ratio: 226/119;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.request-callout .text {
  max-width: 400px;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding-left: 16px;
  margin-right: 32px;
}
.request-callout .text h4 {
  color: var(--CIRRUS-CLOUD, #FBFAF8);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
.request-callout .text p {
  color: var(--CIRRUS-CLOUD, #FBFAF8);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 30px 0px;
  margin: 0;
}
.request-callout .text a {
  border-radius: 100px;
  border: 1px solid var(--GRAPHITE, #333);
  background: var(--CIRRUS-CLOUD, #FBFAF8);
  color: var(--GRAPHITE, #333);
  text-align: center;
  font-size: var(--size-tailwind-xs, 12px);
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
.request-callout .text a:hover {
  text-decoration: none;
  color: #000;
  background-color: #EFEDEB;
}

/* /  Request Callout ----------------------------------------------------------------- */
/* New page header ----------------------------------------------------------------- */
.new-page-header {
  padding-top: 80px;
  padding-bottom: 64px;
  padding-left: 15px;
}
.new-page-header.new-page-header {
  background: var(--CIRRUS-CLOUD, #FBFAF8);
}
.new-page-header h1 {
  margin: 0;
  padding: 0;
  color: var(--GRAPHITE, #333);
  font-size: 56px;
  font-style: normal;
  font-weight: 900;
  line-height: 56px;
  max-width: 980px;
}
.new-page-header .meta-group {
  margin-top: 40px;
  color: var(--GRAPHITE, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-transform: capitalize;
}

/* END New page header ----------------------------------------------------------------- */
.categories-list {
  border-top: 2px solid var(--ALUMINUM, #D9D5D2);
  border-bottom: 2px solid var(--ALUMINUM, #D9D5D2);
  background: var(--CLOUD, #EFEDEB);
  margin-bottom: 80px;
}
.categories-list .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 30px;
}
.categories-list .container ul {
  list-style: none;
  display: flex;
  gap: 16px;
}
.categories-list .container ul li.active a {
  border-bottom-color: var(--IRON, #746A63);
}
.categories-list .container ul li a {
  color: var(--GRAPHITE, #333);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding-bottom: 5px;
}
.categories-list .container ul li a:hover {
  border-bottom-color: var(--IRON, #746A63);
}
.categories-list {
  /* Mobile: toggle button + stacked list */
}
@media (max-width: 767px) {
  .categories-list {
    max-height: none;
  }
  .categories-list .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .categories-list #categories-nav-list {
    display: none;
  }
  .categories-list #categories-nav-list.is-open {
    display: flex;
    padding-top: 16px;
  }
  .categories-list .categories-toggle {
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    padding: 16px 24px;
    height: 42px;
  }
  .categories-list ul {
    display: none;
    flex-direction: column;
  }
  .categories-list ul.is-open {
    display: flex;
  }
}
.categories-list {
  /* Desktop */
}
@media (min-width: 768px) {
  .categories-list {
    max-height: 75px;
  }
  .categories-list .categories-toggle {
    display: none;
  }
}

.breadcrumb-special {
  display: flex;
  margin-bottom: 16px;
}
.breadcrumb-special .breadcrumbs {
  margin-right: 0px;
  padding-right: 0px;
}
.breadcrumb-special svg {
  width: 10px;
  height: 10px;
  margin-right: 12px;
  transform: translateY(6px);
}
.breadcrumb-special li, .breadcrumb-special a, .breadcrumb-special li a:visited {
  color: var(--GRAPHITE, #333);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.breadcrumb-level-1 li {
  display: none;
}
.breadcrumb-level-1 li:first-of-type {
  display: inline-block;
}
.breadcrumb-level-1 li:first-of-type:before {
  display: none;
}

.breadcrumb-level-2 li {
  display: none;
}
.breadcrumb-level-2 li:nth-of-type(2) {
  display: inline-block;
}
.breadcrumb-level-2 li:nth-of-type(2):before {
  display: none;
}

.breadcrumb-level-3 li {
  display: none;
}
.breadcrumb-level-3 li:nth-of-type(3) {
  display: inline-block;
}
.breadcrumb-level-3 li:nth-of-type(3):before {
  display: none;
}

.alt-bg .breadcrumb-special svg path {
  fill: #333;
}

/* -- Specality Category Page ----------------------------------------------------------------- */
.product-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px auto;
  border-radius: 64px;
  background: var(--CIRRUS-CLOUD, #FBFAF8);
  margin-bottom: 40px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(16px, 4vw, 56px);
}
.product-container .product {
  max-width: 460px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 24px 24px 32px 24px;
  border-radius: 40px;
  background: var(--CLOUD, #EFEDEB);
  height: 100%;
}
.product-container .product h3 {
  font-style: normal;
  color: var(--GRAPHITE, #333);
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 36px;
  margin-top: 60px;
  margin-bottom: 0px;
  display: block;
  word-break: break-word;
}
.product-container .product h3 small {
  font-size: 12px;
  line-height: 18px;
  display: block;
}
.product-container .product .product-image {
  transition: all 120ms;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.product-container .product .product-image > a {
  mix-blend-mode: multiply;
}
.product-container .product .info {
  width: 40%;
}
.product-container .product .info nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.product-container .product .info nav a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  margin-bottom: 3px;
}
.product-container .product .info nav a:hover {
  color: #006BA6;
  text-decoration: none;
}
.product-container .product .info nav a:before {
  content: "";
  display: block;
  height: 24px;
  width: 8px;
  background-repeat: no-repeat;
  background-position: left 4px;
  margin-right: 12px;
  background-size: 8px;
}
.product-container .product .info .button {
  margin-top: 24px;
  max-width: max-content;
  width: 100%;
  min-width: 117px;
}
.product-container .product img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.past-models-link {
  margin: 0 auto;
  margin-bottom: 40px;
}

/* /  Specality Category Page ----------------------------------------------------------------- */
/* Section product pages ----------------------------------------------------------------- */
#sect-product-layout .button {
  max-width: max-content;
  width: 100%;
  min-width: min-content;
}
#sect-product-layout .product-layout-main {
  padding-top: 0px;
  padding-bottom: 80px;
}
#sect-product-layout .product-layout-main .container h2 {
  color: var(--GRAPHITE, #333);
  text-align: left;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 38px;
}
#sect-product-layout .product-layout-main .product-layout-main-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 64px;
  background: var(--CIRRUS-CLOUD, #FBFAF8);
  padding: 60px;
  gap: clamp(16px, 4vw, 56px);
  margin-bottom: 80px;
}
#sect-product-layout .product-layout-main .product-layout-main-container .video-right, #sect-product-layout .product-layout-main .product-layout-main-container .video-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  border-radius: 40px;
  background: var(--CLOUD, #EFEDEB);
  padding: 24px 24px 32px 24px;
  margin: 0;
}
#sect-product-layout .product-layout-main .product-layout-main-container .video-right .video, #sect-product-layout .product-layout-main .product-layout-main-container .video-left .video {
  order: 1;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#sect-product-layout .product-layout-main .product-layout-main-container .video-right .text, #sect-product-layout .product-layout-main .product-layout-main-container .video-left .text {
  width: 100%;
  order: 2;
  margin: 0px;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
}
#sect-product-layout .product-layout-main .product-layout-main-container .video-right .text p, #sect-product-layout .product-layout-main .product-layout-main-container .video-left .text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
#sect-product-layout .product-layout-main .product-layout-main-container .video-right .text .button, #sect-product-layout .product-layout-main .product-layout-main-container .video-left .text .button {
  min-width: 0px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 5px;
}
#sect-product-layout .product-layout-main .video-left, #sect-product-layout .product-layout-main .video-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sect-product-layout .product-layout-main .video-left .text, #sect-product-layout .product-layout-main .video-right .text {
  padding: 0px 2vw;
}
#sect-product-layout .product-layout-main .video-left .text h3, #sect-product-layout .product-layout-main .video-right .text h3 {
  color: var(--GRAPHITE, #333);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  margin: 0px;
  padding: 0px;
}
#sect-product-layout .product-layout-main .video-left .video, #sect-product-layout .product-layout-main .video-right .video {
  margin-left: 30px;
}
#sect-product-layout .product-layout-main .video-left .video img, #sect-product-layout .product-layout-main .video-right .video img {
  max-width: 100%;
  border-radius: 24px;
  margin-bottom: 15px;
}
#sect-product-layout .product-layout-main .video-left {
  flex-direction: row-reverse;
}
#sect-product-layout .product-layout-main .video-left .video {
  margin-right: 30px;
  margin-left: 0px;
}

.product-sections {
  display: flex;
  flex-direction: column;
  padding-bottom: 70px;
  padding-left: 0px;
  padding-right: 0px;
}
.product-sections .section {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.product-sections .section .image, .product-sections .section .text {
  max-width: 50%;
  width: 100%;
}
.product-sections .section .image img {
  max-width: 100%;
}
.product-sections .section .text {
  padding-left: 52px;
  padding-right: 0px;
}
.product-sections .section .text strong {
  color: var(--GRAPHITE, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
  text-transform: capitalize;
  letter-spacing: -0.5px;
}
.product-sections .section .text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--GRAPHITE, #333);
}
.product-sections .section .text a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #006BA6;
}
.product-sections .section .text a.button {
  color: var(--neutrals-cloud, #EFEDEB);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: var(--size-tailwind-xs, 12px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
.product-sections .section:nth-child(even) {
  flex-direction: row-reverse;
}
.product-sections .section:nth-child(even) .text {
  padding-left: 0px;
  padding-right: 52px;
  margin-right: 52px;
}

.resources-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  margin-bottom: 30px;
  grid-gap: 56px;
}

.resources-title {
  color: var(--GRAPHITE, #333);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.product-manual, .parts-book {
  text-align: center;
  box-sizing: border-box;
  border-radius: 8px;
  max-width: 100%;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  gap: 17px;
  position: relative;
}
.product-manual img, .parts-book img {
  width: 120px;
  height: 96px;
  border-radius: 16px;
  background: url(<path-to-image>) lightgray 50%/cover no-repeat;
}
.product-manual .text, .parts-book .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  max-width: 451px;
  padding-right: 24px;
}
.product-manual .text strong, .parts-book .text strong {
  font-weight: 750;
  color: var(--GRAPHITE, #333);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
}
.product-manual .text p, .parts-book .text p {
  overflow: hidden;
  color: var(--Night, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-right: 32px;
}
.product-manual .text .button, .parts-book .text .button {
  color: var(--neutrals-graphite, #333);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: var(--size-tailwind-xs, 12px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
.product-manual .text .button:hover, .parts-book .text .button:hover {
  background-color: var(--neutrals-graphite, #333);
  color: #fff;
}
.product-manual .icon-ext, .parts-book .icon-ext {
  position: absolute;
  top: 20px;
  right: 0px;
  min-width: 16px;
  min-height: 16px;
}
.product-manual .manual-img, .product-manual .parts-book-img, .parts-book .manual-img, .parts-book .parts-book-img {
  display: block;
  width: 120px;
  height: 96px;
  background-size: cover;
  min-width: 120px;
  border-radius: 16px;
  background-repeat: no-repeat;
}

/* END Section product pages ----------------------------------------------------------------- */
/* Article ----------------------------------------------------------------- */
/* Article outline ----------------------------------------------------------------- */
.article-container .article .article-body h2 {
  color: var(--GRAPHITE, #333);
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 36px;
  margin-bottom: 15px;
  margin-top: 15px;
  scroll-margin-top: 75px;
}
.article-container .article .article-body h3 {
  color: var(--GRAPHITE, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-transform: capitalize;
}
.article-container .article .article-body .empty {
  display: none;
}

.article-container .article .article-body .article-outline {
  margin-bottom: 30px;
  margin-top: 30px;
}
.article-container .article .article-body .article-outline .article-outline__title {
  color: var(--GRAPHITE, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-transform: capitalize;
}
.article-container .article .article-body .article-outline .article-outline__list {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.article-container .article .article-body .article-outline .article-outline__list li {
  margin-bottom: 5px;
}
.article-container .article .article-body .article-outline .article-outline__list li a {
  color: var(--GRAPHITE, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* END Article outline ----------------------------------------------------------------- */
/* END Article ----------------------------------------------------------------- */
.recently-viewed {
  padding-top: 80px;
  padding-bottom: 80px;
}
.recently-viewed.solo h3 {
  color: var(--GRAPHITE, #333);
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 26px;
  margin-bottom: 32px;
  text-align: center;
}
.recently-viewed.solo ul {
  margin-bottom: 40px;
}
.recently-viewed.solo ul li:nth-of-type(1), .recently-viewed.solo ul li:nth-of-type(2), .recently-viewed.solo ul li:nth-of-type(3), .recently-viewed.solo ul li:nth-of-type(4) {
  display: block;
}
.recently-viewed.solo ul li {
  display: none;
  border-bottom: 2px solid var(--ALUMINUM, #D9D5D2);
}
.recently-viewed.solo ul li a {
  color: var(--GRAPHITE, #333);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  padding-bottom: 40px;
}

.category-content .section-tree {
  flex-direction: column;
  margin-bottom: 80px;
}
.category-content .section-tree .section {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #746A63;
}
.category-content .section-tree .section .section-tree-title {
  width: 100%;
  padding-top: 10px;
}
.category-content .section-tree .section .section-tree-title svg {
  width: 30px;
  height: 30px;
}
.category-content .section-tree .section .section-tree-title.ui-state-active svg g path:first-of-type {
  display: none;
}
.category-content .section-tree .section .section-tree-title a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--GRAPHITE, #333);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  padding-bottom: 10px;
  text-decoration: none;
  color: #000;
}
.category-content .section-tree .section .section-tree-title a:hover, .category-content .section-tree .section .section-tree-title a:active, .category-content .section-tree .section .section-tree-title a:focus {
  text-decoration: none;
}
.category-content .section-tree .section ul li {
  padding: 0px;
  margin-bottom: 0px;
}
.category-content .section-tree .section ul li a {
  border-bottom: 1px solid #EFEDEB;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.category-content .section-tree .section ul li a:hover {
  color: #006BA6;
  text-decoration: none;
}
.category-content .section-tree .see-all-articles {
  margin-bottom: 30px;
  display: block;
  padding: 0px;
  color: var(--GRAPHITE, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 750;
  line-height: 28px;
  margin-top: 10px;
}
.category-content .section-tree .see-all-articles svg {
  margin-left: 5px;
}

.alt-bg.tertiary-alt .search-container {
  margin-top: 0px;
  padding-top: 0px;
  max-width: 581px;
  width: 100%;
}
.alt-bg.tertiary-alt .search-container #searchForm {
  padding-top: 0px;
  margin-top: 0px;
}
.alt-bg.tertiary-alt .search-container #searchForm [type=search] {
  font-family: "HelveticaNeue", helvetica, sans-serif;
  color: var(--GRAPHITE, #333);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: 100%;
  font-family: "HelveticaNeue", helvetica, sans-serif;
  letter-spacing: 0px;
}
.alt-bg.tertiary-alt .search-container #searchForm [type=search]::placeholder {
  color: var(--GRAPHITE, #333);
}
.alt-bg.tertiary-alt .search-container #searchForm [type=submit] svg * {
  stroke: var(--GRAPHITE);
}

.pagination-list {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pagination-list [class*=-icon] {
  text-indent: -9999px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="25" viewBox="0 0 23 25" fill="none"><g filter="url(%23filter0_d_392_744)"><path d="M11.9043 2.65436L18.2499 9.00001L11.9043 15.3457" stroke="%23EFEDEB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.2499 9L4.75 9" stroke="%23EFEDEB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><filter id="filter0_d_392_744" x="-1.5" y="0" width="26" height="26" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_392_744"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_392_744" result="shape"/></filter></defs></svg>');
  width: 18px;
  height: 18px;
  display: block;
  background-size: 100%;
  transform: translateY(2px);
}
.pagination-list .pagination-first [class*=-icon], .pagination-list .pagination-prev [class*=-icon] {
  transform: rotate(180deg) translateY(2px);
}
.pagination-list .pagination-next-link, .pagination-list .pagination-prev-link, .pagination-list .pagination-first, .pagination-list .pagination-last {
  display: flex;
  height: 52px;
  max-width: 400px;
  padding: 22px var(--spacing-tailwind-s-6, 24px) var(--spacing-tailwind-s-5, 21px) var(--spacing-tailwind-s-6, 24px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-tailwind-s-2, 8px);
  border-radius: 100px;
  border: 0px none;
  background: var(--GRAPHITE);
  color: var(--CLOUD);
  text-align: center;
  font-size: var(--size-tailwind-xs, 12px);
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: 0.2s;
  --tw-duration: .2s;
}
.pagination-list .pagination-next-link:hover, .pagination-list .pagination-prev-link:hover, .pagination-list .pagination-first:hover, .pagination-list .pagination-last:hover {
  background-color: var(--button-bg-color-hover);
  border-background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  text-decoration: none;
}

/* Mobile ----------------------------------------------------------------- */
#close-smaller {
  display: none;
}

/* END Mobile ----------------------------------------------------------------- */
/* MEDIA ----------------------------------------------------------------- */
/* MEDIA ----------------------------------------------------------------- */
/* MEDIA ----------------------------------------------------------------- */
@media screen and (max-width: 1380px) {
  .container, #other-articles .container, .footer-top {
    padding-left: 40px;
    padding-right: 40px;
  }
  .site-footer .footer-top .cols .nav-cols ul.social {
    flex-wrap: wrap;
  }
  .carousel-controls {
    max-width: 728px;
    width: 70vw;
    margin-left: 12vw;
  }
}
@media screen and (max-width: 1280px) {
  .academy-nav-container .academy-nav {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer .footer-top .cols {
    flex-wrap: wrap;
  }
  .site-footer .footer-top .cols .col {
    width: 100%;
  }
  .site-footer .footer-bottom .colophon {
    padding-inline: 64px;
  }
  .site-footer .footer-bottom .colophon-nav {
    gap: 5px 25px;
    width: 100%;
    flex-wrap: wrap;
  }
  .product-sections.container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .academy-nav-container-interior.container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .container.break-1024 {
    padding-left: 0px;
    padding-right: 0px;
  }
  header.site-header {
    padding-left: 40px;
    padding-right: 40px;
  }
  header.site-header .header-right .button {
    display: none;
  }
  .product-container {
    grid-template-columns: 1fr 1fr;
    padding: 40px;
  }
  #sect-product-layout .product-layout-main .product-layout-main-container {
    padding: 40px;
  }
}
@media screen and (max-width: 975px) {
  .mobile-overlay-header .header-right .button {
    display: none;
  }
  .mobile-menu-body .mobile-menu-body-nav .expandable-nav {
    justify-content: flex-start;
    flex-direction: column;
  }
  .mobile-menu-body .mobile-menu-body-nav .expandable-nav button {
    margin-bottom: 15px;
  }
  .mobile-menu-body .mobile-menu-body-nav .expandable-nav nav:not([hidden]) {
    padding-bottom: 15px;
  }
  .mobile-overlay-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile-menu-body .mobile-menu-body-nav {
    height: 100vh;
    padding-bottom: 60px;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  header.site-header {
    height: 52px;
  }
  #searchTrigger {
    display: none !important;
  }
  .mobile-overlay img {
    width: 140px;
    height: 18px;
  }
  .mobile-overlay-header #closeBtn {
    background: none;
    padding: 0px;
    width: 24px;
    height: 24px;
  }
  .mobile-overlay-header #closeBtn #close-larger {
    display: none;
  }
  .mobile-overlay-header #closeBtn #close-smaller {
    display: block;
    width: 100%;
    height: 100%;
  }
  .mobile-menu-body .mobile-menu-body-nav {
    padding-top: 98px;
  }
  .mobile-menu-search.search-container {
    display: block !important;
    position: absolute;
    top: 72px;
    padding: 0px 20px;
    width: 100%;
    height: auto;
  }
  .mobile-menu-search.search-container #searchForm {
    max-width: 100%;
    padding-top: 0px;
  }
  .mobile-menu-search.search-container #searchForm [type=search] {
    color: var(--CLOUD, #EFEDEB);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    font-family: "HelveticaNeue", helvetica, sans-serif;
    letter-spacing: 0;
    height: 42px;
  }
  .mobile-menu-search.search-container #searchForm [type=search] svg {
    width: 16px;
    height: 16px;
  }
  .mobile-content-footer {
    display: none;
  }
  .resources-nav {
    grid-template-columns: 1fr;
  }
  .resources-nav .icon-ext {
    width: 16px;
    height: 16px;
    top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .header-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .container, .footer-top, .site-footer .container, #other-articles .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .new-page-header {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
  }
  .new-page-header h1 {
    font-size: 42px;
    font-style: normal;
    font-weight: 900;
    line-height: 51px;
  }
  #sect-product-layout .product-layout-main .product-layout-main-container {
    grid-template-columns: 1fr;
    padding: 24px;
    margin-bottom: 40px;
  }
  #alerts-banner {
    padding-left: 20px;
    padding-right: 20px;
    background: var(--FIRE-WCAG, #AC4F20);
    color: var(--CLOUD, #EFEDEB);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  #alerts-banner .alert a {
    color: var(--CLOUD, #EFEDEB);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  #alerts-banner .btn-close svg {
    width: 15px;
  }
  header.site-header {
    padding: 8px 20px;
    background: var(--CLOUD, #EFEDEB);
  }
  header.site-header .header-center img {
    width: 140px;
    height: 18px;
    transform: translateY(4px);
  }
  .site-footer .footer-top .cols .nav-cols > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 15px;
  }
  .site-footer .footer-bottom .colophon {
    padding-inline: 0px;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .site-footer .footer-bottom .colophon .colophon-nav {
    margin-top: 40px;
  }
  .footer-top {
    padding-left: 0px;
    padding-right: 0px;
  }
  .academy-nav-container {
    padding: 30px 15px;
  }
  .academy-nav-container .academy-nav {
    grid-template-columns: 1fr;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .academy-nav-container .academy-nav a {
    align-items: center;
  }
  .academy-nav-container .academy-nav a span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
  .homepage-categories {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .homepage-categories .categories h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 43px;
    /* 119.444% */
    letter-spacing: -1.76px;
  }
  .homepage-categories .swiper-slide {
    width: 280px !important;
    height: 420px !important;
  }
  .homepage-categories {
    /* Make inner anchor fill the slide */
  }
  .homepage-categories .swiper-slide a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .homepage-categories {
    /* If .image has a fixed height, let it grow to fill */
  }
  .homepage-categories .swiper-slide .image {
    flex: 1;
  }
  .homepage-categories .progress-track {
    display: none;
  }
  .academy-nav-container .academy-nav-title {
    color: var(--GRAPHITE, #333);
    text-align: center !important;
    font-size: 34px !important;
    font-style: normal !important;
    font-weight: 900;
    line-height: 100% !important;
    text-transform: uppercase !important;
  }
  .swiper .progress-track {
    display: none;
  }
  .carousel-controls {
    width: 100%;
    margin-top: 40px;
    margin-left: 16px;
  }
  .arrow-btn {
    margin-right: 16px;
  }
  .tab-switcher a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .promoted-articles {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .request-callout {
    flex-direction: column;
    gap: 30px;
  }
  .request-callout .text {
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    width: 100%;
  }
  .request-callout .text p {
    padding: 24px 0;
  }
  .request-callout .text a {
    width: 100%;
    max-width: 100%;
  }
  #other-articles {
    margin-bottom: 40px;
  }
  .site-footer {
    padding-top: 40px;
  }
  .site-footer .footer-top .cols {
    gap: 40px;
  }
  .site-footer .footer-top .cols > .col:first-of-type {
    width: 100%;
  }
  .product-container {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .product-container .product {
    max-width: 100%;
  }
  .product-sections.container {
    padding-bottom: 0px;
  }
  .product-sections .section .image, .product-sections .section .text, .product-sections .section .text, .product-sections .section:nth-child(even) .text {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0px;
  }
  .product-sections .section:nth-child(even) {
    flex-direction: column;
  }
  .categories-list {
    margin-bottom: 40px;
  }
}
/* end 768px */
/* 640px */
@media screen and (max-width: 640px) {
  .hero.homepage-hero {
    height: 550px;
  }
  .hero.homepage-hero .search-container {
    max-width: 335px;
    padding-inline: 20px;
  }
  .hero.homepage-hero .search-container [type=submit] svg {
    width: 16px;
    height: 16px;
  }
  .hero.homepage-hero .search-container #searchForm [type=search] {
    color: var(--CLOUD, #EFEDEB);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    height: 52px;
  }
  .hero.homepage-hero .hero-inner h2 {
    color: var(--neutrals-cloud, #EFEDEB);
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 47px;
    letter-spacing: -1.52px;
  }
  .hero.homepage-hero .hero-inner h2 strong {
    color: var(--neutrals-cloud, #EFEDEB);
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 750;
    line-height: 47px;
    letter-spacing: -1.2px;
    text-transform: capitalize;
  }
  .request-callout {
    margin-bottom: 40px;
  }
  .request-callout .text h4 {
    color: var(--CIRRUS-CLOUD, #FBFAF8);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 38px;
    text-transform: capitalize;
  }
  #sect-product-layout .product-layout-main .product-layout-main-container {
    padding: 16px;
  }
}
/* END MEDIA ----------------------------------------------------------------- */
/* END MEDIA ----------------------------------------------------------------- */
/* END MEDIA ----------------------------------------------------------------- */