.cs-wrap {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  background-color: #10141c;
}

.cs-head {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 407px;
  padding: 30px 16px 0;
}

@media screen and (min-width: 48em) {
  .cs-head {
    height: 477px;
    padding: 60px 30px 0;
  }
}

.cs-head--mobile {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 407px;
  background-image: url(/nimg/cs-mob-stripe1.png), url(/nimg/cs-mob-stripe2.png);
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 158px, 234px;
}

@media screen and (min-width: 48em) {
  .cs-head--mobile {
    display: none;
  }
}

.cs-head--mobile::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 163px;
  height: 211px;
  background-image: url(/nimg/cs-mob-bg1.png);
  background-repeat: no-repeat;
  background-size: 163px;
  content: '';
}

.cs-head--mobile::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 212px;
  height: 250px;
  background-image: url(/nimg/cs-mob-bg2.png);
  background-repeat: no-repeat;
  background-size: 212px;
  content: '';
}

.cs-head--poster {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 407px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .cs-head--poster {
    height: 477px;
    background-image: url(/nimg/cs-header-bg.jpg);
    background-repeat: no-repeat;
    background-size: 1600px;
  }
}

.cs-head--poster::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1600px;
  height: 290px;
  background-image: linear-gradient(180deg, #080e15 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
}

@media screen and (min-width: 48em) {
  .cs-head--poster::before {
    display: none;
  }
}

.cs-head--poster::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1600px;
  height: 3px;
  background-image: linear-gradient(90deg, rgba(62, 207, 110, 0) 0%, #3ecf6e 40%, #e57c00 70%, rgba(229, 124, 0, 0) 100%);
  content: '';
}

.cs-head--inner {
  display: flex;
  z-index: 3;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
}

@media screen and (min-width: 48em) {
  .cs-head--inner {
    padding: 0 48px;
  }
}

.cs-head--inner h1 {
  margin: 0 0 14px;
  color: #ff9100;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .cs-head--inner h1 {
    margin: 0 0 60px;
    font-size: 22px;
    line-height: 32px;
  }
}

.cs-head--logo {
  flex-shrink: 0;
  width: 213px;
  height: 40px;
  margin: 0 0 14px;
}

@media screen and (min-width: 48em) {
  .cs-head--logo {
    width: 408px;
    height: 77px;
    margin: 0 0 24px;
  }
}

.cs-head--pill {
  gap: 0 6px;
  display: flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 6px 12px;
  border: 1px solid rgba(62, 207, 110, .25);
  border-radius: 50px;
  background-color: #080808;
}

@media screen and (min-width: 48em) {
  .cs-head--pill {
    gap: 0 10px;
    margin: 0 0 48px;
    padding: 11px 30px;
    background-color: rgba(62, 207, 110, .12);
  }
}

.cs-head--date {
  color: #23ee88;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

@media screen and (min-width: 48em) {
  .cs-head--date {
    font-size: 17px;
    line-height: 21px;
  }
}

.cs-head--sep {
  width: 1px;
  height: 18px;
  background-color: rgba(62, 207, 110, .25);
}

.cs-head--term {
  color: #dde6f0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

@media screen and (min-width: 48em) {
  .cs-head--term {
    font-size: 17px;
    line-height: 21px;
  }
}

.cs-head--sponsor {
  gap: 4px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .cs-head--sponsor {
    gap: 0 44px;
    flex-direction: row;
  }
}

.cs-head--gt {
  display: flex;
  padding: 6px 15px;
  border: 1px solid rgba(62, 207, 110, .25);
  border-radius: 50px;
  background-color: #080808;
}

@media screen and (min-width: 48em) {
  .cs-head--gt {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: initial;
  }
}

.cs-head--gt img {
  width: 113px;
  height: 22px;
}

@media screen and (min-width: 48em) {
  .cs-head--gt img {
    width: 178px;
    height: 34px;
  }
}

.cs-head--bc {
  display: flex;
  padding: 6px 15px;
  border: 1px solid rgba(62, 207, 110, .25);
  border-radius: 50px;
  background-color: #080808;
}

@media screen and (min-width: 48em) {
  .cs-head--bc {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: initial;
  }
}

.cs-head--bc img {
  width: 95px;
  height: 22px;
}

@media screen and (min-width: 48em) {
  .cs-head--bc img {
    width: 142px;
    height: 34px;
  }
}

.cs-info {
  display: flex;
  justify-content: center;
  width: 100%;
}

.cs-info--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding: 18px 0 0;
  background-image: linear-gradient(#052421, #10141c);
}

@media screen and (min-width: 48em) {
  .cs-info--inner {
    padding: 64px 0 0;
  }
}

.cs-info--lead {
  width: 100%;
  max-width: 760px;
  margin: 0 0 24px;
  padding: 0 16px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .cs-info--lead {
    margin: 0 0 38px;
    padding: 0 30px;
    font-size: 20px;
    line-height: 30px;
  }
}

.cs-info--lead br {
  display: none;
}

@media screen and (min-width: 48em) {
  .cs-info--lead br {
    display: initial;
  }
}

.cs-info--sponsor {
  gap: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 760px;
  margin: 0 0 32px;
  padding: 0 16px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .cs-info--sponsor {
    margin: 0 0 76px;
    padding: 0 30px;
    font-size: 20px;
    line-height: 30px;
  }
}

.cs-info--sponsor img {
  width: 142px;
  height: 34px;
}

@media screen and (min-width: 48em) {
  .cs-info--sponsor img {
    width: 200px;
    height: 48px;
  }
}

.cs-info--head {
  gap: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 932px;
  margin: 0 0 32px;
  padding: 16px 16px 20px;
  background-image: radial-gradient(60.66% 100% at 50% 0%, #17663e 0%, #052220 100%);
}

@media screen and (min-width: 48em) {
  .cs-info--head {
    gap: 32px 0;
    margin: 0 0 72px;
    padding: 32px 16px 36px;
    border-radius: 14px;
  }
}

.cs-info--heading {
  color: #23ee88;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-shadow: 0 0 16px rgba(0, 0, 0, .5);
}

@media screen and (min-width: 48em) {
  .cs-info--heading {
    font-size: 38px;
    line-height: 45px;
  }
}

.cs-info--grid {
  gap: 8px;
  display: grid;
  grid-template-columns: 116px 116px;
}

@media screen and (min-width: 48em) {
  .cs-info--grid {
    gap: 10px;
    grid-template-columns: 206px 206px;
  }
}

@media screen and (min-width: 64em) {
  .cs-info--grid {
    gap: 0 10px;
    display: flex;
  }
}

.cs-info--btn {
  gap: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 14px 0 10px;
  border: 1px solid rgba(20, 91, 57, .5);
  border-radius: 10px;
  background-color: #061217;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .657px;
  line-height: 17px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .cs-info--btn {
    gap: 0 10px;
    height: 63px;
    padding: 0 32px 0 28px;
    font-size: 21px;
    line-height: 25px;
  }
}

.cs-info--btn_tg img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 48em) {
  .cs-info--btn_tg img {
    width: 32px;
    height: 32px;
  }
}

.cs-info--btn_forum img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 48em) {
  .cs-info--btn_forum img {
    width: 24px;
    height: 24px;
  }
}

.cs-info--btn_twitch img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 48em) {
  .cs-info--btn_twitch img {
    width: 34px;
    height: 34px;
  }
}

.cs-info--btn_fantasy img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 48em) {
  .cs-info--btn_fantasy img {
    width: 28px;
    height: 28px;
  }
}

.cs-header {
  gap: 8px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 16px;
  overflow: hidden;
}

@media screen and (min-width: 48em) {
  .cs-header {
    gap: 16px 0;
    padding: 0 30px;
  }
}

.cs-header img {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}

@media screen and (min-width: 48em) {
  .cs-header img {
    width: 82px;
    height: 82px;
  }
}

.cs-header--inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .cs-header--inner {
    gap: 0 26px;
  }
}

.cs-header--inner::before {
  display: none;
  flex-shrink: 0;
  width: 100%;
  max-width: 429px;
  height: 2px;
  background-image: linear-gradient(90deg, rgba(6, 73, 28, 0) 0%, #052724 100%);
  content: '';
}

@media screen and (min-width: 48em) {
  .cs-header--inner::before {
    display: initial;
  }
}

.cs-header--inner::after {
  display: none;
  flex-shrink: 0;
  width: 100%;
  max-width: 429px;
  height: 2px;
  background-image: linear-gradient(270deg, rgba(6, 73, 28, 0) 0%, #052724 100%);
  content: '';
}

@media screen and (min-width: 48em) {
  .cs-header--inner::after {
    display: initial;
  }
}

.cs-header--text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .cs-header--text {
    font-size: 48px;
    line-height: 56px;
  }
}

.cs-header--text_accent {
  color: #d9cabc;
}

.cs-header--note {
  width: 100%;
  max-width: 664px;
  margin: 8px 0 0;
  color: #cdd3d3;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .cs-header--note {
    margin: 0;
    font-size: 18px;
    line-height: 29px;
  }
}

.cs-twitch {
  gap: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px 0 48px;
}

@media screen and (min-width: 48em) {
  .cs-twitch {
    padding: 40px 30px 72px;
  }
}

.twitch-countdown {
  width: 100%;
  max-width: 1246px;
}

.twitch-countdown--inner {
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 56px 0;
  border: 1px solid #1d2a3a;
  background-color: #141b27;
}

@media screen and (min-width: 48em) {
  .twitch-countdown--inner {
    border-radius: 14px;
  }
}

.twitch-countdown--wrap {
  gap: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.twitch-countdown--icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}

@media screen and (min-width: 48em) {
  .twitch-countdown--icon {
    width: 64px;
    height: 64px;
  }
}

.twitch-countdown--note {
  color: #7a8fa8;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .twitch-countdown--note {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 17px;
  }
}

.cs-countdown {
  gap: 0 4px;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 48em) {
  .cs-countdown {
    gap: 0 10px;
  }
}

.cs-countdown--block {
  gap: 4px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 64px;
  height: 90px;
  padding: 12px 0 0;
  border: 1px solid #1d2a3a;
  border-radius: 10px;
  background-color: #10151f;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .cs-countdown--block {
    width: 100px;
    height: 98px;
    padding: 18px 0 0;
  }
}

.cs-countdown--number {
  color: #dde6f0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

@media screen and (min-width: 48em) {
  .cs-countdown--number {
    font-size: 44px;
  }
}

.cs-countdown--label {
  color: #7a8fa8;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 12px;
  text-transform: uppercase;
}

.cs-twitch--wrap {
  position: relative;
  width: 100%;
  max-width: 1246px;
}

.cs-twitch--container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border: 1px solid #1d2a3a;
  background-color: #141b27;
}

@media screen and (min-width: 48em) {
  .cs-twitch--container {
    border-radius: 14px;
  }
}

.cs-twitch--container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cs-team {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.cs-team::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1600px;
  height: 100%;
  transform: translateX(-50%);
  background-image: radial-gradient(71.45% 71.45% at 50% 100%, #052824 0%, #10141c 100%);
  content: '';
}

.cs-team--inner {
  display: flex;
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding: 0 0 48px;
}

@media screen and (min-width: 48em) {
  .cs-team--inner {
    padding: 0 0 90px;
  }
}

.cs-team--grid {
  gap: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  padding: 24px 16px 0;
}

@media screen and (min-width: 48em) {
  .cs-team--grid {
    flex-direction: row;
    align-items: initial;
    padding: 40px 16px 0;
  }
}

.cs-team--wrap {
  gap: 8px 0;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 300px;
  padding: 22px;
  border: 1px solid #1d2a3a;
  border-radius: 12px;
  background-color: #141b27;
}

.cs-team--name {
  gap: 0 8px;
  display: flex;
  align-items: center;
  min-height: 44px;
  color: #dde6f0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.cs-team--name img {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 4px;
}

.cs-team--mark {
  min-height: 20px;
  margin: 0 0 8px;
  color: #aebac9;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.cs-team--list {
  gap: 12px 0;
  display: flex;
  flex-direction: column;
}

.cs-team--player {
  gap: 4px;
  display: flex;
  align-items: center;
  padding: 3px 0 6px;
  border-bottom: 1px dashed #36485d;
  color: #7a8fa8;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
}

.cs-team--player:last-child {
  border-color: transparent;
}

.cs-team--player::after {
  width: 10px;
  height: 20px;
  margin: 0 0 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 20'%3E%3Cpath fill='%23808A98' fill-rule='evenodd' d='M8.464 10.593 3.75 15.307l-1.178-1.179 4.125-4.125-4.125-4.125L3.75 4.7l4.714 4.714a.833.833 0 0 1 0 1.178' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px;
  content: '';
}

.cs-team--player img {
  flex-shrink: 0;
  width: 20px;
  height: 22px;
}

.cs-team--blank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 616px;
  padding: 16px;
  border: 1px dashed #36485d;
  border-radius: 12px;
}

@media screen and (min-width: 48em) {
  .cs-team--blank {
    padding: 48px;
  }
}

.cs-team--note {
  color: #aebac9;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.cs-schedule {
  display: flex;
  justify-content: center;
  width: 100%;
}

.cs-schedule--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding: 32px 0 48px;
}

@media screen and (min-width: 48em) {
  .cs-schedule--inner {
    padding: 60px 0 72px;
  }
}

.cs-schedule--image {
  display: flex;
  width: 100%;
  max-width: 992px;
  padding: 16px 8px 0;
}

@media screen and (min-width: 48em) {
  .cs-schedule--image {
    padding: 37px 16px 0;
  }
}

.cs-grid {
  display: flex;
  justify-content: center;
  width: 100%;
}

.cs-grid--inner {
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding: 32px 0 48px;
  overflow: hidden;
  background-color: #070d14;
}

@media screen and (min-width: 48em) {
  .cs-grid--inner {
    padding: 60px 0 72px;
  }
}

.cs-grid--inner::before {
  z-index: -1;
  position: absolute;
  top: -100px;
  left: 50%;
  width: 1600px;
  height: 517px;
  transform: translateX(-50%);
  background-image: url(/nimg/cs-gradient-1600x517.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
}

.cs-grid--image {
  display: flex;
  width: 100%;
  max-width: 1112px;
  padding: 16px 8px 0;
}

@media screen and (min-width: 48em) {
  .cs-grid--image {
    padding: 48px 16px 0;
  }
}

.cs-footer {
  display: flex;
  justify-content: center;
  width: 100%;
}

.cs-footer--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding: 40px 30px;
  border-top: 1px solid #1d2a3a;
  background-color: #060810;
}

.cs-footer--button {
  gap: 0 8px;
  display: flex;
  align-items: center;
  margin: 0 0 35px;
  padding: 12px 18px;
  border-radius: 10px;
  background-color: #08c;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .cs-footer--button {
    gap: 0 10px;
    padding: 19px 28px 20px 22px;
    font-size: 20px;
    line-height: 23px;
  }
}

.cs-footer--button img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.cs-footer--note {
  margin: 0 0 24px;
  color: #08c;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .cs-footer--note {
    font-size: 22px;
    line-height: 29px;
  }
}

.cs-footer--wrap {
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1246px;
  padding: 35px 0 0;
  border-top: 1px solid #1d2a3a;
}

@media screen and (min-width: 48em) {
  .cs-footer--wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}

.cs-footer--logo {
  display: flex;
}

.cs-footer--logo img {
  flex-shrink: 0;
  width: 90px;
  height: 17px;
}

.cs-footer--tm {
  color: #7a8fa8;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
}

.cs-footer--term {
  color: #7a8fa8;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
}
