@font-face {
  font-family: Bebasneue Bold;
  src: url('../fonts/BebasNeue-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebasneue Light;
  src: url('../fonts/BebasNeue-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebasneue Thin;
  src: url('../fonts/BebasNeue-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebasneue Regular;
  src: url('../fonts/BebasNeue-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #2e312f;
  --chocolate: #ec6608;
  --goldenrod: #fbba00;
  --sea-green: #008360;
  --dark-slate-blue: #27509b;
  --firebrick: #ad0c00;
  --yellow-green: #95c11f;
  --pink: #c6236b;
  --azul2025: #0088c2;
  --white-smoke: #f4f4f4;
  --light-slate-grey: #8e8e9c1a;
  --pink2: var(--chocolate);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.dropdown-toggle {
  background-color: var(--black);
  color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.dropdown-toggle.w--open {
  background-color: var(--black);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-list {
  background-color: #dddddd80;
}

.dropdown-list.w--open {
  background-color: var(--black);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.navbar {
  position: fixed;
  inset: 0% 0% auto;
}

.navbar._2022 {
  background-color: var(--chocolate);
}

.navbar._2021 {
  background-color: var(--goldenrod);
}

.navbar._2020 {
  background-color: var(--sea-green);
}

.navbar._2019 {
  background-color: var(--dark-slate-blue);
}

.navbar._2018 {
  background-color: var(--firebrick);
}

.navbar._2023 {
  background-color: var(--yellow-green);
}

.navbar._2024 {
  background-color: var(--pink);
}

.navbar._2025 {
  background-color: var(--azul2025);
}

.navlink, .navlink.w--current {
  color: #fff;
}

.dropdown-link {
  color: var(--white-smoke);
  text-align: right;
}

.dropdown-link.w--current {
  color: #fff;
  text-decoration: none;
  display: none;
}

.container {
  flex-direction: row;
  max-width: 1200px;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 60px;
  display: flex;
}

.hero-section._2022 {
  background-color: var(--chocolate);
}

.hero-section._2021 {
  background-color: var(--goldenrod);
}

.hero-section._2020 {
  background-color: var(--sea-green);
}

.hero-section._2019 {
  background-color: var(--dark-slate-blue);
}

.hero-section._2018 {
  background-color: var(--firebrick);
}

.hero-section._2023 {
  background-color: var(--yellow-green);
}

.hero-section._2024 {
  background-color: var(--pink);
}

.hero-section._2025 {
  background-color: var(--azul2025);
}

.hero-container {
  max-width: 1200px;
}

.lxlogo {
  width: 70vh;
  margin-bottom: 20px;
}

.data-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-light-data {
  color: #fff;
  padding-right: 5px;
  font-family: Bebasneue Light, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.text-light-data.bold {
  font-weight: 400;
}

.sign {
  width: 135px;
  margin-bottom: -35px;
  margin-left: auto;
}

.intro {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.name {
  clear: right;
  color: #000;
  text-align: right;
  margin-left: auto;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
}

.edition {
  color: #8e8e9c;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.text {
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-frase {
  color: #192024;
  letter-spacing: 10px;
  margin-bottom: 20px;
}

.title-group {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-text {
  color: #192024;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.heading1 {
  color: #676770;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.container-intro {
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  padding: 40px 20px;
  display: flex;
}

.artist-space {
  flex-direction: column;
  align-items: center;
  height: 95%;
  margin-bottom: 20px;
  display: flex;
}

.container-artistas {
  flex-direction: column;
  align-items: stretch;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.grid-artistas {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.country {
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: auto;
  font-size: 11px;
  font-weight: 300;
}

.country._2022 {
  color: var(--chocolate);
}

.country._2021 {
  color: var(--goldenrod);
}

.country._2020 {
  color: #00d75a;
}

.country._2019 {
  color: #348bff;
}

.country._2018 {
  color: #ff1200;
}

.country._2023 {
  color: var(--yellow-green);
}

.country._2024 {
  color: #fd8dce;
}

.country._2025 {
  color: var(--azul2025);
}

.artist-name {
  color: #f0f0f0;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: auto;
  padding: 20px 40px 5px;
  font-size: 15px;
}

.artist-name.less {
  padding-left: 10px;
  padding-right: 10px;
}

.artist-name.more {
  padding-left: 50px;
  padding-right: 50px;
}

.artistas {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-18 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border: 5px solid #ecf0f1;
  border-radius: 100px;
}

.image-18.b-w {
  mix-blend-mode: luminosity;
}

.heading2 {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 300;
}

.espetaculo5 {
  margin-bottom: 20px;
}

.espetaculo3 {
  margin-bottom: 250px;
}

.container-programa {
  max-width: 1200px;
  padding: 40px 20px;
}

.data {
  flex-direction: column;
  padding-bottom: 20px;
  display: flex;
}

.espetaculo1 {
  margin-bottom: 60px;
}

.espetaculo1.pandemic {
  margin-bottom: 20px;
}

.sitio {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 700;
}

.sitio.padding {
  padding-right: 30px;
}

.sitio.more {
  padding-right: 50px;
}

.grid-programa {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dia-wrapper {
  background-color: var(--light-slate-grey);
  border-radius: 10px;
  flex-direction: column;
  padding: 10px;
  display: flex;
}

.espetaculo2 {
  margin-bottom: 20px;
}

.espetaculo2.pandemic {
  margin-bottom: 60px;
}

.espetaculo4 {
  margin-bottom: 20px;
}

.hora {
  color: #000;
  font-size: 16px;
}

.artistas_prog {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.espetaculo3-2 {
  margin-top: -205px;
  margin-bottom: 20px;
}

.dia-da-semana {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
}

.dia-da-semana._2022 {
  color: var(--chocolate);
}

.dia-da-semana._2021 {
  color: var(--goldenrod);
}

.dia-da-semana._2020 {
  color: var(--sea-green);
}

.dia-da-semana._2019 {
  color: var(--dark-slate-blue);
}

.dia-da-semana._2018 {
  color: var(--firebrick);
}

.dia-da-semana._2023 {
  color: var(--yellow-green);
}

.dia-da-semana._2024 {
  color: var(--pink);
}

.dia-da-semana._2025 {
  color: var(--azul2025);
}

.button {
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px;
  width: 75px;
  font-weight: 600;
}

.button._2022 {
  color: var(--chocolate);
}

.button._2021 {
  color: var(--goldenrod);
}

.button._2023 {
  color: var(--yellow-green);
}

.button._2024 {
  color: var(--pink);
}

.button._2025 {
  color: var(--azul2025);
}

.dia-do-mes {
  color: #ecf0f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.dia-do-mes._2022 {
  background-color: var(--chocolate);
}

.dia-do-mes._2021 {
  background-color: var(--goldenrod);
}

.dia-do-mes._2020 {
  background-color: var(--sea-green);
}

.dia-do-mes._2019 {
  background-color: var(--dark-slate-blue);
}

.dia-do-mes._2018 {
  background-color: var(--firebrick);
}

.dia-do-mes._2023 {
  background-color: var(--yellow-green);
}

.dia-do-mes._2024 {
  background-color: var(--pink);
}

.dia-do-mes._2025 {
  background-color: var(--azul2025);
}

.buttons-wrapper {
  justify-content: center;
  margin-top: auto;
  display: flex;
}

.mapa {
  background-color: #e6e6e6;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

.containe-mapa {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block {
  width: 100%;
  margin-top: 100px;
}

.html-embed {
  margin-top: 20px;
}

.container-footer {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.social-wrapper {
  background-color: #95c11f;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-wrapper._2022 {
  background-color: var(--chocolate);
}

.social-wrapper._2021 {
  background-color: var(--goldenrod);
}

.social-wrapper._2020 {
  background-color: var(--sea-green);
}

.social-wrapper._2019 {
  background-color: var(--dark-slate-blue);
}

.social-wrapper._2018 {
  background-color: var(--firebrick);
}

.social-wrapper._2024 {
  background-color: var(--pink);
}

.social-wrapper._2025 {
  background-color: var(--azul2025);
}

.footer-text {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  display: block;
}

.espetaculo6, .espetaculo7 {
  margin-bottom: 20px;
}

.espetaculo1-1 {
  margin-bottom: 240px;
}

.espetaculo1-1.pandemic {
  margin-bottom: auto;
}

.espetaculo3-1 {
  margin-bottom: 195px;
}

.espetaculo8 {
  margin-bottom: 20px;
}

.galeria {
  background-color: #e6e6e6;
}

.buttons-wrapper-galeria {
  justify-content: space-between;
  width: 185px;
  margin-top: 20px;
  display: flex;
}

.nome {
  color: #8e8e9c;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}

.container-galeria {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding: 40px 20px;
  display: flex;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.video {
  width: 30vw;
}

.video-wrapper {
  margin-bottom: 20px;
}

.home {
  width: 25px;
  margin-left: 40px;
}

.home-copy {
  width: 40px;
  height: 40px;
  margin-left: 40px;
  display: none;
}

.buttons-wrapper-fotos {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.button-download {
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px;
  font-weight: 600;
}

.button-download._2022 {
  color: var(--chocolate);
}

.button-download._2021 {
  color: var(--goldenrod);
}

.button-download._2020 {
  color: var(--sea-green);
}

.button-download._2019 {
  color: var(--dark-slate-blue);
}

.button-download._2018 {
  color: var(--firebrick);
}

.button-download._2023 {
  color: var(--yellow-green);
}

.button-download._2024 {
  color: var(--pink);
}

.text-span {
  font-size: 11px;
}

.link-block {
  padding: 10px;
}

.social-img {
  width: 30px;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  font-family: Bebasneue Regular, sans-serif;
}

.ac-k {
  font-size: 10px;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26 {
  font-family: Bebasneue Regular, sans-serif;
}

@media screen and (min-width: 1440px) {
  .container-artistas {
    justify-content: center;
    height: 100%;
  }

  .grid-artistas {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-content: stretch;
  }

  .containe-mapa {
    justify-content: center;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .icon {
    color: #fff;
  }

  .dropdown-toggle {
    border-radius: 0;
    margin-left: 0;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-toggle.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown {
    width: 100%;
    display: flex;
  }

  .navlink {
    padding: 15px 20px;
  }

  .dropdown-link {
    text-align: left;
  }

  .container {
    align-items: center;
  }

  .nav-menu {
    justify-content: flex-start;
  }

  .nav-menu._2022 {
    background-color: var(--chocolate);
    flex-direction: row;
  }

  .nav-menu._2021 {
    background-color: var(--goldenrod);
  }

  .nav-menu._2020 {
    background-color: var(--sea-green);
  }

  .nav-menu._2023 {
    background-color: var(--yellow-green);
  }

  .nav-menu._2019 {
    background-color: var(--dark-slate-blue);
  }

  .nav-menu._2018 {
    background-color: var(--firebrick);
  }

  .nav-menu._2024 {
    background-color: var(--pink);
  }

  .nav-menu._2025 {
    background-color: var(--azul2025);
  }

  .menu-button.w--open {
    background-color: var(--yellow-green);
  }

  .menu-button._2022 {
    background-color: var(--chocolate);
  }

  .menu-button._2021 {
    background-color: var(--goldenrod);
  }

  .menu-button._2020 {
    background-color: var(--sea-green);
  }

  .menu-button._2023 {
    background-color: var(--yellow-green);
  }

  .menu-button._2019 {
    background-color: var(--dark-slate-blue);
  }

  .menu-button._2018 {
    background-color: var(--firebrick);
  }

  .menu-button._2024 {
    background-color: var(--pink);
  }

  .menu-button._2025 {
    background-color: var(--azul2025);
  }

  .hero-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .lxlogo {
    width: 50vh;
    max-width: 100%;
  }

  .intro {
    height: auto;
  }

  .text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading1 {
    margin-bottom: 20px;
  }

  .artist-space {
    align-items: center;
    width: 230px;
  }

  .container-artistas {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-artistas {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .country {
    margin-top: auto;
  }

  .artist-name {
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 30px;
  }

  .heading2 {
    margin-bottom: 20px;
  }

  .espetaculo3 {
    margin-bottom: 70px;
  }

  .container-programa {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sitio {
    padding-right: 70px;
  }

  .sitio.padding {
    padding-right: 65px;
  }

  .grid-programa {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .espetaculo3-2 {
    margin-top: 0;
  }

  .containe-mapa {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .div-block {
    margin-top: 50px;
  }

  .footer-text {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .espetaculo1-1 {
    margin-bottom: 220px;
  }

  .espetaculo3-1 {
    margin-bottom: 20px;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .video, .video-wrapper {
    width: 45vw;
  }

  .image-25 {
    width: 25px;
  }

  .home {
    width: 100%;
    margin-left: 20px;
    display: none;
  }

  .home-copy {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: 20px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding: 20px;
  }

  .hero-container {
    flex: 0 auto;
  }

  .lxlogo {
    max-width: 100%;
  }

  .sign {
    width: 100px;
    margin-bottom: -20px;
  }

  .edition {
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 16px;
  }

  .text {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .text-block-frase {
    text-align: center;
    letter-spacing: 8px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .paragraph-text {
    font-size: 13px;
  }

  .heading1 {
    margin-bottom: 5px;
    font-size: 35px;
  }

  .container-intro {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .artist-space {
    width: 165px;
    height: 95%;
  }

  .grid-artistas {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .artist-name {
    margin-left: 15px;
    margin-right: 15px;
  }

  .artistas {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading2 {
    margin-bottom: 30px;
    font-size: 35px;
  }

  .container-programa {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sitio.padding {
    padding-right: 100px;
  }

  .grid-programa {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .containe-mapa {
    margin-bottom: 0;
    padding: 20px;
  }

  .div-block {
    margin-top: 25px;
  }

  .footer {
    height: 0;
  }

  .container-footer {
    margin-top: 0;
  }

  .footer-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .nome {
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 16px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .video, .video-wrapper {
    width: 90vw;
  }
}

@media screen and (max-width: 479px) {
  .lxlogo {
    max-width: 100%;
  }

  .data-wrapper {
    margin-top: 10px;
  }

  .text-light-data {
    padding-right: 3px;
    font-size: 24px;
  }

  .sign {
    margin-top: 20px;
  }

  .name {
    color: #000;
    text-align: right;
    font-size: 10px;
    font-weight: 300;
  }

  .edition {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .text-block-frase {
    letter-spacing: 3px;
    font-size: 12px;
  }

  .paragraph-text {
    float: right;
  }

  .heading1 {
    font-size: 32px;
    line-height: 32px;
  }

  .container-intro {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .artist-space {
    width: auto;
  }

  .grid-artistas {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .artist-name {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading2 {
    line-height: 35px;
  }

  .espetaculo3, .espetaculo1 {
    margin-bottom: 20px;
  }

  .sitio.padding {
    padding-right: 0;
  }

  .grid-programa {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .dia-wrapper {
    padding-left: 20%;
  }

  .buttons-wrapper {
    margin-left: -20%;
  }

  .mapa {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .containe-mapa {
    padding: 10px;
  }

  .div-block {
    margin-top: 0;
  }

  .footer {
    background-color: #000;
  }

  .footer-text {
    font-size: 12px;
  }

  .espetaculo1-1 {
    margin-bottom: 20px;
  }

  .galeria {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .nome {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26 {
    font-family: Bebasneue Regular, sans-serif;
  }
}

#w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970573-b10dca23, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e789705d6-b10dca23, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970641-b10dca23, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e789706ac-b10dca23, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970717-b10dca23, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970790-b10dca23, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970573-a138cc2a, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e789705d6-a138cc2a, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970641-a138cc2a, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e789706ac-a138cc2a, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970717-a138cc2a, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970790-a138cc2a, #w-node-_61bc59de-4d77-dc79-0988-9fb91ef4486c-a138cc2a, #w-node-_947d99f9-a384-e199-702c-b72849e0bc1e-a138cc2a, #w-node-_687d5f42-3d80-31d8-a17d-427d866e6294-a138cc2a, #w-node-_229f2f67-f1f3-6ef1-8189-00dd12b6bef4-a138cc2a, #w-node-b3fc9576-baa1-78c2-016a-bbdef8f5f2a8-a138cc2a, #w-node-_5c2deef1-65e5-1195-01ff-f8a780acd876-a138cc2a, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970573-3ec2938f, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e789705d6-3ec2938f, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970641-3ec2938f, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e789706ac-3ec2938f, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970717-3ec2938f, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970790-3ec2938f, #w-node-_61bc59de-4d77-dc79-0988-9fb91ef4486c-3ec2938f, #w-node-_947d99f9-a384-e199-702c-b72849e0bc1e-3ec2938f, #w-node-_687d5f42-3d80-31d8-a17d-427d866e6294-3ec2938f, #w-node-_229f2f67-f1f3-6ef1-8189-00dd12b6bef4-3ec2938f, #w-node-b3fc9576-baa1-78c2-016a-bbdef8f5f2a8-3ec2938f, #w-node-_5c2deef1-65e5-1195-01ff-f8a780acd876-3ec2938f, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970573-02cc1692, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e789705d6-02cc1692, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970641-02cc1692, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e789706ac-02cc1692, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970717-02cc1692, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970790-02cc1692, #w-node-_3c4018d2-9520-dd86-6484-f36acfc0661c-20c2dde0, #w-node-_3c4018d2-9520-dd86-6484-f36acfc0667a-20c2dde0, #w-node-_3c4018d2-9520-dd86-6484-f36acfc066e0-20c2dde0, #w-node-_3c4018d2-9520-dd86-6484-f36acfc06746-20c2dde0, #w-node-_3c4018d2-9520-dd86-6484-f36acfc067ac-20c2dde0, #w-node-_3c4018d2-9520-dd86-6484-f36acfc0681d-20c2dde0, #w-node-_3c4018d2-9520-dd86-6484-f36acfc0661c-6f4e2dbb, #w-node-_3c4018d2-9520-dd86-6484-f36acfc0667a-6f4e2dbb, #w-node-_3c4018d2-9520-dd86-6484-f36acfc066e0-6f4e2dbb, #w-node-_3c4018d2-9520-dd86-6484-f36acfc06746-6f4e2dbb, #w-node-_3c4018d2-9520-dd86-6484-f36acfc067ac-6f4e2dbb, #w-node-_3c4018d2-9520-dd86-6484-f36acfc0681d-6f4e2dbb, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970573-852cdeab, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e789705d6-852cdeab, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970641-852cdeab, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e789706ac-852cdeab, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970717-852cdeab, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970790-852cdeab, #w-node-f6f7af1c-ee50-6a42-5619-5617dcb97359-852cdeab, #w-node-f6f7af1c-ee50-6a42-5619-5617dcb9735a-852cdeab, #w-node-f6f7af1c-ee50-6a42-5619-5617dcb9735b-852cdeab, #w-node-f6f7af1c-ee50-6a42-5619-5617dcb9735c-852cdeab, #w-node-f6f7af1c-ee50-6a42-5619-5617dcb9735d-852cdeab, #w-node-f6f7af1c-ee50-6a42-5619-5617dcb9735e-852cdeab, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970573-4b4fad92, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e789705d6-4b4fad92, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970641-4b4fad92, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e789706ac-4b4fad92, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970717-4b4fad92, #w-node-aeb71a9f-a5e7-a9c3-3e61-d50e78970790-4b4fad92, #w-node-e3989e45-7d03-455f-eac8-f3dc0e61aba6-4b4fad92, #w-node-e3989e45-7d03-455f-eac8-f3dc0e61aba7-4b4fad92, #w-node-e3989e45-7d03-455f-eac8-f3dc0e61aba8-4b4fad92, #w-node-e3989e45-7d03-455f-eac8-f3dc0e61aba9-4b4fad92, #w-node-e3989e45-7d03-455f-eac8-f3dc0e61abaa-4b4fad92, #w-node-e3989e45-7d03-455f-eac8-f3dc0e61abab-4b4fad92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_678a54f9-8385-ff46-7062-decd792e897c-b10dca23, #w-node-_678a54f9-8385-ff46-7062-decd792e897c-a138cc2a, #w-node-_678a54f9-8385-ff46-7062-decd792e897c-3ec2938f, #w-node-_678a54f9-8385-ff46-7062-decd792e897c-02cc1692, #w-node-_678a54f9-8385-ff46-7062-decd792e897c-20c2dde0, #w-node-_678a54f9-8385-ff46-7062-decd792e897c-6f4e2dbb, #w-node-_678a54f9-8385-ff46-7062-decd792e897c-852cdeab, #w-node-_678a54f9-8385-ff46-7062-decd792e897c-4b4fad92 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bebasneue Bold';
  src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue Light';
  src: url('../fonts/BebasNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue Thin';
  src: url('../fonts/BebasNeue-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue Regular';
  src: url('../fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}