

/* Start:/local/components/bokus/tournaments/templates/.default/style.css?166618919012225*/
.back-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 77px;
  height: 33px;
  margin-bottom: 30px;
  justify-content: space-between;
  cursor: pointer;
  color: #D0D2D5;
  font-size: 24px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
}

.back-btn img {
  width: 8px;
  height: 16px;
  margin-right: 4px;
}

.back-btn a {
  color: #D0D2D5;
  display: flex;
  font-size: 24px;
  line-height: 32px;
}

.tournament-container {
  margin-top: 50px;
}

.info__container.landing__container {
  margin-top: 50px;
}
.info__container.landing__container .article__title {
  margin-top: 0;
}

.shared__container.landing__container {
  margin-top: 150px;
}

.leaderboard__container.landing__container {
  margin-bottom: 150px;
}

.img__container {
  height: 632px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img__container img {
  max-width: 100%;
  height: auto;
}

.events__captions_container {
  display: flex;
  max-width: 1200px;
  flex-direction: column;
  margin-top: 50px;
}

.events__captions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.october-title {
  display: flex;
}

.event__caption {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.event__caption:last-child {
  cursor: pointer;
}

.event__img {
  height: 72px;
  width: 72px;
  position: relative;
  flex: 0 0 auto;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.event__icon {
  width: 27px;
  height: 30px;
}

.bg-color {
  background: linear-gradient(180deg, #F65932 0%, rgba(246, 89, 50, 0.2) 45.84%, rgba(246, 89, 50, 0) 100%);
}

.event__description {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.date-start {
  font-style: italic;
  font-size: 16px;
  line-height: 28px;
  color: #f65932;
  white-space: nowrap;
}

.event__description .description {
  font-family: Oswald, sans-serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 36px;
  color: #FFFFFF;
  margin: 0;
  white-space: nowrap;
  padding: 0;
}

.dropdown-box {
  display: flex;
  height: 72px;
  width: 72px;
  background: linear-gradient(264.59deg, #F65932 0%, #CC3535 100%), #C4C4C4;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  transition: background 1.5s ease-out;
}

.dropdown-box.active {
  border: 1px solid #F65932;
  background: none;
  transition: background 1.5s ease-out;
}

.dropdown-box img {
  transition: transform 1.5s ease-out;
}

.dropdown-box.active img {
  transform: rotateX(180deg);
  transition: transform 1.5s ease-out;
}

.dropdown__container-inner {
  flex-direction: column;
  width: 100%;
  transition: transform 1.5s ease-out;
}

.dropdown__container-outer {
  display: flex;
  width: 100%;
  /*max-width: 100%;*/
  overflow: hidden;
  max-height: 0;
  transition: max-height 1.5s ease-out;
}

.dropdown__container-outer.active {
  max-height: 3000px;
  transition: max-height 1.5s ease-out;
}

.dropdown__container-outer.active .dropdown__container-inner {
  display: block;
  transform: translateY(0);
  transition: transform 1.5s ease-out;
}

.dropdown__card {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #555C65;
  border-bottom: 1px solid #555C65;
  padding: 30px 0;
  font-family: "Open Sans", sans-serif;
  /*justify-content: space-between;*/
}

.dropdown__card-left {
  display: flex;
  text-align: left;
  flex: 1 1 30%;
}

.dropdown__card__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.dropdown__card-right {
  display: flex;
  text-align: left;
  flex: 1 1 70%;
  flex-direction: column;
}

.dropdown__card__description {
  line-height: 26px;
  font-weight: 400;
  font-size: 16px;
  color: #D0D2D5;
}

.dropdown__card__description span {
  color: #F65932;
  text-decoration: none !important;
}

.handicap__table-outer {
  display: flex;
  overflow: hidden;
  max-height: 0;
  transition: max-height 1.5s ease-out;
}

.handicap__table-outer.active {
  max-height: 900px;
  transition: max-height 1.5s ease-out;
}

.handicap__table-outer.active .handicap__table-inner {
  display: flex;
}

.handicap__table-inner {
  border-radius: 20px;
  -moz-border-radius: 6px;
  border-collapse: collapse;
  text-align: center;
}

.border-radius-table-desktop {
  border: 2px solid #555C65;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.handicap__table-inner th, .handicap__table-inner td {
  font-weight: normal;
  color: #7D848D;
  padding: 9px 8px;
  cursor: auto;
  /*border: 2px solid #555C65;*/
  border-left: 2px solid #555C65;
  border-top: 2px solid #555C65;
  border-radius: 10px;
  width: 500px;
}

.handicap__table-inner th {
  color: #FFFFFF;
  border-top: none;
}

.handicap__table-inner tr:first-child {
  background-color: #0B121C;
}

.handicap__table-inner th:last-child {
  border-top-right-radius: 20px;
}

.handicap__table-inner th:first-child {
  border-top-left-radius: 20px;
}

.handicap__table-inner td:first-child, .handicap__table-inner th:first-child {
  border-left: none;
}

.dropdown__card-right span {
  color: #f65932;
  text-decoration: underline;
  margin: 20px 0;
  cursor: pointer;
}

.shared__container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shared-title {
  font-family: Oswald, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 75px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.shared-btn {
  margin-top: 40px;
}

.shared-icon {
  margin-right: 10px;
}

.owl-dots {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.owl-dot {
  background: rgba(255, 255, 255, 0.4) !important;
  border-radius: 26px;
  width: 60px;
  height: 5px;
  margin: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
}

.owl-dot.active span {
  display: block;
  width: 60px;
  height: 5px;
  background-color: #FFFFFF;
  border-radius: 26px;
  transition: background-color 0.5s ease-out;
}

.orange {
  color: orangered;
}

@media (min-width: 1024px) {
  .mobile-text-btn {
    display: none;
  }

  .tournament-section .article__title {
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .tournament-section {
    margin: 0 20px;
  }
}
@media (max-width: 1024px) {
  .img__container {
    height: auto;
    width: 100%;
  }

  .img__container img {
    margin: auto;
    display: flex;
    border-radius: 8px;
  }

  .article__title {
    margin-top: 30px;
    text-align: left;
    font-size: 40px;
  }

  .shared-title {
    font-size: 40px;
  }

  .events__captions_container {
    margin-top: 30px;
  }

  .events__captions {
    flex-direction: column;
    max-width: 90%;
    margin: auto;
    width: auto;
  }

  .event__caption:not(:first-child) {
    margin-top: 20px;
  }

  .dropdown-box {
    width: 100%;
    height: 40px;
  }

  .dropdown-box img {
    margin-left: 8px;
    margin-top: 2.75px;
  }

  .back-btn {
    margin-left: 20px;
  }
}
@media (min-width: 826px) {
  .section_leaderboard-mobile {
    display: none;
  }
}
@media (min-width: 810px) {
  .swiper-scrollbar {
    display: none;
  }
}
@media (min-width: 769px) {
  .handicap__table-mobile {
    display: none;
  }

  .dropdown-box-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .tournament-container, .info__container.landing__container {
    margin-top: 30px;
  }

  .event__img {
    height: 50px;
    width: 50px;
  }

  .event__icon {
    width: 20px;
    height: 21px;
  }

  .border-radius-table-desktop {
    display: none;
  }

  .handicap__table-inner {
    display: none;
  }

  .handicap__table-outer {
    display: none;
  }

  #hide__table {
    display: none;
  }

  .mb-150 {
    margin-bottom: 100px;
  }

  .tournament-section {
    margin: 0 20px;
  }

  .back-btn {
    margin-left: 0;
  }

  .img__container {
    height: auto;
    width: 100%;
  }

  .article__title {
    margin-top: 0;
    text-align: left;
  }

  .mt-50 {
    margin-top: 25px;
  }

  .swiper-horizontal > .swiper-scrollbar {
    margin: 12px auto;
  }

  .events__captions_container {
    margin-top: 30px;
  }

  .events__captions {
    flex-direction: column;
    max-width: 90%;
    margin: auto;
  }

  .event__caption:not(:first-child) {
    margin-top: 15px;
  }

  .dropdown-box {
    width: 100%;
    height: 40px;
  }
  .dropdown-box.active {
    display: none;
  }

  .shared-btn {
    width: 288px;
    height: 40px;
    margin-top: 20px;
  }

  .dropdown-box img {
    margin-left: 8px;
    margin-top: 2.75px;
  }

  .mobile-text-btn {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .dropdown__card {
    flex-direction: column;
    padding: 20px 0;
    margin: auto;
  }
  .dropdown__card:first-child {
    border-top: none;
  }

  .dropdown__card__title {
    margin-bottom: 10px;
  }

  .handicap__table-inner th, td {
    border-left: none;
  }

  .handicap__table-mobile-border-radius {
    border: 1px solid #555C65;
    border-radius: 10px;
  }

  .handicap__table-mobile {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    line-height: 19px;
    color: #D0D2D5;
    padding: 10px 8px;
    cursor: auto;
  }

  .handicap__table-mobile-inner-border {
    border-collapse: collapse;
  }

  .handicap__table-mobile-inner-border td {
    border-top: 1px solid #555C65;
  }

  .handicap__table-mobile-inner-border th {
    background-color: #0B121C;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 10px 8px;
  }

  .handicap__table-mobile-inner-border th:first-child, td:first-child {
    border-right: 1px solid #555C65;
  }

  .dropdown-box-mobile {
    margin: auto;
    display: flex;
    width: 95%;
    height: 40px;
    background: none;
    border: 1px solid #F65932;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    transition: background 1.5s ease-out;
  }

  .dropdown-box-mobile.active {
    background: linear-gradient(264.59deg, #F65932 0%, #CC3535 100%), #C4C4C4;
    transition: background 1.5s ease-out;
  }

  .dropdown-box-mobile img {
    transform: rotateX(180deg);
    transition: transform 1.5s ease-out;
    margin-left: 8px;
  }

  .dropdown-box-mobile.active img {
    transform: rotateX(180deg);
    transition: transform 1.5s ease-out;
  }

  /** Invite your friends **/
  .shared__container.landing__container {
    margin-top: 100px;
  }
  .shared__container .popup-open {
    margin: 20px 0 0;
    padding: 10px 50px;
    height: auto;
  }

  .shared-title {
    font-size: 24px;
    line-height: 36px;
  }

  /** LeaderBoard mobile card **/
  .leaderboard__container.landing__container {
    margin: 100px -20px;
    width: auto;
  }

  .table__card__container {
    padding-top: 10px;
  }

  .number-leaderboard {
    padding-right: 17px;
  }

  .row-container {
    margin-left: 22px;
    margin-top: 10px;
  }

  .bold-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }

  .normal-text {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #D0D2D5;
  }

  .score-box {
    border-left: 1px solid #555C65;
  }

  .score-box:first-child {
    border: none;
  }

  .score-box p {
    margin-left: 10px;
  }

  .score-box:first-child p {
    margin: auto;
  }
}
@media (max-width: 607px) {
  .bowling-name-container, .title-leaderboard-bc {
    display: none;
  }
}
@media (max-width: 390px) {
  .sponsor__img {
    width: 125px;
    height: 125px;
  }

  .sponsor__box {
    width: 270px;
    height: 197px;
  }

  .title-leaderboard-score {
    font-size: 14px;
  }

  .cut-score, .avscore, .total-score {
    font-size: 14px;
  }

  .people-name {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 340px) {
  .place {
    right: 10px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/modal.share/templates/.default/style.css?16638565632099*/
.modal__share {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.modal__share .popup {
  background: #151E2B;
  border-radius: 20px;
  width: auto;
}
.modal__share .popup-close {
  width: 32px;
  height: 32px;
  right: 20px;
  top: 20px;
  background: center/cover no-repeat;
  background-image: url("/local/components/bokus/modal.share/templates/.default/images/close.svg");
}
.modal__share .popup .article__title {
  text-align: center;
  margin-top: 36px;
}
.modal__share--wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal__share--link:not(:last-child) {
  margin-right: 30px;
}
.modal__share .icons {
  margin-top: 30px;
}
.modal__share .icons img {
  width: 40px;
  height: 40px;
}
.modal__share .or, .modal__share .copy-wrap {
  margin-top: 24px;
}
.modal__share .or {
  font-size: 24px;
  line-height: 36px;
}
.modal__share .copy-wrap {
  padding: 25px 90px;
  font-size: 16px;
  line-height: 24px;
  background: linear-gradient(264.59deg, #F65932 0%, #CC3535 100%);
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.modal__share .copy-wrap img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.modal__share .copy-wrap > * {
  align-items: center;
}
.modal__share .copy {
  display: flex;
}
.modal__share .copied {
  display: none;
}

@media (max-width: 1024px) {
  .modal__share .copy-wrap {
    padding: 15px 70px;
  }
}
@media (max-width: 767px) {
  .modal__share .modal-body {
    padding: 20px;
  }
  .modal__share .popup {
    width: 75%;
  }
  .modal__share .popup .article__title {
    margin-top: 25px;
    font-size: 30px;
    line-height: 40px;
  }
  .modal__share .icons {
    margin-top: 20px;
  }
  .modal__share .icons img {
    width: 30px;
    height: 30px;
  }
  .modal__share .popup-close {
    width: 20px;
    height: 20px;
  }
  .modal__share .copy, .modal__share .copied {
    justify-content: center;
  }
  .modal__share .copy-wrap {
    padding: 8px 60px;
    width: 100%;
  }
  .modal__share .copy-wrap img {
    margin-right: 5px;
  }
}
@media (max-width: 550px) {
  .modal__share .copy-wrap {
    padding: 8px 20px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/tournament.leaderboard/templates/.default/style.css?16638565637261*/
.leaderboard-border-radius-table-desktop {
  border: 2px solid #25292C;
  margin-top: 50px;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
.leaderboard-table {
  border-collapse: collapse;
  text-align: center;
  /*color: #D0D2D5;*/
  font-family: "Open Sans", sans-serif;
}
.leaderboard-table td {
  color: #D0D2D5;
  background-color: initial;
  border: 1px solid #25292C;
  padding: 10px 0;
}
.leaderboard-table th {
  background-color: #0B121C;
  border: 2px solid #25292C;
  padding: 10px 8px;
  border-top: none;
  color: #fff;
  font-family: "Oswald", sans-serif;
}
.leaderboard-table th:first-child {
  width: 81px;
  border-top-left-radius: 20px;
}
.leaderboard-table th:nth-child(2) {
  width: 349px;
  text-align: left;
}
.leaderboard-table th:nth-child(3) {
  width: 206px;
}
.leaderboard-table th:nth-child(4) {
  width: 240px;
}
.leaderboard-table th:nth-child(5), .leaderboard-table th:nth-child(6), .leaderboard-table th:nth-child(7) {
  width: 108px;
}
.leaderboard-table td:first-child, .leaderboard-table th:first-child {
  border-left: none;
}
.leaderboard-table td:last-child, .leaderboard-table th:last-child {
  border-right: none;
}
.leaderboard-table tr:nth-child(-n+16) td {
  background-color: #1C6162;
}

.place__container {
  position: relative;
  width: 70px;
  height: 39px;
  transform: skew(-15deg, 0);
  -webkit-transform: skew(-15deg, 0deg);
  -ms-transform: skew(-15deg, 0deg);
  background-color: #FFFFFF;
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #25292C;
  left: -6px;
}

.place {
  position: absolute;
  right: 20px;
  -ms-transform: skew(15deg, 0deg);
  /* IE 9 */
  -webkit-transform: skew(15deg, 0deg);
  /* Chrome, Safari, Opera */
  transform: skew(15deg, 0deg);
  display: inline-block;
}

.table__card__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 22px;
}

.table__card-img-container {
  margin-right: 20px;
}

.card-img {
  border-radius: 50%;
  object-fit: contain;
  position: relative;
  width: 40px;
  height: 40px;
}
.card-img img {
  max-width: 100%;
  height: auto;
}
.card-id {
  position: absolute;
  border-radius: 21px;
  width: 25px;
  height: 13px;
  background-color: #232A33;
  left: -7px;
  bottom: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-id .id {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}
.card-flag {
  display: none;
  border-radius: 50%;
  object-fit: contain;
  position: absolute;
  right: -12px;
  bottom: 0;
  height: 24px;
}
.card-flag img {
  height: 24px;
  width: 24px;
}

.name-container {
  display: flex;
  flex-direction: column;
}

.people-name {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: left;
}

.people-stars {
  display: flex;
  flex-direction: row;
}

.numberOfStarts {
  font-size: 12px;
  line-height: 14px;
  color: #D0D2D5;
  margin-left: 2px;
}

.country-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 9px;
}
.country-container img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.btn-watch-next {
  display: none;
}

@media (max-width: 825px) {
  .leaderboard-mobile-card__container {
    display: flex;
    padding: 10px 0;
  }

  .section_leaderboard-mobile {
    margin: auto;
  }

  .title-leaderboard {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }

  .title-leaderboard-score, .title-leaderboard-bc {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #8C8F93;
  }

  .bowling-name-container {
    margin: auto;
  }

  .name-container {
    margin-top: auto;
  }

  .title-leaderboard-score > p {
    margin: 5px 5px;
  }

  .title-leaderboard-bc {
    margin: auto;
    padding-left: 23%;
  }

  .title-leaderboard-score {
    display: flex;
    margin-right: 5px;
  }

  .title-leaderboard-score > p:nth-child(1) {
    margin-right: 30px;
  }

  .title-leaderboard-score > p:nth-child(2) {
    margin-right: 21px;
  }

  .leaderboard-table th:nth-child(3) {
    display: none;
  }
  .leaderboard-table td:nth-child(3) {
    display: none;
  }

  .score-container {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    align-items: center;
  }

  .place__container {
    margin: auto 0;
    width: 50px;
    height: 27px;
    left: -11px;
  }

  .place {
    right: 10px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
  }

  .background-prizePlace {
    background: #1C6162;
  }

  .cut-score {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .avscore {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .total-score {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    margin-right: 5px;
  }

  .score-wrap {
    margin-right: 5px;
    margin-left: 5px;
  }

  .card-flag {
    display: block;
  }
}
@media (max-width: 768px) {
  .leaderboard-border-radius-table-desktop {
    border: none;
    margin-top: 25px;
  }

  .leaderboard-table th:nth-child(4), .leaderboard-table td:nth-child(4) {
    display: none;
  }
  .leaderboard-table th:first-child, .leaderboard-table th:nth-child(2) {
    visibility: hidden;
  }
  .leaderboard-table th {
    background-color: unset;
    border: none;
    color: #8C8F93;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
  }
  .leaderboard-table td {
    border: unset;
    font-size: 14px;
    line-height: 20px;
  }
  .leaderboard-table td:nth-child(6), .leaderboard-table td:nth-child(7) {
    position: relative;
  }
  .leaderboard-table td:nth-child(6):before, .leaderboard-table td:nth-child(7):before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 28px);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-left: 1px solid #fff;
    opacity: 0.1;
  }
  .leaderboard-table td:nth-child(5) {
    font-weight: 700;
  }

  .hide {
    display: none;
  }

  .btn-watch-next {
    width: 85%;
    height: 40px;
    display: flex;
    margin: 20px auto;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    background-color: transparent;
    border: 1px solid #F65932;
    border-radius: 5px;
  }

  .btn-watch-next:active {
    animation-duration: 1s;
    animation-name: changeColor;
  }

  @keyframes changeColor {
    to {
      background: #F65932;
    }
  }
  .table__card__container {
    text-align: left;
    width: unset;
    padding: 0;
  }

  .table__card-img-container {
    margin-right: 15px;
  }

  .people-name {
    word-break: break-word;
    font-size: 12px;
    line-height: 16px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/sponsors/templates/.default/style.css?16638565631672*/
.sponsor-pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.sponsors__container.landing__container {
  margin-bottom: 150px;
}

.sponsors__container--inner {
  margin-top: 50px;
}

.sponsor__container__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  flex-direction: row;
  margin-top: 40px;
  transition: opacity 1.5s ease-out, transform 1s ease-out;
  height: 326px;
}
.sponsor__container__box.active {
  opacity: 1;
  position: relative;
}

.sponsor__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
.sponsor__card:last-child {
  margin-right: 0;
}
.sponsor__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #0B121C;
  margin-bottom: 20px;
  height: 278px;
  width: 380px;
}
.sponsor__box__name {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
.sponsor__img {
  max-width: 174px;
  height: auto;
}

.carousel-sponsors {
  max-width: 1200px;
}

.carousel-sponsors .owl-stage {
  display: flex;
  flex-direction: row;
}

.carousel-sponsors .owl-nav {
  display: none;
}

@media (max-width: 809px) {
  .sponsor-pagination {
    display: none;
  }
}
@media (max-width: 767px) {
  .sponsors__container.landing__container {
    margin-bottom: 100px;
  }

  .sponsors__container--inner {
    margin-top: 25px;
  }
  .sponsors__container--inner .swiper-scrollbar {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/components/bokus/tournaments/templates/.default/style.css?166618919012225 */
/* /local/components/bokus/modal.share/templates/.default/style.css?16638565632099 */
/* /local/components/bokus/tournament.leaderboard/templates/.default/style.css?16638565637261 */
/* /local/components/bokus/sponsors/templates/.default/style.css?16638565631672 */
