body.no-overflow {
  overflow: hidden;
}

.tournaments {
  position: relative;
}
.tournaments__prizes {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: none;
}
.tournaments__prizes.active {
  display: flex;
}
.tournaments__prizes-background {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #0D1017;
  position: relative;
  z-index: 11;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .tournaments__prizes-background {
    height: calc(100% - 80px);
    max-width: 680px;
    max-height: 840px;
    padding: 40px;
  }
}
.tournaments__prizes-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  font-family: "presicav";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 26px */
  letter-spacing: -0.48px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .tournaments__prizes-header {
    letter-spacing: -0.6px;
    margin-bottom: 35px;
    font-size: 20px;
  }
}
.tournaments__prizes-header-close {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  cursor: pointer;
}
.tournaments__prizes-list {
  padding-right: 30px;
  flex: 1;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) transparent; /* thumb and track colors */
}
.tournaments__prizes-list-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(25, 29, 36, 0) 0%, #191D24 100%);
  pointer-events: none;
  z-index: 2;
  display: none;
}
@media only screen and (min-width: 768px) {
  .tournaments__prizes-list-shadow {
    display: block;
  }
}
.tournaments__prizes-list-item {
  background: #191D24;
  padding: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .tournaments__prizes-list-item {
    padding: 30px;
    margin-bottom: 35px;
  }
}
.tournaments__prizes-list-item:last-child {
  margin-bottom: 0;
}
.tournaments__prizes-list-item-content {
  color: #C9CDD6;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}
@media only screen and (min-width: 768px) {
  .tournaments__prizes-list-item-content {
    font-size: 16px;
  }
}
.tournaments__prizes-list-item-content-image {
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .tournaments__prizes-list-item-content-image {
    margin-bottom: 30px;
  }
}
.tournaments__prizes-list-item-header {
  display: flex;
  align-items: center;
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .tournaments__prizes-list-item-header {
    margin-bottom: 30px;
  }
}
.tournaments__prizes-list-item-header:nth-child(1) .tournaments__prizes-list-item-place {
  background: rgba(243, 178, 24, 0.1);
  color: #F3B218;
}
.tournaments__prizes-list-item-header:nth-child(2) .tournaments__prizes-list-item-place {
  background: rgba(255, 255, 255, 0.1);
}
.tournaments__prizes-list-item-header:nth-child(3) .tournaments__prizes-list-item-place {
  background: rgba(240, 130, 28, 0.1);
  color: #F0821C;
}
.tournaments__prizes-list-item-place {
  width: 65px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
}
@media only screen and (min-width: 768px) {
  .tournaments__prizes-list-item-place {
    width: 75px;
    height: 75px;
  }
}
.tournaments__prizes-list-item-prize {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 18px */
  letter-spacing: -0.36px;
}
.tournaments__prizes-list-item-prize span {
  color: #FFD200;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .tournaments__prizes-list-item-prize span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .tournaments__prizes-list-item-prize {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
@media only screen and (min-width: 1280px) {
  .tournaments__prizes-list-item-prize {
    font-size: 18px;
  }
}
.tournaments:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 2500px;
  background: linear-gradient(180deg, #0D1017 0%, rgba(13, 16, 23, 0) 60.62%), linear-gradient(180deg, rgba(13, 16, 23, 0) -7.12%, #0D1017 100%), url(img/bg.png) lightgray 50%/auto no-repeat;
}
@media only screen and (min-width: 1024px) {
  .tournaments:before {
    background: linear-gradient(180deg, #0D1017 0%, rgba(13, 16, 23, 0) 60.62%), linear-gradient(180deg, rgba(13, 16, 23, 0) -7.12%, #0D1017 100%), url(img/bg.png) lightgray 50%/auto no-repeat;
  }
}
.tournaments .container {
  max-width: 475px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .tournaments .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .tournaments .container {
    max-width: 1280px;
  }
}
.tournaments__header {
  margin-top: 70px !important;
  position: relative;
  z-index: 2;
}
.tournaments__header-background {
  width: 100%;
  padding: 372px 20px 20px;
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 394px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .tournaments__header-background {
    padding: 40px;
  }
}
.tournaments__header-background.center {
  justify-content: center;
}
.tournaments__header-top {
  color: #FFD200;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  max-width: 558px;
}
@media only screen and (min-width: 768px) {
  .tournaments__header-top {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.tournaments__header-title {
  color: #FFF;
  font-family: "presicav";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 46.8px */
  letter-spacing: -0.6px;
  margin-top: 10px;
  max-width: 558px;
}
@media only screen and (min-width: 768px) {
  .tournaments__header-title {
    margin-top: 15px;
    letter-spacing: -1.08px;
    font-size: 36px;
  }
}
.tournaments__header-dates {
  display: inline-flex;
  margin-top: 30px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.6px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (min-width: 768px) {
  .tournaments__header-dates {
    letter-spacing: -0.7px;
    font-size: 14px;
  }
}
.tournaments__header-dates-end {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  max-width: 500px;
  padding: 20px;
  margin-top: 30px;
  letter-spacing: -0.7px;
}
@media only screen and (min-width: 768px) {
  .tournaments__header-dates-end {
    font-size: 16px;
    letter-spacing: -0.8px;
  }
}
.tournaments__header-dates-end strong {
  color: #fff;
}
.tournaments__header-dates-start {
  display: flex;
  margin-top: 30px;
  row-gap: 10px;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tournaments__header-dates-start {
    flex-direction: row;
    justify-content: stretch;
    -moz-column-gap: 10px;
         column-gap: 10px;
    width: auto;
  }
}
.tournaments__header-dates-start .play-button {
  background: var(--MAIN-Primary, #FFD200);
  padding: 0px 30px;
  justify-content: center;
  align-items: center;
  height: 57px;
  color: var(--MAIN-Black, #0D1017);
  text-align: center;
  font-family: "presicav";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  align-items: center;
  display: inline-flex;
  min-width: 200px;
  box-sizing: border-box;
}
.tournaments__header-dates-start-end {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 14px */
  letter-spacing: -0.7px;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .tournaments__header-dates-start-end {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.tournaments__header-dates-start-end strong {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
}
.tournaments__header-dates-start-end div {
  display: flex;
  align-items: center;
}
.tournaments__header-dates-start-end span {
  margin-left: 5px;
  margin-right: 10px;
}
.tournaments__header-dates-start-end span.yellow {
  color: #FFD200;
  font-size: 14px;
  font-style: normal;
  line-height: 100%; /* 14px */
  letter-spacing: -0.7px;
  margin-right: 0;
  margin-left: 0;
}
.tournaments__header-dates strong {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: -0.28px;
  margin-left: 7px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 768px) {
  .tournaments__header-dates strong {
    letter-spacing: -0.36px;
    font-size: 18px;
    margin-left: 10px;
  }
}
.tournaments__header-legend {
  margin-top: 15px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 7px;
       column-gap: 7px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: -0.42px;
}
.tournaments__header-legend br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .tournaments__header-legend br {
    display: block;
  }
}
.tournaments__header-legend a {
  color: #FFD200;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.42px;
  text-decoration-line: underline;
}
.tournaments__header-legend svg {
  position: relative;
  top: 3px;
  flex-shrink: 0;
}

.tournaments__information {
  position: relative;
  z-index: 2;
}
.tournaments__information .container {
  display: flex;
  margin-top: 30px;
  row-gap: 30px;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .tournaments__information .container {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 0;
    justify-content: stretch;
    flex-direction: row;
  }
}
.tournaments__information-details {
  background: #191D24;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .tournaments__information-details {
    padding: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .tournaments__information-details {
    min-height: 504px;
    flex: 1 1 50%;
  }
}
.tournaments__information-details-title {
  color: #FFF;
  font-family: "presicav";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 26px */
  margin-bottom: 25px;
  letter-spacing: -0.48px;
}
@media only screen and (min-width: 768px) {
  .tournaments__information-details-title {
    font-size: 17px;
    letter-spacing: -0.6px;
  }
}
@media only screen and (min-width: 1280px) {
  .tournaments__information-details-title {
    font-size: 20px;
  }
}
.tournaments__information-details-description {
  color: #C9CDD6;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}
@media only screen and (min-width: 768px) {
  .tournaments__information-details-description {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .tournaments__information-details-description {
    font-size: 16px;
  }
}
.tournaments__information-details-description p {
  margin-bottom: 10px;
}
.tournaments__information-details-box {
  margin-top: auto;
}
.tournaments__information-details-box-title {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  margin-bottom: 15px;
  margin-top: 20px;
  letter-spacing: -0.28px;
}
@media only screen and (min-width: 768px) {
  .tournaments__information-details-box-title {
    margin-top: 0;
    letter-spacing: -0.32px;
    font-size: 16px;
  }
}
.tournaments__information-details-box-items {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
@media only screen and (min-width: 768px) {
  .tournaments__information-details-box-items {
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: stretch;
    flex-direction: row;
  }
}
.tournaments__information-details-box-items-item {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 20px;
  display: inline-flex;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 14px */
  letter-spacing: -0.6px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .tournaments__information-details-box-items-item {
    padding: 35px 0;
    flex: 1 1 33.33%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    letter-spacing: -0.7px;
    text-align: center;
  }
}
.tournaments__information-details-box-items-item strong {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: -0.32px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .tournaments__information-details-box-items-item strong {
    margin-bottom: 8px;
    margin-right: 0;
    font-size: 20px;
    letter-spacing: -0.48px;
  }
}
@media only screen and (min-width: 1280px) {
  .tournaments__information-details-box-items-item strong {
    font-size: 24px;
  }
}
.tournaments__information-prizes {
  background: #191D24;
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .tournaments__information-prizes {
    padding: 40px;
    flex: 1 1 50%;
    min-height: 504px;
  }
}
.tournaments__information-prizes-title {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: -0.28px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .tournaments__information-prizes-title {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
.tournaments__information-prizes-list {
  flex: 1;
  position: relative;
  max-height: 295px;
  scrollbar-color: rgba(255, 255, 255, 0.4) transparent; /* thumb and track colors */
  scrollbar-width: thin;
  overflow: auto;
}
.tournaments__information-prizes-list.scroll {
  padding-right: 15px;
}
.tournaments__information-prizes-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0; /* No border radius */
}
.tournaments__information-prizes-list-shadow {
  position: absolute;
  bottom: 130px;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(25, 29, 36, 0) 0%, #191D24 100%);
  pointer-events: none;
  z-index: 2;
  display: none;
}
@media only screen and (min-width: 768px) {
  .tournaments__information-prizes-list-shadow {
    font-size: 16px;
    letter-spacing: -0.32px;
    display: block;
  }
}
.tournaments__information-prizes-list-item {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
}
.tournaments__information-prizes-list-item-place {
  width: 55px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
}
.tournaments__information-prizes-list-item:nth-child(1) .tournaments__information-prizes-list-item-place {
  background: rgba(243, 178, 24, 0.1);
  color: #F3B218;
}
.tournaments__information-prizes-list-item:nth-child(2) .tournaments__information-prizes-list-item-place {
  background: rgba(255, 255, 255, 0.1);
}
.tournaments__information-prizes-list-item:nth-child(3) .tournaments__information-prizes-list-item-place {
  background: rgba(240, 130, 28, 0.1);
  color: #F0821C;
}
.tournaments__information-prizes-list-item-prize {
  flex: 1;
  text-align: right;
  color: #FFF;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .tournaments__information-prizes-list-item-prize {
    font-size: 16px;
    letter-spacing: -0.32px;
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .tournaments__information-prizes-list-item-prize {
    font-size: 18px;
  }
}
.tournaments__information-prizes-button .tournaments__button {
  background: var(--MAIN-Primary, #FFD200);
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--MAIN-Black, #0D1017);
  text-align: center;
  font-family: "presicav";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-top: 30px;
}

.tournaments__game {
  margin: 30px 0 30px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .tournaments__game {
    margin: 30px 0 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .tournaments__game {
  }
}
@media only screen and (min-width: 768px) {
  .tournaments__game-border {
    border-radius: 20px;
    border: 1px solid #808080;
    padding: 10px;
  }
}
.tournaments__game-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tournaments__game-image-play {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  width: 100px;
  height: 100px;
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tournaments__game-iframe {
  display: none;
  height: 440px;
}
@media only screen and (min-width: 768px) {
  .tournaments__game-iframe {
    height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .tournaments__game-iframe {
    height: 650px;
  }
}
.tournaments__game-iframe iframe {
  height: 100%;
}
.tournaments__game-info {
  background: linear-gradient(180deg, #191D24 0%, rgba(25, 29, 36, 0) 405.49%);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.42px;
}
@media only screen and (min-width: 768px) {
  .tournaments__game-info {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

.tournaments__gameinfo {
  width: 100%;
  position: relative;
  z-index: 2;
}
.tournaments__gameinfo:before {
  content: " ";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 225px);
  background: white;
}
.tournaments__gameinfo .container {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .tournaments__gameinfo .container {
    row-gap: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .tournaments__gameinfo .container {
    -moz-column-gap: 30px;
         column-gap: 30px;
    justify-content: stretch;
    flex-direction: row;
  }
}
.tournaments__gameinfo-left {
  flex: 1;
  padding: 30px 20px;
  background: #FFF;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (min-width: 768px) {
  .tournaments__gameinfo-left {
    padding: 40px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.tournaments__gameinfo-left-image {
  flex-shrink: 0;
}
.tournaments__gameinfo-left-image img {
  max-width: 105px;
  max-height: 350px;
}
@media only screen and (min-width: 768px) {
  .tournaments__gameinfo-left-image img {
    max-width: 220px;
  }
}
.tournaments__gameinfo-left-info {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .tournaments__gameinfo-left-info {
    padding-top: 20px;
  }
}
.tournaments__gameinfo-left-info-top {
  color: #20242D;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .tournaments__gameinfo-left-info-top {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.tournaments__gameinfo-left-info-title {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.9px;
  display: inline-flex;
  flex-direction: column;
  row-gap: 5px;
}
@media only screen and (min-width: 768px) {
  .tournaments__gameinfo-left-info-title {
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 15px;
         column-gap: 15px;
    letter-spacing: -1.6px;
    font-size: 32px;
  }
}
.tournaments__gameinfo-left-info-title span {
  color: #565B67;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}
@media only screen and (min-width: 768px) {
  .tournaments__gameinfo-left-info-title span {
    font-size: 20px;
  }
}
.tournaments__gameinfo-left-info-tags {
  margin: 10px 0 15px;
}
@media only screen and (min-width: 768px) {
  .tournaments__gameinfo-left-info-tags {
    margin: 20px 0 30px;
  }
  .tournaments__header-background {
    position: relative;
    top: -200px;
    margin-bottom: -200px !important;
  }

}
.tournaments__gameinfo-left-info-tags ul {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 5px;
       column-gap: 5px;
  color: #5C616C;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  flex-wrap: wrap;
  row-gap: 5px;
}
@media only screen and (min-width: 768px) {
  .tournaments__gameinfo-left-info-tags ul {
    font-size: 14px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.tournaments__gameinfo-left-info-tags ul li {
  background: #F5F5F5;
  padding: 5px 10px;
}
@media only screen and (min-width: 768px) {
  .tournaments__gameinfo-left-info-tags ul li {
    padding: 5px 13px;
  }
}
.tournaments__gameinfo-left-info-description {
  color: var(--dark-2, #20242D);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
@media only screen and (min-width: 768px) {
  .tournaments__gameinfo-left-info-description {
    font-size: 16px;
  }
}
.tournaments__gameinfo-right {
  padding: 30px 20px;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tournaments__gameinfo-right {
    padding: 40px 40px 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .tournaments__gameinfo-right {
    max-width: 440px;
    padding: 80px 40px 40px;
  }
}
.tournaments__gameinfo-right-list {
  display: flex;
  flex-direction: column;
}
.tournaments__gameinfo-right-list-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #20242D;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(13, 16, 23, 0.1);
  padding-top: 30px;
}
.tournaments__gameinfo-right-list-item:first-child {
  padding-top: 0;
}
.tournaments__gameinfo-right-list-item strong {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.7px;
}
@media only screen and (min-width: 768px) {
  .tournaments__gameinfo-right-list-item strong {
    letter-spacing: -0.8px;
    font-size: 16px;
  }
}
.tournaments__gameinfo-right-button {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .tournaments__gameinfo-right-button {
    margin-top: auto;
  }
}
.tournaments__gameinfo-right-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  background: var(--MAIN-Primary, #FFD200);
  color: var(--MAIN-Black, #0D1017);
  text-align: center;
  font-family: "presicav";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.tournaments__button {
  border: 1px solid transparent;
  transition: ease-in-out 0.35s all;
  cursor: pointer;
}
.tournaments__button:hover {
  transition: ease-in-out 0.35s all;
  background: transparent;
  cursor: pointer;
  color: #fff;
  border: 1px solid var(--MAIN-Primary, #FFD200);
}
.tournaments__button.dark:hover {
  color: black;
  border: 1px solid black;
}
.tournaments__rules {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
  background: white;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .tournaments__rules {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .tournaments__rules {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
.tournaments__rules-title {
  color: #000;
  font-family: "presicav";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.9px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .tournaments__rules-title {
    letter-spacing: -1.6px;
    margin-bottom: 30px;
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .tournaments__rules-title {
    margin-bottom: 40px;
    font-size: 32px;
  }
}
.tournaments__rules-content {
  color: var(--dark-2, #20242D);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  height: 400px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .tournaments__rules-content {
    font-size: 14px;
    height: 330px;
  }
}
@media only screen and (min-width: 1024px) {
  .tournaments__rules-content {
    font-size: 16px;
  }
}
.tournaments__rules-content.active {
  height: auto;
}
.tournaments__rules-content.active:after {
  display: none;
}
.tournaments__rules-content ol {
  margin: 0;
  padding-left: 30px;
}
.tournaments__rules-content ol li {
  list-style-type: decimal;
}
.tournaments__rules-content:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 160px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  pointer-events: none;
}
.tournaments__rules-button {
  margin-top: 20px;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  background: #F5F5F5;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: center;
  color: #5C616C;
  text-align: center;
  font-family: "presicav";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .tournaments__rules-button {
    margin-top: 40px;
    width: 240px;
  }
}/*# sourceMappingURL=tournaments.css.map */