html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

a {
  text-decoration-skip-ink: auto;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

button {
  outline: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

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

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

:focus-visible {
  outline: none;
}

:root {
  --red: #e84241;
  --lighter-red: #eb5757;
  --light-red: #ed6b6d;
  --darker-blue: #293f8c;
  --blue: #394f9c;
  --lighter-blue: #4860a9;
  --light-blue: #5970bb;
  --very-light-blue: #6a81cc;
  --green: #249671;
  --light-green: #3fb38c;
  --black: #000000;
  --white: #FFFFFF;
  --fs-tiny: 10px;
  --fs-small: 13px;
  --fs-normal: 16px;
  --fs-big: 20px;
  --ff-novela: "novela", "Times New Roman", serif;
  --ff-archivo: "archivo-expanded", "Arial", sans-serif;
}

@media (min-width: 800px) {
  :root {
    --fs-tiny: 12px;
    --fs-small: 15px;
    --fs-normal: 20px;
    --fs-big: 30px;
  }
}
*, ::before, ::after {
  box-sizing: border-box;
}

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

.ta-r {
  text-align: right;
}

.container {
  padding: 0 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.col-1-2, .col-1-3, .col-2-3 {
  padding: 0 10px;
}

.col-sm-1-2, .col-sm-1-3, .col-sm-2-3, .col-sm-2-5, .col-sm-3-5, .col-md-1-2, .col-md-1-3, .col-md-2-3, .col-lg-1-2, .col-lg-1-3, .col-lg-2-3 {
  width: 100%;
  padding: 0 10px;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.33333%;
}

.col-2-3 {
  width: 66.66666%;
}

@media (min-width: 600px) {
  .col-sm-1-2 {
    width: 50%;
  }
  .col-sm-1-3 {
    width: 33.33333%;
  }
  .col-sm-2-3 {
    width: 66.66666%;
  }
  .col-sm-2-5 {
    width: 40%;
  }
  .col-sm-3-5 {
    width: 60%;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
}
@media (min-width: 800px) {
  .col-md-1-2 {
    width: 50%;
  }
  .col-md-1-3 {
    width: 33.33333%;
  }
  .col-md-2-3 {
    width: 66.66666%;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-2 {
    width: 50%;
  }
  .col-lg-1-3 {
    width: 33.33333%;
  }
  .col-lg-2-3 {
    width: 66.66666%;
  }
}
@media (min-width: 1400px) {
  .col-xl-1-2 {
    width: 50%;
  }
  .col-xl-1-3 {
    width: 33.33333%;
  }
  .col-xl-2-3 {
    width: 66.66666%;
  }
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}

.btn {
  line-height: 1em;
  display: inline-block;
  position: relative;
  font-size: var(--fs-normal);
  color: var(--red);
  background-color: var(--white);
  border: 0;
  border-radius: 1000px;
  padding: 10px 25px;
  line-height: 32px;
  font-weight: 500;
  width: 100%;
  cursor: pointer;
  box-shadow: 0 0 0 0 var(--white);
  transition: box-shadow 0.2s;
  font-family: var(--ff-archivo);
  text-decoration: none;
}
.btn:hover {
  text-decoration: none;
  box-shadow: 0 0 0 2px var(--white);
}

@font-face {
  font-family: "novela";
  src: url("./fonts/Novela-Regular.woff2") format("woff2"), url("./fonts/Novela-Regular.woff") format("woff");
}
#header {
  height: 70px;
  margin-bottom: -70px;
  position: relative;
}
#header .logo-holder {
  height: 100%;
}
#header .logo-holder .logo {
  vertical-align: top;
  display: flex;
  height: 100%;
}
#header .logo-holder .logo picture {
  height: 50px;
  vertical-align: top;
  margin: 10px auto;
  display: block;
}
#header .logo-holder .logo picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  vertical-align: top;
}

@media (min-width: 1200px) {
  #header {
    width: 100%;
    height: auto;
    padding: 60px 20px;
    position: absolute;
    z-index: 5;
  }
  #header .logo-holder .logo picture {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
#aside {
  position: absolute;
  top: calc(100% - 3.4em);
  transition: top 0.5s, opacity 0.3s;
  height: calc(100% - 20px);
}
#aside .aside__title {
  background-color: var(--white);
  width: 270px;
  text-align: center;
  padding: 0.7em 0;
  height: 2.4em;
  border-radius: 12px 12px 0 0;
  box-shadow: 0px -6px 6px -6px rgba(0, 0, 0, 0.25), -6px 0 6px -6px rgba(0, 0, 0, 0.25), 6px 0 6px -6px rgba(0, 0, 0, 0.25);
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}
#aside .aside__content {
  background-color: var(--white);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  height: calc(100% - 2.4em);
  overflow: auto;
  padding: 1em 0 0;
}
#aside .aside__content .project {
  margin-bottom: 1em;
  padding-bottom: 3em;
}
#aside .aside__content .project:not(:last-of-type) {
  border-bottom: 1px solid var(--black);
}
#aside .aside__content .project .project__content {
  margin-bottom: 2em;
}
#aside .aside__content .project .project__content .project__content__title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1em;
}
#aside .aside__content .project .project__gallery .image {
  width: 100%;
  vertical-align: top;
  margin-bottom: 10px;
}
#aside .aside__content .project .project__gallery .image.image--box-shadow {
  box-shadow: 0px 0 4px 0 rgba(0, 0, 0, 0.25);
}
#aside.opened {
  top: 20px;
}

.accordion__item--about-project:not(.opened) #aside {
  opacity: 0;
}

@media (min-width: 600px) {
  #aside .aside__content .project .project__gallery .row {
    margin: 0 -5px;
  }
  #aside .aside__content .project .project__gallery .col-sm-1-2, #aside .aside__content .project .project__gallery .col-sm-2-5, #aside .aside__content .project .project__gallery .col-sm-3-5 {
    padding: 0 5px;
  }
}
@media (min-width: 800px) {
  #aside .aside__content .project {
    display: flex;
    gap: 20px;
  }
  #aside .aside__content .project .project__content {
    width: calc(70% - 220px);
  }
  #aside .aside__content .project .project__gallery {
    width: calc(200px + 30%);
  }
}
@media (min-width: 1200px) {
  #aside {
    top: -20px;
    height: calc(100% + 20px);
    left: calc(100% - 40px);
    transition: left 0.5s;
    width: calc(100% - 30px);
  }
  #aside .aside__title {
    transform-origin: right bottom;
    transform: rotate(-90deg) translate(0, -270px);
  }
  #aside .aside__content {
    padding: 60px 45px;
  }
  #aside .aside__content .project {
    gap: 60px;
  }
  #aside .aside__content .project .project__gallery {
    width: 60%;
    max-width: 600px;
  }
  #aside.opened {
    top: -20px;
    left: 30px;
  }
}
#footer {
  border-top: 2px solid var(--white);
  padding: 2em 0 0;
  font-family: var(--ff-archivo);
  font-size: 12px;
  margin: 2em 0 -2em;
  color: var(--white);
}
#footer .title {
  text-transform: uppercase;
}
#footer .footer__column {
  margin-bottom: 1em;
}
#footer .social-link {
  display: flex;
  margin: 0.5em 0 1em;
  gap: 10px;
  text-decoration: none;
  align-items: center;
}
#footer .social-link .social-link__icon {
  width: 40px;
}
#footer .row {
  position: relative;
}
#footer .back-to-home {
  position: absolute;
  right: 0;
  top: -5px;
}
#footer .back-to-home img {
  width: 40px;
  vertical-align: top;
}

@media (min-width: 600px) {
  #footer {
    margin-top: 10em;
  }
  #footer .social-link {
    margin-top: 1.5em;
  }
  #footer .back-to-home {
    top: -90px;
    right: 10px;
  }
}
@media (min-width: 800px) {
  #footer .social-link {
    margin-top: 0;
    justify-content: end;
  }
}
@media (min-width: 1200px) {
  #footer {
    position: absolute;
    left: 0;
    right: 0;
    padding-bottom: 1em;
    padding-left: 20px;
    padding-right: 20px;
  }
}
main.homepage {
  overflow: hidden;
  height: 100dvh;
  padding-top: 70px;
  background-color: var(--blue);
}
main.homepage .intro {
  height: calc(100dvh - 430px);
  position: relative;
  overflow: auto;
  transition: height 0.5s;
}
main.homepage .intro .content {
  color: var(--white);
  padding: 25px;
}
main.homepage .intro .content h1 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 0.5em;
}
main.homepage .intro .intro__content {
  min-height: 100%;
}
main.homepage .intro__footer #footer {
  padding-bottom: 1em;
  margin-top: 0;
}
main.homepage .intro__footer .back-to-home {
  display: none;
}
main.homepage .accordion .accordion__item {
  color: var(--white);
  overflow: hidden;
  position: relative;
  height: calc(100dvh - 390px);
  overflow-y: auto;
  transition: height 0.5s;
}
main.homepage .accordion .accordion__item:not(.opened) {
  height: 40px;
  overflow-y: hidden;
}
main.homepage .accordion .accordion__item:not(.opened) .accordion__item__content__logo {
  opacity: 0;
}
main.homepage .accordion .accordion__item__header {
  height: 40px;
  line-height: 20px;
  padding: 10px 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background-color: inherit;
  font-family: var(--ff-archivo);
  font-size: 15px;
}
main.homepage .accordion .accordion__item__content {
  position: relative;
  padding: 1em 0 2em;
  background-color: inherit;
}
main.homepage .accordion .accordion__item__content p {
  margin-bottom: 1em;
}
main.homepage .accordion .accordion__item__content video {
  margin-bottom: 1em;
}
main.homepage .accordion .accordion__item__content .accordion__item__content__inner > .container {
  min-height: calc(72dvh - 70px);
}
main.homepage .accordion .accordion__item--club {
  z-index: 1;
  background-color: var(--red);
}
main.homepage .accordion .accordion__item--schedule {
  z-index: 2;
  background-color: var(--lighter-red);
}
main.homepage .accordion .accordion__item--register {
  z-index: 3;
  background-color: var(--light-red);
}
main.homepage .accordion .accordion__item--register02 {
  z-index: 4;
  background-color: var(--darker-blue);
}
main.homepage .accordion .accordion__item--about-project {
  background-color: var(--blue);
  z-index: 5;
}
main.homepage .accordion .accordion__item--about-us {
  background-color: var(--lighter-blue);
  z-index: 6;
}
main.homepage .accordion .accordion__item--book {
  background-color: var(--light-blue);
  z-index: 7;
}
main.homepage .accordion .accordion__item--news {
  z-index: 8;
  background-color: var(--very-light-blue);
}
main.homepage .accordion .accordion__item--contact {
  background-color: var(--green);
  z-index: 9;
}
main.homepage .about-project__text img {
  width: 200px;
}
main.homepage .about-us__intro {
  margin: 8em 0 2em;
}
main.homepage .about-us__intro .about-us__intro__title {
  font-weight: 800;
  margin-bottom: 1em;
}
main.homepage .about-us__intro .about-us__intro__thanks {
  font-weight: 800;
  margin: 2em 0 2em;
}
main.homepage .person {
  margin-bottom: 4em;
}
main.homepage .person .person__header {
  margin-bottom: 1em;
}
main.homepage .person .person__header .person__title {
  font-weight: 800;
}
main.homepage .person .person__header .person__subtitle {
  font-size: var(--fs-tiny);
}
main.homepage .person .person__link {
  text-decoration: none;
}
main.homepage .person .person__link:hover {
  text-decoration: underline;
}
main.homepage .about-us__sponsors .sponsors {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  gap: 30px;
}
main.homepage .about-us__sponsors .sponsors .sponsor {
  width: 30%;
  max-width: 160px;
  height: fit-content;
  align-self: center;
}
main.homepage .about-us__sponsors .sponsors .sponsor img {
  width: 100%;
}
main.homepage .form .texts-holder {
  border-radius: 12px;
  border: 2px solid var(--white);
  margin-bottom: 1em;
}
main.homepage .form .text {
  border-bottom: 2px solid var(--white);
  position: relative;
  margin-bottom: 0 !important;
}
main.homepage .form .text:last-child {
  border-bottom: 0;
}
main.homepage .form .text input, main.homepage .form .text textarea {
  width: 100%;
  background-color: transparent;
  border: 0;
  padding: 15px;
  font-weight: 400;
  line-height: 1.2em;
  transition: padding 0.3s;
  color: var(--white);
}
main.homepage .form .text input::placeholder, main.homepage .form .text textarea::placeholder {
  opacity: 0;
}
main.homepage .form .text input:not(:placeholder-shown), main.homepage .form .text input:focus, main.homepage .form .text textarea:not(:placeholder-shown), main.homepage .form .text textarea:focus {
  padding: 23px 15px 7px;
}
main.homepage .form .text input:not(:placeholder-shown) + label, main.homepage .form .text input:focus + label, main.homepage .form .text textarea:not(:placeholder-shown) + label, main.homepage .form .text textarea:focus + label {
  font-size: 12px;
  top: 8px;
}
main.homepage .form .text label {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: var(--fs-normal);
  font-weight: 400;
  line-height: 1.2em;
  opacity: 0.5;
  transition: top 0.3s, font-size 0.3s;
  pointer-events: none;
}
main.homepage .form .checkbox {
  margin-bottom: 1em;
}
main.homepage .form .checkbox input {
  opacity: 0.01;
  position: absolute;
  left: -2000px;
}
main.homepage .form .checkbox input:checked + label::after {
  width: 52px;
  height: 52px;
  left: 0;
  top: 0;
}
main.homepage .form .checkbox label {
  display: inline-block;
  min-height: 52px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: var(--fs-tiny);
  padding: 6px 0 6px 62px;
}
main.homepage .form .checkbox label::before, main.homepage .form .checkbox label:after {
  content: "";
  display: inline-block;
  position: absolute;
}
main.homepage .form .checkbox label::before {
  border-radius: 1000px;
  border: 2px solid var(--white);
  width: 52px;
  height: 52px;
  top: 0;
  left: 0;
}
main.homepage .form .checkbox label::after {
  transition: left 0.3s, top 0.3s, width 0.3s, height 0.3s;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/cross.svg");
  width: 0;
  height: 0;
  top: 26px;
  left: 26px;
}
main.homepage .form .btn {
  color: var(--light-red);
  font-size: var(--fs-big);
}
main.homepage .accordion__item.accordion__item--register02 .form .btn {
  color: var(--darker-blue);
}
main.homepage .contact-map {
  margin-top: 2em;
}
main.homepage .new {
  border-radius: 12px;
  border: 2px solid var(--white);
  margin-bottom: 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
main.homepage .new .new__title {
  text-transform: uppercase;
  padding: 0 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-archivo);
  line-height: 1.05em;
}
main.homepage .new .new__image {
  width: 100%;
  border: 2px solid var(--white);
  border-width: 2px 0 2px;
  vertical-align: top;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}
main.homepage .new .new__date {
  padding: 10px 20px;
  margin: 0 !important;
  font-family: var(--ff-archivo);
}
main.homepage .new .new__popup {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--very-light-blue);
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 15px;
  display: none;
}
main.homepage .new .new__popup .new__popup__title {
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 0.5em 0;
  font-weight: 400;
}
main.homepage .new .new__popup img {
  max-width: 100%;
  vertical-align: top;
  margin-bottom: 10px;
}
main.homepage .new .new__popup .download-btn {
  width: auto;
  margin-top: 1em;
  color: var(--very-light-blue);
  margin-bottom: 3em;
}
main.homepage .new .new__popup .new__popup__image {
  width: 100%;
}
main.homepage .new .new__popup .new__popup__text p {
  margin: 0.5em;
}
main.homepage .new.opened {
  border: none;
  cursor: default;
}
main.homepage .new.opened .new__title,
main.homepage .new.opened .new__image,
main.homepage .new.opened .new__date {
  display: none;
}
main.homepage .new.opened .new__popup {
  display: block;
  position: static;
  width: auto;
  height: auto;
  border-radius: 12px;
}
main.homepage .row:has(.new.opened) .col-md-1-2:not(:has(.new.opened)) {
  display: none;
}
main.homepage .row:has(.new.opened) .col-md-1-2:has(.new.opened) {
  width: 100%;
}
main.homepage .club-title {
  margin: 0 0 1em;
  font-size: var(--fs-big);
}
main.homepage .club-text {
  margin: 0 0 4em !important;
}
main.homepage .club-footer {
  text-align: center;
  max-width: 400px;
  margin: 60px auto 0;
}
main.homepage .club-footer .sponsor-image {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
main.homepage .book {
  font-weight: 400;
}
main.homepage .book .book__title {
  margin: 0 0 1em;
  font-size: var(--fs-big);
}
main.homepage .book .download-btn {
  width: fit-content;
  margin: 1em 0;
  font-size: 0.85em;
  color: var(--light-blue);
}
main.homepage .book .book__image {
  margin: 1em 0;
}
main.homepage .book ul {
  margin-bottom: 1em;
  padding-left: 20px;
}
main.homepage .book ul li {
  list-style-type: disc;
}
main.homepage .book .book__btn {
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  color: var(--light-blue);
}
main.homepage .book .book__credits {
  margin: 5em 0 1.5em;
  font-size: 0.8em;
}
main.homepage .book .book__credits .credits__title {
  font-weight: 700;
  margin-bottom: 1em;
}
main.homepage .book .book__images img {
  width: 100%;
  vertical-align: top;
  margin-bottom: 1em;
}
main.homepage .book .book__logos .book__logos__image {
  width: 100%;
  margin: 3em 0 1em;
}

body.accordion-item-opened main.homepage .intro {
  height: 0;
  margin-bottom: 0;
}

.main-carousel {
  height: calc(100dvh - 430px);
}
.main-carousel .flickity-viewport {
  height: 100% !important;
}
.main-carousel .carousel-cell {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.main-carousel picture {
  width: 100%;
  height: 95%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.main-carousel picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.main-carousel picture.map {
  height: 100%;
}
.main-carousel picture.map img {
  object-fit: cover;
}
.main-carousel .title {
  font-family: var(--ff-archivo);
  text-transform: uppercase;
  font-size: 3.5vw;
}
.main-carousel p {
  margin: 0.5em 0;
  font-size: 3.5vw;
}
.main-carousel .flickity-page-dots {
  bottom: 15px !important;
}
.main-carousel .flickity-page-dots .dot {
  background-color: var(--white);
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox__img {
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.lightbox.active .lightbox__img {
  transform: scale(1);
}

.lightbox__close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

@media (min-width: 800px) {
  main.homepage .posters {
    flex-direction: row;
    gap: 0;
  }
  main.homepage .posters .poster {
    width: 32.5%;
  }
  main.homepage .about-us__people .row {
    margin: 0 -30px;
  }
  main.homepage .about-us__people .col-md-1-2 {
    padding: 0 30px;
  }
  main.homepage .about-us__sponsors .sponsors .sponsor {
    margin: 0 20px;
  }
  main.homepage .accordion__item--contact .accordion__item__content {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  main.homepage {
    height: 100dvh;
    overflow: visible;
    padding: 0;
  }
  main.homepage .intro {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition-duration: 0s;
    padding-top: calc(6vw + 120px);
  }
  main.homepage .intro .main-carousel {
    height: calc(94dvh - 120px);
  }
  main.homepage .intro .main-carousel .title {
    font-size: 40px;
  }
  main.homepage .intro .main-carousel p {
    font-size: 40px;
    margin: 1em 0;
  }
  main.homepage .intro .main-carousel .content, main.homepage .intro .main-carousel picture:not(.map) {
    padding: 0 20px 0 calc(25vw + 25px);
  }
  main.homepage .intro .main-carousel picture:not(.map) {
    pointer-events: none;
  }
  main.homepage .intro .main-carousel picture:not(.map) img {
    object-position: top;
  }
  main.homepage .intro .main-carousel .flickity-page-dots {
    bottom: 80px !important;
  }
  main.homepage .intro .main-carousel .flickity-page-dots .dot {
    width: 20px;
    height: 20px;
    margin: 0 15px;
  }
  main.homepage .club-footer .sponsor-image {
    max-width: 300px;
  }
  main.homepage .accordion {
    display: flex;
    flex-direction: column;
    margin-top: min(6vw + 120px, 70vh - 240px);
  }
  main.homepage .accordion .accordion__item {
    width: 25vw;
    height: min(3.8vw, 6.9vh);
    transition-duration: 0s;
    z-index: 2;
    padding-left: 20px;
    position: relative;
  }
  main.homepage .accordion .accordion__item:not(.opened) {
    height: min(3.8vw, 6.9vh);
  }
  main.homepage .accordion .accordion__item.opened {
    z-index: 1;
  }
  main.homepage .accordion .accordion__item.opened .accordion__item__content {
    opacity: 1;
    pointer-events: auto;
  }
  main.homepage .accordion .accordion__item__header {
    height: 100%;
    width: 100%;
    font-size: 1.5vw;
    line-height: min(4vw - 20px, 7vh - 20px);
  }
  main.homepage .accordion .accordion__item__content {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh !important;
    width: 100%;
    overflow-y: scroll;
    padding: calc(6vw + 120px) 20px 20px calc(25vw + 25px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
  }
  main.homepage .accordion__item--news .accordion__item__content__inner > .container {
    position: relative;
  }
  main.homepage .accordion__item--news .new .new__popup .new__popup__title {
    font-size: 2em;
  }
  main.homepage .book .book__title {
    font-size: 2em;
  }
  main.homepage .book .book__image {
    margin: 1em 0 1.5em;
  }
  main.homepage .book .book__logos .book__logos__image {
    margin: 8em 0 0;
  }
  main.homepage .book .book__credits {
    margin-top: 12em;
  }
  main.homepage .club-title {
    font-size: 2em;
  }
  main.homepage .accordion__item__content__inner {
    min-height: 100%;
  }
  main.homepage .accordion__item__content__inner > .container {
    height: auto;
    min-height: calc(92dvh - 6vw - 140px) !important;
  }
}
main.thanks {
  padding: 80px 0;
  text-align: center;
  color: var(--white);
  background-color: var(--red);
  min-height: 100dvh;
  display: flex;
  align-items: center;
}
main.thanks .container {
  margin: 0 auto;
}
main.thanks .btn {
  width: fit-content;
  display: inline-block;
  text-decoration: none;
  margin: 20px auto 0;
}

html {
  overscroll-behavior: none;
}

body {
  font-family: var(--ff-novela);
  font-size: var(--fs-normal);
  line-height: 1.25;
  background-color: var(--white);
  color: var(--blue);
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
  overflow: hidden;
}

::selection {
  color: var(--beige);
  background-color: var(--blue);
}

input, button, textarea {
  font-family: var(--ff-novela);
  font-size: var(--fs-normal);
  line-height: 1.1;
}

.email-address {
  white-space: nowrap;
  cursor: pointer;
}

.email-address::before {
  content: attr(data-name) "@";
  display: inline-block;
}

.email-address::after {
  content: ".cz";
  display: inline-block;
}
