.top-ranking-section {
  overflow: hidden;
}
.top-ranking-section .slider-images {
  display: flex;
  gap: 10px;
}
.top-ranking-section .slider-images img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top-ranking-section .ranking-wrapper .ranking-section-top {
  display: flex;
  justify-content: space-between;
}
.top-ranking-section .ranking-wrapper .rank-card-container .rank-line-item {
  width: 267px;
  height: auto;
  margin-right: 24px;
  position: relative;
  background-color: #F7F6F6;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  padding: 24px;
}
.top-ranking-section .ranking-wrapper .rank-card-container .rank-badge {
  width: auto;
  right: -59px;
  top: -7px;
}
.top-ranking-section .ranking-wrapper .rank-card-container .rank-badge .rank-top {
  background-image: url(../images/ranking-new/rank-badge.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -7px;
  left: 61px;
  width: 158px;
  text-align: center;
}
.top-ranking-section .ranking-wrapper .rank-card-container .rank-badge .rank-top span {
  font-size: 16px;
  font-family: "Queens";
  line-height: 1.4;
  color: #fff;
  padding: 5px;
  text-align: center;
  margin-right: 15px;
}
.top-ranking-section .ranking-wrapper .rank-card-container .rank-badge .rank-top::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 10px;
  border-radius: 100%;
  height: 30px;
  width: 20px;
  z-index: -1;
  background-color: #9a1418;
}
.top-ranking-section .ranking-wrapper .rank-card-container .rank-badge .rank-top::after {
  content: " ";
  position: absolute;
  top: 0px;
  left: -6px;
  border-radius: 100%;
  height: 30px;
  width: 20px;
  z-index: -1;
  background-color: #9a1418;
}
.top-ranking-section .ranking-wrapper .rank-card-container .rank-card-img {
  width: auto;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 16px;
}
.top-ranking-section .ranking-wrapper .rank-card-container .rank-card-img img {
  border-radius: 16px;
}
.top-ranking-section .ranking-wrapper .rank-card-container .rank-card-title {
  font-size: 14px;
  color: #151419;
  padding: 16px 0px 0px;
  font-size: 18px;
  font-family: "HelveticaNowDisplay";
}
.top-ranking-section .ranking-wrapper .rank-card-container .slick-list {
  overflow: visible;
}
.top-ranking-section .ranking-wrapper .rank-card-container .slick-slide {
  height: inherit !important;
}
.top-ranking-section .ranking-wrapper .rank-card-container .slick-track {
  display: flex !important;
}
.top-ranking-section .slick-next {
  right: 48px;
  position: absolute;
  top: -76px;
  transform: none;
}
.top-ranking-section .slick-prev {
  left: 92%;
  position: relative;
  top: -76px;
  transform: none;
}
.top-ranking-section .slick-dotted.slick-slider {
  margin-bottom: 6px;
}

@media (max-width: 1599.98px) {
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-line-item {
    width: 202px;
    height: auto;
    position: relative;
    background-color: #F7F6F6;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 16px 18px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-card-img {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    margin: 0;
    margin-bottom: 16px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-card-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-card-title {
    padding: 10px 10px 0;
    font-size: 14px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-badge {
    right: 36px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-badge .rank-top {
    top: -5px;
    left: 19px;
  }
  .top-ranking-section .slick-prev {
    left: 91%;
    position: relative;
    top: -48px;
  }
  .top-ranking-section .slick-next {
    right: 21px;
    position: absolute;
    top: -48px;
  }
}
@media (max-width: 1500px) {
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-card-img {
    width: 167px;
    height: 151px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-badge .rank-top {
    top: -5px;
    left: 33px;
  }
}
@media (max-width: 992px) {
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-line-item {
    width: 267px;
    height: auto;
    padding: 22px 24px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-card-img {
    width: 200px;
    height: auto;
    margin-bottom: 15px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-card-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-card-title {
    padding: 10px 10px 0;
    font-size: 14px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-badge {
    right: 54px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-badge .rank-top {
    top: -5px;
    left: 50px;
  }
}
@media (max-width: 575.98px) {
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-line-item {
    height: auto;
    padding: 12px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-card-img {
    width: auto;
    height: auto;
    margin-bottom: 12px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-card-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-card-title {
    padding: 10px 10px 0;
    font-size: 14px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-badge {
    right: 26px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-badge .rank-top {
    top: -5px;
    left: 20px;
  }
}
@media (max-width: 431px) {
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-line-item {
    height: auto;
    margin-right: 14px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-card-img {
    width: auto;
    height: auto;
    margin-bottom: 15px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-card-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-card-title {
    padding: 0px 6px;
    font-size: 14px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-badge {
    right: 7px;
    top: -3px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-badge .rank-top {
    top: -5px;
    left: 42px;
  }
}
@media (max-width: 390px) {
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-line-item {
    height: auto;
    margin-right: 14px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-card-img {
    width: auto;
    height: auto;
    margin-bottom: 15px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-card-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-card-title {
    padding: 0px 8px;
    font-size: 14px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-badge {
    right: 7px;
    top: -3px;
  }
  .top-ranking-section .ranking-wrapper .rank-card-container .rank-badge .rank-top {
    top: -6px;
    left: 34px;
  }
}/*# sourceMappingURL=ranking-acc.css.map */