@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
}

body {
  position: relative;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
}
body.scroll-lock {
  overflow: hidden;
  height: 100vh;
}
body.admin-bar .header__scroll {
  top: 46px !important;
}
@media only screen and (min-width: 783px) {
  body.admin-bar .header__scroll {
    top: 32px !important;
  }
}
@media only screen and (max-width: 599px) {
  body #wpadminbar {
    position: fixed !important;
    top: 0;
  }
}

.page-default {
  overflow: clip;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media only screen and (min-width: 991px) {
  .container {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1460px) {
  .container {
    max-width: 1440px;
  }
}

::-moz-selection {
  color: #000;
  background: #000;
}

::selection {
  color: #000;
  background: #000;
}

.slick-slider-reseter .slick-list, .intro-partners-slider .slick-list, .intro-players-slider .slick-list {
  overflow: initial;
}
.slick-slider-reseter .slick-list .slick-track, .intro-partners-slider .slick-list .slick-track, .intro-players-slider .slick-list .slick-track {
  display: flex;
}
.slick-slider-reseter .slick-list .slick-track .slick-slide, .intro-partners-slider .slick-list .slick-track .slick-slide, .intro-players-slider .slick-list .slick-track .slick-slide {
  float: none;
  height: unset;
}
.slick-slider-reseter .slick-list .slick-track .slick-slide > div, .intro-partners-slider .slick-list .slick-track .slick-slide > div, .intro-players-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}

.btn-base, .btn-tertiary, .btn-primary, .controls-panel .btn-primary {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 30px;
  column-gap: 10px;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  border-radius: 30px;
  border: 1px solid transparent;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .btn-base, .btn-tertiary, .btn-primary, .controls-panel .btn-primary {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .btn-base, .btn-tertiary, .btn-primary, .controls-panel .btn-primary {
    min-height: 60px;
    padding: 0 40px;
  }
}
.btn-base span, .btn-tertiary span, .btn-primary span, .controls-panel .btn-primary span {
  z-index: 2;
  position: relative;
}
.btn-primary, .controls-panel .btn-primary {
  border: 1px solid transparent;
  background: #F24F00;
  color: #fff;
  outline: none;
}
.btn-primary:hover {
  background: #C23F00;
}
.btn-primary:focus-visible {
  border-radius: 30px;
  box-shadow: 0 0 0 1px #F24F00, 0 0 0 4px rgba(242, 79, 0, 0.5);
}
.btn-primary:active {
  background: #C23F00;
}
.btn-primary img, .controls-panel .btn-primary img {
  filter: brightness(0) saturate(100%);
}

.btn-tertiary {
  border: 1px solid transparent;
  background: #F24F00;
  color: #fff;
  outline: none;
}
.btn-tertiary:hover {
  background: #333333;
}
.btn-tertiary:focus-visible {
  border-radius: 30px;
  box-shadow: 0 0 0 1px #F24F00, 0 0 0 4px rgba(242, 79, 0, 0.5);
}
.btn-tertiary:active {
  background: #C23F00;
}

.header-toggle {
  position: relative;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 4px 0 0 0;
  margin: 0;
  border: none;
  border-radius: 0;
  text-decoration: none !important;
  background: #f2f2f2;
  transition: 0.3s;
  cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
  .header-toggle {
    transition: none;
  }
}
.header-toggle__icon {
  position: relative;
  height: 2rem;
  width: 3rem;
}
.header-toggle__icon span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 3rem;
  background: #000;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .header-toggle__icon span {
    transition: none;
  }
}
.header-toggle__icon span:nth-child(1) {
  top: 0rem;
}
.header-toggle__icon span:nth-child(2) {
  top: 0.7rem;
}
.header-toggle__icon span:nth-child(3) {
  top: 0.7rem;
}
.header-toggle__icon span:nth-child(4) {
  top: 1.5rem;
}
.header-toggle__icon.open span {
  background: #F24F00;
}
.header-toggle__icon.open span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.header-toggle__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-toggle__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-toggle__icon.open span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}

.header {
  z-index: 90;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.header.opened-menu {
  background: #000;
}
@media only screen and (min-width: 500px) {
  .header.opened-menu .header__btn-tickets {
    background-color: #F24F00;
  }
  .header.opened-menu .header__btn-tickets img {
    filter: brightness(0) saturate(100%);
  }
  .header.opened-menu .header__btn-tickets:hover {
    background-color: #C23F00;
  }
}
.header .header-toggle {
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .header .header-toggle {
    display: none;
  }
}
.header__top {
  background: #000;
  border-bottom: 4px solid #F24F00;
}
@media (max-width: 1199px) {
  .header__top {
    display: none;
  }
}
.header__top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
}
.header__top-address-link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #FBE8D3;
  outline: none;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.header__top-address-link:hover {
  color: #fff;
}
.header__top-address-link:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #FFD000, 0 0 0 4px rgba(255, 208, 0, 0.5);
}
.header__top-right {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
.header__top-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.header__top-nav ul li {
  margin: 0;
  padding: 0;
}
.header__top-nav ul li a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 5px 16px;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  outline: none;
}
.header__top-nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.header__top-nav ul li a.selected, .header__top-nav ul li a.current-menu-item:not(.no-selection-style) {
  z-index: 1;
  background: #F24F00;
}
.header__top-nav ul li a.selected::after, .header__top-nav ul li a.current-menu-item:not(.no-selection-style)::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  width: 2px;
  height: 50px;
  background: #F24F00;
  opacity: 1;
}
.header__top-nav ul li a:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #FFD000, 0 0 0 4px rgba(255, 208, 0, 0.5);
}
.header__top-nav ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 24px;
  background: #fff;
  opacity: 0.5;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
@media only screen and (min-width: 1200px) {
  .header__container {
    height: 140px;
  }
}
.header__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 65px;
}
@media only screen and (min-width: 1200px) {
  .header__logo img {
    max-width: 200px;
    max-height: 90px;
  }
}
@media only screen and (min-width: 1460px) {
  .header__logo img {
    max-width: 230px;
  }
}
.header__left {
  display: flex;
  align-items: center;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
@media only screen and (min-width: 1460px) {
  .header__right {
    gap: 50px;
  }
}
@media (max-width: 500px) {
  .header__btn-tickets {
    display: none;
  }
}
.header__nav {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__nav {
    display: block !important;
  }
}
.header__top-lang--mobile {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .header__top-lang--mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .header--scrolled .header__scroll {
    display: block;
  }
}

.header__scroll {
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
  border-bottom: 4px solid #F24F00;
}
.header__scroll .header__logo {
  padding: 5px 16px 5px 8px;
}
.header__scroll .header__logo img {
  max-height: 50px;
}
.header__scroll .header__btn-tickets {
  background-color: #F24F00;
  min-height: 60px;
  border-radius: 0;
}
.header__scroll .header__btn-tickets img {
  filter: brightness(0) saturate(100%);
}
.header__scroll .header__btn-tickets:hover {
  background-color: #C23F00;
}
.header__scroll-lang {
  display: flex;
  align-items: center;
  padding: 0 16px;
  min-height: 60px;
  background-color: #FBE8D3;
  position: relative;
}
.header__scroll-right {
  display: flex;
  align-items: center;
  position: relative;
  gap: 0;
}
.header__scroll-center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 0;
  width: 100%;
}
.header__scroll-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
}
.header__scroll-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.header__scroll-nav ul li {
  margin: 0;
  padding: 0;
}
.header__scroll-nav ul li a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 5px 16px;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  outline: none;
}
.header__scroll-nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.header__scroll-nav ul li a.selected, .header__scroll-nav ul li a.current-menu-item:not(.no-selection-style) {
  z-index: 1;
  background: #F24F00;
}
.header__scroll-nav ul li a.selected::after, .header__scroll-nav ul li a.current-menu-item:not(.no-selection-style)::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  width: 2px;
  height: 60px;
  background: #F24F00;
  opacity: 1;
}
.header__scroll-nav ul li a:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #FFD000, 0 0 0 4px rgba(255, 208, 0, 0.5);
}
.header__scroll-nav ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 24px;
  background: #fff;
  opacity: 0.5;
}
.header__scroll-nav ul li:last-child a::after {
  display: none;
}
.header__scroll .header-languages-scroll__menu {
  background-color: #FBE8D3;
  border-radius: 0;
}
.header__scroll-overflow-list {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  padding: 10px 0;
  z-index: 5;
  background-color: #FBE8D3;
  border-radius: 0;
  margin: 0 !important;
  min-width: 250px;
  transition: 0.3s;
}
@media only screen and (min-width: 500px) {
  .header__scroll-overflow-list {
    min-width: unset;
  }
}
.header__scroll-overflow-list li {
  list-style: none;
}
.header__scroll-overflow-list a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 20px;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  color: #000;
}
@media only screen and (min-width: 500px) {
  .header__scroll-overflow-list a {
    white-space: nowrap;
  }
}
.header__scroll-overflow-list a:hover {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.header__scroll-overflow-list a span {
  margin: 0;
}
.header__scroll-overflow-list a.selected, .header__scroll-overflow-list a.current-menu-item:not(.no-selection-style) {
  color: #F24F00;
}
.header__scroll-overflow-list .js-overflow-tickets button {
  padding: 7px 20px;
  display: flex;
  width: 100%;
  border: none;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  height: unset;
  min-height: unset;
  background-color: #FBE8D3;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  color: #000;
}
.header__scroll-overflow-list .js-overflow-tickets button:hover {
  background-color: #FBE8D3;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  cursor: pointer;
}
.header__scroll-toggle {
  position: relative;
}

.header-toggle-scroll {
  display: block !important;
  background-color: #000;
  margin: 0 16px;
  width: auto;
  position: relative;
}
.header-toggle-scroll .header-toggle__icon {
  height: 24px;
}
.header-toggle-scroll span {
  background: #fff;
}
.header-toggle-scroll span:nth-child(2), .header-toggle-scroll span:nth-child(3) {
  width: 2rem;
  left: unset;
  right: 0;
  top: 0.9rem;
}
.header-toggle-scroll span:nth-child(4) {
  top: 1.8rem;
}
.header-toggle-scroll.hidden {
  display: none !important;
}

.header-logo {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  outline: none;
}
@media only screen and (min-width: 1200px) {
  .header-logo {
    gap: 18px;
  }
}
@media only screen and (min-width: 1460px) {
  .header-logo {
    gap: 24px;
  }
}
.header-logo:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #FFD000, 0 0 0 4px rgba(255, 208, 0, 0.5);
}
.header-logo__left {
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  line-height: 1.2;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header-logo__left {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1460px) {
  .header-logo__left {
    font-size: 24px;
    display: block;
  }
}
.header-logo__separator {
  width: 2px;
  height: 65px;
  background: #fff;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header-logo__separator {
    height: 100px;
  }
}
@media only screen and (min-width: 1460px) {
  .header-logo__separator {
    display: block;
  }
}
.header-logo__right {
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  line-height: 1.2;
}
@media only screen and (min-width: 1460px) {
  .header-logo__right {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1460px) {
  .header-logo__right {
    font-size: 24px;
  }
}
.header-logo__right b, .header-logo__right strong {
  font-weight: 800;
}
.header-logo__right p {
  margin: 0;
}

.header-languages__btn, .header-languages-scroll__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  padding: 0 18px 0 0;
  outline: none;
}
.header-languages__btn img, .header-languages-scroll__btn img {
  display: block;
  width: 20px;
  height: 20px;
}
.header-languages__btn::after, .header-languages-scroll__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-top: 6px solid #F24F00;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.header-languages__btn:hover::after, .header-languages-scroll__btn:hover::after {
  border-top: 6px solid #fff;
}
.header-languages__btn:focus-visible, .header-languages-scroll__btn:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #FFD000, 0 0 0 4px rgba(255, 208, 0, 0.5);
}
.header-languages__menu, .header-languages-scroll__menu {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  padding: 10px 0;
  background: #fff;
  border-radius: 20px;
  display: none;
  z-index: 5;
}
.header-languages__menu .wpml-ls, .header-languages-scroll__menu .wpml-ls {
  padding: 0;
}
.header-languages__menu .wpml-ls-link, .header-languages-scroll__menu .wpml-ls-link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 20px;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  color: #000;
}
.header-languages__menu .wpml-ls-link:hover, .header-languages-scroll__menu .wpml-ls-link:hover {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.header-languages__menu .wpml-ls-link span, .header-languages-scroll__menu .wpml-ls-link span {
  margin: 0;
}

.section-header-spacer {
  height: 50px;
}
@media (max-width: 1199px) {
  .section-header-spacer {
    display: none;
  }
}

.navigation {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 15px;
  column-gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .navigation {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1460px) {
  .navigation {
    column-gap: 20px;
  }
}
.navigation > li {
  margin: 0;
  padding: 0;
}
.navigation > li:hover > a {
  color: #000;
}
.navigation > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  margin: 0;
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  transition: 0.3s;
  white-space: nowrap;
  text-decoration: underline;
  text-decoration-thickness: 8px;
  text-decoration-color: rgba(194, 63, 0, 0.6);
  text-decoration-skip-ink: none;
  text-underline-offset: -2px;
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  .navigation > li > a {
    transition: none;
  }
}
.navigation > li > a:hover {
  color: #fff;
  text-decoration-color: rgba(255, 208, 0, 0.5019607843);
}
.navigation > li > a:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #FFD000, 0 0 0 4px rgba(255, 208, 0, 0.5);
}
.navigation > li > a.selected {
  color: #fff;
  font-weight: 600;
}

.mobile-navigation-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .mobile-navigation-wrapper {
    display: none !important;
  }
}
.mobile-navigation-wrapper.open {
  display: block;
}
.mobile-navigation-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6980392157);
  z-index: 1;
  backdrop-filter: blur(5px);
}

.mobile-navigation-panel {
  z-index: 2;
  position: relative;
  background: #000;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}
.mobile-navigation-panel .container {
  padding: 0;
}
.mobile-navigation-panel__footer {
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 500px) {
  .mobile-navigation-panel__footer {
    display: none;
  }
}
.mobile-navigation-panel__footer .btn-primary {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #F24F00;
  border-radius: 0;
}
.mobile-navigation-panel__footer .btn-primary:hover {
  background-color: #C23F00;
}
.mobile-navigation-panel__footer .btn-primary img {
  filter: brightness(0) saturate(100%);
}

.secondary-mobile-navigation {
  padding: 0 10px 5px 10px;
}
.secondary-mobile-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.secondary-mobile-navigation ul > li {
  position: relative;
  margin: 15px 0;
  padding: 0;
}
.secondary-mobile-navigation ul > li.selected > a, .secondary-mobile-navigation ul > li.current-menu-item:not(.no-selection-style) > a {
  color: #F24F00;
}
.secondary-mobile-navigation ul > li > a:not(.btn-primary) {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: #fff;
  transition: 0.3s;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .secondary-mobile-navigation ul > li > a:not(.btn-primary) {
    transition: none;
  }
}
.secondary-mobile-navigation ul > li > a:not(.btn-primary).selected, .secondary-mobile-navigation ul > li > a:not(.btn-primary).current-menu-item:not(.no-selection-style) {
  color: #F24F00;
}
.secondary-mobile-navigation ul > li:hover > a {
  color: #F24F00;
}
.secondary-mobile-navigation ul > li:hover > ul {
  display: block;
}

.mobile-navigation {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px 10px 0 10px;
}
.mobile-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-navigation ul > li {
  position: relative;
  margin: 10px 0;
  padding: 0;
}
.mobile-navigation ul > li.selected > a {
  color: #F24F00;
}
.mobile-navigation ul > li > a:not(.btn-primary) {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .mobile-navigation ul > li > a:not(.btn-primary) {
    transition: none;
  }
}
.mobile-navigation ul > li > a:not(.btn-primary).selected {
  color: #F24F00;
}
.mobile-navigation ul > li:hover > a {
  color: #F24F00;
}
.mobile-navigation ul > li:hover > ul {
  display: block;
}
.mobile-navigation ul > li.has-child > a {
  padding-right: 22px;
}
.mobile-navigation ul > li.has-child > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-top: 6px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.mobile-navigation ul > li > ul {
  display: none;
  list-style: none;
  background: #fff;
  margin: 10px 0;
  padding: 20px;
}
.mobile-navigation ul > li > ul > li {
  margin: 0;
  padding: 0;
}
.mobile-navigation ul > li > ul > li > a:not(.btn-primary) {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
  color: #000;
  line-height: 1.2;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration-color: #000;
}
.mobile-navigation ul > li > ul > li > a:not(.btn-primary):hover {
  color: #000;
}

.base-section-title, .intro-players__title, .intro-partners__title, .intro-numbers__title, .intro-schedule__title, .intro-header__title {
  line-height: 1.2;
  color: #000;
  font-size: 32px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  max-width: 500px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 768px) {
  .base-section-title, .intro-players__title, .intro-partners__title, .intro-numbers__title, .intro-schedule__title, .intro-header__title {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .base-section-title, .intro-players__title, .intro-partners__title, .intro-numbers__title, .intro-schedule__title, .intro-header__title {
    font-size: 54px;
    max-width: 560px;
  }
}
@media (min-width: 1460px) {
  .base-section-title, .intro-players__title, .intro-partners__title, .intro-numbers__title, .intro-schedule__title, .intro-header__title {
    font-size: 70px;
    max-width: 750px;
  }
}
.base-section-title b, .intro-players__title b, .intro-partners__title b, .intro-numbers__title b, .intro-schedule__title b, .intro-header__title b, .base-section-title strong, .intro-players__title strong, .intro-partners__title strong, .intro-numbers__title strong, .intro-schedule__title strong, .intro-header__title strong {
  font-weight: 800;
  color: #000;
}

.base-section-text, .basic-info-panel__texts ol.numbered-list, .player-panel__text, .intro-players__desc, .intro-partners__desc, .intro-schedule__desc, .intro-header-box__texts, .basic-table, .player-panel__text table, .page-common table, .page-common, .default-form__info-text, .default-form__texts-container, .footer__text, .base-contact-list, .footer__col ul, .footer__col li, .footer__list, .base-dot-list, .basic-info-panel__texts ul.dots-list, .basic-info-panel__texts ul, .player-panel__text ul.dots-list, .player-panel__text ul, .page-common ul.dots-list, .page-common ul, .common-texts-styles ul.dot-list, .basic-info-panel__texts ul.dot-list, .half-panel__content ul.dot-list, .common-texts-styles ol, .basic-info-panel__texts ol, .half-panel__content ol {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: #000;
}
.base-section-text b, .basic-info-panel__texts ol.numbered-list b, .player-panel__text b, .intro-players__desc b, .intro-partners__desc b, .intro-schedule__desc b, .intro-header-box__texts b, .basic-table b, .page-common b, .default-form__info-text b, .default-form__texts-container b, .footer__text b, .base-contact-list b, .footer__col ul b, .footer__col li b, .footer__list b, .base-dot-list b, .basic-info-panel__texts ul.dots-list b, .basic-info-panel__texts ul b, .player-panel__text ul.dots-list b, .page-common ul.dots-list b, .common-texts-styles ul.dot-list b, .basic-info-panel__texts ul.dot-list b, .half-panel__content ul.dot-list b, .common-texts-styles ol b, .basic-info-panel__texts ol b, .half-panel__content ol b, .base-section-text strong, .basic-info-panel__texts ol.numbered-list strong, .player-panel__text strong, .intro-players__desc strong, .intro-partners__desc strong, .intro-schedule__desc strong, .intro-header-box__texts strong, .basic-table strong, .page-common strong, .default-form__info-text strong, .default-form__texts-container strong, .footer__text strong, .base-contact-list strong, .footer__col ul strong, .footer__col li strong, .footer__list strong, .base-dot-list strong, .basic-info-panel__texts ul.dots-list strong, .basic-info-panel__texts ul strong, .player-panel__text ul.dots-list strong, .page-common ul.dots-list strong, .common-texts-styles ul.dot-list strong, .basic-info-panel__texts ul.dot-list strong, .half-panel__content ul.dot-list strong, .common-texts-styles ol strong, .basic-info-panel__texts ol strong, .half-panel__content ol strong {
  font-weight: 600;
}
.base-section-text a:not(.btn-primary), .player-panel__text a:not(.btn-primary), .intro-players__desc a:not(.btn-primary), .intro-partners__desc a:not(.btn-primary), .intro-schedule__desc a:not(.btn-primary), .intro-header-box__texts a:not(.btn-primary), .basic-table a:not(.btn-primary), .page-common a:not(.btn-primary), .default-form__info-text a:not(.btn-primary), .default-form__texts-container a:not(.btn-primary), .footer__text a:not(.btn-primary), .base-contact-list a:not(.btn-primary), .footer__col ul a:not(.btn-primary), .footer__col li a:not(.btn-primary), .footer__list a:not(.btn-primary), .base-dot-list a:not(.btn-primary), .basic-info-panel__texts ul a:not(.btn-primary), .common-texts-styles ul.dot-list a:not(.btn-primary), .half-panel__content ul.dot-list a:not(.btn-primary), .common-texts-styles ol a:not(.btn-primary), .basic-info-panel__texts ol a:not(.btn-primary), .half-panel__content ol a:not(.btn-primary) {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  color: inherit;
  outline: none;
}
.base-section-text a:not(.btn-primary):hover, .player-panel__text a:not(.btn-primary):hover, .intro-players__desc a:not(.btn-primary):hover, .intro-partners__desc a:not(.btn-primary):hover, .intro-schedule__desc a:not(.btn-primary):hover, .intro-header-box__texts a:not(.btn-primary):hover, .basic-table a:not(.btn-primary):hover, .page-common a:not(.btn-primary):hover, .default-form__info-text a:not(.btn-primary):hover, .default-form__texts-container a:not(.btn-primary):hover, .footer__text a:not(.btn-primary):hover, .base-contact-list a:not(.btn-primary):hover, .footer__col ul a:not(.btn-primary):hover, .footer__col li a:not(.btn-primary):hover, .footer__list a:not(.btn-primary):hover, .base-dot-list a:not(.btn-primary):hover, .basic-info-panel__texts ul a:not(.btn-primary):hover, .common-texts-styles ul.dot-list a:not(.btn-primary):hover, .half-panel__content ul.dot-list a:not(.btn-primary):hover, .common-texts-styles ol a:not(.btn-primary):hover, .basic-info-panel__texts ol a:not(.btn-primary):hover, .half-panel__content ol a:not(.btn-primary):hover {
  color: #F24F00;
}
.base-section-text a:not(.btn-primary):focus-visible, .player-panel__text a:not(.btn-primary):focus-visible, .intro-players__desc a:not(.btn-primary):focus-visible, .intro-partners__desc a:not(.btn-primary):focus-visible, .intro-schedule__desc a:not(.btn-primary):focus-visible, .intro-header-box__texts a:not(.btn-primary):focus-visible, .basic-table a:not(.btn-primary):focus-visible, .page-common a:not(.btn-primary):focus-visible, .default-form__info-text a:not(.btn-primary):focus-visible, .default-form__texts-container a:not(.btn-primary):focus-visible, .footer__text a:not(.btn-primary):focus-visible, .base-contact-list a:not(.btn-primary):focus-visible, .footer__col ul a:not(.btn-primary):focus-visible, .footer__col li a:not(.btn-primary):focus-visible, .footer__list a:not(.btn-primary):focus-visible, .base-dot-list a:not(.btn-primary):focus-visible, .basic-info-panel__texts ul a:not(.btn-primary):focus-visible, .common-texts-styles ul.dot-list a:not(.btn-primary):focus-visible, .half-panel__content ul.dot-list a:not(.btn-primary):focus-visible, .common-texts-styles ol a:not(.btn-primary):focus-visible, .basic-info-panel__texts ol a:not(.btn-primary):focus-visible, .half-panel__content ol a:not(.btn-primary):focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #FFD000, 0 0 0 4px rgba(255, 208, 0, 0.5);
}

.base-dot-list, .basic-info-panel__texts ul.dots-list, .basic-info-panel__texts ul, .player-panel__text ul.dots-list, .player-panel__text ul, .page-common ul.dots-list, .page-common ul, .common-texts-styles ul.dot-list, .basic-info-panel__texts ul.dot-list, .half-panel__content ul.dot-list, .common-texts-styles ol, .basic-info-panel__texts ol, .half-panel__content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.base-dot-list li, .basic-info-panel__texts ul.dots-list li, .basic-info-panel__texts ul li, .player-panel__text ul.dots-list li, .player-panel__text ul li, .page-common ul.dots-list li, .page-common ul li, .common-texts-styles ul.dot-list li, .basic-info-panel__texts ul.dot-list li, .half-panel__content ul.dot-list li, .common-texts-styles ol li, .basic-info-panel__texts ol li, .half-panel__content ol li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 22px;
}
@media (min-width: 768px) {
  .base-dot-list li, .basic-info-panel__texts ul.dots-list li, .basic-info-panel__texts ul li, .player-panel__text ul.dots-list li, .player-panel__text ul li, .page-common ul.dots-list li, .page-common ul li, .common-texts-styles ul.dot-list li, .basic-info-panel__texts ul.dot-list li, .half-panel__content ul.dot-list li, .common-texts-styles ol li, .basic-info-panel__texts ol li, .half-panel__content ol li {
    padding: 0 0 0 32px;
  }
}
.base-dot-list li::before, .basic-info-panel__texts ul.dots-list li::before, .basic-info-panel__texts ul li::before, .player-panel__text ul.dots-list li::before, .player-panel__text ul li::before, .page-common ul.dots-list li::before, .page-common ul li::before, .common-texts-styles ul.dot-list li::before, .basic-info-panel__texts ul.dot-list li::before, .half-panel__content ul.dot-list li::before, .common-texts-styles ol li::before, .basic-info-panel__texts ol li::before, .half-panel__content ol li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #F24F00;
}
@media (min-width: 768px) {
  .base-dot-list li::before, .basic-info-panel__texts ul.dots-list li::before, .basic-info-panel__texts ul li::before, .player-panel__text ul.dots-list li::before, .player-panel__text ul li::before, .page-common ul.dots-list li::before, .page-common ul li::before, .common-texts-styles ul.dot-list li::before, .basic-info-panel__texts ul.dot-list li::before, .half-panel__content ul.dot-list li::before, .common-texts-styles ol li::before, .basic-info-panel__texts ol li::before, .half-panel__content ol li::before {
    top: 5px;
    width: 16px;
    height: 16px;
  }
}

.common-texts-styles, .basic-info-panel__texts, .half-panel__content {
  line-height: 1.3;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: #000;
}
.common-texts-styles p, .basic-info-panel__texts p, .half-panel__content p {
  margin: 0 0 24px 0;
}
.common-texts-styles b, .basic-info-panel__texts b, .half-panel__content b, .common-texts-styles strong, .basic-info-panel__texts strong, .half-panel__content strong {
  font-weight: 600;
}
.common-texts-styles h2, .basic-info-panel__texts h2, .half-panel__content h2 {
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1.2;
  color: #000;
  font-size: 30px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  text-align: left;
}
@media (min-width: 991px) {
  .common-texts-styles h2, .basic-info-panel__texts h2, .half-panel__content h2 {
    font-size: 36px;
  }
}

.base-contact-title, .footer__col h2, .footer__col h3, .footer__title {
  margin: 0 0 2px 0;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}

.base-contact-list, .footer__col ul, .footer__col li, .footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 1.8;
}
.base-contact-list li, .footer__col ul li, .footer__col li li, .footer__list li {
  margin: 0;
  padding: 0;
}
.base-contact-list a:not(.btn-primary), .footer__col ul a:not(.btn-primary), .footer__col li a:not(.btn-primary), .footer__list a:not(.btn-primary) {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: #fff;
}
.base-contact-list a:not(.btn-primary):hover, .footer__col ul a:not(.btn-primary):hover, .footer__col li a:not(.btn-primary):hover, .footer__list a:not(.btn-primary):hover {
  color: #000;
  text-decoration-color: #000;
}

.base-contact-group, .footer__content-group {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  column-gap: 60px;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .base-contact-group, .footer__content-group {
    flex-direction: row;
    column-gap: 100px;
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  .base-contact-group, .footer__content-group {
    flex-direction: row;
    column-gap: 130px;
  }
}
@media (min-width: 991px) {
  .base-contact-group:first-child, .footer__content-group:first-child {
    flex-direction: row;
    justify-content: flex-end;
  }
}

.base-button-w-corner, .player-panel__nav-btn, .intro-gallery-header__nav-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  border-radius: 0;
  border: none;
  background-color: #000;
  transition: background-color 0.3s;
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  .base-button-w-corner, .player-panel__nav-btn, .intro-gallery-header__nav-btn {
    transition: none;
  }
}
@media (min-width: 768px) {
  .base-button-w-corner, .player-panel__nav-btn, .intro-gallery-header__nav-btn {
    min-width: 240px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .base-button-w-corner, .player-panel__nav-btn, .intro-gallery-header__nav-btn {
    min-height: 60px;
  }
}
.base-button-w-corner span, .player-panel__nav-btn span, .intro-gallery-header__nav-btn span {
  z-index: 2;
  position: relative;
}
.base-button-w-corner::after, .player-panel__nav-btn::after, .intro-gallery-header__nav-btn::after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: -2px;
  right: -10px;
  transform: rotate(-45deg);
  border-top: 15px solid #F24F00;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.base-button-w-corner:hover, .player-panel__nav-btn:hover, .intro-gallery-header__nav-btn:hover, .base-button-w-corner.selected, .selected.player-panel__nav-btn, .selected.intro-gallery-header__nav-btn {
  color: #fff;
  background-color: #F24F00;
}
.base-button-w-corner:hover::after, .player-panel__nav-btn:hover::after, .intro-gallery-header__nav-btn:hover::after, .base-button-w-corner.selected::after, .selected.player-panel__nav-btn::after, .selected.intro-gallery-header__nav-btn::after {
  border-top-color: #000;
}
.base-button-w-corner:focus-visible, .player-panel__nav-btn:focus-visible, .intro-gallery-header__nav-btn:focus-visible {
  border-radius: 0;
  box-shadow: 0 0 0 1px #F24F00, 0 0 0 4px rgba(242, 79, 0, 0.5);
}

.footer {
  position: relative;
  background: #000;
}
.footer__main {
  position: relative;
  overflow: clip;
  padding-top: 40px;
}
@media (min-width: 1200px) {
  .footer__main {
    padding-top: 80px;
  }
}
.footer__main > .container {
  position: relative;
  z-index: 3;
}
.footer__main-bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer__main-bg::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}
.footer__logo {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px auto;
}
@media (min-width: 991px) {
  .footer__logo {
    margin: 0 auto 60px auto;
  }
}
.footer__logo img {
  display: block;
  max-width: 240px;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .footer__logo img {
    max-width: 350px;
  }
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 70px 0;
}
.footer__social a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  outline: none;
}
.footer__social a img {
  display: block;
  width: 48px;
  height: 48px;
  filter: brightness(0) saturate(100%) invert(43%) sepia(71%) saturate(4483%) hue-rotate(3deg) brightness(94%) contrast(106%);
}
.footer__social a:focus-visible {
  border-radius: 50%;
  box-shadow: 0 0 0 1px #000, 0 0 0 4px rgba(0, 0, 0, 0.5);
}
.footer__text {
  width: 100%;
  max-width: 545px;
  margin: 0 auto 30px auto;
  color: #fff;
  text-align: center;
}
@media (min-width: 991px) {
  .footer__text {
    margin: 0 auto 40px auto;
  }
}
.footer__text b, .footer__text strong {
  font-weight: 600;
  color: inherit;
}
.footer__text a:not(.btn-primary) {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: #000;
}
.footer__text a:not(.btn-primary):hover {
  text-decoration-color: #fff;
}
.footer__text p {
  margin: 0;
}
.footer__content {
  z-index: 3;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  column-gap: 90px;
  row-gap: 10px;
}
@media (min-width: 991px) {
  .footer__content {
    flex-direction: row;
    justify-content: center;
    padding: 0 0 50px 0;
  }
}
.footer__col-separator {
  width: 2px;
  background: #fff;
}
.footer__col {
  min-width: 0;
}
@media (max-width: 990px) {
  .footer__col {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .footer__col {
    text-align: center;
  }
}
.footer__col p, .footer__col ul, .footer__col li {
  text-align: center !important;
}
@media (min-width: 768px) {
  .footer__col p, .footer__col ul, .footer__col li {
    text-align: left !important;
  }
}
.footer__col h2, .footer__col h3 {
  text-align: center !important;
}
@media (min-width: 768px) {
  .footer__col h2, .footer__col h3 {
    text-align: left !important;
  }
}
.footer__col a {
  text-decoration-color: #fff !important;
  text-align: center !important;
}
@media (min-width: 768px) {
  .footer__col a {
    text-align: left !important;
  }
}
.footer__col a:hover {
  color: #F24F00 !important;
  text-decoration-color: #F24F00 !important;
}
.footer__col-button-container {
  margin: 24px 0 0 0;
}
.footer__bottom {
  z-index: 3;
  position: relative;
  border-top: 4px solid #F24F00;
}
.footer__bottom-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
  row-gap: 15px;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .footer__bottom-container {
    justify-content: center;
  }
}
.footer__copy {
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
}
.footer__developed {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
}
.footer__developed img {
  display: block;
  height: 16px;
}

.default-form__title {
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1.2;
  color: #000;
  font-size: 30px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  text-align: left;
}
@media (min-width: 991px) {
  .default-form__title {
    font-size: 36px;
  }
}
.default-form__texts-container {
  width: 100%;
  max-width: 605px;
  margin: 0 auto;
  text-align: center;
}
.default-form__rows {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}
.default-form__footer {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
}
@media (min-width: 991px) {
  .default-form__footer {
    margin: 40px 0 0 0;
  }
}
.default-form__footer .btn-tertiary {
  margin: 0 4rem;
}
.default-form__footer p {
  margin: 0;
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center;
  justify-content: center;
}
.default-form__footer .wpcf7-spinner {
  position: absolute;
  right: 0;
  margin: 0;
}
.default-form__info-text {
  margin: 20px 0 0 0;
  padding: 0 20px;
  color: rgba(0, 0, 0, 0.5019607843);
  text-align: center;
}
.default-form__info-text a:not(.btn-primary) {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.default-form__info-text a:not(.btn-primary):hover {
  color: #F24F00;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-field p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-field__label-required {
  color: #000;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.form-field__label {
  display: flex;
  column-gap: 3px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: "Exo 2", sans-serif;
  color: #000;
}
.form-field__textarea, .form-field__input {
  display: block;
  width: 100%;
  margin: 0;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  line-height: 1.3;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: #000;
  outline: none;
}
.form-field__textarea::placeholder, .form-field__input::placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
}
.form-field__textarea:focus, .form-field__input:focus {
  border-radius: 20px;
  box-shadow: 0 0 0 1px #000, 0 0 0 4px rgba(0, 0, 0, 0.5);
}
.form-field__input {
  padding: 0 20px;
  height: 50px;
}
@media (min-width: 768px) {
  .form-field__input {
    height: 70px;
    padding: 0 24px;
  }
}
.form-field__textarea {
  padding: 20px;
  height: 110px;
  resize: none;
}
@media (min-width: 768px) {
  .form-field__textarea {
    padding: 20px 24px;
  }
}

.form-field-fieldset {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 34px;
  row-gap: 20px;
  margin: 0;
  margin-inline: 0;
  padding-block: 0;
  padding-inline: 0;
  border: none;
}
.form-field-fieldset__item, .form-field-fieldset .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.form-field-fieldset__item:last-child, .form-field-fieldset .wpcf7-list-item label:last-child {
  flex: 1;
}
.form-field-fieldset__item .form-field__input, .form-field-fieldset .wpcf7-list-item label .form-field__input {
  min-width: 120px;
  background: rgba(255, 255, 255, 0.5019607843);
  border-color: transparent;
}
.form-field-fieldset__item input[type=radio], .form-field-fieldset .wpcf7-list-item label input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.form-field-fieldset__item input[type=radio]:checked + .form-field-fieldset__item-indicator::after, .form-field-fieldset .wpcf7-list-item label input[type=radio]:checked + .form-field-fieldset__item-indicator::after {
  opacity: 1;
}
.form-field-fieldset__item input[type=radio]:checked ~ .form-field__input, .form-field-fieldset .wpcf7-list-item label input[type=radio]:checked ~ .form-field__input {
  background: #fff;
}
.form-field-fieldset__item:hover .form-field-fieldset__item-indicator::after, .form-field-fieldset .wpcf7-list-item label:hover .form-field-fieldset__item-indicator::after {
  opacity: 0.5;
}
.form-field-fieldset__item-indicator {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
}
.form-field-fieldset__item-indicator::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background: #F24F00;
  border-radius: 50%;
  opacity: 0;
}
.form-field-fieldset__item-label, .form-field-fieldset .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 300;
  font-family: "Exo 2", sans-serif;
  color: #000;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-not-valid-tip {
  margin-top: 6px !important;
  font-size: 16px;
  font-weight: 300;
  font-family: "Exo 2", sans-serif;
}

.wpcf7-response-output {
  border: 0 !important;
  padding: 0 !important;
  color: red;
  margin: 0 !important;
  font-size: 1.6rem;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  padding: 0;
  color: #46b450;
  margin: 0;
  text-align: center;
}

.form-field-row {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 15px;
  row-gap: 20px;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .form-field-row--2-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .form-field-row--3-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 991px) {
  .form-field-row--3-cols {
    grid-template-columns: repeat(3, 1fr);
  }
}
.form-field-row__item {
  grid-column: span 1;
}
@media (min-width: 768px) {
  .form-field-row__item--span-3-cols {
    grid-column: span 3;
  }
}
.form-field-row__item--login {
  display: none;
}

.page-common {
  padding: 40px 0;
}
@media only screen and (min-width: 991px) {
  .page-common {
    padding: 60px 0;
  }
}
.page-common--partners {
  padding: 40px 0;
}
.page-common__container {
  width: 100%;
  max-width: 87rem;
  margin: 0 auto;
}
.page-common h2 {
  margin: 0 0 30px 0;
  line-height: 1.2;
  color: #000;
  font-size: 30px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}
@media (min-width: 768px) {
  .page-common h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .page-common h2 {
    font-size: 36px;
  }
}
.page-common h3 {
  position: relative;
  margin: 0 0 20px 0;
  line-height: 1.2;
  color: #000;
  font-size: 20px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}
@media (min-width: 768px) {
  .page-common h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .page-common h3 {
    font-size: 24px;
  }
}
.page-common p {
  margin: 0 0 3rem 0;
}
.page-common img {
  max-width: 100%;
}
.page-common p a:not(.btn-primary), .page-common ul a:not(.btn-primary), .page-common ol a:not(.btn-primary) {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration-color: #000;
}
.page-common p a:not(.btn-primary):hover, .page-common ul a:not(.btn-primary):hover, .page-common ol a:not(.btn-primary):hover {
  color: #000;
}
.page-common .common-gallery,
.page-common .controls-panel {
  margin: 4rem 0;
}
.page-common .wide-image {
  margin: 4rem auto;
}
.page-common ul.dots-list, .page-common ul {
  margin: 0 0 30px 0;
}
.page-common ol.numbered-list, .page-common ol {
  text-align: left !important;
  width: 100%;
  margin: 4rem 0;
  padding: 0;
  list-style: none;
  counter-reset: ol-counter;
}
.page-common ol.numbered-list li, .page-common ol li {
  position: relative;
  margin: 0 0 4rem 0;
  padding: 0 0 0 6rem;
  counter-increment: ol-counter;
}
.page-common ol.numbered-list li::before, .page-common ol li::before {
  content: counter(ol-counter) ".";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  padding: 0 0 0 0.5rem;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  font-size: 16px;
  background: #F24F00;
}
.page-common__partners-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0;
  list-style: none;
  max-width: 100%;
}
.page-common__partners-wrapper .intro-partners-slider__item {
  padding: 0;
  max-width: 100%;
  max-height: 100%;
  flex-basis: 100%;
}
@media (min-width: 280px) {
  .page-common__partners-wrapper .intro-partners-slider__item {
    flex-basis: calc(50% - 15px);
  }
}
@media (min-width: 400px) {
  .page-common__partners-wrapper .intro-partners-slider__item {
    flex-basis: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 1200px) {
  .page-common__partners-wrapper .intro-partners-slider__item {
    gap: 40px;
    flex-basis: calc(25% - 23px);
  }
}
.page-common__partners-wrapper .intro-partners-slider__item img {
  width: auto;
  height: auto;
}

.wide-image {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wide-image img {
  display: block;
  width: 100%;
}

.controls-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.common-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.common-gallery__item {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  width: 50%;
  transition: 0.3s;
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  .common-gallery__item {
    transition: none;
  }
}
@media (min-width: 991px) {
  .common-gallery__item {
    width: 25%;
  }
}
.common-gallery__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .common-gallery__item::after {
    transition: none;
  }
}
.common-gallery__item:focus-visible {
  z-index: 2;
  border-radius: 0;
  box-shadow: 0 0 0 1px #F24F00, 0 0 0 4px rgba(242, 79, 0, 0.5);
}
.common-gallery__item:hover::after {
  opacity: 0.8;
}
.common-gallery__item img {
  display: block;
  width: 100%;
}

.accordion-panel {
  margin: 30px 0;
}
.accordion-panel__item {
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
.accordion-panel__header {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  padding: 15px 0;
  text-align: left;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.accordion-panel__header svg, .accordion-panel__header img {
  flex-shrink: 0;
}
.accordion-panel__header.opened svg, .accordion-panel__header.opened img {
  transform: rotate(180deg);
}
.accordion-panel__texts {
  padding: 0 0 2.4rem 0;
}
.accordion-panel__texts p {
  margin: 0 0 3rem 0;
}
.accordion-panel__texts > *:last-child {
  margin: 0;
}

.basic-table, .player-panel__text table, .page-common table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.basic-table thead tr, .player-panel__text table thead tr, .page-common table thead tr {
  height: 40px;
  background: #F24F00;
}
@media (min-width: 768px) {
  .basic-table thead tr, .player-panel__text table thead tr, .page-common table thead tr {
    height: 50px;
  }
}
.basic-table thead tr td, .player-panel__text table thead tr td, .page-common table thead tr td, .basic-table thead tr th, .player-panel__text table thead tr th, .page-common table thead tr th {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  font-family: "Exo 2", sans-serif;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0 5px;
}
@media (min-width: 768px) {
  .basic-table thead tr td, .player-panel__text table thead tr td, .page-common table thead tr td, .basic-table thead tr th, .player-panel__text table thead tr th, .page-common table thead tr th {
    font-size: 18px;
    padding: 0 10px;
  }
}
.basic-table thead tr td strong, .player-panel__text table thead tr td strong, .page-common table thead tr td strong, .basic-table thead tr td b, .player-panel__text table thead tr td b, .page-common table thead tr td b, .basic-table thead tr th strong, .player-panel__text table thead tr th strong, .page-common table thead tr th strong, .basic-table thead tr th b, .player-panel__text table thead tr th b, .page-common table thead tr th b {
  color: inherit;
}
.basic-table thead tr td:first-child, .player-panel__text table thead tr td:first-child, .page-common table thead tr td:first-child, .basic-table thead tr th:first-child, .player-panel__text table thead tr th:first-child, .page-common table thead tr th:first-child {
  padding-left: 10px;
  border-left: none;
}
@media (min-width: 768px) {
  .basic-table thead tr td:first-child, .player-panel__text table thead tr td:first-child, .page-common table thead tr td:first-child, .basic-table thead tr th:first-child, .player-panel__text table thead tr th:first-child, .page-common table thead tr th:first-child {
    padding-left: 20px;
  }
}
.basic-table thead tr td:last-child, .player-panel__text table thead tr td:last-child, .page-common table thead tr td:last-child, .basic-table thead tr th:last-child, .player-panel__text table thead tr th:last-child, .page-common table thead tr th:last-child {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .basic-table thead tr td:last-child, .player-panel__text table thead tr td:last-child, .page-common table thead tr td:last-child, .basic-table thead tr th:last-child, .player-panel__text table thead tr th:last-child, .page-common table thead tr th:last-child {
    padding-right: 20px;
  }
}
.basic-table tbody tr, .player-panel__text table tbody tr, .page-common table tbody tr {
  height: 40px;
}
@media (min-width: 768px) {
  .basic-table tbody tr, .player-panel__text table tbody tr, .page-common table tbody tr {
    height: 50px;
  }
}
.basic-table tbody tr:nth-child(2n), .player-panel__text table tbody tr:nth-child(2n), .page-common table tbody tr:nth-child(2n) {
  background: #f8f8f8;
}
.basic-table tbody tr td, .player-panel__text table tbody tr td, .page-common table tbody tr td {
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 5px;
}
@media (min-width: 768px) {
  .basic-table tbody tr td, .player-panel__text table tbody tr td, .page-common table tbody tr td {
    font-size: 16px;
    padding: 0 10px;
  }
}
.basic-table tbody tr td:first-child, .player-panel__text table tbody tr td:first-child, .page-common table tbody tr td:first-child {
  padding-left: 10px;
  border-left: none;
}
@media (min-width: 768px) {
  .basic-table tbody tr td:first-child, .player-panel__text table tbody tr td:first-child, .page-common table tbody tr td:first-child {
    padding-left: 20px;
  }
}
.basic-table tbody tr td:last-child, .player-panel__text table tbody tr td:last-child, .page-common table tbody tr td:last-child {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .basic-table tbody tr td:last-child, .player-panel__text table tbody tr td:last-child, .page-common table tbody tr td:last-child {
    padding-right: 20px;
  }
}
.basic-table tbody tr:last-child td, .player-panel__text table tbody tr:last-child td, .page-common table tbody tr:last-child td {
  border-bottom: none;
}

.section-intro-header {
  position: relative;
  overflow: clip;
}
.section-intro-header__bg {
  z-index: 1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-intro-header__bg::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}
.section-intro-header__bg--homepage:after {
  opacity: 0.75;
}
.section-intro-header__bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.section-intro-header__bg-youtube {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 177.78vh;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.intro-header {
  z-index: 4;
  position: relative;
  padding: 135px 0 0 0;
}
.intro-header--page {
  padding: 125px 0 0 0;
}
@media (min-width: 1200px) {
  .intro-header--page {
    padding: 195px 0 0 0;
  }
}
.intro-header--page .intro-header__title {
  margin: 0 0 40px 0;
}
@media (min-width: 1200px) {
  .intro-header--page .intro-header__title {
    margin: 0 0 80px 0;
  }
}
.intro-header--page-simple {
  padding: 125px 0 40px 0;
}
@media (min-width: 1200px) {
  .intro-header--page-simple {
    padding: 195px 0 80px 0;
  }
}
.intro-header--page-simple .intro-header__title {
  margin: 0;
}
.intro-header__title {
  margin: 30px 0 50px 0;
  color: #fff;
  text-align: center;
}
.intro-header__title--video {
  margin: 10px 0 70px 0;
}

.intro-header-box {
  position: relative;
}
.intro-header-box::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 1200px;
  border-radius: 50%;
  background: #fff;
}
.intro-header-box::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 600px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
  background: #fff;
}
.intro-header-box__content {
  z-index: 2;
  position: relative;
  padding: 84px 0 0 0;
}
.intro-header-box__content--social-arena {
  padding: 34px 0 40px 0;
}
@media (min-width: 1200px) {
  .intro-header-box__content--social-arena {
    padding: 64px 0 80px 0;
  }
}
.intro-header-box__play-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0 0 0 2px;
  border-radius: 50%;
  background-color: #F24F00;
  transition: background-color 0.3s;
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  .intro-header-box__play-btn {
    transition: none;
  }
}
.intro-header-box__play-btn:hover {
  background: #C23F00;
}
.intro-header-box__play-btn:focus-visible:after {
  border-radius: 50%;
  box-shadow: 0 0 0 1px #F24F00, 0 0 0 4px rgba(242, 79, 0, 0.5);
}
.intro-header-box__play-btn img {
  z-index: 2;
  position: relative;
  display: block;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(307deg) brightness(103%) contrast(101%);
}
.intro-header-box__play-btn::before, .intro-header-box__play-btn::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: inherit;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: pulse 2s infinite;
}
@media (prefers-reduced-motion: reduce) {
  .intro-header-box__play-btn::before, .intro-header-box__play-btn::after {
    animation: none;
  }
}
.intro-header-box__play-btn::before {
  width: 75px;
  height: 75px;
  opacity: 0.75;
}
.intro-header-box__play-btn::after {
  width: 100px;
  height: 100px;
  opacity: 0.5;
}
.intro-header-box__title {
  max-width: 520px;
  margin: 0 auto 22px auto;
  font-size: 30px;
  color: #000;
  line-height: 1.2;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 768px) {
  .intro-header-box__title {
    font-size: 36px;
  }
}
.intro-header-box__texts {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.intro-header-box__texts p {
  margin: 0;
}
.intro-header-box__button-container {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
.intro-header-box__counter {
  display: flex;
  justify-content: center;
  margin: 50px 0 0 0;
}
.intro-header-box__counter--item {
  font-size: 24px;
  font-weight: 800;
  background: #FBE8D3;
  color: #000;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  padding: 28px 40px;
}
.intro-header-box__counter--item a {
  text-decoration: none;
  color: #000;
}
.intro-header-box__counter--item a:hover {
  text-decoration: underline;
}
.intro-header-box__photo {
  display: flex;
  justify-content: center;
  margin: 50px 0 0 0;
}
.intro-header-box__photo img {
  display: block;
  max-width: 100%;
}
.intro-header-box__pin-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0;
}
@media (min-width: 1200px) {
  .intro-header-box__pin-wrapper {
    margin: 0 0 30px 0;
  }
}
.intro-header-box__pin {
  width: 150px;
  height: 150px;
  position: relative;
}
@media (min-width: 1200px) {
  .intro-header-box__pin {
    width: 250px;
    height: 250px;
  }
}
.intro-header-box__pin-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.intro-header-box__pin-icon {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .intro-header-box__pin-icon {
    width: 80px;
    height: 80px;
    top: 65px;
  }
}

.time-counter,
.date-counter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.time-counter__separator,
.date-counter__separator {
  color: #000;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  font-size: 24px;
  font-weight: 800;
}
.time-counter__item,
.date-counter__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #FBE8D3;
  color: #000;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
}
.time-counter__value,
.date-counter__value {
  font-size: 24px;
  font-weight: 800;
}
.time-counter__label,
.date-counter__label {
  font-size: 18px;
  font-weight: 300;
}

.time-counter__item {
  width: 80px;
}

.date-counter__item {
  padding: 0 25px;
}

.base-intro-social-title, .intro-socials__grid-item-content-text, .intro-socials__grid-right-bottom-right-label {
  color: #000;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  font-size: 20px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: color 0.3s;
}
@media only screen and (min-width: 1200px) {
  .base-intro-social-title, .intro-socials__grid-item-content-text, .intro-socials__grid-right-bottom-right-label {
    font-size: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .base-intro-social-title, .intro-socials__grid-item-content-text, .intro-socials__grid-right-bottom-right-label {
    transition: none;
  }
}

.base-intro-social-card, .intro-socials__grid-right-bottom-left, .intro-socials__grid-left {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .base-intro-social-card, .intro-socials__grid-right-bottom-left, .intro-socials__grid-left {
    min-height: 200px;
  }
}
.base-intro-social-card::after, .intro-socials__grid-right-bottom-left::after, .intro-socials__grid-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .base-intro-social-card::after, .intro-socials__grid-right-bottom-left::after, .intro-socials__grid-left::after {
    transition: none;
  }
}
.base-intro-social-card:focus-visible, .intro-socials__grid-right-bottom-left:focus-visible, .intro-socials__grid-left:focus-visible {
  z-index: 2;
  border-radius: 0;
  box-shadow: 0 0 0 1px #F24F00, 0 0 0 4px rgba(242, 79, 0, 0.5);
}
.base-intro-social-card:hover::after, .intro-socials__grid-right-bottom-left:hover::after, .intro-socials__grid-left:hover::after {
  opacity: 0.8;
}

.intro-socials {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .intro-socials {
    padding: 80px 0;
  }
}
.intro-socials__grid {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  max-width: 1200px;
}
@media only screen and (min-width: 768px) {
  .intro-socials__grid {
    min-height: 700px;
  }
}
@media only screen and (min-width: 991px) {
  .intro-socials__grid {
    flex-direction: row;
    min-height: 500px;
  }
}
.intro-socials__grid-left {
  min-width: 0;
  flex: 1;
  cursor: pointer;
}
.intro-socials__grid-right {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.intro-socials__grid-right-top {
  flex-basis: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #F24F00;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  font-size: 28px;
  font-weight: 800;
}
@media only screen and (min-width: 1200px) {
  .intro-socials__grid-right-top {
    font-size: 36px;
  }
}
.intro-socials__grid-right-bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .intro-socials__grid-right-bottom {
    flex-direction: row;
  }
}
.intro-socials__grid-right-bottom-left {
  min-width: 0;
  flex: 1;
  cursor: pointer;
  display: none;
}
@media only screen and (min-width: 768px) {
  .intro-socials__grid-right-bottom-left {
    display: block;
  }
}
.intro-socials__grid-right-bottom-left--mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .intro-socials__grid-right-bottom-left--mobile {
    display: none;
  }
}
.intro-socials__grid-right-bottom-right {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  background-color: #FBE8D3;
  outline: none;
  transition: background-color 0.3s;
}
@media only screen and (min-width: 768px) {
  .intro-socials__grid-right-bottom-right {
    padding: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .intro-socials__grid-right-bottom-right {
    transition: none;
  }
}
.intro-socials__grid-right-bottom-right img {
  display: block;
  width: 80px;
  height: 80px;
}
@media only screen and (min-width: 768px) {
  .intro-socials__grid-right-bottom-right img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-socials__grid-right-bottom-right img {
    width: 120px;
    height: 120px;
  }
}
.intro-socials__grid-right-bottom-right:focus-visible {
  border-radius: 0;
  box-shadow: 0 0 0 1px #F24F00, 0 0 0 4px rgba(242, 79, 0, 0.5);
}
.intro-socials__grid-right-bottom-right:hover {
  background-color: #000;
}
.intro-socials__grid-right-bottom-right:hover .intro-socials__grid-right-bottom-right-label {
  color: #fff;
}
.intro-socials__grid-item-content {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.intro-socials__grid-item-content-label {
  padding: 12px 20px;
  background: #000;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  font-size: 18px;
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  .intro-socials__grid-item-content-label {
    padding: 14px 24px;
  }
}
.intro-socials__grid-item-content-source {
  display: flex;
  align-items: center;
  background: #FBE8D3;
  gap: 10px;
  padding: 16px 20px;
}
@media only screen and (min-width: 768px) {
  .intro-socials__grid-item-content-source {
    gap: 14px;
    padding: 24px;
  }
}
.intro-socials__grid-item-content-source img {
  display: block;
  width: 26px;
  height: 26px;
}
@media only screen and (min-width: 1200px) {
  .intro-socials__grid-item-content-source img {
    width: 32px;
    height: 32px;
  }
}
.section-intro-schedule {
  position: relative;
  overflow: clip;
}
.section-intro-schedule__bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-intro-schedule__bg::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}

.intro-schedule {
  z-index: 3;
  position: relative;
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .intro-schedule {
    padding: 80px 0;
  }
}
.intro-schedule__heading {
  text-align: center;
  margin: 0 0 50px 0;
}
.intro-schedule__title {
  margin: 0 0 24px 0;
  color: #fff;
}
.intro-schedule__desc {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.intro-schedule__desc p {
  margin: 0;
}
.intro-schedule__button-container {
  display: flex;
  justify-content: center;
  padding: 30px 0 0 0;
}
@media (min-width: 1200px) {
  .intro-schedule__button-container {
    padding: 50px 0 0 0;
  }
}
.intro-schedule__tabs {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 1460px) {
  .intro-schedule__tabs--bigger {
    max-width: 1440px;
  }
}
.intro-schedule__tabs-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 40px;
  margin: 0 0 50px 0;
}
@media only screen and (min-width: 991px) {
  .intro-schedule__tabs-header {
    flex-direction: row;
    gap: 20px;
  }
}
.intro-schedule__tabs-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 990px) {
  .intro-schedule__tabs-navigation {
    justify-content: center;
  }
}
.intro-schedule__tabs-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 50px;
  padding: 0 20px;
  font-size: 18px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
  border-radius: 0;
  border: none;
  background-color: #fff;
  transition: background-color 0.3s;
  outline: none;
}
@media only screen and (min-width: 550px) {
  .intro-schedule__tabs-btn {
    min-width: 170px;
  }
}
@media only screen and (min-width: 768px) {
  .intro-schedule__tabs-btn {
    min-width: 200px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .intro-schedule__tabs-btn {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .intro-schedule__tabs-btn {
    min-height: 60px;
  }
}
.intro-schedule__tabs-btn span {
  z-index: 2;
  position: relative;
}
.intro-schedule__tabs-btn::after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: -2.5px;
  right: -10px;
  transform: rotate(-45deg);
  border-top: 15px solid #F24F00;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.intro-schedule__tabs-btn.selected {
  color: #fff;
  background-color: #F24F00;
}
.intro-schedule__tabs-btn.selected::after {
  border-top-color: #fff;
  bottom: -0.215rem;
  right: -0.975rem;
}
.intro-schedule__tabs-btn:hover {
  color: #fff;
  background-color: #F24F00;
}
.intro-schedule__tabs-btn:hover::after {
  border-top-color: #fff;
}
.intro-schedule__tabs-btn:focus-visible {
  border-radius: 0;
  box-shadow: 0 0 0 1px #000, 0 0 0 4px rgba(0, 0, 0, 0.5);
}
.intro-schedule__tab-box-title {
  margin: 0;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  font-size: 36px;
  font-weight: 800;
}
.intro-schedule__tab-box-date {
  margin: 4px 0 16px 0;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  font-size: 18px;
  font-weight: 300;
}

.intro-schedule-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 15px;
  padding: 18px 0;
  border-top: 2px solid #fff;
}
@media only screen and (min-width: 768px) {
  .intro-schedule-card {
    flex-direction: row;
    align-items: center;
  }
}
.intro-schedule-card__time {
  display: flex;
  align-items: center;
  width: 120px;
  margin: 0;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 600;
}
.intro-schedule-card__photo {
  width: 160px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .intro-schedule-card__photo {
    display: block;
  }
}
.intro-schedule-card__photo img {
  display: block;
  width: 100%;
}
.intro-schedule-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}
@media only screen and (min-width: 768px) {
  .intro-schedule-card__content {
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 991px) {
  .intro-schedule-card__content {
    padding: 0 0 0 34px;
  }
}
.intro-schedule-card__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 15px;
  row-gap: 5px;
}
.intro-schedule-card__title {
  margin: 0;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  font-size: 24px;
  font-weight: 800;
}
.intro-schedule-card__info {
  margin: 0;
  padding: 4px 0 0 0;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 300;
}
.intro-schedule-card__parts {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 5px;
  margin: 0;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 300;
}
.intro-schedule-card__desc {
  margin: 0;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 300;
}

.schedule-ticket-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 15px;
  padding: 18px 0;
  border-top: 2px solid #fff;
}
@media only screen and (min-width: 991px) {
  .schedule-ticket-card {
    flex-direction: row;
    align-items: center;
  }
}
.schedule-ticket-card__time {
  display: flex;
  align-items: center;
  width: 130px;
  margin: 0;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 600;
}
.schedule-ticket-card__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .schedule-ticket-card__list {
    width: 100%;
  }
}

.ticket-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 185px;
  padding: 20px 80px 25px 25px;
  background: #FBE8D3;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s;
  border: none;
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .ticket-card {
    width: 270px;
    padding: 30px 80px 30px 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ticket-card {
    transition: none;
  }
}
.ticket-card:hover {
  z-index: 1;
  transform: scale(1.05);
}
.ticket-card:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #FFD000, 0 0 0 4px rgba(255, 208, 0, 0.5);
}
@media only screen and (min-width: 768px) {
  .ticket-card--medium {
    width: 410px;
  }
}
.ticket-card__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #000;
}
.ticket-card__icon img {
  display: block;
  width: 24px;
  height: 24px;
}
.ticket-card__name {
  margin: 0 0 4px 0;
  color: #000;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  font-size: 18px;
  font-weight: 800;
}
.ticket-card__price {
  margin: 0;
  color: #F24F00;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  font-size: 24px;
  font-weight: 800;
}
.ticket-card__info {
  margin: 14px 0 0 0;
  color: #000;
  font-family: "Exo 2", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 300;
}

.time-plan-card {
  display: block;
  padding: 18px 0;
  border-top: 2px solid #fff;
}
.time-plan-card__time {
  margin: 0;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 600;
}
.time-plan-card__title {
  margin: 0;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 800;
}

.section-primary-panel {
  background: #FBE8D3;
}

.primary-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 20px;
  padding: 30px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .primary-panel {
    flex-direction: row;
    text-align: left;
  }
}
.primary-panel__title {
  margin: 0;
  color: #000;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  font-size: 36px;
  font-weight: 800;
  max-width: 830px;
}

.intro-gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.intro-gallery__item {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  width: 33.3333333333%;
  outline: none;
}
@media only screen and (min-width: 768px) {
  .intro-gallery__item {
    width: 16.6666666667%;
  }
}
.intro-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-gallery__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .intro-gallery__item::after {
    transition: none;
  }
}
.intro-gallery__item:focus-visible {
  z-index: 2;
  border-radius: 0;
  box-shadow: 0 0 0 1px #F24F00, 0 0 0 4px rgba(242, 79, 0, 0.5);
}
.intro-gallery__item:hover::after {
  opacity: 0.8;
}
.intro-gallery__item--video {
  position: relative;
}
.intro-gallery__item--video .intro-header-box__play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 549px) {
  .intro-gallery__item--video .intro-header-box__play-btn {
    width: 40px;
    height: 40px;
  }
  .intro-gallery__item--video .intro-header-box__play-btn img {
    width: 14px !important;
    height: 14px !important;
  }
  .intro-gallery__item--video .intro-header-box__play-btn:before {
    width: 55px;
    height: 55px;
  }
  .intro-gallery__item--video .intro-header-box__play-btn:after {
    width: 75px;
    height: 75px;
  }
}
.intro-gallery__item--video .intro-header-box__play-btn img {
  width: 18px;
  height: 18px;
}
.intro-gallery__items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.intro-gallery__items.selected {
  display: flex;
}

.intro-gallery-footer__button-container {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
@media only screen and (min-width: 1200px) {
  .intro-gallery-footer__button-container {
    padding: 80px 0;
  }
  .intro-gallery-footer__button-container .btn-primary {
    min-width: 250px;
  }
}
.intro-gallery-footer__button-container--partners {
  padding: 40px 0 0 0;
}
@media only screen and (min-width: 1200px) {
  .intro-gallery-footer__button-container--partners {
    padding: 80px 0 0 0;
  }
}

.intro-gallery-header {
  padding: 40px 0;
}
.intro-gallery-header__title {
  margin: 0 0 30px 0;
  color: #000;
  font-family: "Exo 2", sans-serif;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  max-width: 750px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (min-width: 768px) {
  .intro-gallery-header__title {
    font-size: 36px;
  }
}
.intro-gallery-header__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .intro-gallery-header__nav-btn {
    width: 170px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media only screen and (max-width: 549px) {
  .intro-gallery-header__nav-btn {
    width: 140px !important;
  }
}
.intro-gallery-header__nav-btn::after {
  bottom: -1.9px;
  right: -9.5px;
}
.intro-gallery-header__nav-btn:hover::after, .intro-gallery-header__nav-btn.selected::after {
  bottom: -2.4px;
  right: -10px;
}

.section-intro-numbers {
  position: relative;
  overflow: clip;
}
.section-intro-numbers__bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-intro-numbers__bg::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}

.intro-numbers {
  z-index: 3;
  position: relative;
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .intro-numbers {
    padding: 80px 0;
  }
}
.intro-numbers__title {
  margin: 0 0 50px 0;
  color: #fff;
  text-align: center;
}
.intro-numbers__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 90px;
  row-gap: 40px;
}

.intro-numbers-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}
@media only screen and (max-width: 767px) {
  .intro-numbers-card {
    width: 100%;
  }
}
@media only screen and (min-width: 991px) {
  .intro-numbers-card {
    gap: 20px;
  }
}
.intro-numbers-card__value-placeholder {
  visibility: hidden;
  opacity: 0;
}
.intro-numbers-card__value {
  position: relative;
  margin: 0;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  font-size: 30px;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .intro-numbers-card__value {
    flex-basis: 50%;
    min-width: 0;
  }
  .intro-numbers-card__value > span {
    text-align: right;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .intro-numbers-card__value {
    font-size: 50px;
  }
}
@media only screen and (min-width: 991px) {
  .intro-numbers-card__value {
    font-size: 70px;
  }
}
.intro-numbers-card__value > span {
  position: absolute;
  top: 0;
  left: 0;
}
.intro-numbers-card__separator {
  width: 2px;
  height: 60px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .intro-numbers-card__separator {
    height: 80px;
  }
}
@media only screen and (min-width: 991px) {
  .intro-numbers-card__separator {
    height: 100px;
  }
}
.intro-numbers-card__text {
  margin: 0;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  .intro-numbers-card__text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-numbers-card__text {
    flex-basis: 50%;
    min-width: 0;
  }
}

.intro-partners {
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .intro-partners {
    padding: 80px 0;
  }
}
.intro-partners__heading {
  text-align: center;
  margin: 0 0 50px 0;
}
.intro-partners__title {
  margin: 0 0 24px 0;
  color: #000;
}
.intro-partners__desc {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
  color: #000;
}
.intro-partners__desc p {
  margin: 0;
}

.intro-players {
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .intro-players {
    padding: 80px 0;
  }
}
.intro-players__heading {
  text-align: center;
  margin: 0 0 50px 0;
}
.intro-players__title {
  margin: 0 0 24px 0;
  color: #000;
}
.intro-players__desc {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
  color: #000;
}
.intro-players__desc p {
  margin: 0;
}
.intro-players__button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
}
.intro-players__slider-wrapper {
  position: relative;
  padding: 0 45px;
}
@media only screen and (min-width: 768px) {
  .intro-players__slider-wrapper {
    padding: 0 75px;
  }
}
.intro-players__slider-btn-prev, .intro-players__slider-btn-next {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  bottom: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #F24F00;
  outline: none;
  transition: transform 0.3s;
}
@media only screen and (min-width: 768px) {
  .intro-players__slider-btn-prev, .intro-players__slider-btn-next {
    width: 50px;
    height: 50px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .intro-players__slider-btn-prev, .intro-players__slider-btn-next {
    transition: none;
  }
}
.intro-players__slider-btn-prev img, .intro-players__slider-btn-next img {
  display: block;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .intro-players__slider-btn-prev img, .intro-players__slider-btn-next img {
    width: 24px;
    height: 24px;
  }
}
.intro-players__slider-btn-prev:hover, .intro-players__slider-btn-next:hover {
  transform: scale(1.1);
}
.intro-players__slider-btn-prev:focus-visible, .intro-players__slider-btn-next:focus-visible {
  border-radius: 50%;
  box-shadow: 0 0 0 1px #F24F00, 0 0 0 4px rgba(242, 79, 0, 0.5);
}
.intro-players__slider-btn-prev {
  left: 0;
  padding: 0 4px 0 0;
}
.intro-players__slider-btn-next {
  right: 0;
  padding: 0 0 0 4px;
}
.intro-players__slider-btn-next img {
  transform: rotate(180deg);
}

.intro-players-slider {
  overflow: hidden;
}
.intro-players-slider__item {
  display: flex !important;
  flex-direction: column;
  min-height: 100%;
  padding: 0 7px;
}

.intro-player-slider-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.intro-player-slider-card__top {
  flex-basis: 160px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .intro-player-slider-card__top {
    gap: 16px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 991px) {
  .intro-player-slider-card__top {
    flex-basis: 235px;
  }
}
@media only screen and (min-width: 1460px) {
  .intro-player-slider-card__top {
    padding: 0 30px;
  }
}
.intro-player-slider-card__info {
  text-align: center;
  padding: 0 0 15px 0;
}
.intro-player-slider-card__info-position {
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  color: #F24F00;
}
@media only screen and (min-width: 991px) {
  .intro-player-slider-card__info-position {
    font-size: 70px;
  }
}
.intro-player-slider-card__info-position-text {
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  color: #F24F00;
  opacity: 0.5;
}
.intro-player-slider-card__img {
  max-width: 200px;
  outline: none;
}
.intro-player-slider-card__img:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #FFD000, 0 0 0 4px rgba(255, 208, 0, 0.5);
}
.intro-player-slider-card__img img {
  z-index: 1;
  max-height: 160px;
  max-width: 100%;
  transform: translateY(2px);
}
@media only screen and (min-width: 991px) {
  .intro-player-slider-card__img img {
    max-height: 235px;
  }
}
.intro-player-slider-card__content {
  z-index: 2;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #000;
}
@media only screen and (min-width: 991px) {
  .intro-player-slider-card__content {
    padding: 24px 34px;
  }
}
.intro-player-slider-card__content-top {
  flex: 1;
  text-align: center;
}
.intro-player-slider-card__name {
  margin: 0 0 8px 0;
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}
.intro-player-slider-card__name a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
.intro-player-slider-card__name a:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #FFD000, 0 0 0 4px rgba(255, 208, 0, 0.5);
}
.intro-player-slider-card__name a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.intro-player-slider-card__desc {
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
}
.intro-player-slider-card__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.intro-player-slider-card__socials a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  outline: none;
  transition: transform 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .intro-player-slider-card__socials a {
    transition: none;
  }
}
.intro-player-slider-card__socials a img {
  display: block;
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(43%) sepia(71%) saturate(4483%) hue-rotate(3deg) brightness(94%) contrast(106%);
}
.intro-player-slider-card__socials a:hover {
  transform: scale(1.1);
}
.intro-player-slider-card__socials a:focus-visible {
  border-radius: 50%;
  box-shadow: 0 0 0 1px #F24F00, 0 0 0 4px rgba(242, 79, 0, 0.5);
}

.intro-partners-slider__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 25px;
}
@media only screen and (min-width: 768px) {
  .intro-partners-slider__item {
    padding: 0 50px;
  }
}
.intro-partners-slider__item a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
  outline: none;
}
.intro-partners-slider__item a:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #FFD000, 0 0 0 4px rgba(255, 208, 0, 0.5);
}
.intro-partners-slider__item img {
  display: block;
  max-width: 105px;
  max-height: 70px;
}
@media only screen and (min-width: 768px) {
  .intro-partners-slider__item img {
    max-width: 165px;
    max-height: 100px;
  }
}
@media only screen and (min-width: 991px) {
  .intro-partners-slider__item img {
    max-width: 265px;
    max-height: 200px;
  }
}
.intro-partners-slider__item--general {
  flex-basis: 100% !important;
}
@media (min-width: 768px) {
  .intro-partners-slider__item--general {
    flex-basis: calc(50% - 15px) !important;
  }
}
.intro-partners-slider__item--general img {
  max-width: 184px;
  max-height: 123px;
}
@media only screen and (min-width: 768px) {
  .intro-partners-slider__item--general img {
    max-width: 289px;
    max-height: 175px;
  }
}
@media only screen and (min-width: 991px) {
  .intro-partners-slider__item--general img {
    max-width: 464px;
    max-height: 350px;
  }
}
.intro-partners-slider__item--medial {
  flex-basis: 100% !important;
}
@media (min-width: 550px) {
  .intro-partners-slider__item--medial {
    flex-basis: calc(50% - 15px) !important;
  }
}
@media (min-width: 1200px) {
  .intro-partners-slider__item--medial {
    flex-basis: calc(33.3333333333% - 20px) !important;
  }
}
.intro-partners-slider__item--medial img {
  max-width: 133px;
  max-height: 100px;
}
@media only screen and (min-width: 768px) {
  .intro-partners-slider__item--medial img {
    max-width: 186px;
    max-height: 140px;
  }
}
@media only screen and (min-width: 991px) {
  .intro-partners-slider__item--medial img {
    max-width: 364px;
    max-height: 275px;
  }
}

.modal-wrapper {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.modal-wrapper.opened {
  display: block;
}

.modal-wrappe-overlay {
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal-window {
  z-index: 10001;
  min-height: 50px;
}
.modal-window__close-button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #F24F00;
  outline: none;
}
@media (min-width: 768px) {
  .modal-window__close-button {
    width: 50px;
    height: 50px;
  }
}
.modal-window__close-button img {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.modal-window__close-button img:hover {
  filter: none;
}
.modal-window__close-button:hover {
  background: #000;
}
.modal-window__close-button:focus-visible {
  border-radius: 0;
  box-shadow: 0 0 0 1px #F24F00, 0 0 0 4px rgba(242, 79, 0, 0.5);
}
.modal-window--players, .modal-window--soutez {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-window--players {
  width: 100%;
  max-width: 1200px;
  max-height: calc(100vh - 30px);
  background: #fff;
  overflow-y: auto;
}
.modal-window--players .player-panel {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 50px 20px 20px 20px;
}
@media (min-width: 768px) {
  .modal-window--players .player-panel {
    padding: 80px 20px 20px 20px;
  }
}
.modal-window--soutez {
  width: 100%;
  max-width: 1400px;
  max-height: calc(100vh - 30px);
  background: #fff;
  overflow-y: auto;
}

.player-panel__title {
  margin: 0 0 20px 0;
  font-size: 28px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
}
@media (min-width: 768px) {
  .player-panel__title {
    margin: 0 0 35px 0;
    font-size: 36px;
  }
}
.player-panel__list-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 15px 0;
}
.player-panel__list-heading-big {
  margin: 0;
  font-size: 22px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
}
@media (min-width: 768px) {
  .player-panel__list-heading-big {
    font-size: 26px;
  }
}
.player-panel__list-heading-small {
  margin: 2px 0 0 0;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
}
@media (min-width: 768px) {
  .player-panel__list-heading-small {
    font-size: 18px;
  }
}
.player-panel__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 40px 0;
}
.player-panel__list {
  display: flex;
  flex-direction: column;
}
.player-panel__item {
  padding: 15px 0;
  border-top: 2px solid #000;
}
.player-panel__text h2 {
  margin: 0 0 30px 0;
  line-height: 1.2;
  color: #000;
  font-size: 30px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}
@media (min-width: 768px) {
  .player-panel__text h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .player-panel__text h2 {
    font-size: 36px;
  }
}
.player-panel__text h3 {
  position: relative;
  margin: 0 0 20px 0;
  line-height: 1.2;
  color: #000;
  font-size: 20px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}
@media (min-width: 768px) {
  .player-panel__text h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .player-panel__text h3 {
    font-size: 24px;
  }
}
.player-panel__text p {
  margin: 0 0 3rem 0;
}
.player-panel__text img {
  max-width: 100%;
}
.player-panel__text p a:not(.btn-primary), .player-panel__text ul a:not(.btn-primary), .player-panel__text ol a:not(.btn-primary) {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration-color: #000;
}
.player-panel__text p a:not(.btn-primary):hover, .player-panel__text ul a:not(.btn-primary):hover, .player-panel__text ol a:not(.btn-primary):hover {
  color: #000;
}
.player-panel__text .common-gallery,
.player-panel__text .controls-panel {
  margin: 4rem 0;
}
.player-panel__text .wide-image {
  margin: 4rem auto;
}
.player-panel__text ul.dots-list, .player-panel__text ul {
  margin: 0 0 30px 0;
}
.player-panel__text ol.numbered-list, .player-panel__text ol {
  text-align: left !important;
  width: 100%;
  margin: 4rem 0;
  padding: 0;
  list-style: none;
  counter-reset: ol-counter;
}
.player-panel__text ol.numbered-list li, .player-panel__text ol li {
  position: relative;
  margin: 0 0 4rem 0;
  padding: 0 0 0 6rem;
  counter-increment: ol-counter;
}
.player-panel__text ol.numbered-list li::before, .player-panel__text ol li::before {
  content: counter(ol-counter) ".";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  padding: 0 0 0 0.5rem;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  font-size: 16px;
  background: #F24F00;
}

.player-panel-card {
  display: flex;
  align-items: center;
}
.player-panel-card__position {
  flex-basis: 40px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
}
.player-panel-card__photo {
  flex-basis: 70px;
}
.player-panel-card__photo img {
  display: block;
  width: 70px;
}
.player-panel-card__name {
  margin: 0;
  padding: 0 0 0 20px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .player-panel-card__name {
    padding: 0 0 0 30px;
    font-size: 24px;
  }
}

.section-content-grid {
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .section-content-grid {
    padding: 80px 0 40px 0;
  }
}
.section-content-grid--no-padding {
  padding: 0 0 40px 0;
}

.content-grid {
  display: flex;
  column-gap: 25px;
  row-gap: 15px;
  flex-direction: column;
}
@media (min-width: 991px) {
  .content-grid {
    flex-direction: row;
  }
}
.content-grid__heading {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  text-decoration: none;
  background: #FBE8D3;
  color: #000;
}
.content-grid__heading:hover {
  color: #F24F00;
}
.content-grid__heading-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  width: 60px;
  background: #000;
}
@media only screen and (min-width: 768px) {
  .content-grid__heading-icon {
    min-height: 80px;
    width: 80px;
  }
}
@media (min-width: 1200px) {
  .content-grid__heading-icon {
    min-height: 90px;
    width: 90px;
  }
}
.content-grid__heading-icon img {
  display: block;
  width: 28px;
  height: 28px;
}
@media only screen and (min-width: 768px) {
  .content-grid__heading-icon img {
    width: 32px;
    height: 32px;
  }
}
.content-grid__heading-text {
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  color: inherit;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
@media (min-width: 768px) {
  .content-grid__heading-text {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .content-grid__heading-text {
    padding: 0 35px;
  }
}
.content-grid__body {
  flex: 1.8;
  min-width: 0;
}
@media (min-width: 1200px) {
  .content-grid__body {
    flex: 2;
  }
}
@media (min-width: 1460px) {
  .content-grid__body {
    flex: 2.68;
  }
}
.content-grid__sidebar {
  flex: 1;
  min-width: 0;
}
.content-grid__gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.content-grid__gallery-item, .fts-instagram-wrapper {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  width: 33.3333333333% !important;
  outline: none;
}
@media only screen and (min-width: 991px) {
  .content-grid__gallery-item, .fts-instagram-wrapper {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .content-grid__gallery-item, .fts-instagram-wrapper {
    width: 33.3333333333% !important;
  }
}
.content-grid__gallery-item img, .fts-instagram-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.content-grid__gallery-item::after, .fts-instagram-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .content-grid__gallery-item::after, .fts-instagram-wrapper::after {
    transition: none;
  }
}
.content-grid__gallery-item:focus-visible, .fts-instagram-wrapper:focus-visible {
  z-index: 2;
  border-radius: 0;
  box-shadow: 0 0 0 1px #F24F00, 0 0 0 4px rgba(242, 79, 0, 0.5);
}
.content-grid__gallery-item:hover::after, .fts-instagram-wrapper:hover::after {
  opacity: 0.8;
}
.content-grid__posts {
  display: flex;
  flex-direction: column;
}
.content-grid__posts-item, .fts-jal-fb-group-display .fts-jal-single-fb-post {
  background: #F24F00;
}
.content-grid__posts-item:nth-child(2n), .fts-jal-fb-group-display .fts-jal-single-fb-post:nth-child(2n) {
  background: #000;
}

.fts-jal-fb-header, .fb-social-btn-top {
  display: none !important;
}

.fts-jal-fb-group-display .fts-jal-fb-user-thumb, .fts-jal-fb-group-display .fts-jal-fb-user-name, .fts-jal-fb-group-display .fts-jal-fb-post-time, .fts-jal-fb-group-display .fts-likes-shares-etc-wrap, .fts-jal-fb-group-display .slicker-facebook-album-photoshadow, .fts-jal-fb-group-display .fts-jal-fb-description-wrap {
  display: none;
}
.fts-jal-fb-group-display .fts-jal-single-fb-post {
  padding: 0 !important;
  border-bottom: none !important;
}
@media only screen and (min-width: 1450px) {
  .fts-jal-fb-group-display .fts-jal-single-fb-post {
    height: 338.633px !important;
  }
}
.fts-jal-fb-group-display .fts-jal-fb-right-wrap {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.fts-jal-fb-group-display .fts-jal-fb-top-wrap, .fts-jal-fb-group-display .fts-jal-fb-vid-wrap, .fts-jal-fb-group-display .fts-jal-fb-vid-picture {
  margin: 0 !important;
}
.fts-jal-fb-group-display .fts-clear {
  display: none;
}
.fts-jal-fb-group-display .fts-jal-fb-message {
  padding: 0 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fts-jal-fb-group-display .fts-jal-fb-picture {
  margin: 0 !important;
  width: 100%;
}
.fts-jal-fb-group-display .fts-jal-fb-picture img {
  object-fit: cover;
  width: 100% !important;
  max-height: 220px !important;
  max-width: 320px !important;
}
@media only screen and (min-width: 991px) {
  .fts-jal-fb-group-display .fts-jal-fb-picture img {
    height: 185px !important;
    width: 100% !important;
    max-height: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .fts-jal-fb-group-display .fts-jal-fb-picture img {
    height: 215px !important;
  }
}
@media only screen and (min-width: 1450px) {
  .fts-jal-fb-group-display .fts-jal-fb-picture img {
    height: 218px !important;
  }
}
.fts-jal-fb-group-display .fts-jal-fb-vid-play-btn {
  display: none;
}
.fts-jal-fb-group-display .fts-jal-fb-vid-picture {
  margin: 0 !important;
  width: 100% !important;
}
.fts-jal-fb-group-display .fts-jal-fb-vid-picture img {
  display: block;
  max-width: 100%;
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
  object-fit: cover;
  width: 100% !important;
  max-height: 220px !important;
  max-width: 320px !important;
}
@media only screen and (min-width: 991px) {
  .fts-jal-fb-group-display .fts-jal-fb-vid-picture img {
    height: 185px !important;
    width: 100% !important;
    max-height: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .fts-jal-fb-group-display .fts-jal-fb-vid-picture img {
    height: 215px !important;
  }
}
@media only screen and (min-width: 1450px) {
  .fts-jal-fb-group-display .fts-jal-fb-vid-picture img {
    height: 218px !important;
  }
}
.fts-jal-fb-group-display .fts-more-photos-4-photos {
  top: 0 !important;
}
.fts-jal-fb-group-display .fts-fluid-videoWrapper {
  margin: 0 !important;
}
.fts-jal-fb-group-display .fts-fluid-videoWrapper iframe {
  display: block;
  max-width: 100%;
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
}
.fts-jal-fb-group-display .fts-fb-more-photos-wrap {
  display: none;
}
.fts-instagram-wrapper {
  margin: 0 !important;
  float: left;
}

.fts-instagram-link-target {
  margin: 0;
  width: 100% !important;
  height: 100% !important;
}
.fts-instagram-link-target .fts-instagram-icon {
  display: none !important;
}

.slicker-date, .slicker-instaG-backg-link, .fts-insta-likes-comments-grab-popup {
  display: none !important;
}

.content-grid-post-card, .fts-jal-fb-group-display .fts-jal-fb-right-wrap {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
  padding: 20px 20px 0 20px;
}
@media only screen and (min-width: 768px) {
  .content-grid-post-card, .fts-jal-fb-group-display .fts-jal-fb-right-wrap {
    padding: 30px 30px 0 30px;
  }
}
.content-grid-post-card:hover .content-grid-post-card__img, .fts-jal-fb-group-display .fts-jal-fb-right-wrap:hover .content-grid-post-card__img, .content-grid-post-card:hover .fts-jal-fb-group-display .fts-jal-fb-picture, .fts-jal-fb-group-display .content-grid-post-card:hover .fts-jal-fb-picture, .fts-jal-fb-group-display .fts-jal-fb-right-wrap:hover .fts-jal-fb-picture, .content-grid-post-card:hover .fts-jal-fb-group-display .fts-jal-fb-vid-picture, .fts-jal-fb-group-display .content-grid-post-card:hover .fts-jal-fb-vid-picture, .fts-jal-fb-group-display .fts-jal-fb-right-wrap:hover .fts-jal-fb-vid-picture, .content-grid-post-card:hover .fts-jal-fb-group-display .fts-fluid-videoWrapper, .fts-jal-fb-group-display .content-grid-post-card:hover .fts-fluid-videoWrapper, .fts-jal-fb-group-display .fts-jal-fb-right-wrap:hover .fts-fluid-videoWrapper {
  opacity: 0.5;
}
.content-grid-post-card__text, .fts-jal-fb-group-display .fts-jal-fb-message {
  margin: 0 0 25px 0;
  line-height: 1.36;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
.content-grid-post-card__img, .fts-jal-fb-group-display .fts-jal-fb-picture, .fts-jal-fb-group-display .fts-jal-fb-vid-picture, .fts-jal-fb-group-display .fts-fluid-videoWrapper {
  display: flex;
  justify-content: center;
  transition: opacity 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .content-grid-post-card__img, .fts-jal-fb-group-display .fts-jal-fb-picture, .fts-jal-fb-group-display .fts-jal-fb-vid-picture, .fts-jal-fb-group-display .fts-fluid-videoWrapper {
    transition: none;
  }
}
.content-grid-post-card__img img, .fts-jal-fb-group-display .fts-jal-fb-picture img, .fts-jal-fb-group-display .fts-jal-fb-vid-picture img, .fts-jal-fb-group-display .fts-fluid-videoWrapper img {
  display: block;
  max-width: 100%;
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
}

.soutez-grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .soutez-grid {
    flex-direction: row;
  }
}
.soutez-grid__left, .soutez-grid__right {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
@media (min-width: 991px) {
  .soutez-grid__left, .soutez-grid__right {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .soutez-grid__left, .soutez-grid__right {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .soutez-grid__right {
    padding: 30px 20px;
  }
}
.soutez-grid__right .wpcf7-response-output {
  margin-top: 20px !important;
}
.soutez-grid__left {
  background: #FBE8D3;
}
@media (max-width: 767px) {
  .soutez-grid__left {
    padding: 40px 20px 20px 20px;
  }
}
.soutez-grid__right-title, .soutez-grid__left-title {
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .soutez-grid__right-title, .soutez-grid__left-title {
    font-size: 36px;
  }
}
.soutez-grid__left-title {
  margin: 0 0 25px 0;
  color: #000;
}
@media (min-width: 991px) {
  .soutez-grid__left-title {
    margin: 0 0 50px 0;
  }
}
.soutez-grid__right-title {
  margin: 0 0 25px 0;
  color: #000;
}
.soutez-grid__right-text {
  margin: 0 0 40px 0;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
}
.soutez-grid__right-text p {
  margin: 0;
}
.soutez-grid__textarea-wrapper .form-field-row {
  margin: 0;
}
.soutez-grid__form-footer {
  display: flex;
  justify-content: center;
  margin: 0 0 0 0;
}
@media (min-width: 991px) {
  .soutez-grid__form-footer {
    margin: 20px 0 0 0;
  }
}
.soutez-grid__form-footer .btn-primary {
  margin: 0 4rem;
}
.soutez-grid__form-footer p {
  margin: 0;
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center;
  justify-content: center;
}
.soutez-grid__form-footer .wpcf7-spinner {
  position: absolute;
  right: 0;
  margin: 0;
}
.soutez-grid__form-row .form-field__input {
  background: #EEEEEE;
}
.soutez-grid__form-row p {
  margin: 0;
}
.soutez-grid__form-info-text {
  margin: 20px 0 0 0;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}
.soutez-grid__form-info-text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  outline: none;
}
.soutez-grid__form-info-text a:hover {
  color: #F24F00;
}
.soutez-grid__form-info-text a:focus {
  border-radius: 20px;
  box-shadow: 0 0 0 1px #000, 0 0 0 4px rgba(0, 0, 0, 0.5);
}
.soutez-grid__socials {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin: 0 0 35px 0;
}
.soutez-grid__socials-item {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .soutez-grid__socials-item {
    font-size: 18px;
  }
}
.soutez-grid__socials-item a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  outline: none;
}
.soutez-grid__socials-item a:hover {
  color: #F24F00;
}
.soutez-grid__socials-item a:focus {
  border-radius: 20px;
  box-shadow: 0 0 0 1px #000, 0 0 0 4px rgba(0, 0, 0, 0.5);
}
.soutez-grid__socials-item span, .soutez-grid__socials-item p {
  margin: 8px 0 0 0;
}
.soutez-grid__socials-item img {
  display: block;
  flex-basis: 36px;
  width: 36px;
  height: 36px;
}

@media (min-width: 991px) {
  .section-half-panel {
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, #fbe8d3 50%, #fbe8d3 100%);
  }
}
@media (min-width: 991px) {
  .section-half-panel--contact {
    background: linear-gradient(90deg, #fbe8d3 0%, #fbe8d3 50%, rgb(33, 33, 33) 50%, rgb(33, 33, 33) 100%);
  }
}
.section-half-panel--contact .half-panel__left {
  position: relative;
  background: #FBE8D3;
}
@media (max-width: 990px) {
  .section-half-panel--contact .half-panel__left::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: inherit;
  }
}
.section-half-panel--contact .half-panel__right {
  position: relative;
  background: #212121;
  min-height: 400px;
}

.half-panel {
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .half-panel {
    flex-direction: row;
  }
}
.half-panel__left {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.half-panel__content {
  padding: 40px 0;
}
@media (min-width: 991px) {
  .half-panel__content {
    padding: 80px 30px 80px 0;
    max-width: 610px;
  }
}
@media (min-width: 1200px) {
  .half-panel__content {
    padding: 80px 50px 80px 0;
  }
}
@media only screen and (min-width: 1460px) {
  .half-panel__content {
    padding: 100px 75px 100px 0;
  }
}
.half-panel__right {
  position: relative;
  min-width: 0;
  flex: 1;
  background: #FBE8D3;
}
@media (max-width: 990px) {
  .half-panel__right::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: inherit;
  }
}
.half-panel__right .default-form {
  z-index: 2;
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .half-panel__right .default-form {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 991px) {
  .half-panel__right .default-form {
    padding: 80px 0 80px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .half-panel__right .default-form {
    padding: 80px 0 80px 50px;
  }
}
@media only screen and (min-width: 1460px) {
  .half-panel__right .default-form {
    padding: 100px 0 100px 75px;
  }
}

.contact-map {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 991px) {
  .contact-map {
    width: 50vw;
  }
}
.contact-map__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0 0 0 2px;
  border-radius: 50%;
  background-color: #F24F00;
  transition: background-color 0.3s;
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  .contact-map__btn {
    transition: none;
  }
}
.contact-map__btn:hover {
  background: #C23F00;
}
.contact-map__btn:focus-visible:after {
  border-radius: 50%;
  box-shadow: 0 0 0 1px #000, 0 0 0 4px rgba(0, 0, 0, 0.5);
}
.contact-map__btn img {
  z-index: 2;
  position: relative;
  display: block;
}
.contact-map__btn::before, .contact-map__btn::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: inherit;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: pulse 2s infinite;
}
@media (prefers-reduced-motion: reduce) {
  .contact-map__btn::before, .contact-map__btn::after {
    animation: none;
  }
}
.contact-map__btn::before {
  width: 75px;
  height: 75px;
  opacity: 0.75;
}
.contact-map__btn::after {
  width: 100px;
  height: 100px;
  opacity: 0.5;
}

.contact-content {
  z-index: 2;
  position: relative;
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .contact-content {
    padding: 80px 0;
  }
}
.contact-content__title {
  margin: 0 0 20px 0;
  font-size: 28px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
}
@media (min-width: 768px) {
  .contact-content__title {
    margin: 0 0 35px 0;
    font-size: 36px;
  }
}
.contact-content__grid {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 40px;
}
@media (min-width: 768px) {
  .contact-content__grid {
    flex-direction: row;
  }
}
@media (min-width: 991px) {
  .contact-content__grid {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .contact-content__grid {
    flex-direction: row;
    align-items: flex-start;
  }
}
.contact-content__list {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
@media (min-width: 768px) {
  .contact-content__list {
    flex: 2;
  }
}
@media (min-width: 991px) {
  .contact-content__list {
    flex: unset;
  }
}
@media (min-width: 1200px) {
  .contact-content__list {
    flex: 2.2;
  }
}
@media (min-width: 1460px) {
  .contact-content__list {
    flex: 1.6;
  }
}
.contact-content__button-container {
  min-width: 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .contact-content__button-container {
    flex: 1;
    padding: 60px 0 0 0;
  }
}
@media (min-width: 991px) {
  .contact-content__button-container {
    flex: unset;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .contact-content__button-container {
    flex: 1;
    padding: 60px 0 0 0;
  }
}
.contact-content__plan-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.contact-content__plan-btn img {
  display: block;
  width: 36px;
  height: 36px;
}
.contact-content__plan-btn b, .contact-content__plan-btn strong {
  font-weight: 600;
}
.contact-content__plan-btn:hover {
  color: #F24F00;
}
.contact-content__plan-btn:focus-visible {
  border-radius: 0;
  box-shadow: 0 0 0 1px #F24F00, 0 0 0 4px rgba(242, 79, 0, 0.5);
}

a.contact-content-card {
  text-decoration: none;
  outline: none;
}
a.contact-content-card .contact-content-card__texts {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
a.contact-content-card:hover .contact-content-card__texts {
  color: #F24F00;
}
a.contact-content-card:focus-visible {
  border-radius: 0;
  box-shadow: 0 0 0 1px #F24F00, 0 0 0 4px rgba(242, 79, 0, 0.5);
}

.contact-content-card {
  display: flex;
}
.contact-content-card__icon {
  min-width: 0;
  flex-shrink: 0;
  flex-basis: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #000;
}
@media (min-width: 768px) {
  .contact-content-card__icon {
    flex-basis: 80px;
    width: 80px;
    height: 80px;
  }
}
.contact-content-card__icon img {
  display: block;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .contact-content-card__icon img {
    width: 36px;
    height: 36px;
  }
}
.contact-content-card__texts {
  flex: 1;
  padding: 16px;
  background: #fff;
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .contact-content-card__texts {
    padding: 25px;
  }
}
.contact-content-card__texts b, .contact-content-card__texts strong {
  font-weight: 600;
}
.contact-content-card__texts p {
  margin: 0;
}
.contact-content-card__texts a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  outline: none;
}
.contact-content-card__texts a:hover {
  color: #F24F00;
}
.contact-content-card__texts a:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #FFD000, 0 0 0 4px rgba(255, 208, 0, 0.5);
}
.contact-content-card__text {
  margin: 0 0 20px 0;
}
.contact-content-card__text p {
  margin: 0;
}
.contact-content-card__ico-text {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.contact-content-card__ico-text img {
  display: block;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .contact-content-card__ico-text img {
    width: 36px;
    height: 36px;
  }
}

.plan-panel {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  column-gap: 30px;
  row-gap: 40px;
}
@media (min-width: 991px) {
  .plan-panel {
    flex-direction: row;
    align-items: center;
    column-gap: 50px;
  }
}
@media (min-width: 1200px) {
  .plan-panel {
    padding: 80px 0;
    column-gap: 80px;
  }
}
.plan-panel__left {
  min-width: 0;
}
@media (min-width: 991px) {
  .plan-panel__left {
    flex: 1;
  }
}
.plan-panel__left img {
  display: block;
  max-width: 100%;
}
.plan-panel__right {
  min-width: 0;
}
@media (min-width: 991px) {
  .plan-panel__right {
    flex: 1;
  }
}
.plan-panel__title {
  margin: 0 0 20px 0;
  font-size: 28px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
}
@media (min-width: 768px) {
  .plan-panel__title {
    margin: 0 0 35px 0;
    font-size: 36px;
  }
}
.plan-panel__texts {
  margin: 0 0 20px 0;
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .plan-panel__texts {
    margin: 0 0 40px 0;
  }
}
.plan-panel__texts p {
  margin: 0;
}
.plan-panel__texts b, .plan-panel__texts strong {
  font-weight: 600;
}
.plan-panel__texts a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  outline: none;
}
.plan-panel__texts a:hover {
  color: #F24F00;
}
.plan-panel__texts a:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #FFD000, 0 0 0 4px rgba(255, 208, 0, 0.5);
}
.plan-panel__options {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 1.4;
}
.plan-panel__options b, .plan-panel__options strong {
  font-weight: 600;
}
.plan-panel__option-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
@media (min-width: 768px) {
  .plan-panel__option-item {
    gap: 20px;
  }
}
.plan-panel__option-item img {
  display: block;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .plan-panel__option-item img {
    width: 36px;
    height: 36px;
  }
}

.conditions-panel {
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .conditions-panel {
    padding: 80px 0;
  }
}
.conditions-panel__title {
  margin: 0 0 30px 0;
  font-size: 28px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
  text-align: center;
  max-width: 750px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 768px) {
  .conditions-panel__title {
    margin: 0 0 80px 0;
    font-size: 36px;
  }
}
.conditions-panel__grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.conditions-panel__grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 3px;
  height: 100%;
  background: #fff;
}
.conditions-panel__grid::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}
.conditions-panel__grid-item {
  width: 50%;
  border-bottom: 1px solid #F24F00;
  border-left: 1px solid #F24F00;
}
@media (min-width: 768px) {
  .conditions-panel__grid-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .conditions-panel__grid-item {
    width: 20%;
  }
}
.conditions-panel__grid-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  margin: 0;
  padding: 20px;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  line-height: 1.3;
  color: #000;
  text-align: center;
}
.conditions-panel__grid-card img {
  display: block;
  width: 50px;
  height: 50px;
}
.conditions-panel__grid-card b, .conditions-panel__grid-card strong {
  font-weight: 600;
}
.conditions-panel__grid-card-text {
  margin: 0;
}
.conditions-panel__grid-card-text p {
  margin: 0;
}
.conditions-panel__grid-card-text.red-text {
  color: #F24F00;
}
.conditions-panel__grid-card-text.green-text {
  color: #0E8D34;
}

.basic-info-panel {
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .basic-info-panel {
    padding: 80px 0;
  }
}
.basic-info-panel__title {
  font-size: 28px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 30px auto;
}
@media (min-width: 768px) {
  .basic-info-panel__title {
    font-size: 36px;
  }
}
.basic-info-panel__counter {
  display: flex;
  justify-content: center;
  margin: 0 0 40px 0;
}
.basic-info-panel__texts {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.basic-info-panel__texts p {
  margin: 0;
}
.basic-info-panel__texts ol.numbered-list, .basic-info-panel__texts ol {
  text-align: left !important;
  width: 100%;
  padding: 0;
  list-style: none;
  counter-reset: ol-counter;
}
.basic-info-panel__texts ol.numbered-list li, .basic-info-panel__texts ol li {
  position: relative;
  margin: 0 0 2.5rem 0;
  padding: 0 0 0 6rem;
  counter-increment: ol-counter;
}
.basic-info-panel__texts ol.numbered-list li::before, .basic-info-panel__texts ol li::before {
  content: counter(ol-counter) ".";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  padding: 0 0 0 0.5rem;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  font-size: 16px;
  background: #F24F00;
}

.hidden {
  display: none;
}

.wpcf7-form p {
  margin: 0;
}

@media (max-width: 599px) {
  #wpadminbar {
    top: -46px;
  }
}

.otgs-development-site-front-end {
  display: none;
}

.hide-after:after {
  display: none;
}

.section-seating {
  z-index: 3;
  position: relative;
  padding: 40px 0;
  background: #FBE8D3;
}
@media (min-width: 1200px) {
  .section-seating {
    padding: 80px 0;
  }
}
.section-seating__title {
  margin: 0 0 20px 0;
  font-size: 28px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
  text-align: center;
}
@media (min-width: 768px) {
  .section-seating__title {
    margin: 0 0 35px 0;
    font-size: 36px;
  }
}
.section-seating__image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.section-seating__image img {
  width: 100%;
  height: 100%;
}

.text-center {
  text-align: center;
}

.partner-hr {
  background-color: #F24F00;
  margin: 40px 0;
  height: 1px;
  width: 100%;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.comming-soon {
  width: 100dvw;
  height: 100dvh;
  overflow: hidden;
  background-image: url("../../images/ComingSoonCDO.jpg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (min-width: 1400px) {
  .comming-soon {
    background-size: cover;
  }
}

.feed-placeholder {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 550px) {
  .feed-placeholder {
    height: 729px;
  }
}
@media (min-width: 991px) {
  .feed-placeholder {
    height: 1188px;
  }
}
@media (min-width: 1200px) {
  .feed-placeholder {
    height: 750px;
  }
}
@media (min-width: 1460px) {
  .feed-placeholder {
    height: 1014px;
  }
}
.feed-placeholder .loader {
  width: 75px;
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(rgba(0, 0, 0, 0) 10%, #000) content-box;
  -webkit-mask: repeating-conic-gradient(rgba(0, 0, 0, 0) 0deg, #000 1deg 20deg, rgba(0, 0, 0, 0) 21deg 36deg), radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l4 1s infinite steps(10);
}
@keyframes l4 {
  to {
    transform: rotate(1turn);
  }
}

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