body{
  background: url('/assets/images/supported-sites/bg400.png') 0 0 no-repeat;
  background-size:100% 372px;
  position: relative;
}

main{
  background-color: #ffffff;
  padding-bottom: 80px;
}
.topProductWrap{
  padding: 70px 0 30px 0;
}

.topProductWrap .title{
  color:#000000E5;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
  font-family: 'NunitoSans-ExtraBold';
  margin:0px;
}


.mobileBreadcrumb{
  color:#00000099;
  height:36px;
  line-height: 36px;
  margin:10px 0 0 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;
}

.mobileBreadcrumb a,.mobileBreadcrumb span{
  font-family: 'NunitoSans-Medium';
  font-size: 1rem;
  text-decoration: none;
  color:#00000099;
}
.mobileBreadcrumb span{
  color:#000000;
}


.sectionWrap{
  margin-top:120px;
}
.sectionWrap .title{
  font-size: 2rem;
  line-height: 3rem;
  color:#000000E5;
  font-family: 'NunitoSans-ExtraBold';
  margin-bottom: 40px;
  text-align: center;
}
.popularPlatformsWrap .popularPlatformFlexWrap{
  width: 100%;
  flex-wrap: wrap;
  gap:32px;
}
.popularPlatformItem{
  width:calc(33.33% - 22px);
  text-decoration: none;
}
.popularPlatformItem img{
  width:48px;
  height:48px;
}
.popularPlatformItem div{
  font-family: 'NunitoSans-Medium';
  font-size: 1rem;
  line-height: 1.4rem;
  color:#000000E5;
  margin-top:12px;
}
.btn-container {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; 
  padding-bottom: 10px;
  display: none;
}

.btn-container::-webkit-scrollbar {
  display: none;
}

.btn-group-scroll {
  display: inline-flex;
  flex-wrap: nowrap;
  width:100%;
  border-bottom: 1px solid #d7d7d7;
}

.btn-group-scroll ul{
  padding-left:0px;
  list-style: none;
  gap:12px;
}
.btn-group-scroll ul li{
  width:36px;
  height:36px;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
}
.btn-group-scroll ul li a{
  display: inline-block;
  font-family: 'NunitoSans-SemiBold';
  width:100%;
  height:100%;
  line-height: 36px;
  text-align: center;
  color:#00000099;
  font-size: 1.125rem;
  text-decoration: none;
}
.btn-group-scroll ul li.active{
  background-color:#E08349;
}

.btn-group-scroll ul li.active a{
  color:#ffffff !important;
}
.tableContent{
  margin-top:20px;
}
.tableContent .tableRow{
  flex-wrap: wrap;
}
.tableRow .tableLeft, .tableRow .tableRight{
  width:100%;
}
@media (max-width: 768px) {
  .tableRow .tableLeft{
    font-family: 'NunitoSans-ExtraBold';
    border: 1px solid #D7D7D7;
    text-align: center;
    color:#000000E5;
    font-size: 1.25rem;
    height:40px;
    line-height: 40px;
  }
}
.tableRow .tableLeft.isFirst{
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.tableRow .tableRight{
  width:100%;
  flex-wrap: wrap;
  border-left: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  padding:20px;
  gap:8px;
}
.tableRow .tableRight.isEnd{
  border-bottom: 1px solid #D7D7D7;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.tableRight span{
  color:#000000E5;
  background-color:#F3F3F3;
  font-size: 1rem;
  line-height: 1.4rem;
  padding:5px 12px;
  border-radius:999px;
}
.topProductWrap .title{
  color:#000000E5;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  font-family: 'NunitoSans-ExtraBold';
  margin:0px;
}
.sectionWrap .title{
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  body{
    background: url('/assets/images/supported-sites/bg768.png') 0 0 no-repeat;
    background-size:100% 372px;
  }
  .popularPlatformsWrap .popularPlatformFlexWrap{
    gap:40px;
  }
  .popularPlatformItem{
    width:auto;
  }
  .tableContent .tableHeader{
    width:100%;
  }
  .tableHeader .headerLeft{
    font-family: 'NunitoSans-ExtraBold';
    border: 1px solid #D7D7D7;
    text-align: center;
    color:#000000E5;
    font-size: 1.25rem;
    height:80px;
    line-height: 80px;
    background-color:#F3F3F3;
    width:120px;
  }
  .tableHeader .headerRight{
    font-family: 'NunitoSans-ExtraBold';
    border: 1px solid #D7D7D7;
    text-align: center;
    color:#000000E5;
    font-size: 1.25rem;
    height:80px;
    line-height: 80px;
    background-color:#F3F3F3;
    flex:1;
  }
  .tableHeader .headerLeft{
    border-top-left-radius: 12px;
    border-bottom: none;
  }
  .tableHeader .headerRight{
    border-top-right-radius: 12px;
    padding-left:40px;
    border-bottom: none;
    border-left: none;
    text-align: start;
  }
  .tableRow{
    display: flex;
  }
  .tableRow .tableLeft.isFirst{
    border-radius: 0;
  }
  .tableRow .tableLeft.isEnd{
    border-bottom-left-radius: 12px;
    border-bottom: 1px solid #D7D7D7;
  }
  .tableRow .tableLeft{
    flex: 0 0 120px;
    font-family: 'NunitoSans-ExtraBold';
    border: 1px solid #D7D7D7;
    text-align: center;
    color:#000000E5;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom:none;
    border-right:none;
  }
  .tableRow .tableRight{
    flex:1;
    border: 1px solid #D7D7D7;
    border-bottom:none;
    padding:20px 32px;
  }
  .tableRow .tableRight.isEnd{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 12px;
  }
}
@media (min-width: 1025px) {
  .btn-container {
    display: block;
  }
}
@media (min-width: 1024px) {
  body{
    background: url('/assets/images/supported-sites/bg1024.png') 0 0 no-repeat;
    background-size:100% 320px;
  }
  .topProductWrap{
    padding: 56px 0 30px 0;
  }
  .popularPlatformsWrap .popularPlatformFlexWrap{
    gap:45px;
  }
  .btn-group-scroll ul{
    flex-wrap: wrap;
  }
 .topProductWrap .title{
  color:#000000E5;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
  font-family: 'NunitoSans-ExtraBold';
  margin:0px;
 }
}
.sectionWrap .title{
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .popularPlatformsWrap .popularPlatformFlexWrap{
    gap:60px;
  }
}
@media (min-width: 1464px) {
  body{
    background: url('/assets/images/supported-sites/bg1920.png') 0 0 no-repeat;
    background-size:100% 320px;
  }
  .popularPlatformsWrap .popularPlatformFlexWrap{
    gap:100px;
  }
  .nav-tab-fixed{
    position: fixed !important;
    top: 0px !important;
    z-index: 10;
    width:100%;
    margin-top:0px;
    background-color:#ffffff;
    padding-top:22px;
    box-shadow: 0px 4px 4px 0px #00000029;
  }
  .nav-tab-fixed #navbar-platforms{
    margin-bottom:22px;
  }
}
/* ===== supported-sites anchor/fixed-nav patch ===== */
@media (min-width: 1464px) {
  .tableLeft[id] {
    scroll-margin-top: var(--supported-sites-anchor-offset, 96px);
  }
  .platformsNavWrap .btn-group-scroll.nav-tab-fixed {
    left: 50%;
    transform: translateX(-50%);
    max-width: 1320px;
  }
}