.razer-rtl #tab-flex-on .icons ul {
  direction: ltr;
}
#tab-flex-on .bo-temp {
  display: flex;
  flex-direction: column;
}
#tab-flex-on .bo-temp .content {
  display: none;
}
#tab-flex-on .bo-temp .multi-panels {
  order: 2;
  padding-bottom: 0;
  background-color: #070707;
}
#tab-flex-on .bo-temp .multi-panels ul {
  grid-template-columns: repeat(2, [col-start] 1fr);
}
#tab-flex-on .bo-temp .multi-panels ul li .header {
  font-size: 1.125rem;
  text-transform: unset;
  //height: 40px;
}
#tab-flex-on .bo-temp .multi-panels ul li:nth-child(3),
#tab-flex-on .bo-temp .multi-panels ul li:nth-child(4) {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  text-align: left;
}
.razer-rtl #tab-flex-on .bo-temp .multi-panels ul li:nth-child(3),
.razer-rtl #tab-flex-on .bo-temp .multi-panels ul li:nth-child(4) {
  flex-direction: row-reverse;
  text-align: right;
  justify-content: flex-start;
}
#tab-flex-on .bo-temp .multi-panels ul li:nth-child(3):before,
#tab-flex-on .bo-temp .multi-panels ul li:nth-child(4):before {
  content: "T";
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  vertical-align: middle;
  border-radius: 2px;
  font-weight: 700;
  color: #020a04;
  flex-shrink: 0;
}
#tab-flex-on .bo-temp .multi-panels ul li:nth-child(3):before {
  background: #39d330;
}
#tab-flex-on .bo-temp .multi-panels ul li:nth-child(4):before {
  background: #f20c16;
}
@media (min-width: 769px) {
  #tab-flex-on .bo-temp .multi-panels ul {
    max-width: 55%;
    margin: -12% auto 0;
  }
}
@media (min-width: 992px) {
  #tab-flex-on {
    margin-bottom: -30px;
  }
}
@media (min-width: 1200px) {
  #tab-flex-on {
    margin-bottom: -50px;
  }
}
@media (min-width: 1440px) {
  #tab-flex-on {
    margin-bottom: -80px;
  }
}
@media (min-width: 1600px) {
  #tab-flex-on {
    margin-bottom: -100px;
  }
}
@media (max-width: 768px) {
  #tab-flex-on .bo-temp .multi-panels ul li:not(.have-role-group) .body-copy {
    margin-top: 0;
  }
  #tab-flex-on .bo-temp .multi-panels ul li:nth-child(3),
  #tab-flex-on .bo-temp .multi-panels ul li:nth-child(4) {
    grid-column: 1 / span 2;
    justify-content: start;
  }
  #tab-flex-on .bo-temp .multi-panels ul li:nth-child(4) {
    margin-top: -1.5rem;
  }
}
@media (max-width: 576px) {
  #tab-flex-on .bo-temp .multi-panels ul li .header,
  #tab-flex-on .bo-temp .multi-panels ul li .body-copy,
  #tab-flex-on .bo-temp .multi-panels ul li:nth-child(3):before,
  #tab-flex-on .bo-temp .multi-panels ul li:nth-child(4):before {
    //font-size: 0.875rem;
  }
  #tab-flex-on .bo-temp .multi-panels ul li:nth-child(3):before,
  #tab-flex-on .bo-temp .multi-panels ul li:nth-child(4):before {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}