#site-header.medium-header .vsw-nav-row {
  position: relative;
}

#site-header.medium-header .vsw-has-menu-mega {
  position: relative;
}

#site-header.medium-header .vsw-has-menu-mega > a {
  background: transparent;
  color: #fff;
}

#site-header.medium-header .vsw-has-menu-mega:hover > a,
#site-header.medium-header .vsw-has-menu-mega:focus-within > a,
#site-header.medium-header .vsw-has-menu-mega.is-open > a {
  background: #151515;
  color: #fff;
}

#site-header.medium-header .vsw-has-menu-mega > .sub-menu:not(.vsw-menu-item-mega) {
  display: none !important;
}

#site-header.medium-header #site-navigation-wrap .dropdown-menu > li > .sub-menu:not(.vsw-menu-item-mega) {
  min-width: 100% !important;
  width: 100% !important;
}

#site-header.medium-header #site-navigation-wrap .dropdown-menu > li > .sub-menu:not(.vsw-menu-item-mega) > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, .22);
  box-sizing: border-box;
  white-space: normal;
}

.vsw-mega-menu,
.vsw-menu-item-mega {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 10010;
}

.vsw-menu-item-mega__inner {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vsw-mega-menu__button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 9px;
  letter-spacing: .2px;
  min-height: 60px;
  padding: 0 20px 0 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.vsw-mega-menu__button:hover,
.vsw-mega-menu.is-open .vsw-mega-menu__button,
.vsw-mega-menu:focus-within .vsw-mega-menu__button {
  color: #fff;
}

.vsw-mega-menu__button-icon,
.vsw-mega-menu__button-icon::before,
.vsw-mega-menu__button-icon::after {
  background: currentColor;
  border-radius: 2px;
  content: "";
  display: block;
  height: 3px;
  width: 16px;
}

.vsw-mega-menu__button-icon {
  box-shadow: 0 6px 0 currentColor;
  margin-top: -6px;
  position: relative;
}

.vsw-mega-menu__button-icon::before {
  left: 0;
  position: absolute;
  top: 12px;
}

.vsw-mega-menu__button-icon::after {
  display: none;
}

.vsw-mega-menu__panel {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 0 0 18px 18px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, .22);
  display: grid;
  grid-template-columns: 286px minmax(0, 1fr);
  left: 0;
  min-height: 500px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 10px);
  transform: translateY(8px);
  transition: opacity .16s ease, transform .16s ease;
  width: min(1450px, calc(100vw - 56px));
}

.vsw-menu-item-mega .vsw-mega-menu__panel {
  top: 10px;
}

.vsw-mega-menu.is-home-open:not(.is-full-open) .vsw-mega-menu__panel,
.vsw-menu-item-mega.is-home-open:not(.is-full-open) .vsw-mega-menu__panel {
  box-shadow: 0 18px 36px rgba(0, 0, 0, .18);
  grid-template-columns: 286px;
  min-height: auto;
  width: 286px;
}

#site-header.medium-header .vsw-has-menu-mega.is-home-open:not(:hover):not(:focus-within) .vsw-menu-item-mega .vsw-mega-menu__panel {
  box-shadow: 0 18px 36px rgba(0, 0, 0, .18);
  grid-template-columns: minmax(0, 1fr);
  min-height: auto;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  width: 100%;
}

.vsw-mega-menu.is-home-open:not(.is-full-open) .vsw-mega-menu__body,
.vsw-menu-item-mega.is-home-open:not(.is-full-open) .vsw-mega-menu__body {
  display: none;
}

#site-header.medium-header .vsw-has-menu-mega.is-home-open:not(:hover):not(:focus-within) .vsw-menu-item-mega .vsw-mega-menu__body {
  display: none;
}

.vsw-mega-menu:hover .vsw-mega-menu__panel,
.vsw-mega-menu.is-open .vsw-mega-menu__panel,
.vsw-mega-menu:focus-within .vsw-mega-menu__panel,
.vsw-has-menu-mega:hover .vsw-mega-menu__panel,
.vsw-has-menu-mega.is-open .vsw-mega-menu__panel,
.vsw-has-menu-mega:focus-within .vsw-mega-menu__panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.vsw-mega-menu__rail {
  background: #b32227;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

.vsw-mega-menu.is-home-open:not(.is-full-open) .vsw-mega-menu__rail,
.vsw-menu-item-mega.is-home-open:not(.is-full-open) .vsw-mega-menu__rail {
  border-radius: 0 0 18px 18px;
}

#site-header.medium-header .vsw-has-menu-mega.is-home-open:not(:hover):not(:focus-within) .vsw-menu-item-mega .vsw-mega-menu__rail {
  border-radius: 0;
}

.vsw-mega-menu__rail-item {
  align-items: center;
  color: #fff;
  display: grid;
  font-size: 15px;
  font-weight: 800;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr);
  min-height: 58px;
  padding: 8px 24px;
  position: relative;
  text-decoration: none;
  text-align: left;
}

.vsw-mega-menu__rail-item::after {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  height: 8px;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
}

.vsw-mega-menu__rail-item:hover,
.vsw-mega-menu__rail-item.is-active {
  background: #151515;
  color: #fff;
}

.vsw-mega-menu__body {
  padding: 28px 28px 20px;
}

.vsw-mega-menu__content {
  display: none;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) 300px;
}

.vsw-mega-menu__content.is-active {
  display: grid;
}

.vsw-mega-menu__columns {
  column-gap: 34px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  row-gap: 24px;
  align-items: start;
}

.vsw-mega-menu__column ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.vsw-mega-menu__column li {
  margin: 0 0 9px;
}

.vsw-mega-menu__heading {
  color: #b32227;
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
  text-align: left;
}

.vsw-mega-menu__column li a {
  color: #373737;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  text-align: left;
}

.vsw-mega-menu__column li a:hover,
.vsw-mega-menu__heading:hover {
  color: #151515;
}

.vsw-mega-menu__promo {
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  color: #1e1e1e;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 430px;
  padding: 28px 18px 0;
  text-align: center;
  text-decoration: none;
}

.vsw-mega-menu__promo-label {
  color: #777;
  font-size: 14px;
  font-weight: 800;
}

.vsw-mega-menu__promo strong {
  font-size: 25px;
  line-height: 1.12;
  margin-top: 8px;
}

.vsw-mega-menu__promo span:not(.vsw-mega-menu__promo-label) {
  background: #b32227;
  border-radius: 22px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  margin-top: 16px;
  padding: 11px 18px;
}

.vsw-mega-menu__promo img {
  height: 230px;
  margin-top: auto;
  object-fit: contain;
  width: 100%;
}

@media (max-width: 1280px) {
  .vsw-mega-menu__panel {
    width: calc(100vw - 32px);
  }

  .vsw-mega-menu__content {
    grid-template-columns: minmax(0, 1fr) 250px;
  }
}

@media (max-width: 960px) {
  .vsw-mega-menu {
    display: none;
  }
}
