.widget-line-wrap.widget-line-1,
.widget-line-wrap.widget-line-2,
.navigation-wrap,
.mobile-menu-wrap {
  display: none !important;
}

.cortex-custom-header {
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 1000;
}

.cortex-announcement {
  align-items: center;
  background: #0e0e0e;
  color: #fff;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  height: 39px;
  padding: 0 max(22px, calc((100vw - 1200px) / 2));
}

.cortex-announcement__text {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .3px;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  transition: opacity .16s ease, transform .16s ease;
  white-space: nowrap;
}

.cortex-announcement__text.is-leaving-left {
  opacity: 0;
  transform: translateX(-28px);
}

.cortex-announcement__text.is-leaving-right {
  opacity: 0;
  transform: translateX(28px);
}

.cortex-announcement__text.is-entering-right,
.cortex-announcement__text.is-entering-left {
  opacity: 1;
  transition: opacity .38s ease, transform .38s cubic-bezier(.22, 1, .36, 1);
  transform: translateX(0);
}

.cortex-announcement__text.is-entering-right {
  animation: cortexAnnouncementInRight .38s cubic-bezier(.22, 1, .36, 1);
}

.cortex-announcement__text.is-entering-left {
  animation: cortexAnnouncementInLeft .38s cubic-bezier(.22, 1, .36, 1);
}

.cortex-announcement__arrow {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  height: 39px;
  justify-content: center;
  padding: 0;
  width: 48px;
}

.cortex-announcement__arrow span {
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  display: block;
  height: 7px;
  transform: rotate(-45deg);
  width: 7px;
}

.cortex-announcement__arrow--next span {
  transform: rotate(135deg);
}

.cortex-main-header {
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
  z-index: 1200;
}

.cortex-main-header.is-sticky {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.cortex-sticky-header-spacer {
  display: none;
  height: var(--cortex-sticky-header-height, 78px);
}

.cortex-sticky-header-spacer.is-active {
  display: block;
}

.cortex-main-header__inner {
  align-items: center;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 48px;
  min-height: 78px;
  gap: 32px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 14px 20px;
}

.cortex-header-logo {
  align-items: center;
  background: #0e0e0e;
  display: flex;
  height: 49px;
  justify-self: start;
  padding: 7px 13px;
}

.cortex-header-logo img {
  display: block;
  height: auto;
  max-height: 44px;
  object-fit: contain;
  width: 144px;
}

.cortex-header-nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 4.5vw, 35px);
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cortex-header-nav li {
  position: relative;
}

.cortex-header-nav a {
  color: #222;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .2px;
  line-height: 1;
  padding: 10px 0;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.cortex-header-nav a:hover,
.cortex-header-nav a.is-active {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cortex-header-nav .has-submenu::after {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  height: 6px;
  margin-left: 9px;
  margin-top: 1px;
  transform: rotate(45deg);
  width: 6px;
}

.cortex-nav-submenu {
  background: #fff;
  border: 1px solid #eeeeee;
  box-shadow: 0 18px 35px rgba(0, 0, 0, .12);
  left: 50%;
  list-style: none;
  margin: 0;
  min-width: 210px;
  opacity: 0;
  padding: 10px 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 12px);
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  visibility: hidden;
  z-index: 50;
}

.cortex-nav-submenu li {
  display: block;
  float: none;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%;
}

.cortex-nav-submenu::before {
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  right: 0;
  top: -14px;
}

.cortex-nav-dropdown:hover .cortex-nav-submenu,
.cortex-nav-dropdown:focus-within .cortex-nav-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.cortex-nav-submenu a {
  color: #1f1f1f;
  display: flex;
  font-size: 12px;
  justify-content: flex-start;
  line-height: 1.3;
  margin: 0;
  padding: 11px 18px;
  text-decoration: none;
  width: 100%;
}

.cortex-nav-submenu a:hover {
  background: #f6f6f6;
  color: #c41e2d;
  text-decoration: none;
}

.cortex-header-search {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 42px;
  justify-content: center;
  justify-self: end;
  padding: 0;
  width: 42px;
}

.cortex-header-search span,
.cortex-search-modal button span {
  border: 1.5px solid #161616;
  border-radius: 50%;
  display: block;
  height: 17px;
  position: relative;
  width: 17px;
}

.cortex-header-search span::after,
.cortex-search-modal button span::after {
  background: #161616;
  content: "";
  height: 8px;
  left: 13px;
  position: absolute;
  top: 13px;
  transform: rotate(-45deg);
  transform-origin: top center;
  width: 1.5px;
}

.cortex-search-overlay {
  align-items: center;
  background: rgba(0, 0, 0, .58);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .22s ease, visibility .22s ease;
  visibility: hidden;
  z-index: 2000;
}

.cortex-search-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.cortex-search-modal {
  align-items: center;
  background: #fff;
  box-shadow: 0 26px 60px rgba(0, 0, 0, .24);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  max-width: 620px;
  opacity: 0;
  position: relative;
  transform: translateY(18px) scale(.98);
  transition: opacity .22s ease, transform .22s cubic-bezier(.22, 1, .36, 1);
  width: min(620px, 100%);
  z-index: 2;
}

.cortex-search-overlay.is-open .cortex-search-modal {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.cortex-search-modal input {
  background: #fff;
  border: 0;
  color: #111;
  font-size: 18px;
  height: 62px;
  min-width: 0;
  outline: 0;
  padding: 0 22px;
  width: 100%;
}

.cortex-search-modal input::placeholder {
  color: #8b8b8b;
}

.cortex-search-modal button {
  align-items: center;
  background: #fff;
  border: 0;
  border-left: 1px solid #eeeeee;
  display: flex;
  height: 62px;
  justify-content: center;
  padding: 0;
  width: 58px;
}

.cortex-search-overlay__close {
  background: transparent;
  border: 0;
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cortex-footer {
  background:
    linear-gradient(90deg, rgba(7, 7, 8, .98), rgba(13, 13, 15, .98)),
    #080808;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
}

.cortex-footer::before {
  display: none;
}

.cortex-footer::after {
  display: none;
}

.cortex-footer__inner {
  margin: 0 auto;
  max-width: 1294px;
  padding: 58px 24px 24px;
  position: relative;
  z-index: 1;
}

.cortex-footer__grid {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(260px, 1.35fr) minmax(150px, .72fr) minmax(180px, .86fr) minmax(280px, 1.24fr);
}

.cortex-footer__logo {
  align-items: center;
  display: inline-flex;
  margin-bottom: 18px;
}

.cortex-footer__logo img {
  display: block;
  height: auto;
  max-height: 52px;
  object-fit: contain;
  width: 178px;
}

.cortex-footer__brand p {
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
  margin: 0;
  max-width: 390px;
}

.cortex-footer h6 {
  color: #fff;
  font-size: 15px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: .2px;
  line-height: 1.1;
  margin: 0 0 20px;
  padding-bottom: 13px;
  position: relative;
  text-transform: uppercase;
}

.cortex-footer h6::after {
  background: #f21d1d;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 42px;
}

.cortex-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cortex-footer__column li+li {
  margin-top: 10px;
}

.cortex-footer a {
  align-items: center;
  color: rgba(255, 255, 255, .66);
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  line-height: 1.35;
  text-decoration: none;
  transition: color .2s ease, padding-left .2s ease;
}

.cortex-footer__column a::before {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  color: #f21d1d;
  content: "";
  flex: 0 0 7px;
  height: 7px;
  transform: rotate(45deg);
  width: 7px;
}

.cortex-footer a:hover {
  color: #fff;
}

.cortex-footer__column a:hover {
  padding-left: 4px;
}

.cortex-footer__contact li {
  align-items: flex-start;
  display: grid;
  gap: 12px;
  grid-template-columns: 38px minmax(0, 1fr);
}

.cortex-footer__contact li+li {
  margin-top: 16px;
}

.cortex-footer__contact i {
  align-items: center;
  background: #f21d1d;
  color: #fff;
  display: flex;
  font-size: 15px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  width: 38px;
}

.cortex-footer__contact span {
  color: rgba(255, 255, 255, .68);
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.cortex-footer__contact a {
  font-size: 14px;
}

.cortex-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .62);
  display: grid;
  font-size: 13px;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  line-height: 1.45;
  margin-top: 38px;
  padding-top: 22px;
  text-align: center;
}

.cortex-footer__bottom strong {
  color: #fff;
}

.cortex-footer__bottom a {
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
}

.cortex-mobile-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  display: none;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.cortex-mobile-toggle span {
  background: #222;
  display: block;
  height: 1.5px;
  position: absolute;
  transition: transform .2s ease, opacity .2s ease;
  width: 16px;
}

.cortex-mobile-toggle span:nth-child(1) {
  transform: translateY(-6px);
}

.cortex-mobile-toggle span:nth-child(3) {
  transform: translateY(6px);
}

.cortex-mobile-toggle.is-open span:nth-child(1) {
  transform: rotate(45deg);
}

.cortex-mobile-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.cortex-mobile-toggle.is-open span:nth-child(3) {
  transform: rotate(-45deg);
}

@media (max-width: 991.98px) {
  .cortex-announcement {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    height: 38px;
    padding: 0 14px;
  }

  .cortex-announcement__text {
    font-size: 10px;
  }

  .cortex-announcement__arrow {
    height: 38px;
    width: 42px;
  }

  .cortex-main-header__inner {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 10px;
    min-height: 62px;
    padding: 8px 18px;
    position: relative;
  }

  .cortex-mobile-toggle {
    display: flex;
  }

  .cortex-header-logo {
    height: 55px;
    justify-self: center;
    padding: 6px 11px;
  }

  .cortex-header-logo img {
    max-height: 31px;
    width: 104px;
  }

  .cortex-header-nav {
    background: #fff;
    border-top: 1px solid #ececec;
    box-shadow: 0 16px 26px rgba(0, 0, 0, .08);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 8px 20px 12px;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .cortex-header-nav.is-open {
    display: flex;
  }

  .cortex-header-nav li {
    width: 100%;
  }

  .cortex-header-nav a {
    font-size: 13px;
    justify-content: space-between;
    padding: 13px 0;
    width: 100%;
  }

  .cortex-header-nav .cortex-nav-dropdown .cortex-nav-submenu {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: none;
    left: auto;
    margin: 0;
    min-width: 0;
    opacity: 1;
    overflow: hidden;
    padding: 0 0 8px 14px;
    pointer-events: auto;
    position: static;
    transform: none;
    visibility: visible;
    width: 100%;
  }

  .cortex-header-nav .cortex-nav-dropdown.is-open .cortex-nav-submenu {
    display: block;
    border-left: 2px solid #111;
    margin: 0 0 8px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .cortex-header-nav .cortex-nav-submenu li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .cortex-header-nav .cortex-nav-dropdown.is-open>.has-submenu::after {
    margin-top: 5px;
    transform: rotate(225deg);
  }

  .cortex-header-nav .cortex-nav-submenu::before {
    display: none;
  }

  .cortex-header-nav .cortex-nav-submenu a {
    background: #f4f4f4;
    color: #222;
    display: flex;
    font-size: 12px;
    line-height: 1.25;
    padding: 12px 14px;
    white-space: normal;
  }

  .cortex-header-nav .cortex-nav-submenu li+li a {
    border-top: 1px solid #e7e7e7;
  }

  .cortex-footer__inner {
    padding: 46px 18px 22px;
  }

  .cortex-footer__grid {
    gap: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cortex-footer__brand {
    grid-column: 1 / -1;
  }

  .cortex-footer__bottom {
    grid-template-columns: 1fr;
  }

}

@keyframes cortexAnnouncementInRight {
  from {
    opacity: 0;
    transform: translateX(34px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes cortexAnnouncementInLeft {
  from {
    opacity: 0;
    transform: translateX(-34px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}


.cortex-hero-banner img,
.cortex-hero-carousel img {
  display: block;
  max-height: 620px;
  object-fit: cover;
  width: 100%;
}

.cortex-shop-category-section {
  background: #f4f4f4;
  padding: 60px 28px 64px;
}

.cortex-shop-category-wrap {
  margin: 0 auto;
  max-width: 1294px;
}

.cortex-shop-category-heading {
  margin: 0 auto 20px;
  max-width: 900px;
  text-align: center;
}

.cortex-shop-category-heading h2 {
  color: #050505;
  font-size: clamp(26px, 2.7vw, 32px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.cortex-shop-category-heading p {
  color: #7a7f85;
  font-size: clamp(14px, 1.4vw, 16px);
  font-style: italic;
  line-height: 1.55;
  margin: 0;
}

.cortex-shop-category-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cortex-shop-category-card {
  aspect-ratio: 1.13 / 1;
  background: #111;
  border-radius: 3px;
  display: block;
  min-height: 240px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.cortex-shop-category-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .35s ease;
  width: 100%;
}

.cortex-shop-category-overlay {
  background: rgba(0, 0, 0, .46);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background .25s ease;
}

.cortex-shop-category-content {
  align-items: center;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  left: 20px;
  position: absolute;
  right: 20px;
  text-align: center;
  z-index: 2;
}

.cortex-shop-category-title {
  color: #fff;
  display: block;
  font-size: clamp(24px, 2.2vw, 20px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

.cortex-shop-category-btn {
  border: 2px solid #fff;
  color: #fff;
  display: inline-flex;
  font-size: clamp(14px, 1.4vw, 18px);
  font-style: italic;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  min-width: min(180px, 90%);
  padding: 13px 18px;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease;
}

.cortex-shop-category-card:hover img {
  transform: scale(1.07);
}

.cortex-shop-category-card:hover .cortex-shop-category-overlay {
  background: rgba(0, 0, 0, .34);
}

.cortex-shop-category-card:hover .cortex-shop-category-btn {
  background: #fff;
  color: #111;
}

.cortex-video-showcase {
  align-items: center;
  background: #111;
  display: flex;
  justify-content: center;
  min-height: clamp(360px, 43vw, 650px);
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.cortex-video-showcase__media {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.cortex-video-showcase__overlay {
  background:
    radial-gradient(circle at center, rgba(0, 0, 0, .42) 0%, rgba(0, 0, 0, .66) 58%, rgba(0, 0, 0, .72) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.cortex-video-showcase__content {
  color: #fff;
  margin: 0 auto;
  max-width: 760px;
  padding: 56px 24px;
  position: relative;
  z-index: 3;
}

.cortex-video-showcase__content::before {
  background: radial-gradient(circle, rgba(0, 0, 0, .46) 0%, rgba(0, 0, 0, 0) 70%);
  content: "";
  height: 220px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(760px, 100vw);
  z-index: -1;
}

.cortex-video-showcase__content h2 {
  color: #fff !important;
  font-size: clamp(30px, 4vw, 44px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 14px;
  text-shadow: 0 4px 22px rgba(0, 0, 0, .85);
  text-transform: uppercase;
}

.cortex-video-showcase__content p {
  color: rgba(255, 255, 255, .96) !important;
  font-size: clamp(14px, 1.4vw, 17px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 660px;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .9);
}

.cortex-savings-carousel {
  background: #fff;
  overflow: hidden;
  padding: 55px 18px 58px;
}

.cortex-savings-carousel__inner {
  margin: 0 auto;
  max-width: 1294px;
}

.cortex-savings-carousel h2 {
  color: #151515;
  font-size: clamp(28px, 3vw, 34px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 22px;
  text-align: center;
  text-transform: uppercase;
}

.cortex-savings-carousel__stage {
  position: relative;
}

.cortex-savings-carousel__viewport {
  overflow: hidden;
  padding: 2px 0 10px;
}

.cortex-savings-carousel__track {
  display: flex;
  gap: 20px;
  transition: transform .36s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.cortex-savings-card {
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .18);
  box-sizing: border-box;
  display: flex;
  flex: 0 0 calc((100% - 80px) / 5);
  flex-direction: column;
  min-height: 426px;
  padding: 16px 16px 16px;
  text-align: center;
}

.cortex-savings-card figure {
  align-items: center;
  background: #f7f7f7;
  display: flex;
  height: 210px;
  justify-content: center;
  margin: 0 0 16px;
  overflow: hidden;
}

.cortex-savings-card img {
  display: block;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform .28s ease;
  width: 100%;
}

.cortex-savings-card h3 {
  color: #202020;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: .2px;
  line-height: 1.38;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.cortex-savings-card__tagline {
  color: #727272;
  font-size: 13px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 18px;
  min-height: 36px;
}

.cortex-savings-card a {
  align-items: center;
  background: #f21d1d;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-style: italic;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  margin-top: auto;
  min-height: 42px;
  padding: 13px 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}

.cortex-savings-card:hover img {
  transform: scale(1.045);
}

.cortex-savings-card a:hover {
  background: #111;
  color: #fff;
  transform: translateY(-1px);
}

.cortex-savings-carousel__arrow {
  align-items: center;
  background: rgba(130, 130, 130, .86);
  border: 0;
  border-radius: 50%;
  display: flex;
  height: 42px;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background .2s ease, opacity .2s ease;
  width: 42px;
  z-index: 4;
}

.cortex-savings-carousel__arrow--prev {
  left: 10px;
}

.cortex-savings-carousel__arrow--next {
  right: 10px;
}

.cortex-savings-carousel__arrow span {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  display: block;
  height: 9px;
  width: 9px;
}

.cortex-savings-carousel__arrow--prev span {
  transform: rotate(-135deg);
}

.cortex-savings-carousel__arrow--next span {
  transform: rotate(45deg);
}

.cortex-savings-carousel__arrow:hover {
  background: rgba(20, 20, 20, .9);
}

.cortex-savings-carousel__arrow:disabled {
  opacity: 0;
  pointer-events: none;
}

.cortex-savings-carousel__dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 15px;
  min-height: 5px;
}

.cortex-savings-carousel__dots span {
  background: #8c8c8c;
  display: block;
  height: 5px;
  width: 20px;
}

.cortex-savings-carousel__dots span.is-active {
  background: #111;
}

.cortex-rider-choice {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, .98) 0%, rgba(13, 14, 16, .96) 48%, rgba(22, 23, 26, .98) 100%),
    url("../img/home/action-poster-bg.jpg") center / cover;
  color: #fff;
  overflow: hidden;
  padding: 86px 24px;
  position: relative;
}

.cortex-rider-choice::before {
  background: linear-gradient(135deg, rgba(242, 29, 29, .42), rgba(242, 29, 29, 0) 54%);
  content: "";
  height: 130%;
  left: -16%;
  pointer-events: none;
  position: absolute;
  top: -15%;
  transform: skewX(-14deg);
  width: 48%;
}

.cortex-rider-choice::after {
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 68px);
  bottom: 0;
  content: "";
  opacity: .32;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
}

.cortex-rider-choice__inner {
  align-items: stretch;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(340px, .88fr) minmax(0, 1.22fr);
  margin: 0 auto;
  max-width: 1294px;
  position: relative;
  z-index: 1;
}

.cortex-rider-choice__intro {
  align-content: start;
  display: grid;
  position: relative;
}

.cortex-rider-choice__eyebrow {
  color: #f21d1d !important;
  font-size: 13px !important;
  font-style: italic;
  font-weight: 900;
  letter-spacing: .9px;
  line-height: 1.25;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.cortex-rider-choice h2 {
  color: #fff;
  font-size: clamp(38px, 4.8vw, 66px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: .92;
  margin: 0 0 22px;
  max-width: 620px;
  text-transform: uppercase;
}

.cortex-rider-choice__intro>p:not(.cortex-rider-choice__eyebrow) {
  color: rgba(255, 255, 255, .78) !important;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.55;
  margin: 0 0 26px;
  max-width: 500px;
}

.cortex-rider-choice__stats {
  border: 1px solid rgba(255, 255, 255, .12);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 24px;
}

.cortex-rider-choice__stats div {
  background: rgba(255, 255, 255, .06);
  padding: 16px 14px;
}

.cortex-rider-choice__stats div+div {
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.cortex-rider-choice__stats strong,
.cortex-rider-choice__stats span {
  display: block;
}

.cortex-rider-choice__stats strong {
  color: #fff;
  font-size: 28px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.cortex-rider-choice__stats span {
  color: rgba(255, 255, 255, .66);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  margin-top: 7px;
  text-transform: uppercase;
}

.cortex-rider-choice__image {
  align-items: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02)),
    #090a0b;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .42);
  display: flex;
  min-height: 390px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}



.cortex-rider-choice__image::after {
  background: #f21d1d;
  bottom: 0;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 72%;
}

.cortex-rider-choice__image img {
  display: block;
  filter: drop-shadow(0 30px 42px rgba(0, 0, 0, .62));
  height: auto;
  margin: 0 auto;
  max-height: 360px;
  max-width: 100%;
  object-fit: contain;
  position: relative;

  z-index: 1;
}

.cortex-rider-choice__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cortex-rider-choice__card {
  background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .045));
  border: 1px solid rgba(255, 255, 255, .13);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
  min-height: 205px;
  overflow: hidden;
  padding: 26px 24px 24px;
  position: relative;
  transition: background .22s ease, border-color .22s ease, transform .22s ease;
}

.cortex-rider-choice__card::before {
  background: #f21d1d;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 42%;
  top: 0;
}



.cortex-rider-choice__card--wide {
  grid-column: span 2;
  min-height: 170px;
}

.cortex-rider-choice__card span {
  color: #f21d1d;
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 22px;
}

.cortex-rider-choice__card h3 {
  color: #fff;
  font-size: 21px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.cortex-rider-choice__card p {
  color: rgba(255, 255, 255, .72) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  margin: 0;
}

.cortex-rider-choice__card:hover {
  background: linear-gradient(145deg, rgba(242, 29, 29, .18), rgba(255, 255, 255, .07));
  border-color: rgba(242, 29, 29, .72);
  transform: translateY(-5px);
}

.cortex-corporate-solutions {
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  overflow: hidden;
  padding: 78px 24px 84px;
  position: relative;
}

.cortex-corporate-solutions::before {
  background: #f21d1d;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: min(240px, 48vw);
}



.cortex-corporate-solutions__inner {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .85fr);
  margin: 0 auto;
  max-width: 1294px;
  position: relative;
  z-index: 1;
}

.cortex-corporate-solutions__content {
  align-content: center;
  display: grid;
  max-width: 760px;
  padding: 18px 0 18px 28px;
  position: relative;
}

.cortex-corporate-solutions__content::before {
  background: #f21d1d;
  bottom: 26px;
  content: "";
  left: 0;
  position: absolute;
  top: 26px;
  width: 5px;
}

.cortex-corporate-solutions__eyebrow {
  color: #f21d1d !important;
  font-size: 13px !important;
  font-style: italic;
  font-weight: 900;
  letter-spacing: .9px;
  line-height: 1.2;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.cortex-corporate-solutions h2 {
  color: #101010;
  font-size: clamp(34px, 4.1vw, 54px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 22px;
  max-width: 760px;
  text-transform: uppercase;
}

.cortex-corporate-solutions__content p:not(.cortex-corporate-solutions__eyebrow) {
  color: #3a3a3a !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.62;
  margin: 0 0 16px;
  max-width: 660px;
}

.cortex-corporate-solutions__visual {
  align-items: center;
  background: #111;
  border: 0;
  box-shadow: 0 26px 62px rgba(0, 0, 0, .18);
  display: flex;
  min-height: 390px;
  overflow: hidden;
  padding: 34px 30px;
  position: relative;
}

.cortex-corporate-solutions__visual::before {
  background: linear-gradient(135deg, rgba(242, 29, 29, .95), rgba(242, 29, 29, .18));
  bottom: auto;
  content: "";
  height: 160px;
  left: -58px;
  position: absolute;
  top: -58px;
  transform: rotate(35deg);
  width: 160px;
}

.cortex-corporate-solutions__visual::after {
  background: #f21d1d;
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 32%;
  width: auto;
}

.cortex-corporate-solutions__visual img {
  display: block;
  filter: drop-shadow(0 28px 36px rgba(0, 0, 0, .45));
  margin: 0 auto;
  max-height: 330px;
  max-width: 100%;
  object-fit: contain;
  position: relative;
  transform: rotate(-3deg) scale(1.02);
  z-index: 1;
}

.cortex-corporate-solutions__brand-card {
  background: #fff;
  border-left: 5px solid #f21d1d;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
  bottom: 24px;
  left: 24px;
  min-width: 190px;
  padding: 16px 18px;
  position: absolute;
  z-index: 2;
}

.cortex-corporate-solutions__brand-card span,
.cortex-corporate-solutions__brand-card strong {
  display: block;
}

.cortex-corporate-solutions__brand-card span {
  color: #777;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.cortex-corporate-solutions__brand-card strong {
  color: #111;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  margin-top: 6px;
  text-transform: uppercase;
}

.cortex-corporate-solutions__features {
  display: grid;
  gap: 18px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 6px;
}

.cortex-corporate-solutions__features article {
  background: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .07);
  min-height: 166px;
  padding: 26px 24px 24px;
  position: relative;
  transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.cortex-corporate-solutions__features article::before {
  background: linear-gradient(90deg, #f21d1d, #111);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cortex-corporate-solutions__features span {
  color: #f21d1d;
  display: block;
  font-size: 13px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 18px;
}

.cortex-corporate-solutions__features h3 {
  color: #111;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.cortex-corporate-solutions__features p {
  color: #555 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

.cortex-corporate-solutions__features article:hover {
  border-color: rgba(242, 29, 29, .45);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .12);
  transform: translateY(-5px);
}

.cortex-about-split {
  background: #f5f5f5;
  padding: 30px 0px;
}

.cortex-about-split__inner {
  align-items: stretch;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1280px;
}

.cortex-about-split__content {
  align-self: center;
  max-width: 620px;
  padding: 58px clamp(36px, 6vw, 60px);
  position: relative;
}

.cortex-about-split__eyebrow {
  color: #f42121;
  display: inline-flex;
  font-size: 12px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: .8px;
  line-height: 1.4;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.cortex-about-split__eyebrow::before {
  background: #f42121;
  content: "";
  height: 2px;
  margin: 8px 12px 0 0;
  width: 34px;
}

.cortex-about-split__content h2 {
  color: #101010;
  font-size: clamp(32px, 3.2vw, 42px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.cortex-about-split__content p {
  color: #2f2f2f;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .15px;
  line-height: 1.7;
  margin: 0 0 15px;
}

.cortex-about-split__content h3 {
  color: #111;
  font-size: clamp(20px, 2vw, 24px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 24px 0 30px;
  padding-left: 18px;
  position: relative;
  text-transform: uppercase;
}

.cortex-about-split__content h3::before {
  background: #f42121;
  bottom: 2px;
  content: "";
  left: 0;
  position: absolute;
  top: 2px;
  width: 4px;
}

.cortex-about-split__content a {
  background: #f42121;
  color: #fff;
  display: inline-flex;
  font-size: 17px;
  font-style: italic;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-width: 222px;
  padding: 16px 26px;
  box-shadow: 0 10px 22px rgba(244, 33, 33, .22);
  text-decoration: none;
  text-transform: uppercase;
  transition: background .22s ease, transform .22s ease;
}

.cortex-about-split__content a:hover {
  background: #111;
  color: #fff;
  transform: translateY(-1px);
}

.cortex-about-split__media {
  min-height: 540px;
  overflow: hidden;
}

.cortex-about-split__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.cortex-page {
  background: #fff;
  color: #171717;
  font-family: Arial, Helvetica, sans-serif;
}

.cortex-section {
  padding: 80px 0;
}

.cortex-section.bg-light {
  background: #f6f6f4 !important;
}

.cortex-eyebrow {
  color: #c41e2d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.cortex-page h1,
.cortex-page h2,
.cortex-page h3 {
  color: #151515;
  font-weight: 900;
  letter-spacing: 0;
}

.cortex-page h1 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.cortex-page h2 {
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.08;
  margin-bottom: 25px;
}

.cortex-page h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.cortex-page p {
  color: #555;
  font-size: 16px;
  line-height: 1.40;
}

.cortex-page .cortex-rider-choice h2 {
  color: #fff;
  font-size: clamp(38px, 4.8vw, 66px);
  font-style: italic;
  line-height: .92;
  margin: 0 0 22px;
}

.cortex-page .cortex-rider-choice__card h3 {
  color: #fff;
  font-size: 21px;
  font-style: italic;
  line-height: 1.12;
  margin: 0 0 10px;
}

.cortex-page .cortex-rider-choice__card p {
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.55;
}

.cortex-page .cortex-corporate-solutions h2 {
  color: #101010;
  font-size: clamp(34px, 4.1vw, 54px);
  font-style: italic;
  line-height: 1;
  margin: 0 0 22px;
}

.cortex-page .cortex-corporate-solutions__features h3 {
  color: #111;
  font-size: 20px;
  font-style: italic;
  line-height: 1.1;
  margin: 0 0 10px;
}

.cortex-page .cortex-corporate-solutions__features p {
  color: #555;
  font-size: 14px;
  line-height: 1.55;
}

.cortex-tagline {
  color: #c41e2d !important;
  font-size: clamp(24px, 3vw, 34px) !important;
  margin-top: 24px;
}

.cortex-section-heading {
  margin: 0 auto 44px;
  max-width: 850px;
  text-align: center;
}

.cortex-btn {
  background: #c41e2d;
  border: 2px solid #c41e2d;
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  padding: 13px 24px;
  text-transform: uppercase;
}

.cortex-btn:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

.cortex-btn.light {
  background: #fff;
  border-color: #fff;
  color: #111;
}

.cortex-highlight-box,
.cortex-card,
.cortex-feature,
.cortex-panel,
.cortex-benefit {
  background: #fff;
  border: 1px solid #e8e8e8;
  height: 100%;
  padding: 28px;
}

.cortex-highlight-box {
  border-top: 5px solid #c41e2d;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

.cortex-card {
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.cortex-card:hover,
.cortex-feature:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, .1);
  transform: translateY(-4px);
}

.cortex-card img {
  height: 145px;
  margin-bottom: 22px;
  object-fit: contain;
  width: 100%;
}

.cortex-feature {
  border-left: 4px solid #c41e2d;
}

.cortex-panel {
  box-shadow: 0 14px 34px rgba(0, 0, 0, .06);
}

.cortex-dark-section {
  background: #111;
}

.cortex-dark-section h2,
.cortex-dark-section p {
  color: #fff;
}

.cortex-benefit {
  color: #151515;
  text-align: center;
}

.cortex-benefit h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.cortex-benefit p {
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .cortex-section {
    padding: 56px 0;
  }

  .cortex-shop-category-section {
    padding: 48px 16px;
  }

  .cortex-shop-category-heading {
    margin-bottom: 22px;
  }

  .cortex-shop-category-grid {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .cortex-shop-category-card {
    aspect-ratio: 1.35 / 1;
    min-height: 220px;
  }

  .cortex-shop-category-content {
    bottom: 24px;
    left: 16px;
    right: 16px;
  }

  .cortex-shop-category-title {
    margin-bottom: 18px;
  }

  .cortex-video-showcase {
    min-height: 360px;
  }

  .cortex-video-showcase__content {
    padding: 48px 18px;
  }

  .cortex-video-showcase__content h2 {
    line-height: 1.12;
    margin-bottom: 12px;
  }

  .cortex-video-showcase__content p {
    max-width: 330px;
  }

  .cortex-footer::after {
    display: none;
  }

  .cortex-footer__grid {
    gap: 26px;
    grid-template-columns: 1fr;
  }

  .cortex-footer__brand p {
    max-width: none;
  }

  .cortex-footer h6 {
    margin-bottom: 16px;
  }

  .cortex-footer__contact li {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .cortex-footer__contact i {
    height: 36px;
    width: 36px;
  }

  .cortex-savings-carousel {
    padding: 34px 16px 48px;
  }

  .cortex-savings-carousel__track {
    gap: 14px;
  }

  .cortex-savings-card {
    flex-basis: 100%;
    min-height: 402px;
    padding: 14px;
  }

  .cortex-savings-card figure {
    height: 230px;
  }

  .cortex-savings-card h3 {
    font-size: 15px;
  }

  .cortex-rider-choice {
    padding: 54px 16px;
  }

  .cortex-rider-choice::before {
    left: -42%;
    width: 100%;
  }

  .cortex-rider-choice::after {
    opacity: .18;
    width: 100%;
  }

  .cortex-rider-choice__inner {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .cortex-page .cortex-rider-choice h2 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.05;
  }

  .cortex-rider-choice__intro>p:not(.cortex-rider-choice__eyebrow) {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .cortex-rider-choice__stats {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .cortex-rider-choice__stats div+div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .cortex-rider-choice__image {
    min-height: 260px;
    padding: 18px;
  }

  .cortex-rider-choice__image img {
    max-height: 235px;
    transform: rotate(-5deg) scale(1.02);
  }

  .cortex-rider-choice__grid {
    grid-template-columns: 1fr;
  }

  .cortex-rider-choice__card,
  .cortex-rider-choice__card--wide {
    grid-column: auto;
    min-height: 0;
    padding: 22px 20px;
  }

  .cortex-corporate-solutions {
    background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
    padding: 54px 16px 58px;
  }

  .cortex-corporate-solutions::before {
    width: 62%;
  }

  .cortex-corporate-solutions::after {
    display: none;
  }

  .cortex-corporate-solutions__inner {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .cortex-corporate-solutions__content {
    padding: 14px 0 14px 18px;
  }

  .cortex-corporate-solutions__content::before {
    bottom: 20px;
    top: 20px;
    width: 4px;
  }

  .cortex-page .cortex-corporate-solutions h2 {
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.04;
  }

  .cortex-corporate-solutions__content p:not(.cortex-corporate-solutions__eyebrow) {
    font-size: 15px;
  }

  .cortex-corporate-solutions__visual {
    min-height: 300px;
    padding: 24px 20px;
  }

  .cortex-corporate-solutions__visual::before {
    height: 120px;
    left: -48px;
    top: -48px;
    width: 120px;
  }

  .cortex-corporate-solutions__visual img {
    max-height: 245px;
    transform: rotate(-3deg) scale(1);
  }

  .cortex-corporate-solutions__brand-card {
    bottom: 16px;
    left: 16px;
    min-width: 150px;
    padding: 13px 14px;
    top: auto;
  }

  .cortex-corporate-solutions__brand-card strong {
    font-size: 19px;
  }

  .cortex-corporate-solutions__features {
    grid-template-columns: 1fr;
  }

  .cortex-corporate-solutions__features article {
    min-height: 0;
    padding: 24px 20px 22px;
  }

  .cortex-savings-carousel__arrow {
    height: 38px;
    width: 38px;
  }

  .cortex-about-split {
    padding: 44px 16px;
  }

  .cortex-about-split__inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .cortex-about-split__content {
    max-width: none;
    order: 2;
    padding: 34px 8px 0;
  }

  .cortex-about-split__eyebrow {
    align-items: center;
    font-size: 11px;
  }

  .cortex-about-split__eyebrow::before {
    width: 26px;
  }

  .cortex-about-split__content p {
    font-size: 15px;
    letter-spacing: .2px;
    line-height: 1.55;
  }

  .cortex-about-split__content h3 {
    font-size: 20px;
    margin-bottom: 26px;
  }

  .cortex-about-split__content a {
    min-width: 190px;
    width: auto;
  }

  .cortex-about-split__media {
    min-height: 280px;
    order: 1;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .cortex-shop-category-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .cortex-shop-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cortex-video-showcase {
    min-height: 430px;
  }

  .cortex-savings-carousel__track {
    gap: 18px;
  }

  .cortex-savings-card {
    flex-basis: calc((100% - 36px) / 3);
  }

  .cortex-rider-choice {
    padding: 68px 22px;
  }

  .cortex-rider-choice__inner {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .cortex-rider-choice__intro {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .78fr);
    gap: 24px;
  }

  .cortex-rider-choice__intro .cortex-rider-choice__eyebrow,
  .cortex-rider-choice__intro h2,
  .cortex-rider-choice__intro>p:not(.cortex-rider-choice__eyebrow) {
    grid-column: 1;
  }

  .cortex-rider-choice__image {
    grid-column: 2;
    grid-row: 1 / span 4;
    min-height: 330px;
  }

  .cortex-corporate-solutions {
    padding: 68px 22px;
  }

  .cortex-corporate-solutions__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .cortex-corporate-solutions__visual {
    min-height: 350px;
  }

  .cortex-corporate-solutions__visual img {
    max-height: 310px;
  }

  .cortex-corporate-solutions__features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cortex-about-split__content {
    max-width: none;
    padding: 42px 32px;
  }

  .cortex-about-split__media {
    min-height: 520px;
  }
}

@media (min-width: 640px) and (max-width: 899.98px) {
  .cortex-savings-carousel__track {
    gap: 18px;
  }

  .cortex-savings-card {
    flex-basis: calc((100% - 18px) / 2);
  }
}

.cortex-page .cortex-corporate-solutions {
  background: #f6f6f6;
  padding: 72px 24px;
}

.cortex-page .cortex-corporate-solutions::before {
  display: none;
}

.cortex-corporate-solutions__inner {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 1240px;
}

.cortex-corporate-solutions__head {
  margin: 0 auto 6px;
  max-width: 920px;
  text-align: center;
}

.cortex-corporate-solutions__head .cortex-corporate-solutions__eyebrow {
  color: #f21d1d !important;
  display: inline-flex;
  font-size: 13px !important;
  font-style: italic;
  font-weight: 900;
  letter-spacing: .9px;
  line-height: 1;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.cortex-page .cortex-corporate-solutions__head h2 {
  color: #101010;
  font-size: clamp(32px, 4vw, 54px);
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.cortex-corporate-solutions__showcase {
  background: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .07);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr);
  min-height: 430px;
  overflow: hidden;
}

.cortex-corporate-solutions__content {
  align-content: center;
  background: #fff;
  display: grid;
  max-width: none;
  padding: clamp(28px, 4vw, 52px);
  position: relative;
}

.cortex-corporate-solutions__content::before {
  display: none;
}

.cortex-corporate-solutions__label {
  border-left: 3px solid #f21d1d;
  color: #111;
  display: inline-flex;
  font-size: 13px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 18px;
  padding-left: 12px;
  text-transform: uppercase;
}

.cortex-corporate-solutions__content p:not(.cortex-corporate-solutions__eyebrow) {
  color: #343434 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.68;
  margin: 0 0 16px;
  max-width: 610px;
}

.cortex-corporate-solutions__visual {
  align-items: center;
  background: #f1f1f1;
  border-left: 1px solid #e2e2e2;
  box-shadow: none;
  display: flex;
  min-height: 430px;
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.cortex-corporate-solutions__visual::before,
.cortex-corporate-solutions__visual::after {
  display: none;
}

.cortex-corporate-solutions__visual img {
  display: block;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, .22));
  margin: 0 auto;
  max-height: 350px;
  max-width: 100%;
  object-fit: contain;
  position: relative;
  transform: none;
  z-index: 1;
}

.cortex-corporate-solutions__brand-card {
  background: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .08);
  bottom: 26px;
  left: 26px;
  min-width: 190px;
  padding: 16px 18px;
  position: absolute;
  top: auto;
  z-index: 2;
}

.cortex-corporate-solutions__brand-card span {
  color: #777;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.cortex-corporate-solutions__brand-card strong {
  color: #111;
  font-size: 23px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  margin-top: 7px;
  text-transform: uppercase;
}

.cortex-corporate-solutions__features {
  display: grid;
  gap: 16px;
  grid-column: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

.cortex-corporate-solutions__features article {
  background: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
  min-height: 154px;
  padding: 24px;
  position: relative;
}

.cortex-corporate-solutions__features article::before {
  background: #f21d1d;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.cortex-corporate-solutions__features span {
  color: #f21d1d;
  display: block;
  font-size: 13px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 16px;
}

.cortex-page .cortex-corporate-solutions__features h3 {
  color: #111;
  font-size: 19px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.cortex-page .cortex-corporate-solutions__features p {
  color: #555;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

.cortex-corporate-solutions__features article:hover {
  border-color: rgba(242, 29, 29, .36);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .09);
  transform: translateY(-2px);
}

@media (max-width: 767.98px) {
  .cortex-page .cortex-corporate-solutions {
    padding: 52px 16px;
  }

  .cortex-corporate-solutions__showcase {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .cortex-corporate-solutions__visual {
    min-height: 290px;
    order: -1;
    padding: 26px 20px;
    border-left: 0;
    border-bottom: 1px solid #e2e2e2;
  }

  .cortex-corporate-solutions__visual img {
    max-height: 230px;
    transform: none;
  }

  .cortex-corporate-solutions__brand-card {
    bottom: 16px;
    left: 16px;
    min-width: 150px;
    padding: 13px 14px;
  }

  .cortex-corporate-solutions__brand-card strong {
    font-size: 19px;
  }

  .cortex-corporate-solutions__features {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .cortex-corporate-solutions__showcase {
    grid-template-columns: minmax(0, 1fr);
  }

  .cortex-corporate-solutions__visual {
    min-height: 360px;
    order: -1;
    border-left: 0;
    border-bottom: 1px solid #e2e2e2;
  }
}

.cortex-page .cortex-corporate-solutions {
  background: #fff;
  padding: 64px 20px;
}

.cortex-corporate-solutions__inner {
  display: block;
  margin: 0 auto;
  max-width: 1180px;
}

.cortex-corporate-solutions__head {
  margin: 0 auto 32px;
  max-width: 860px;
  text-align: center;
}

.cortex-corporate-solutions__head .cortex-corporate-solutions__eyebrow {
  color: #f21d1d !important;
  font-size: 13px !important;
  font-style: italic;
  font-weight: 900;
  letter-spacing: .8px;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.cortex-page .cortex-corporate-solutions__head h2 {
  color: #111;
  font-size: clamp(28px, 3.4vw, 42px);
  font-style: italic;
  font-weight: 900;
  line-height: 1.08;
  margin: 0;
  text-transform: uppercase;
}

.cortex-corporate-solutions__showcase {
  align-items: center;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  margin-bottom: 22px;
  min-height: 0;
  overflow: hidden;
  padding: 30px;
}

.cortex-corporate-solutions__content {
  background: transparent;
  display: block;
  max-width: none;
  padding: 0;
}

.cortex-corporate-solutions__content::before,
.cortex-corporate-solutions__visual::before,
.cortex-corporate-solutions__visual::after {
  display: none;
}

.cortex-corporate-solutions__content p:not(.cortex-corporate-solutions__eyebrow) {
  color: #404040 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  margin: 0 0 14px;
  max-width: 680px;
}

.cortex-corporate-solutions__visual {
  align-items: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  display: flex;
  justify-content: center;
  min-height: 280px;
  padding: 22px;
}

.cortex-corporate-solutions__visual img {
  display: block;
  filter: none;
  max-height: 240px;
  max-width: 100%;
  object-fit: contain;
  transform: none;
}

.cortex-corporate-solutions__brand-card,
.cortex-corporate-solutions__label {
  display: none;
}

.cortex-corporate-solutions__features {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cortex-corporate-solutions__features article {
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  min-height: 0;
  padding: 22px;
}

.cortex-corporate-solutions__features article::before {
  background: #f21d1d;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.cortex-corporate-solutions__features span {
  color: #f21d1d;
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 12px;
}

.cortex-page .cortex-corporate-solutions__features h3 {
  color: #111;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 9px;
  text-transform: uppercase;
}

.cortex-page .cortex-corporate-solutions__features p {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  margin: 0;
}

.cortex-corporate-solutions__features article:hover {
  border-color: #d8d8d8;
  box-shadow: none;
  transform: none;
}

@media (max-width: 767.98px) {
  .cortex-page .cortex-corporate-solutions {
    padding: 46px 16px;
  }

  .cortex-corporate-solutions__showcase {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .cortex-corporate-solutions__visual {
    min-height: 220px;
    order: 0;
  }

  .cortex-corporate-solutions__visual img {
    max-height: 190px;
  }

  .cortex-corporate-solutions__features {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cortex-corporate-solutions__showcase {
    grid-template-columns: 1fr;
  }

  .cortex-corporate-solutions__features {
    grid-template-columns: 1fr;
  }
}

.cortex-page .cortex-corporate-solutions {
  background: #f7f7f7;
  padding: 68px 20px;
}

.cortex-corporate-solutions__inner {
  margin: 0 auto;
  max-width: 1180px;
}

.cortex-corporate-solutions__head {
  margin: 0 0 30px;
  max-width: 820px;
  text-align: left;
}

.cortex-corporate-solutions__head .cortex-corporate-solutions__eyebrow {
  color: #f21d1d !important;
  font-size: 13px !important;
  font-style: italic;
  font-weight: 900;
  letter-spacing: .8px;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.cortex-page .cortex-corporate-solutions__head h2 {
  color: #111;
  font-size: clamp(30px, 3.5vw, 46px);
  font-style: italic;
  font-weight: 900;
  line-height: 1.05;
  margin: 0;
  text-transform: uppercase;
}

.cortex-corporate-solutions__layout {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
}

.cortex-corporate-solutions__visual {
  align-items: center;
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .06);
  display: flex;
  justify-content: center;
  min-height: 100%;
  padding: 34px;
}

.cortex-corporate-solutions__visual::before,
.cortex-corporate-solutions__visual::after {
  display: none;
}

.cortex-corporate-solutions__visual img {
  display: block;
  filter: none;
  max-height: 350px;
  max-width: 100%;
  object-fit: contain;
  transform: none;
}

.cortex-corporate-solutions__content {
  background: #fff;
  border: 1px solid #e3e3e3;
  display: block;
  padding: clamp(26px, 4vw, 42px);
}

.cortex-corporate-solutions__content::before {
  display: none;
}

.cortex-corporate-solutions__content p:not(.cortex-corporate-solutions__eyebrow) {
  color: #3e3e3e !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  margin: 0 0 14px;
  max-width: none;
}

.cortex-corporate-solutions__features {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  margin-top: 24px;
}

.cortex-corporate-solutions__features article {
  align-items: start;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  display: grid;
  gap: 16px;
  grid-template-columns: 44px minmax(0, 1fr);
  min-height: 0;
  padding: 18px;
  position: relative;
}

.cortex-corporate-solutions__features article::before {
  display: none;
}

.cortex-corporate-solutions__features span {
  align-items: center;
  background: #f21d1d;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-style: italic;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  width: 38px;
}

.cortex-page .cortex-corporate-solutions__features h3 {
  color: #111;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.12;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.cortex-page .cortex-corporate-solutions__features p {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  margin: 0;
}

.cortex-corporate-solutions__features article:hover {
  border-color: #d8d8d8;
  box-shadow: none;
  transform: none;
}

@media (max-width: 767.98px) {
  .cortex-page .cortex-corporate-solutions {
    padding: 46px 16px;
  }

  .cortex-corporate-solutions__head {
    text-align: left;
  }

  .cortex-corporate-solutions__layout {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .cortex-corporate-solutions__visual {
    min-height: 240px;
    padding: 24px;
  }

  .cortex-corporate-solutions__visual img {
    max-height: 210px;
  }

  .cortex-corporate-solutions__content {
    padding: 22px;
  }

  .cortex-corporate-solutions__features article {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 16px;
  }

  .cortex-corporate-solutions__features span {
    height: 34px;
    width: 34px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cortex-corporate-solutions__layout {
    grid-template-columns: 1fr;
  }

  .cortex-corporate-solutions__visual {
    min-height: 320px;
  }
}
