.menu[data-v-6b274fdb] {
  height: 48px;
  width: 100%;
  position: relative;
}

@media only screen and (max-device-width: 767px),
  (min-width: 768px) and (max-width: 1024px),
  (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .menu[data-v-6b274fdb] {
    display: none;
  }
}

.menu__row[data-v-6b274fdb] {
  height: 100%;
  width: 1030px;
  max-width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu__row__entry[data-v-6b274fdb] {
  text-align: center;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  padding: 0 0.8rem;
  cursor: pointer;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__row__entry[data-v-6b274fdb]:last-of-type {
  color: #fa3621;
}

.menu__row__entry:last-of-type:hover > span[data-v-6b274fdb] {
  text-shadow:
    -0.02em 0 #fa3621,
    0.02em 0 #fa3621,
    0 -0.015em #fa3621,
    0 0.015em #fa3621 !important;
}

.menu__row__entry[data-v-6b274fdb]:first-child {
  margin-left: -0.8rem;
  text-align: left;
}

.menu__row__entry:hover > span[data-v-6b274fdb] {
  text-shadow:
    -0.02em 0 #000,
    0.02em 0 #000,
    0 -0.015em #000,
    0 0.015em #000;
}

.menu__row__entry:hover > span[data-v-6b274fdb]::after {
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px);
  opacity: 1;
  -webkit-transition:
    text-shadow 0.2s ease-out,
    opacity 0.3s ease-out,
    -webkit-transform 0.2s ease-out;
  transition:
    text-shadow 0.2s ease-out,
    opacity 0.3s ease-out,
    -webkit-transform 0.2s ease-out;
  -o-transition:
    text-shadow 0.2s ease-out,
    transform 0.2s ease-out,
    opacity 0.3s ease-out;
  transition:
    text-shadow 0.2s ease-out,
    transform 0.2s ease-out,
    opacity 0.3s ease-out;
  transition:
    text-shadow 0.2s ease-out,
    transform 0.2s ease-out,
    opacity 0.3s ease-out,
    -webkit-transform 0.2s ease-out;
}

.menu__row__entry > span[data-v-6b274fdb] {
  position: relative;
}

.menu__row__entry > span[data-v-6b274fdb]::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0798a3;
  -webkit-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  transform: translate(0, 5px);
  opacity: 0;
  -webkit-transition:
    text-shadow 0.2s ease-out,
    opacity 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  transition:
    text-shadow 0.2s ease-out,
    opacity 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  -o-transition:
    text-shadow 0.2s ease-out,
    transform 0.2s ease-out,
    opacity 0.2s ease-out;
  transition:
    text-shadow 0.2s ease-out,
    transform 0.2s ease-out,
    opacity 0.2s ease-out;
  transition:
    text-shadow 0.2s ease-out,
    transform 0.2s ease-out,
    opacity 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
}

.menu__row__entry:hover + .submenu[data-v-6b274fdb] {
  display: block;
}

.submenu[data-v-6b274fdb] {
  padding: 1rem 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #cbd0d4;
  border-bottom: 1px solid #cbd0d4;
  max-height: 70vh;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-box-shadow: 0 0 60px 40px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 60px 40px rgba(0, 0, 0, 0.6);
  -webkit-clip-path: inset(0 -100% -100vh -100%);
  clip-path: inset(0 -100% -100vh -100%);
}

.submenu[data-v-6b274fdb]:hover {
  display: block;
}

.submenu__container[data-v-6b274fdb] {
  position: relative;
  width: 1030px;
  max-width: 1030px;
  margin: 0 auto;
}

.submenu__top[data-v-6b274fdb] {
  display: -ms-flexbox;
  display: flex;
}

.submenu__top__left[data-v-6b274fdb] {
  -ms-flex: 4 0;
  flex: 4 0;
  width: calc(100% - 160px);
  -webkit-columns: 4 auto;
  -moz-columns: 4 auto;
  columns: 4 auto;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-column-rule: solid 1px rgba(0, 0, 0, 0.2);
  -moz-column-rule: solid 1px rgba(0, 0, 0, 0.2);
  column-rule: solid 1px rgba(0, 0, 0, 0.2);
  padding-right: 1rem;
}

.submenu__top__left .category[data-v-6b274fdb] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  background: #fff;
  margin-bottom: 1em;
  overflow: hidden;
}

.submenu__top__left .category__title[data-v-6b274fdb] {
  font-weight: 700;
  cursor: pointer;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.submenu__top__left .category__link[data-v-6b274fdb] {
  cursor: pointer;
  position: relative;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.submenu__top__left .category__link[data-v-6b274fdb]:hover {
  -webkit-text-decoration: underline 1px #000;
  text-decoration: underline 1px #000;
}

.submenu__top__left .category__link--more[data-v-6b274fdb] {
  opacity: 0.5;
  text-decoration: underline;
}

.submenu__top__right[data-v-6b274fdb] {
  width: 0;
  -ms-flex: 0 0 192px;
  flex: 0 0 192px;
}

.submenu__bottom.cms-block[data-v-6b274fdb] {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  -webkit-box-shadow: 0 40px 0 0 #fff;
  box-shadow: 0 40px 0 0 #fff;
}

.submenu__bottom.cms-block[data-v-6b274fdb] .brand-links {
  display: -ms-flexbox;
  display: flex;
  background: #f6f6f6;
  margin-top: 20px;
}

.submenu__bottom.cms-block[data-v-6b274fdb] .brand-links .brand {
  -ms-flex: 1 1;
  flex: 1 1;
  margin-top: 6px;
  margin-right: 20px;
}

.submenu__bottom.cms-block[data-v-6b274fdb] .brand-links .brand:first-of-type {
  margin-left: 20px;
}
