@import url(https://storage-asset.msi.com/global/template/css/cnd_color_root_2025.css);
@media (min-width: 996px) {
  .tabTemp .btnWrp.btnWrpsub {
    display: none;
  }
}

.submenu {
  position: relative;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  margin: 0 auto 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.submenu__swiper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.submenu > .swiper-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.submenu .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
}
@media screen and (max-width: 767px) {
  .submenu .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.submenu .swiper-slide {
  position: relative;
  border: 0;
  background: transparent;
  font-size: 22px;
  padding: 0 10px;
  cursor: pointer;
  font-family: "CND-PRO", var(--MSIBodyFont);
  font-weight: 600;
  min-height: 65px;
  width: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .submenu .swiper-slide {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (max-width: 1280px) {
  .submenu .swiper-slide {
    font-size: 16px;
  }
}
.submenu .swiper-slide p {
  margin: 0;
  padding: 0 0 18px;
  display: inline-block;
  font-weight: 600;
  border-bottom: 4px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: var(--font-gaming-industry);
}
.submenu .swiper-slide-thumb-active p {
  color: var(--theme, var(--theme));
  border-bottom-color: var(--theme, var(--theme));
}
.submenu__nav {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 44px;
  z-index: 2;
  -webkit-transform: none;
  transform: none;
  margin-top: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  padding: 0 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-tap-highlight-color: transparent;
}
.submenu__nav::after {
  content: "" !important;
  position: static;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  text-transform: none;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.submenu__nav.swiper-button-disabled {
  opacity: 0.22;
  pointer-events: none;
}
.submenu__nav--prev {
  color: var(--theme, var(--theme));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 8px;
  padding-right: 4px;
}
.submenu__nav--prev::after {
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0;
}
.submenu__nav--next {
  color: var(--theme, var(--theme));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 8px;
  padding-left: 4px;
}
.submenu__nav--next::after {
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 0;
}
.submenu__nav--hidden {
  display: none !important;
}

.theme-white .submenu {
  background: #fff;
  border-bottom: 1px solid #445a72;
}/*# sourceMappingURL=cnd-swiper-tab.css.map */