.bios {
  position: relative;
  z-index: 1;
  background: #000000;
  --text-h-one: 30px;
  --text-h-two: 22px;
  --text-h-three: 20px;
  --text-h-four: 18px;
  --text-h-five: 16px;
  --text-p: 15px;
  --text-small: 11px;
}
@media (min-width: 996px) {
  .bios {
    --text-h-one: 36px;
    --text-h-two: 40px;
    --text-h-three: 28px;
    --text-h-four: 24px;
    --text-h-five: 20px;
    --text-p: 16px;
  }
}
.bios h1 {
  font-size: var(--text-h-one);
}
.bios h2 {
  font-size: var(--text-h-two);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.bios h3 {
  font-size: var(--text-h-three);
}
.bios h4 {
  font-size: var(--text-h-four);
}
.bios h5 {
  font-size: var(--text-h-five);
}
.bios p {
  font-size: var(--text-p);
}
.bios h1, .bios h2, .bios h3, .bios h4, .bios h5 {
  font-family: "orbitron", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "Microsoft JhengHei", "Meiryo UI", Helvetica, Arial, sans-serif;
}
.bios small {
  font-size: var(--text-small);
  display: block;
}
.bios .msi__container {
  width: 100%;
  max-width: 1280px;
  padding: 0 25px;
  margin: 0 auto;
}

.navtie {
  opacity: 0;
  display: none;
}
@media (min-width: 996px) {
  .navtie {
    display: block;
    position: fixed;
    top: 55%;
    right: 50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 999;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.navtie__index {
  font-size: 16px;
  font-weight: 700;
}
.navtie__triangle {
  width: 12px;
  text-align: center;
  margin: 0 auto 5px;
}
.navtie__triangle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.navtie .nameBox {
  display: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navtie .downLine {
  margin: 10px auto 0;
  width: 1px;
  height: 50px;
  background: #fff;
}
.navtie__text {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "orbitron", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "Microsoft JhengHei", "Meiryo UI", Helvetica, Arial, sans-serif;
  margin: 5px 0 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
.navtie__li {
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
  color: #999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navtie__li-box {
  width: 5px;
  height: 16px;
  background: #fff;
  margin-right: 5px;
}
.navtie__li--active {
  color: #ffffff;
}
.navtie__li--active .navtie__index {
  font-size: 20px;
}
.navtie__li--active .nameBox {
  opacity: 1;
  margin-bottom: 0px;
  width: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
.navtie__li--active .nameBox__line {
  margin: 0 0 5px;
  width: 26px;
  height: 2px;
  background: #fff;
}
.navtie__li:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}
.navtie__li:hover .navtie__index {
  font-size: 20px;
}

.kv {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.kv__logo {
  display: block;
  position: absolute;
  top: 3%;
  left: 4%;
  z-index: 5;
  height: 54px;
}
.kv__logo figure {
  width: 100%;
  height: 54px;
}
.kv__logo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .kv__logo figure {
    height: 65px;
  }
}
.kv__image {
  position: relative;
  z-index: 2;
}
@media (min-width: 996px) {
  .kv__image {
    opacity: 0;
  }
}
.kv__bios {
  width: 80%;
  position: absolute;
  top: 32%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.kv__bios img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .kv__bios {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: 100%;
    top: 0;
    left: 0;
  }
  .kv__bios img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.kv__bios-body {
  display: none;
}
@media (min-width: 996px) {
  .kv__bios-body {
    display: block;
  }
}
.kv__biosImage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
}
@media (min-width: 996px) {
  .kv__biosImage {
    display: block;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}
@media (min-width: 996px) {
  .kv__biosImage-xs {
    display: none;
  }
}
.kv__title {
  width: 80%;
  position: absolute;
  top: 76%;
  right: 10%;
  z-index: 3;
  color: #fff;
  text-align: center;
}
.kv__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .kv__title {
    -webkit-transform-origin: center;
            transform-origin: center;
    position: absolute;
    right: 35%;
    opacity: 0;
    top: 45%;
    width: 33%;
  }
  .kv__title img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.kv__title-position {
  position: absolute;
  top: -21px;
  right: -2px;
  z-index: -1;
}
@media (min-width: 768px) {
  .kv__title-position {
    top: -10px;
  }
}
@media (min-width: 996px) {
  .kv__title-position {
    top: -21px;
    opacity: 0;
  }
}
@media (min-width: 1300px) {
  .kv__title-position {
    top: -10px;
  }
}
.kv__title-text {
  font-size: 16px;
  font-family: "orbitron", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "Microsoft JhengHei", "Meiryo UI", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@-webkit-keyframes flashing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flashing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.introduce {
  width: 100%;
  background: url("https://storage-asset.msi.com/event/2025/CND/bios_landing/template-bg-2.jpg") no-repeat center center/cover;
  padding: 50px 0;
}
@media (min-width: 996px) {
  .introduce {
    padding: 100px 0;
  }
}
.introduce__content {
  position: relative;
  z-index: 2;
}
.introduce__content-figure {
  width: 2%;
  position: absolute;
  top: 25%;
  left: -10%;
  z-index: 10;
}
.introduce__content-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.introduceBox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .introduceBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 20px;
  }
}
@media (min-width: 1300px) {
  .introduceBox {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
  }
}
.introduceBox__item {
  color: #fff;
  background: #000;
  border-radius: 20px 0 20px 0;
  text-align: center;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 20px 0;
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
.introduceBox__item p {
  font-size: 18px;
}
@media (min-width: 996px) {
  .introduceBox__item {
    margin: 0;
  }
  .introduceBox__item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
    text-align: left;
  }
  .introduceBox__item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .introduceBox__item:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .introduceBox__item:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .introduceBox__item:nth-child(5) {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
@media (min-width: 1300px) {
  .introduceBox__item:nth-child(1) {
    grid-column: 1/4;
    grid-row: 1/2;
    text-align: left;
  }
  .introduceBox__item:nth-child(2) {
    grid-column: 4/7;
    grid-row: 1/2;
  }
  .introduceBox__item:nth-child(3) {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .introduceBox__item:nth-child(4) {
    grid-column: 3/5;
    grid-row: 2/3;
  }
  .introduceBox__item:nth-child(5) {
    grid-column: 5/7;
    grid-row: 2/3;
  }
}
.introduceBox__item .itemOneBox {
  width: 65%;
  padding: 10% 40px;
  margin-left: auto;
}
.introduceBox__item .itemOneBox h4 {
  margin-bottom: 10px;
}
.introduceBox__item .itemOneImage {
  width: 70%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.introduceBox__item .iconBox {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 10% 30px;
}
.introduceBox__item .iconBox__figure {
  margin: 0 auto 20px;
  width: 150px;
}
.introduceBox__item .iconBox__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.introduceBox__topBox {
  width: 60%;
  height: 10px;
  border: 1px solid #fff;
  border-top: none;
  margin: 0 auto;
}
.introduceBox__rightLine {
  width: 30px;
  height: 40%;
  border: 1px solid #fff;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.introduceBox__leftLine {
  width: 30px;
  height: 40%;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.introduceBox__bottom {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 100px;
  height: 1px;
  background: #fff;
  margin-right: 5px;
}
.introduceBox__flex {
  padding: 10% 40px;
}
@media (min-width: 996px) {
  .introduceBox__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}
.introduceBox__flex-figure {
  margin: 0 auto 20px;
  width: 100px;
}
.introduceBox__flex-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .introduceBox__flex-figure {
    width: 150px;
    margin: 0 30px 0 0;
  }
  .introduceBox__flex-figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.introduceBox__flex .itemTwoBox h4 {
  margin-bottom: 10px;
}

.mediaInfo {
  width: 100%;
  background: url("https://storage-asset.msi.com/event/2025/CND/bios_landing/template-bg-3.jpg") no-repeat center center/cover;
  padding: 50px 0;
}
@media (min-width: 996px) {
  .mediaInfo {
    padding: 100px 0 50px;
  }
}
.mediaInfo__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 0 25px;
}
@media (min-width: 1300px) {
  .mediaInfo__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1280px;
  }
}
.mediaInfo__flex .mediaIcon {
  display: block;
  color: #fff;
  text-align: center;
  width: 350px;
  margin: 40px 30px;
}
.mediaInfo__flex .mediaIcon:hover {
  -webkit-filter: drop-shadow(0 0 10px #ffffff);
          filter: drop-shadow(0 0 10px #ffffff);
}
.mediaInfo__flex .mediaIcon__figure {
  width: 150px;
  margin: 0 auto 10px;
}
.mediaInfo__flex .mediaIcon__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mediaInfo__flex .mediaIcon__text {
  width: 100%;
}

.describeBox {
  padding: 50px 0;
}
@media (min-width: 996px) {
  .describeBox {
    margin: 50px 0 0;
  }
}
.describeBox__figure {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -10%;
  opacity: 0.2;
}
.describeBox__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.describeBox__figure-desktop {
  display: none;
}
@media (min-width: 996px) {
  .describeBox__figure-desktop {
    display: block;
  }
}
@media (min-width: 996px) {
  .describeBox__figure-mobile {
    display: none;
  }
}

.contentBox {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.dualMode {
  width: 100%;
  position: relative;
  z-index: 1;
  background: url("https://storage-asset.msi.com/event/2025/CND/bios_landing/mode-bg.jpg") no-repeat center center/cover;
  margin: 50px auto;
  padding: 0;
}
@media (min-width: 996px) {
  .dualMode {
    padding: 100px 0;
  }
}
.dualMode .modeTab {
  margin: 0 auto;
  padding: 0 25px;
}
@media (min-width: 996px) {
  .dualMode .modeTab {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.dualMode .modeTab__item {
  background: #000;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #b9b9b9;
  overflow: hidden;
  border-radius: 20px 0 20px 0;
  margin: 20px 0;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 996px) {
  .dualMode .modeTab__item {
    width: 350px;
    margin: 20px;
  }
}
.dualMode .modeTab__item::after {
  content: "";
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(40%, rgba(29, 29, 29, 0)), to(#000));
  background: linear-gradient(to right, #000, rgba(29, 29, 29, 0) 40%, #000);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.dualMode .modeTab__item-text {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 5;
  font-size: 20px;
}
.dualMode .modeTab__item-figure {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
}
.dualMode .modeTab__item-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dualMode .modeTab__item--active {
  opacity: 1;
}
.dualMode .modeTab__item:hover {
  opacity: 1;
}
.dualMode .modeTab__item:hover .modeTab__item-figure {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (min-width: 996px) {
  .dualMode__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.dualMode__content .modeImagesBox {
  margin-right: 3%;
  max-width: 800px;
  width: 100%;
}
.dualMode__content .modeImagesBox__item {
  opacity: 0;
  display: none;
  position: relative;
  z-index: 1;
}
.dualMode__content .modeImagesBox__item figure {
  width: 100%;
}
.dualMode__content .modeImagesBox__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dualMode__content .modeImagesBox__item--active {
  opacity: 1;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dualMode__content .modeImagesBox__item-position {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dualMode__content .modeImagesBox__item-opacity {
  opacity: 0;
}
.dualMode__content .modeImagesBox__item-animate {
  -webkit-animation: modeDisplay 0.5s linear forwards;
          animation: modeDisplay 0.5s linear forwards;
}
.dualMode__content .modeImagesBox__easy {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dualMode__content .modeImagesBox__easy--active {
  -webkit-filter: drop-shadow(0 0 3px #fff);
          filter: drop-shadow(0 0 3px #fff);
  opacity: 1;
}
.dualMode__content .modeTextBox {
  width: 100%;
  color: #fff;
}
@media (min-width: 996px) {
  .dualMode__content .modeTextBox {
    width: 50%;
  }
}
.dualMode__content .modeTextBox__item {
  opacity: 0;
  display: none;
}
.dualMode__content .modeTextBox__item figure {
  width: 100%;
}
.dualMode__content .modeTextBox__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dualMode__content .modeTextBox__item--active {
  opacity: 1;
  display: block;
}
.dualMode__content .modeTextBox__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  .dualMode__content .modeTextBox__ul {
    display: block;
  }
}
.dualMode__content .modeTextBox__ul li {
  cursor: pointer;
  margin: 20px 10px;
  font-weight: 500;
}
@media (min-width: 996px) {
  .dualMode__content .modeTextBox__ul li {
    margin: 20px 0;
  }
}
.dualMode__content .modeTextBox__ul li:hover {
  color: #f1d8a7;
}
.dualMode__content .modeTextBox__ul li:hover .modeTextBox__ul-triangle {
  opacity: 1;
}
.dualMode__content .modeTextBox__ul-triangle {
  fill: #f1d8a7;
  width: 20px;
  height: 15px;
  opacity: 0;
}
.dualMode__content .modeTextBox__ul--active {
  color: #f1d8a7;
}
.dualMode__content .modeTextBox__ul--active .modeTextBox__ul-triangle {
  opacity: 1;
}

@-webkit-keyframes modeDisplay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modeDisplay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.biosStep {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: url("https://storage-asset.msi.com/event/2025/CND/bios_landing/step-bg.jpg") no-repeat center center/cover;
  z-index: 1;
}
@media (min-width: 996px) {
  .biosStep {
    padding: 150px 0;
  }
}
.biosStep__title {
  margin-bottom: 30px !important;
}
.biosStep__text {
  font-size: 14px !important;
  text-transform: uppercase;
  color: #f0f0f0;
  position: absolute;
  top: 55%;
  left: 0%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  display: none;
}
@media (min-width: 1300px) {
  .biosStep__text {
    display: block;
  }
}
.biosStep .stepSlick {
  text-align: center;
  position: relative;
}
.biosStep .stepSlick .button-next {
  cursor: pointer;
  position: absolute;
  right: 10%;
  top: 50%;
  z-index: 30;
  width: 30px;
}
@media (min-width: 768px) {
  .biosStep .stepSlick .button-next {
    right: 26%;
    width: 40px;
  }
}
.biosStep .stepSlick .button-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 30;
  width: 30px;
}
@media (min-width: 768px) {
  .biosStep .stepSlick .button-prev {
    left: 26%;
    width: 40px;
  }
}
.biosStep .stepSlick .button-next, .biosStep .stepSlick .button-prev {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.biosStep .stepSlick .button-next:hover, .biosStep .stepSlick .button-prev:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff);
}
.biosStep .stepSlick__txt {
  text-align: center;
  padding: 0 20px 20px;
}
@media (min-width: 996px) {
  .biosStep .stepSlick__txt {
    text-align: center;
  }
}
.biosStep .stepSlick__txt-p {
  max-width: 300px;
  padding: 0 20px;
  margin: 10px auto 0;
}
.biosStep .stepSlick__txt-title {
  max-width: 320px;
  padding: 0 20px;
  margin: 10px auto 0;
}
.biosStep .stepSlick .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.biosStep .stepSlick .swiper-slide {
  padding: 40px 0;
  background-position: center;
  background-size: cover;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background: radial-gradient(#313131 0%, #0f0f0f 70%);
  border: 1px solid #fff;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-filter: opacity(0);
          filter: opacity(0);
  color: #fff;
  border-radius: 20px 0 20px 0;
}
@media (min-width: 768px) {
  .biosStep .stepSlick .swiper-slide {
    width: 60%;
  }
}
@media (min-width: 1300px) {
  .biosStep .stepSlick .swiper-slide {
    width: 40%;
  }
}
.biosStep .stepSlick .swiper-slide .topBox {
  width: 60%;
  height: 10px;
  border: 1px solid #fff;
  border-top: none;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.biosStep .stepSlick .swiper-slide .rightLine {
  width: 30px;
  height: 40%;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.biosStep .stepSlick .swiper-slide .rightLine .rightLineStyle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.biosStep .stepSlick .swiper-slide .rightLine .rightLineStyle .stepLine {
  margin: 10px 10px 0;
  width: 1px;
  height: 200px;
  background: #fff;
}
.biosStep .stepSlick .swiper-slide .rightLine .rightLineStyle .stepArrow {
  margin-top: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.biosStep .stepSlick .swiper-slide .sideNumber {
  position: absolute;
  top: 4%;
  left: 6%;
}
.biosStep .stepSlick .swiper-slide .stepSideIcon {
  width: 13px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.biosStep .stepSlick .swiper-slide .stepSideIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.biosStep .stepSlick .swiper-slide .stepSideIcon__right {
  right: -1px;
}
.biosStep .stepSlick .swiper-slide .stepSideIcon__left {
  left: -1px;
}
.biosStep .stepSlick .swiper-slide .bottom {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 60%;
  height: 10px;
  border: 1px solid #fff;
  border-bottom: none;
}
.biosStep .stepSlick .swiper-slide-active {
  -webkit-filter: opacity(1);
          filter: opacity(1);
  display: block;
}
.biosStep .stepSlick .swiper-slide.swiper-slide-duplicate.swiper-slide-prev {
  -webkit-filter: opacity(0.4);
          filter: opacity(0.4);
}
.biosStep .stepSlick .swiper-slide.swiper-slide-next {
  display: block;
  -webkit-filter: opacity(0.4);
          filter: opacity(0.4);
}
.biosStep .stepSlick .swiper-slide.swiper-slide-prev {
  display: block;
  -webkit-filter: opacity(0.4);
          filter: opacity(0.4);
}
.biosStep .stepSlick .swiper-slide.swiper-slide-duplicate {
  -webkit-filter: opacity(0);
          filter: opacity(0);
}
.biosStep .stepSlick .swiper-slide.swiper-slide-duplicate.swiper-slide-next {
  -webkit-filter: opacity(0.4);
          filter: opacity(0.4);
}
.biosStep .stepSlick .swiper-slide.swiper-slide-duplicate.swiper-slide-active {
  -webkit-filter: opacity(1);
          filter: opacity(1);
}
.biosStep .stepSlick .swiper-slide .swiper-container-3d .swiper-slide-shadow-left, .biosStep .stepSlick .swiper-slide .stepSlick .swiper-container-3d .swiper-slide-shadow-right {
  background-image: none;
}
.biosStep .stepSlick .swiper-slide .stepImage {
  width: 100%;
  position: relative;
  z-index: 1;
}
.biosStep .stepSlick .swiper-slide .stepImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.biosStep .stepSlick .swiper-slide .stepImage-position {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.biosStep .stepSlick .swiper-slide .stepImage .dtLogo, .biosStep .stepSlick .swiper-slide .stepImage .keyboard, .biosStep .stepSlick .swiper-slide .stepImage .keyboardDel, .biosStep .stepSlick .swiper-slide .stepImage .enterBios, .biosStep .stepSlick .swiper-slide .stepImage .openComputer, .biosStep .stepSlick .swiper-slide .stepImage .powerButton, .biosStep .stepSlick .swiper-slide .stepImage .powerArrow {
  opacity: 0;
}
.biosStep .stepSlick .swiper-slide .stepImage .powerArrow {
  top: -20px;
}

@-webkit-keyframes flash {
  0% {
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 5px #ffffff);
            filter: drop-shadow(0 0 5px #ffffff);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0));
  }
}

@keyframes flash {
  0% {
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 5px #ffffff);
            filter: drop-shadow(0 0 5px #ffffff);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0));
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.tool {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 50px 0;
}
@media (min-width: 996px) {
  .tool {
    padding: 100px 0;
  }
}
.tool__tab {
  color: #fff;
  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;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  .tool__tab {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.tool__tab-item {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-align: center;
  min-width: 250px;
  border-radius: 20px 0 20px 0;
  margin: 5px 0;
}
@media (min-width: 996px) {
  .tool__tab-item {
    margin: 0 10px;
  }
}
.tool__tab-item:hover {
  background: #fff;
  color: #000;
}
.tool__tab-item:hover .tool__tab-figure {
  display: block;
}
.tool__tab-figure {
  display: none;
  width: 20px;
}
.tool__tab-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tool__tab--active {
  background: #fff;
  color: #000;
}
.tool__tab--active .tool__tab-figure {
  display: block;
}
.tool__line {
  margin-top: 5px;
  -webkit-transform-origin: left;
          transform-origin: left;
  height: 1px;
  background: #ffffff;
}
@media (min-width: 996px) {
  .tool__line {
    width: 0;
  }
}
.tool__selectArea {
  margin: 20px auto;
}
@media (min-width: 996px) {
  .tool__selectArea {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.tool__selectArea .selectBox {
  position: relative;
  color: #fff;
  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;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
  font-weight: 600;
  display: none;
  opacity: 0;
}
.tool__selectArea .selectBox--active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tool__selectArea .selectBox__item {
  text-align: center;
  min-width: 120px;
  padding: 5px 10px;
  border: 1px solid #ffffff;
  border-radius: 20px 0 20px 0;
  margin: 10px;
  cursor: pointer;
}
@media (min-width: 996px) {
  .tool__selectArea .selectBox__item {
    min-width: 250px;
  }
}
.tool__selectArea .selectBox__item:hover {
  background: #fff;
  color: #000;
}
.tool__selectArea .selectBox__item--active {
  background: #fff;
  color: #000;
}
.tool__selectArea .selectBox__button {
  margin-left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.tool__selectArea .selectBox__button:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-filter: drop-shadow(0 0 10px #fff);
          filter: drop-shadow(0 0 10px #fff);
}
.tool__selectArea .selectBox__button-arrow {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 25px;
}
.tool__selectArea .selectBox__button-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tool__selectArea .selectBox__button-rotate {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.tool__selectArea .selectToggle {
  display: none;
}
.tool .infoTextBox__text {
  margin-top: 20px;
  color: #f1d8a7;
}
@media (min-width: 996px) {
  .tool .infoTextBox {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
}
.tool .infoTextBox .toolInfo {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.tool .infoTextBox .toolInfo--active {
  display: block;
}
.tool .infoTextBox .toolInfo__itemBox {
  opacity: 0;
  display: none;
}
.tool .infoTextBox .toolInfo__itemBox--active {
  display: block;
  opacity: 1;
}
.tool .infoTextBox .toolInfo .infoTitleBox {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
}
.tool .infoTextBox .toolInfo .infoTitleBox__item {
  display: none;
  opacity: 0;
}
.tool .infoTextBox .toolInfo .infoTitleBox--active {
  display: block;
  opacity: 1;
}
.tool .infoTextBox .toolInfo .infoContent {
  margin-top: 20px;
}
@media (min-width: 996px) {
  .tool .infoTextBox .toolInfo .infoContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tool .infoTextBox .toolInfo .infoContent .biosImagesBox {
  margin-right: 3%;
  max-width: 800px;
  width: 100%;
}
.tool .infoTextBox .toolInfo .infoContent .biosImagesBox__item {
  opacity: 0;
  display: none;
  position: relative;
  z-index: 1;
}
.tool .infoTextBox .toolInfo .infoContent .biosImagesBox__item figure {
  width: 100%;
}
.tool .infoTextBox .toolInfo .infoContent .biosImagesBox__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tool .infoTextBox .toolInfo .infoContent .biosImagesBox__item--active {
  opacity: 1;
  display: block;
}
.tool .infoTextBox .toolInfo .infoContent .biosImagesBox__item-position {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.tool .infoTextBox .toolInfo .infoContent .biosImagesBox__item-animate {
  -webkit-animation: displayItem 2s linear forwards infinite;
          animation: displayItem 2s linear forwards infinite;
}
.tool .infoTextBox .toolInfo .infoContent .biosImagesBox__item-animateChange {
  -webkit-animation: displayItem 5s linear infinite;
          animation: displayItem 5s linear infinite;
}
.tool .infoTextBox .toolInfo .infoContent .biosImagesBox__item .favoriteStep {
  opacity: 0;
}
.tool .infoTextBox .toolInfo .infoContent .depictionTextBox {
  width: 100%;
  color: #fff;
}
@media (min-width: 996px) {
  .tool .infoTextBox .toolInfo .infoContent .depictionTextBox {
    width: 50%;
  }
}
.tool .infoTextBox .toolInfo .infoContent .depictionTextBox__item {
  opacity: 0;
  display: none;
}
.tool .infoTextBox .toolInfo .infoContent .depictionTextBox__item figure {
  width: 100%;
}
.tool .infoTextBox .toolInfo .infoContent .depictionTextBox__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tool .infoTextBox .toolInfo .infoContent .depictionTextBox__item--active {
  opacity: 1;
  display: block;
}
.tool .infoTextBox .toolInfo .infoContent .depictionTextBox__step {
  margin: 20px 0 0 30px;
  padding: 5px 10px;
  background: #f1d8a7;
  display: inline-block;
  color: #000;
  font-weight: 700;
}
@media (min-width: 996px) {
  .tool .infoTextBox .toolInfo .infoContent .depictionTextBox__step {
    margin: 0 0 0 20px;
  }
}
.tool .infoTextBox .toolInfo .infoContent .depictionTextBox__note {
  font-style: italic;
  margin: 20px 0 0 30px;
  color: #adadad;
}
@media (min-width: 996px) {
  .tool .infoTextBox .toolInfo .infoContent .depictionTextBox__note {
    margin: 0 0 0 20px;
  }
}
.tool .infoTextBox .toolInfo .infoContent .depictionTextBox__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  .tool .infoTextBox .toolInfo .infoContent .depictionTextBox__ul {
    display: block;
  }
}
.tool .infoTextBox .toolInfo .infoContent .depictionTextBox__ul-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin: 20px 10px;
  font-weight: 500;
}
@media (min-width: 996px) {
  .tool .infoTextBox .toolInfo .infoContent .depictionTextBox__ul-item {
    margin: 20px 0;
  }
}
.tool .infoTextBox .toolInfo .infoContent .depictionTextBox__ul-item:hover {
  color: #f1d8a7;
}
.tool .infoTextBox .toolInfo .infoContent .depictionTextBox__ul-item:hover .depictionTextBox__ul-triangle {
  opacity: 1;
}
.tool .infoTextBox .toolInfo .infoContent .depictionTextBox__ul-item p {
  line-height: 1;
  width: 90%;
}
.tool .infoTextBox .toolInfo .infoContent .depictionTextBox__ul-triangle {
  fill: #f1d8a7;
  width: 20px;
  height: 15px;
  opacity: 0;
}
.tool .infoTextBox .toolInfo .infoContent .depictionTextBox__ul--active {
  color: #f1d8a7;
}
.tool .infoTextBox .toolInfo .infoContent .depictionTextBox__ul--active .depictionTextBox__ul-triangle {
  opacity: 1;
}

@-webkit-keyframes displayItem {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes displayItem {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes displayItem2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes displayItem2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.support {
  padding: 25px 0 50px;
  width: 100%;
}
@media (min-width: 996px) {
  .support {
    padding: 50px 0 100px;
  }
}
.support .unlimitedSwiper, .support .unlimitedSwiperRight {
  width: 100%;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.support .unlimitedSwiper .swiper-wrapper, .support .unlimitedSwiperRight .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.support .unlimitedSwiper__wrapper .swiper-gallery, .support .unlimitedSwiperRight__wrapper .swiper-gallery {
  cursor: pointer;
  width: 570px;
}
.support .seriesBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 25px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 996px) {
  .support .seriesBox {
    margin-top: 50px;
  }
}
.support .seriesBox:hover .underLine {
  max-width: 350px;
}
@media (min-width: 996px) {
  .support .seriesBox:hover .underLine {
    max-width: 600px;
  }
}
.support .seriesBox__link {
  color: #fff;
}
.support .seriesBox__link:hover {
  -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff);
}
.support .seriesBox__left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 25px;
}
@media (min-width: 996px) {
  .support .seriesBox__left {
    padding-left: 5%;
  }
}
.support .seriesBox__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 25px;
}
@media (min-width: 996px) {
  .support .seriesBox__right {
    padding-right: 5%;
  }
}
.support .seriesBox .underLine {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  max-width: 300px;
  height: 1px;
  background: #fff;
  margin: 0 10px 5px 10px;
}
@media (min-width: 996px) {
  .support .seriesBox .underLine {
    max-width: 500px;
  }
}

.msiBlog {
  padding: 25px 0 50px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 996px) {
  .msiBlog {
    padding: 50px 0 100px;
  }
}
.msiBlog__content {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  z-index: 2;
}
@media (min-width: 996px) {
  .msiBlog__content {
    width: 80%;
  }
}
@media (min-width: 1930px) {
  .msiBlog__content {
    max-width: 1920px;
  }
}
.msiBlog .msiBlog-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 6%;
  z-index: 5;
  width: 30px;
}
.msiBlog .msiBlog-next:hover {
  -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff);
}
@media (min-width: 996px) {
  .msiBlog .msiBlog-next {
    right: 6%;
    width: 50px;
  }
}
@media (min-width: 1600px) {
  .msiBlog .msiBlog-next {
    right: 8%;
  }
}
.msiBlog .msiBlog-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 6%;
  z-index: 5;
  width: 30px;
}
.msiBlog .msiBlog-prev:hover {
  -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff);
}
@media (min-width: 996px) {
  .msiBlog .msiBlog-prev {
    left: 6%;
    width: 50px;
  }
}
@media (min-width: 1600px) {
  .msiBlog .msiBlog-prev {
    left: 8%;
  }
}
.msiBlog .blogContent {
  width: 100%;
}
.msiBlog .blogContent__item {
  margin: 20px 0;
  display: block;
  width: 100%;
  width: 33.3333333333%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.msiBlog .blogContent__item:hover {
  -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff);
}
.msiBlog .blogContent__item p {
  margin-top: 10px;
  color: #fff;
}

.navBar {
  position: relative;
  width: 100%;
}
@media (min-width: 996px) {
  .navBar {
    opacity: 0;
  }
}
.navBar .msiLogo {
  display: block;
  width: 120px;
  line-height: 0;
  margin: 5px 0;
}
.navBar .msiLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.navBar .msiLogo__mobile {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
}
.navBar .navRightSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.navBar .navRightSide__item {
  display: inline-block;
  cursor: pointer;
  margin: 0 20px;
  color: #ffffff;
  font-weight: 500;
}
.navBar .navRightSide__item:hover {
  color: #f1d8a7;
}
.navBar .navRightSide__ul {
  padding: 0;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1294117647));
          filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1294117647));
}
.navBar .navRightSide__ul a {
  display: block;
  cursor: pointer;
  width: 50%;
  margin: 0px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.navBar .navRightSide__ul a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#c7a6bb), to(#9ca0d6));
  background: linear-gradient(to right, #c7a6bb, #9ca0d6);
  color: #fff;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.navBar .navRightSide--active {
  display: block;
}
.navBar__menu {
  position: fixed;
  z-index: 100;
  color: #000;
  width: 100%;
  border-bottom: 1px solid rgba(197, 197, 197, 0.233);
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.navBar__menu--fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}
.navBar__menu .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 25px;
}
.navBar__menu .wrapper__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navBar__kv--hamburger {
  display: none;
  cursor: pointer;
  position: absolute;
  width: 100%;
  max-width: 1920px;
  text-align: right;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 100;
}
.navBar__kv--hamburger .mobileMenuMnt {
  line-height: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(197, 197, 197, 0.233);
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.navBar__kv--hamburger .mobileMenuMnt .menuBtnMobile {
  display: inline-block;
  width: 58px;
  height: 38px;
  position: fixed;
}
.navBar__kv--hamburger .mobileMenuMnt .menuBtnMobile__switch span:nth-child(1) {
  top: 10px;
}
.navBar__kv--hamburger .mobileMenuMnt .menuBtnMobile__switch span:nth-child(2), .navBar__kv--hamburger .mobileMenuMnt .menuBtnMobile__switch span:nth-child(3) {
  top: 20px;
}
.navBar__kv--hamburger .mobileMenuMnt .menuBtnMobile__switch span:nth-child(4) {
  top: 30px;
}
.navBar__kv--hamburger .mobileMenuMnt .menuBtnMobile__switch.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.navBar__kv--hamburger .mobileMenuMnt .menuBtnMobile__switch.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navBar__kv--hamburger .mobileMenuMnt .menuBtnMobile__switch.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navBar__kv--hamburger .mobileMenuMnt .menuBtnMobile__switch.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.navBar__kv--hamburger .mobileMenuMnt .menuBtnMobile span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: rgb(236, 236, 236);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navBar__kv--hamburger .mobileMenuMnt .navMobileBlock {
  width: 58px;
  height: 24px;
}
.navBar__kv--menu {
  margin-top: -1px;
  color: #fff;
  display: inline-block;
  list-style: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: none;
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1294117647));
          filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1294117647));
}
.navBar__kv--menu.open {
  display: block;
}
.navBar__kv--menu li {
  width: 100%;
}
.navBar__kv--menu li a {
  font-size: 18px;
  display: inline-block;
  padding: 1vh;
  width: 100%;
  color: #ffffff;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.navBar__kv--menu li a:hover {
  text-decoration: none;
  color: #000000;
  background: #f1d8a7;
}
.navBar .menuUlBlock {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2392156863);
}

@media screen and (max-width: 1250px) {
  .navRightSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 3%;
  }
  .nav__block {
    position: relative;
    width: 100%;
  }
  .navRightSide {
    width: auto;
    max-width: auto;
  }
  .navTopBlock {
    width: 100%;
    height: 41px;
  }
  .navBar__menu {
    display: none;
  }
  .navBar__kv--hamburger {
    position: fixed;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .navBar__menu {
    display: none;
  }
  .navBar__kv--hamburger {
    display: block;
  }
}/*# sourceMappingURL=main.css.map */