#round-sidebar {
  position: fixed;
  top: 0;
  right: -370px;
  width: 370px;
  z-index: 501;
  height: 100vh;
  background: #ffffff;
  font-size: 0.9em;
}
#round-sidebar:before {
  content: "";
  position: absolute;
  left: -14px;
  z-index: 1;
  display: block;
  width: 15px;
  height: 100%;
  background: #ffffff;
  mask: url("/themes/gate/front/cup_front/images/mask/round-sidebar.svg") no-repeat center / cover;
  -webkit-mask: url("/themes/gate/front/cup_front/images/mask/round-sidebar.svg") no-repeat center / cover;
}
#round-sidebar .round-sidebar-btn-wrap {
  position: absolute;
  top: 50%;
  left: -35px;
  margin-top: -8px;
  width: 48px;
  height: 48px;
}
#round-sidebar .round-sidebar-btn-wrap .round-sidebar-btn {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto -60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  border-radius: 50%;
  position: relative;
  z-index: 50;
  cursor: pointer;
  transition: all ease 0.6s;
}
#round-sidebar .round-sidebar-btn-wrap .round-sidebar-btn:after {
  display: block;
  content: "";
  background: #C62A30;
  mask: url("/themes/gate/front/cup_front/images/icons/chevron-down-solid.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/gate/front/cup_front/images/icons/chevron-down-solid.svg") no-repeat center / contain;
  height: 26px;
  width: 26px;
  transition: all ease 0.6s;
  transform: rotate(90deg);
}
#round-sidebar .round-sidebar-btn-wrap .round-sidebar-btn:hover {
  background: #C62A30;
  transition: all ease 0.6s;
}
#round-sidebar .round-sidebar-btn-wrap .round-sidebar-btn:hover:after {
  background: #ffffff;
}
#round-sidebar .round-sidebar-btn-wrap .round-sidebar-btn.collapsed:after {
  transform: rotate(270deg);
  transition: all ease 0.6s;
}
#round-sidebar .round-sidebar-content {
  padding: 32px;
}
#round-sidebar .round-sidebar-content .title-wrap {
  background: #C62A30;
  color: #ffffff;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}
#round-sidebar .round-sidebar-content .title-wrap > span {
  text-transform: uppercase;
  font-weight: bold;
}
#round-sidebar .round-sidebar-content .scrollbar-wrapper {
  height: 400px;
}
#round-sidebar .btn-ico.btn-ico-ranking {
  background: none;
  padding: 0;
  margin: 0;
}
#round-sidebar .btn-ico.btn-ico-ranking::before {
  display: block;
  content: "";
  height: 24px;
  width: 24px;
  background: #ffffff;
  mask: url("/themes/gate/front/cup_front/images/icons/ranking-star.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/gate/front/cup_front/images/icons/ranking-star.svg") no-repeat center / contain;
}
#round-sidebar .btn-ico.btn-ico-ranking:hover:before {
  background: #C62A30;
}
#round-sidebar .top-ranking-teaser-wrapper {
  margin-bottom: 32px;
}
#round-sidebar .top-ranking-teaser-wrapper .user-rank-wrap {
  background: #F1F1F1;
  border-radius: 4px;
  padding: 4px;
  margin: 1px 0;
}
#round-sidebar .top-ranking-teaser-wrapper .user-rank-wrap .user-rank {
  color: #C62A30;
  font-weight: bold;
}
#round-sidebar .top-ranking-teaser-wrapper .user-rank-wrap .user-score {
  color: #C62A30;
  font-weight: bold;
  text-align: right;
}
#round-sidebar #nav-taxo-rss-feed-tab {
  border: 0;
  margin-bottom: 16px;
}
#round-sidebar #nav-taxo-rss-feed-tab .nav-link {
  background: #ffffff;
  border: 2px solid #F1F1F1;
  border-radius: 4px;
  color: #000000;
}
#round-sidebar #nav-taxo-rss-feed-tab .nav-link.active {
  background: #008eab;
  border-color: #008eab;
  color: #ffffff;
}
#round-sidebar .rss-feeds-header {
  padding: 8px;
  border-radius: 4px;
  background: #F1F1F1;
  position: relative;
}
#round-sidebar .rss-feeds-header .title {
  font-weight: bold;
  color: #C62A30;
  margin: 0;
}
#round-sidebar .rss-feeds-header .author-wrap {
  margin: 0;
}
#round-sidebar .rss-feeds-header .date {
  font-size: 0.8em;
  margin: 0;
}
#round-sidebar .rss-feeds-header:hover {
  background: #C62A30;
  color: #ffffff;
}
#round-sidebar .rss-feeds-header:hover .title {
  color: #C62A30;
}
#round-sidebar .rss-feeds-item {
  padding: 0 0 12px 0;
  border-bottom: 1px dashed #dddddd;
  margin: 12px 0;
}
#round-sidebar .rss-feeds-item .date {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin: 0;
  font-size: 0.9em;
}
#round-sidebar .rss-feeds-item .date:before {
  display: inline-block;
  content: "";
  height: 16px;
  width: 16px;
  margin: 0 0.4rem 0 0;
  background: #000000;
  mask: url("/themes/gate/front/cup_front/images/icons/clock.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/gate/front/cup_front/images/icons/clock.svg") no-repeat center / contain;
}
#round-sidebar .rss-feeds-item > .row {
  align-items: center;
}
#round-sidebar .rss-feeds-item .title {
  margin: 0;
}
#round-sidebar .rss-feeds-item picture {
  display: block;
  position: relative;
}
#round-sidebar .rss-feeds-item picture img {
  border-radius: 4px;
}
.round-closed-message {
  background: #6b0f0f;
  background: linear-gradient(90deg, #6b0f0f 0%, #b60000 30%, #b30101 70%, #6b0f0f 100%);
  position: fixed;
  z-index: 500;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 16px;
  border-top: 1px solid #ffffff;
}
.round-closed-message p {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  font-size: 2.5em;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.taxo-round-page {
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.taxo-round-page .btn-bonus-question {
  position: fixed;
  z-index: 150;
  border-radius: 50%;
  bottom: 8px;
  left: 8px;
  width: 68px;
  height: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #C62A30;
  border: 4px solid #ffffff;
  box-shadow: -10px 10px 16px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  flex-wrap: wrap;
  transition: all ease 0.6s;
  transform: scale(1) rotate(-15deg);
}
.taxo-round-page .btn-bonus-question:hover {
  transform: scale(1.25) rotate(0deg);
  transition: all ease 0.6s;
  color: #ffffff;
}
.round-teaser {
  border-radius: 8px;
  border: 2px solid #ffffff;
  background: #000000;
  position: relative;
}
.round-teaser .picture-wrap {
  position: relative;
}
.round-teaser .picture-wrap picture {
  display: block;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.round-teaser .tag-wrap {
  display: none;
  position: absolute;
  left: -6px;
  top: -6px;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.round-teaser .tag-wrap:after {
  content: "";
  background: #2D633D;
  position: absolute;
  z-index: -1;
  height: 71%;
  width: 71%;
}
.round-teaser .tag-wrap .tag {
  background: #24B945;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  font-size: 0.8em;
  font-weight: bold;
  width: 100%;
  height: 100%;
  padding: 8px;
  display: flex;
  align-items: end;
  justify-content: center;
  transform: rotate(-45deg);
  position: absolute;
  top: -50%;
  left: -50%;
}
.round-teaser .state-wrap {
  display: flex;
  align-items: center;
  position: absolute;
  right: 12px;
  top: 12px;
}
.round-teaser .state-wrap .state-progress {
  background: #ffffff;
  border-radius: 20px 0 0 20px;
  padding: 0 16px 0 8px;
  font-weight: bold;
  margin-right: -16px;
  width: 68px;
  text-align: center;
}
.round-teaser .state-wrap .state-icon {
  border: 2px solid #ffffff;
  background: #C62A30;
  border-radius: 50%;
  padding: 10px;
  width: 48px;
  height: 48px;
}
.round-teaser .state-wrap .state-icon .icon {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.round-teaser .infos-wrap {
  background: #ffffff;
  padding: 8px;
  display: flex;
  align-items: center;
  min-width: 50%;
}
.round-teaser .round-wrap {
  background: #C62A30;
  padding: 8px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  line-height: 1;
}
.round-teaser .round-wrap .label {
  text-transform: uppercase;
}
.round-teaser .round-wrap .value {
  font-weight: bold;
  font-size: 2em;
}
.round-teaser .title {
  text-transform: uppercase;
  color: #C62A30;
  font-weight: bold;
  font-size: 1.25em;
  margin: 0;
}
.round-teaser .date {
  font-size: 0.9em;
  margin: 0;
  line-height: 1;
}
.round-teaser .scrore-wrap {
  background: #C62A30;
  display: flex;
}
.round-teaser .scrore-wrap .value {
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 8px;
  font-size: 1.4em;
  font-weight: bold;
}
.round-teaser .scrore-wrap .label {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 8px;
}
.round-teaser .scrore-wrap .label .icon {
  display: block;
  width: 14px;
  height: 100%;
  background: #C62A30;
  mask: url("/themes/gate/front/cup_front/images/icons/round-teaser-pts.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/gate/front/cup_front/images/icons/round-teaser-pts.svg") no-repeat center / contain;
}
.round-teaser.passed .state-wrap .state-icon .icon {
  mask: url("/themes/gate/front/cup_front/images/icons/round-lock.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/gate/front/cup_front/images/icons/round-lock.svg") no-repeat center / contain;
}
.round-teaser.inprogress .state-wrap .state-icon .icon {
  mask: url("/themes/gate/front/cup_front/images/icons/round_unlock.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/gate/front/cup_front/images/icons/round_unlock.svg") no-repeat center / contain;
}
.round-teaser.coming .state-wrap .state-progress {
  display: none;
}
.round-teaser.coming .state-wrap .state-icon .icon {
  mask: url("/themes/gate/front/cup_front/images/icons/round-comming.svg") no-repeat center / contain;
  -webkit-mask: url("/themes/gate/front/cup_front/images/icons/round-comming.svg") no-repeat center / contain;
}
.round-teaser.solved .tag-wrap {
  display: block;
}
.article-round-wrapper {
  max-width: 930px;
  margin: auto;
}
.article-round-wrapper .round-content-wrapper {
  margin-bottom: 128px;
}
.round-header {
  background: #ffffff;
  text-align: center;
}
.round-header .round-header-content {
  padding: 16px;
  background: linear-gradient(0deg, #ffffff 50%, #fbfbfb 70%, #d2d2d2 98%, #ffffff 100%);
}
.round-header .round-header-top {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  padding: 0 0 16px 0;
}
.round-header .round-wrap {
  background: #C62A30;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 16px 32px;
  border-radius: 4px;
  font-size: 1.5em;
  position: relative;
}
.round-header .score-wrap {
  border: 2px solid #C62A30;
  color: #C62A30;
  padding: 4px;
  border-radius: 4px;
}
.round-header .score-wrap .value {
  font-weight: bold;
  font-size: 1.25em;
}
.round-header .score-wrap .label {
  font-style: italic;
  font-weight: 400;
  font-size: 0.9em;
}
.round-header .title-wrap .page-title {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.round-header .title-wrap .date {
  margin: 0;
}
.round-header .thumb {
  overflow: hidden;
  display: block;
}
.card.card-question {
  flex-direction: column;
  border: 0;
}
.card.card-question .card-header {
  background: url("/themes/gate/front/cup_front/images/vertical-wave.png") repeat-y 100% 0 #F1F1F1;
  border: 0;
  padding: 0;
}
.card.card-question .icon-wrap {
  background: #C62A30;
  padding: 8px;
}
.card.card-question .icon-wrap .icon {
  border-radius: 50%;
  background: #ffffff;
  width: 72px;
  height: 72px;
  fill: #C62A30;
}
.card.card-question .icon-wrap .icon svg {
  width: 100%;
  height: 100%;
}
.card.card-question .icon-wrap .icon svg path {
  fill: #C62A30;
}
.card.card-question .date-wrap {
  padding: 16px;
  color: #C62A30;
  font-weight: bold;
}
.card.card-question .card-body {
  padding: 16px;
}
.card.card-question .competition {
  text-transform: uppercase;
  color: #C62A30;
  font-size: 0.8em;
  margin: 0 0 8px;
}
.card.card-question .banner {
  display: block;
  margin-bottom: 16px;
}
.card.card-question .banner img {
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
}
.card.card-question .card-body-content {
  position: relative;
}
.card.card-question .pts-max-wrap {
  background: #7C7D80;
  border-radius: 4px;
  padding: 4px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  font-style: italic;
}
.card.card-question .pts-result-wrap .value {
  background: #ffffff;
  color: #24B945;
  border-radius: 4px;
  padding: 4px;
  line-height: 1;
  text-align: center;
  font-style: italic;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
}
.card.card-question .pts-result-wrap .icon {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border: 4px solid #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #F1F1F1;
  margin: 8px auto;
  padding: 4px;
}
.card.card-question .pts-result-wrap .icon::after {
  background: #ffffff;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
.session-rounds-wrapper {
  background: #C62A30;
  padding: 16px 0 64px;
  position: relative;
}
.session-rounds-wrapper:after,
.session-rounds-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  height: 50px;
  width: 100%;
  background: #ffffff;
  mask: url("/themes/gate/front/cup_front/images/mask/section-after.svg") no-repeat center / cover;
  -webkit-mask: url("/themes/gate/front/cup_front/images/mask/section-after.svg") no-repeat center / cover;
}
.session-rounds-wrapper:before {
  top: -50px;
  mask-position: center 100%;
}
.session-rounds-wrapper:after {
  bottom: -50px;
  transform: scale(-1);
}
.session-rounds-wrapper::before {
  background: #C62A30;
}
.session-rounds-wrapper:after {
  display: none;
}
.session-rounds-wrapper .section-title {
  color: #ffffff;
  text-align: center;
  font-size: 2em;
}
.session-rounds-wrapper .swiper {
  padding-bottom: 48px;
}
.session-rounds-wrapper .swiper .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #ffffff;
  background: #ffffff;
  opacity: 1;
  height: 18px;
  width: 18px;
}
.session-rounds-wrapper .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #C62A30;
}
.session-rounds-wrapper .swiper .round-teaser {
  margin: 10px;
}
@media all and (max-width: 767px) {
  #round-sidebar {
    right: -300px;
    width: 300px;
  }
  .taxo-round-page .btn-bonus-question {
    font-size: 0.7em;
  }
  .round-teaser .scrore-wrap {
    border-radius: 0 0 0 5px;
  }
  .round-teaser .scrore-wrap .value {
    flex-grow: 1;
    justify-content: center;
    padding: 8px 8px 8px 32px;
  }
  .round-header .round-header-top {
    gap: 16px;
  }
  .round-header .round-header-top .score-wrap {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card.card-question {
    border-radius: 0;
  }
  .card.card-question .card-header {
    border-radius: 0;
    display: flex;
    justify-content: center;
    background: #C62A30;
  }
  .card.card-question .card-header .group-event-date-wrapper {
    display: flex;
  }
  .card.card-question .date-wrap {
    color: #ffffff;
  }
  .card.card-question .icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card.card-question .icon-wrap .competition {
    color: #ffffff;
    margin: 0 0 0 16px;
    font-size: 1em;
  }
  .card.card-question .card-body {
    border-radius: 0;
  }
  .session-rounds-wrapper::before {
    mask: url('/themes/gate/front/cup_front/images/mask/m-section-after.svg') no-repeat center / cover;
    -webkit-mask: url('/themes/gate/front/cup_front/images/mask/m-section-after.svg') no-repeat center / cover;
    top: -48px;
  }
}
@media all and (min-width: 1024px) {
  .round-teaser .picture-wrap picture {
    border-radius: 4px;
  }
  .round-teaser .scrore-wrap {
    border-radius: 8px 0 0 8px;
  }
  .round-teaser .content-wrap {
    display: flex;
    justify-content: space-between;
    padding: 12px 0 12px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    gap: 16px;
  }
  .round-teaser .infos-wrap {
    border-radius: 8px;
  }
  .round-header {
    border-radius: 16px;
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.25);
    margin: 64px 0 16px;
  }
  .round-header .round-header-top {
    padding: 16px 0 0;
  }
  .round-header .round-header-content {
    padding: 0 32px 32px;
    border-radius: 16px 16px 0 0;
  }
  .round-header .round-wrap {
    top: -32px;
    margin-bottom: -32px;
  }
  .round-header .thumb {
    border-radius: 0 0 16px 16px;
  }
  .taxo-round-page .btn-bonus-question {
    bottom: 24px;
    left: 24px;
    width: 124px;
    height: 124px;
    border: 8px solid #ffffff;
  }
  .card.card-question {
    flex-direction: row;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    margin: 32px auto;
  }
  .card.card-question .card-header {
    border-radius: 8px 0 0 8px;
  }
  .card.card-question .icon-wrap {
    padding: 32px 8px 8px;
    border-radius: 8px 0 72px 72px;
  }
  .card.card-question .card-body {
    padding: 8px 32px;
  }
  .card.card-question .pts-max-wrap {
    position: absolute;
    top: 50%;
    right: -64px;
    width: 60px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .card.card-question .pts-result-wrap {
    position: absolute;
    top: 50%;
    right: -64px;
    width: 60px;
    margin-top: 25px;
  }
}
