@charset "UTF-8";
.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 
Responsive between
Ej: @include responsiveB('mobile-v', 'mobile-h'){
*/
/*
tr( duracion, propiedades, delay)
*/
/*
tre( duracion, propiedades, delay)
a diferencia de tr(), tre tiene un easign aplicado que hace la animacion mas natural
*/
/*
fade( x, y, defaulttransition, delay );
Añade transformacion x e y, y opacity 0 al elemento.
Se pueden pasar valores negativos, por ejemplo, para desplazar x hacia la izquierda
Tambien se puede pasar un porcentaje
defaulttransition aplica la variable $transition-default definida en _variables.scss
delay aplica un delay multiplicando el valor por $transition-default-delay para hacer aparecer los elementos de forma escalonada
*/
.in {
  --fade-opacity: 1;
  --fade-transform: translateX(0px) translateY(0px);
  --p100: 100%;
  --p0: 0%;
  --v1: 1;
  --v0: 0;
}

/*
fadein();
Aplica transformX(0px), transformY(0px) y opacity 1 para hacer aparecer el objecto
*/
/*
Se usa igual que fade, pero crea un loop para animar los elementos de forma ordenada
*/
/*
Use:
@if editor() {
  font-size: 90px;
}
*/
/* Text Block Custom Style */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: -webkit-fill-available;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  background: #101f27;
}
body img {
  max-width: 100%;
  height: auto;
}
body ul li {
  list-style: none;
}
body p:not(:last-child) {
  margin-bottom: 20px;
}

.hidden {
  display: none;
}

input[type=text],
input[type=email],
input[type=search],
input[type=submit],
textarea,
button {
  font-family: "Barlow Condensed", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

button {
  background-color: transparent;
}

select {
  font-family: "Barlow Condensed", sans-serif;
}

h1,
.h1,
.h1 p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(70px, 43.6px + 0.044 * 100vw, 90px);
}

h2,
.h2,
.h2 p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(40px, -0.2px + 0.067 * 100vw, 70px);
}

h3,
.h3,
.h3 p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(28px, 17.2px + 0.018 * 100vw, 36px);
}

h4,
.h4,
.h4 p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(24px, 21.6px + 0.004 * 100vw, 26px);
}

h5,
.h5,
.h5 p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(16px, 13.6px + 0.004 * 100vw, 18px);
}

h6,
.h6,
.h6 p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(16px, 16px + 0 * 100vw, 16px);
}

a {
  color: #bd9a5f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

b,
strong,
strong * {
  font-weight: 600;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

.centerDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iframe-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-content {
  padding-bottom: 1px;
}
.site-content > *:not(.default_block) {
  margin-bottom: var(--blockMargin, 150px);
}
@media only screen and (max-width: 1050px) {
  .site-content > *:not(.default_block) {
    margin-bottom: var(--blockMarginTablet, 80px);
  }
}
@media only screen and (max-width: 750px) {
  .site-content > *:not(.default_block) {
    margin-bottom: var(--blockMarginMobile, 60px);
  }
}

.text_block h1,
.text_block h2,
.text_block h3,
.text_block h4,
.text_block h5,
.text_block h6 {
  color: #101f27;
  margin-bottom: 20px;
}
.text_block h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(70px, 43.6px + 0.044 * 100vw, 90px);
}
.text_block h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(40px, -0.2px + 0.067 * 100vw, 70px);
}
.text_block h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(28px, 17.2px + 0.018 * 100vw, 36px);
}
.text_block h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(24px, 21.6px + 0.004 * 100vw, 26px);
}
.text_block h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(16px, 13.6px + 0.004 * 100vw, 18px);
}
.text_block h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(16px, 16px + 0 * 100vw, 16px);
}
.text_block ul,
.text_block ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.text_block ul li {
  list-style: disc;
}
.text_block a:not(.button) {
  color: #bd9a5f;
  text-decoration: none;
}
.text_block a:not(.button):hover {
  text-decoration: underline;
}
.text_block blockquote {
  padding-left: 30px;
  border-left: 3px solid #101f27;
}
.text_block blockquote p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(24px, 21.6px + 0.004 * 100vw, 26px);
}
.text_block img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 0 28px 0;
}
.text_block .alignleft {
  float: left;
  max-width: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 750px) {
  .text_block .alignleft {
    max-width: 100%;
  }
}
.text_block .aligncenter {
  margin: 30px auto;
  display: block;
}
.text_block .alignright {
  float: right;
  max-width: 50%;
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  .text_block .alignright {
    max-width: 100%;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  gap: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.header__left {
  position: relative;
}
.header__right {
  width: 100%;
  position: relative;
}
.header:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  height: 250px;
  width: 100%;
  content: "";
  pointer-events: none;
  left: 0;
}

.site-logo {
  display: block;
  width: 158px;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  position: relative;
  z-index: 10;
}

.main-menu {
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 43px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
}
@media only screen and (min-width: 750px) {
  .main-menu {
    backdrop-filter: blur(5px);
    position: relative;
  }
}
.main-menu:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  height: 100%;
  left: 0;
  right: -30px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(189, 154, 95, 0)), color-stop(3%, rgba(189, 154, 95, 0.6)), color-stop(50%, rgba(87, 71, 44, 0.6)), to(rgba(87, 71, 44, 0)));
  background: linear-gradient(90deg, rgba(189, 154, 95, 0) 0%, rgba(189, 154, 95, 0.6) 3%, rgba(87, 71, 44, 0.6) 50%, rgba(87, 71, 44, 0) 100%);
  backdrop-filter: blur(5px);
}
@media only screen and (max-width: 750px) {
  .main-menu:before {
    display: none;
  }
}
.main-menu .menu-main-container {
  display: contents;
}
@media only screen and (max-width: 750px) {
  .main-menu .menu-main-container {
    display: block;
    position: fixed;
    height: 100dvh;
    width: 100%;
    background: #101f27;
    padding: 150px 30px 30px;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu-open .main-menu .menu-main-container {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .main-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    overflow-y: auto;
  }
}
.main-menu ul li {
  position: relative;
}
@media only screen and (min-width: 750px) {
  .main-menu ul li:hover ul {
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .main-menu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #bd9a5f;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 20px;
    height: auto;
    gap: 10px;
    min-width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-menu ul li ul a {
    color: #101f27;
    padding: 0;
    white-space: nowrap;
  }
  .main-menu ul li ul a:before {
    background: #ffffff;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .main-menu ul li ul a:after {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .main-menu ul li.menu-item-has-children > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-menu ul li.menu-item-has-children > a:after {
    background: url(../images/icons/dd.svg) no-repeat;
    background-size: 100% auto;
    content: "";
    aspect-ratio: 4/3;
    width: 20px;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-menu ul li.open ul {
    max-height: 500px;
  }
  .main-menu ul li.open > a:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu ul li ul {
    max-height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    padding-left: 20px;
  }
  .main-menu ul li ul a {
    color: #ffffff;
    font-size: 24px;
  }
}
.main-menu a {
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  position: relative;
  padding: 5px 0;
}
@media only screen and (max-width: 750px) {
  .main-menu a {
    font-size: 32px;
    color: #bd9a5f;
    font-weight: 600;
  }
}
@media only screen and (min-width: 750px) {
  .main-menu a:before {
    height: 3px;
    top: 100%;
    width: 100%;
    content: "";
    position: absolute;
    background: #bd9a5f;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-menu a:after {
    width: 16px;
    height: 0px;
    background: url("../images/icons/star-gold.svg") no-repeat top center;
    background-size: 100% auto;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-menu a:hover:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .main-menu a:hover:after {
    height: 16px;
  }
}
.main-menu__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-menu__logo img {
  max-width: 93px;
}

.default-header {
  padding-top: 160px;
  margin-bottom: 50px !important;
}
.default-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #bd9a5f;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.default-header h1 {
  line-height: 1;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  margin: 0;
}

.champions {
  padding-top: clamp(100px, 166.6px + -0.111 * 100vw, 50px);
}
.champions__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #bd9a5f;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.champions__title h1 {
  color: #bd9a5f;
  text-transform: uppercase;
  font-size: clamp(35px, -11.8px + 0.078 * 100vw, 70px);
  line-height: 1;
  font-weight: 500;
}
.champions__title__subtitle {
  font-size: 22px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
}
.champions__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(50px, 23.6px + 0.044 * 100vw, 70px);
}
@media only screen and (max-width: 600px) {
  .champions__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.champions__content__years {
  width: clamp(70px, -306.95px + 0.359 * 100vw, 210px);
  text-align: right;
  padding-right: clamp(20px, 6.8px + 0.022 * 100vw, 30px);
  border-right: 1px solid #bd9a5f;
  margin-right: clamp(20px, -13.6px + 0.056 * 100vw, 45px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 600px) {
  .champions__content__years {
    position: sticky;
    top: 140px;
    margin-right: 0;
    border-right: none;
  }
}
.champions__content__years button {
  font-size: 30px;
  color: #ffffff;
  padding: 0;
  text-align: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .champions__content__years button {
    font-size: 24px;
  }
}
.champions__content__years button:hover {
  opacity: 0.5;
}
.champions__content__years button.active {
  color: #bd9a5f;
  opacity: 1 !important;
}
.champions__content__years_champions {
  min-height: 500px;
}
.champions__content__years_champions__grid {
  display: -ms-grid;
  display: grid;
  gap: 50px 30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 900px) {
  .champions__content__years_champions__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .champions__content__years_champions__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.champions__content__years_champions__grid.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.champions__content__years_champions .item figure {
  margin-bottom: 5px;
}
.champions__content__years_champions .item figure img {
  aspect-ratio: 395/265;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.champions__content__years_champions .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  line-height: 1.1;
}
.champions__content__years_champions .item .content .logo {
  max-width: clamp(60px, 33.6px + 0.044 * 100vw, 80px);
}
.champions__content__years_champions .item .content .logo img {
  display: block;
}
.champions__content__years_champions .item .content .cat {
  text-transform: uppercase;
  color: #bd9a5f;
  font-size: 18px;
}
.champions__content__years_champions .item .content .title {
  text-transform: uppercase;
  font-size: clamp(22px, 17.8px + 0.007 * 100vw, 25px);
}

.hero-landing {
  min-height: 100dvh;
  margin-bottom: 0 !important;
  background: #101f27;
  color: #ffffff;
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-landing__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: var(--v1, 0);
}
.hero-landing__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-landing__bg:after {
  background: -webkit-gradient(linear, left top, right top, from(rgb(16, 31, 39)), to(rgba(16, 31, 39, 0.5)));
  background: linear-gradient(90deg, rgb(16, 31, 39) 0%, rgba(16, 31, 39, 0.5) 100%);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.hero-landing .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  .hero-landing .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.hero-landing__left_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-landing__left_content figure {
  width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 30px;
}
.hero-landing__left_content figure img {
  max-width: 200px;
}
@media only screen and (min-width: 900px) {
  .hero-landing__left_content {
    width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .hero-landing__left_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.hero-landing__left_content__title h1 {
  font-size: clamp(60px, 26.4px + 0.056 * 100vw, 85px);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
.hero-landing__left_content__title .icon {
  display: block;
  color: #bd9a5f;
}
.hero-landing__left_content__text {
  font-size: clamp(22px, 14.2px + 0.013 * 100vw, 28px);
  line-height: 1.1;
}
@media only screen and (min-width: 900px) {
  .hero-landing__right_content {
    width: 50%;
    text-align: right;
  }
}
.hero-landing__right_content__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 6.8px + 0.022 * 100vw, 30px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero-landing__right_content__links__item h3 {
  font-size: clamp(20px, 9.2px + 0.018 * 100vw, 28px);
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1;
}

.home-hero {
  height: 100dvh;
  margin-bottom: 0 !important;
  background: #101f27;
}
.home-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: var(--v1, 0);
}
.home-hero__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero__bg:after {
  background: -webkit-gradient(linear, left top, right top, from(#101f27), to(rgba(16, 31, 39, 0)));
  background: linear-gradient(90deg, #101f27 0%, rgba(16, 31, 39, 0) 100%);
  width: 80%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 600px) {
  .home-hero__bg:after {
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#101f27), to(rgba(16, 31, 39, 0)));
    background: linear-gradient(0deg, #101f27 0%, rgba(16, 31, 39, 0) 100%);
  }
}
.home-hero__content {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  margin-left: -600px;
  max-width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1480px) {
  .home-hero__content {
    left: 30px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .home-hero__content {
    top: unset;
    bottom: 30px;
    height: auto;
  }
}
.home-hero__content .icon {
  color: #bd9a5f;
  opacity: var(--fade-opacity, 0);
  -webkit-transform: var(--fade-transform, translateX(-100px) translateY(0));
          transform: var(--fade-transform, translateX(-100px) translateY(0));
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.home-hero__content__title {
  text-transform: uppercase;
  margin: -10px 0 10px;
  opacity: var(--fade-opacity, 0);
  -webkit-transform: var(--fade-transform, translateX(-100px) translateY(0));
          transform: var(--fade-transform, translateX(-100px) translateY(0));
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.home-hero__content__title span {
  display: block;
  letter-spacing: -0.03em;
}
.home-hero__content__title span:nth-child(1) {
  font-size: clamp(60px, 26.4px + 0.056 * 100vw, 85px);
  font-weight: 500;
  line-height: 1;
}
.home-hero__content__title span:nth-child(2) {
  font-size: clamp(25px, 11.8px + 0.022 * 100vw, 35px);
  line-height: 1;
  font-weight: 300;
}
.home-hero__content__title em {
  font-style: normal;
}
.home-hero__content__text {
  font-size: clamp(18px, 15.6px + 0.004 * 100vw, 20px);
  max-width: 515px;
  margin-bottom: 30px;
  line-height: 1.4;
  opacity: var(--fade-opacity, 0);
  -webkit-transform: var(--fade-transform, translateX(-100px) translateY(0));
          transform: var(--fade-transform, translateX(-100px) translateY(0));
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.home-hero__content__comingsoon {
  font-size: clamp(24px, 2.4px + 0.036 * 100vw, 40px);
  opacity: var(--fade-opacity, 0);
  -webkit-transform: var(--fade-transform, translateX(-100px) translateY(0));
          transform: var(--fade-transform, translateX(-100px) translateY(0));
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.home-hero__content__comingsoon + .button__cont {
  margin-top: 30px;
}
.home-hero__content .button__cont {
  opacity: var(--fade-opacity, 0);
  -webkit-transform: var(--fade-transform, translateX(-100px) translateY(0));
          transform: var(--fade-transform, translateX(-100px) translateY(0));
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.home-hero__content .button {
  color: #ffffff;
}
.home-hero__content .button:hover {
  color: #101f27;
}
@media only screen and (max-width: 900px) {
  .home-hero__content .button {
    font-size: 25px;
  }
}
.home-hero__content__bottomtext {
  margin-top: 10px;
  opacity: var(--fade-opacity, 0);
  -webkit-transform: var(--fade-transform, translateX(-100px) translateY(0));
          transform: var(--fade-transform, translateX(-100px) translateY(0));
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.home-hero__content__bottomtext b {
  color: #bd9a5f;
}

.tickets-hero {
  margin-bottom: 0 !important;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .tickets-hero {
    height: auto;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.tickets-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tickets-hero__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tickets-hero__bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(rgba(16, 31, 39, 0)), to(#101f27));
  background: linear-gradient(270deg, rgba(16, 31, 39, 0) 0%, #101f27 100%);
}
@media only screen and (max-width: 900px) {
  .tickets-hero__bg:after {
    background: rgba(16, 31, 39, 0.8);
    width: 100%;
  }
}
.tickets-hero__content {
  min-height: 100dvh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 30px;
}
.tickets-hero__content h1 {
  display: none;
}
.tickets-hero__content figure {
  max-width: clamp(300px, 139.8px + 0.267 * 100vw, 420px);
}
@media only screen and (max-width: 750px) {
  .tickets-hero__content .container {
    max-width: 360px;
  }
}
.tickets-hero__content__date {
  color: #bd9a5f;
  font-size: clamp(55px, 21.4px + 0.056 * 100vw, 80px);
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
}
.tickets-hero__content__location {
  text-transform: uppercase;
  font-size: clamp(29px, 14.6px + 0.024 * 100vw, 40px);
  letter-spacing: -0.03em;
}
.tickets-hero__content__text {
  font-size: clamp(16px, 10.6px + 0.009 * 100vw, 20px);
  text-transform: uppercase;
  line-height: 1.2;
  max-width: 380px;
}
.tickets-hero__content__text span {
  color: #bd9a5f;
}
.tickets-hero__content .button__cont {
  margin-top: 30px;
}
.tickets-hero__content__bottomtext {
  padding-top: 10px;
}
.tickets-hero__content__bottomtext b {
  color: #bd9a5f;
}
@media screen and (max-height: 700px) and (min-width: 1024px) {
  .tickets-hero figure img {
    max-height: 200px;
    width: auto;
  }
  .tickets-hero .tickets-hero__content__date {
    font-size: 70px;
  }
}

.regional-hero {
  min-height: 100dvh;
  margin-bottom: 0 !important;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .regional-hero {
    height: auto;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.regional-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.regional-hero__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.regional-hero__bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(rgba(16, 31, 39, 0)), to(#101f27));
  background: linear-gradient(270deg, rgba(16, 31, 39, 0) 0%, #101f27 100%);
}
@media only screen and (max-width: 900px) {
  .regional-hero__bg:after {
    background: rgba(16, 31, 39, 0.8);
    width: 100%;
  }
}
.regional-hero__content {
  min-height: 100dvh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .regional-hero__content {
    padding-top: 0px;
  }
}
.regional-hero__content h1 {
  display: none;
}
.regional-hero__content .container {
  padding-left: 165px;
}
@media only screen and (max-width: 750px) {
  .regional-hero__content .container {
    padding-left: 30px;
    text-align: center;
  }
  .regional-hero__content .container figure img {
    max-width: 260px;
  }
}
.regional-hero__content__date {
  color: #bd9a5f;
  font-size: clamp(55px, 21.4px + 0.056 * 100vw, 80px);
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: 600;
}
.regional-hero__content__location {
  text-transform: uppercase;
  font-size: clamp(29px, 14.6px + 0.024 * 100vw, 40px);
  letter-spacing: -0.03em;
}
.regional-hero__content .button__cont {
  margin-top: 30px;
}
.regional-hero__content__bottomtext {
  margin-top: 10px;
}
.regional-hero__content__bottomtext b {
  color: #bd9a5f;
}
@media only screen and (min-width: 750px) {
  .regional-hero figure img {
    -webkit-transform: translateX(-22%);
            transform: translateX(-22%);
  }
}
@media screen and (max-height: 700px) and (min-width: 1024px) {
  .regional-hero figure img {
    max-height: 230px;
    width: auto;
    -webkit-transform: translateX(-22%);
            transform: translateX(-22%);
  }
  .regional-hero .regional-hero__content__date {
    font-size: 70px;
  }
  .regional-hero .regional-hero__content__location {
    font-size: 36px;
  }
  .regional-hero .button__cont {
    margin-top: 20px;
  }
}

.tournament-hero {
  padding-top: clamp(140px, 60.2px + 0.133 * 100vw, 200px);
  padding-bottom: clamp(50px, -83.2px + 0.222 * 100vw, 150px);
  position: relative;
  margin: 0 !important;
}
.tournament-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tournament-hero__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tournament-hero__bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(rgba(16, 31, 39, 0)), to(#101f27));
  background: linear-gradient(270deg, rgba(16, 31, 39, 0) 0%, #101f27 100%);
}
@media only screen and (max-width: 900px) {
  .tournament-hero__bg:after {
    background: rgba(16, 31, 39, 0.8);
    width: 100%;
  }
}
.tournament-hero.hide_title .tournament-hero__content__title {
  display: none;
}
.tournament-hero__content {
  position: relative;
}
@media only screen and (max-width: 600px) {
  .tournament-hero__content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tournament-hero__content figure {
  margin-bottom: 30px;
  max-width: 400px;
}
.tournament-hero__content__subtitle {
  font-size: clamp(20px, -6.4px + 0.044 * 100vw, 40px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .tournament-hero__content__subtitle {
    text-align: center;
  }
  .tournament-hero__content__subtitle br {
    display: none;
  }
}
.tournament-hero__content__title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(40px, -13.4px + 0.089 * 100vw, 80px);
  letter-spacing: -0.03em;
  line-height: 0.9;
}
.tournament-hero__content__title span {
  color: #bd9a5f;
}
/*# sourceMappingURL=main-above.css.map */