/* 
Theme Name: Base Theme Child
Template: base
*/
main section:not(.first-screen):first-of-type {
  padding-top: 7.3rem;
}

.page-template-page-classic .editor-styles-wrapper {
  font-size: 1.6rem;
}
.page-template-page-classic .editor-styles-wrapper p, .page-template-page-classic .editor-styles-wrapper ul li, .page-template-page-classic .editor-styles-wrapper ol li {
  font-size: 1.6rem;
}
.page-template-page-classic .editor-styles-wrapper h2 {
  color: var(--primary-color);
}
.page-template-page-classic .wp-block-list strong {
  display: block;
  font-family: var(--font-secondary);
}
.page-template-page-classic .wp-block-list ol strong {
  font-weight: normal;
}

.site {
  background: url("images/footer_bg.png") no-repeat bottom center/100%;
}

.site-header .site-branding {
  transition: var(--transition-slow);
}
.site-header .site-branding:hover {
  filter: blur(1.5px);
  transform: scale(1.05);
}
.site-header .header-row .wrapper {
  max-width: 131rem;
}
.site-header .main-row {
  padding-top: var(--spacing);
}
.site-header .menu-left, .site-header .menu-right {
  flex: 1;
}
.site-header .logo {
  flex: 0;
}
.site-header .site-menu {
  width: 100%;
}
.site-header .site-menu ul.menu {
  justify-content: space-between;
}
.site-header .button-row .wrapper {
  padding-top: 2rem;
}
.site-header .button-row .wrapper .button {
  margin-right: -0.4rem;
}
.home .site-header .button-row .wrapper {
  display: none;
}

.wp-block-button__link,
.button,
a.button {
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url(images/btn-mask.png);
  mask-image: url("images/btn-mask.png");
  transition: none;
}
.wp-block-button__link::before, .wp-block-button__link::after,
.button::before,
.button::after,
a.button::before,
a.button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("images/btn-mask.png");
          mask-image: url("images/btn-mask.png");
  background-color: var(--button-background);
  transition: var(--transition-slow);
  filter: none;
  opacity: 1;
  z-index: -1;
  transform: rotate(0deg);
}
.wp-block-button__link:hover,
.button:hover,
a.button:hover {
  background-color: transparent !important;
  -webkit-mask-size: 200%;
          mask-size: 200%;
}
.wp-block-button__link:hover::before,
.button:hover::before,
a.button:hover::before {
  opacity: 1;
  filter: blur(8px);
  transform: rotate(2deg);
}
.wp-block-button__link:hover::after,
.button:hover::after,
a.button:hover::after {
  opacity: 1;
  filter: blur(8px);
  transform: rotate(-2deg);
}

.social .fab, .social .fa-solid {
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: 100%;
}
.social .fab::before, .social .fa-solid::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 1.5rem;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.social .fab.fa-facebook-f, .social .fa-solid.fa-facebook-f {
  background-image: url("images/ico_fb.png");
}
.social .fab.fa-facebook-f::before, .social .fa-solid.fa-facebook-f::before {
  content: none;
}
.social .fab.fa-instagram, .social .fa-solid.fa-instagram {
  background-image: url("images/ico_instagram.png");
}
.social .fab.fa-instagram::before, .social .fa-solid.fa-instagram::before {
  content: none;
}
.social .fab.fa-x-twitter, .social .fa-solid.fa-x-twitter {
  background-image: url("images/ico_x.png");
}
.social .fab.fa-x-twitter::before, .social .fa-solid.fa-x-twitter::before {
  content: none;
}
.social .fab.fa-youtube, .social .fa-solid.fa-youtube {
  background-image: url("images/ico_youtube.png");
}
.social .fab.fa-youtube::before, .social .fa-solid.fa-youtube::before {
  content: none;
}
.social .fab.fa-spotify, .social .fa-solid.fa-spotify {
  background-image: url("images/ico_spotify.png");
}
.social .fab.fa-spotify::before, .social .fa-solid.fa-spotify::before {
  content: none;
}
.social .fab.fa-soundcloud, .social .fa-solid.fa-soundcloud {
  background-image: url("images/ico_soundcloud.png");
}
.social .fab.fa-soundcloud::before, .social .fa-solid.fa-soundcloud::before {
  content: none;
}
.social .fab.fa-link, .social .fa-solid.fa-link {
  background-image: url("images/ico_link.png");
}
.social .fab.fa-link::before, .social .fa-solid.fa-link::before {
  content: none;
}

.site-footer .footer-column {
  gap: 1.6rem;
  --menu-font-size: var(--font-size-smaller);
  --menu-font-weight: 500;
  --h-margin: 0;
}
.site-footer .footer-column .contacts-item {
  gap: 0.6rem;
  align-items: center;
}
.site-footer .footer-column .contacts-item .contacts-icon {
  margin-bottom: 0.2rem;
}

.home .site-main {
  margin-top: 0;
}
.home.full-header .site-header {
  background: transparent;
}
.home.full-header .site-header .button-row .button {
  display: none;
}

section.first-screen {
  background-position: center bottom -1px;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 100vh;
  padding: 4rem 0;
}
section.first-screen video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
section.first-screen::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20rem;
  background: linear-gradient(180deg, rgba(4, 2, 18, 0) 0%, rgb(4, 2, 18) 100%);
  z-index: -1;
}
section.first-screen .wrapper .content {
  width: 100%;
  position: relative;
  margin-bottom: 9rem;
  padding-right: 7.3rem;
  height: 60%;
}
section.first-screen .wrapper .content .h1 {
  color: var(--white);
  font-size: 5.2rem;
  margin-bottom: 0;
  width: auto;
}
section.first-screen .wrapper .content::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, #FE2B01 0%, #FEA801 18%, #FBDF01 36%, #ACF41C 54%, #06F5A5 69.5%, #01E1D5 84%, #0747CD 100%);
  border: 0.02px solid rgba(255, 255, 255, 0.5);
  animation: gradientAnimation 5s infinite linear;
}
section.first-screen .wrapper .content .abs {
  font-size: var(--font-size-smaller);
}
section.first-screen .wrapper .content .abs.top-left {
  top: 1.7rem;
  left: 9rem;
}
section.first-screen .wrapper .content .abs.top-right {
  top: 1.7rem;
  right: 9rem;
}
section.first-screen .wrapper .content .abs.top-center {
  top: 1.7rem;
  right: 50%;
}
section.first-screen .wrapper .content .abs.middle-left {
  top: 50%;
  transform: translateY(-50%);
  left: 30.1rem;
}
section.first-screen .wrapper .content .abs.bottom-center {
  bottom: 0;
  right: 40%;
}
section.first-screen .wrapper .button {
  color: var(--background-dark);
}
section.first-screen .foot {
  align-items: flex-end;
  font-family: var(--font-secondary);
  font-weight: 500;
  text-transform: uppercase;
}
section.first-screen .foot .left-col {
  width: 60%;
}
section.first-screen .foot .counter {
  color: var(--primary-color);
}

section.about-fest {
  position: relative;
  padding: 7rem 0;
}
section.about-fest .wrapper {
  z-index: 2;
}
section.about-fest::before {
  content: "";
  position: absolute;
  width: 59.1rem;
  height: 56.8rem;
  background: url("images/home-about-heatmap.png") no-repeat center/100%;
  top: -46%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  pointer-events: none;
  animation: sizePulse 18s infinite ease-in-out;
}
section.about-fest::after {
  content: "";
  position: absolute;
  width: 5.2rem;
  height: 33.9rem;
  background: url("images/before_home_about.svg") no-repeat center/100%;
  top: 55%;
  transform: translateY(-50%);
  left: 5.2rem;
  z-index: 1;
  pointer-events: none;
}

.tabs {
  gap: 7rem;
}
.tabs .tab-headers {
  gap: var(--spacing-big);
  justify-content: center;
}
.tabs .tab-header {
  padding: 0;
  background-color: transparent;
  border: none !important;
  color: var(--white);
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.5rem;
  font-size: var(--h2-size);
  font-weight: var(--h-font-weight);
}
.tabs .tab-header.active {
  background-color: transparent;
  color: var(--primary-color);
  text-decoration: none;
}
.tabs .tab-header:hover {
  text-decoration: none;
}
.tabs .tab-header:not(.active) {
  /* font-size: var(--h3-size); */
}
.tabs .tab-header::before {
  content: none;
}
.tabs .tab-content {
  background-color: transparent;
  border: none;
  padding: 0;
  overflow-x: visible;
}

.load-more.disabled {
  opacity: 0.4;
}

.headliners {
  overflow-x: hidden;
}
.headliners .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}
.headliners .card-wrapper {
  position: relative;
  z-index: 2;
  height: 30.7rem;
  transition: var(--transition-base);
}
.headliners .card-wrapper:hover {
  z-index: 3;
}
.headliners .post-list {
  gap: 4.7rem 1rem;
  position: relative;
}
.headliners .post-list::before {
  content: "";
  position: absolute;
  width: 59.1rem;
  height: 56.8rem;
  background: url(images/heatmap.png) no-repeat center/100%;
  top: 0;
  transform: translateY(-50%);
  left: 10%;
  z-index: 1;
  pointer-events: none;
  animation: sizePulse 18s infinite ease-in-out;
}
.headliners .headliner {
  padding: 0;
  background-color: transparent;
  position: relative;
  transition: var(--transition-fast);
  will-change: transform;
  -webkit-mask-image: url(images/mask.png);
  mask-image: url(images/mask.png);
  -webkit-mask-size: 200% 200%;
          mask-size: 200% 200%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  overflow: visible;
  gap: 0;
}
.headliners .headliner video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.headliners .headliner audio {
  position: absolute;
}
.headliners .headliner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 330/416;
}
.headliners .headliner .headliner-name {
  padding: 1rem 0;
  position: absolute;
  top: 84%;
  left: 0;
  z-index: -1;
}
.headliners .headliner .headliner-name h5 {
  margin-bottom: 0;
}
.headliners .headliner .headliner-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  padding: 0;
  background: linear-gradient(180deg, rgba(4, 2, 18, 0) 0%, rgba(4, 2, 18, 0.9) 90%);
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: 0.1s ease-in-out;
}
.headliners .headliner .headliner-info * {
  transition: var(--transition-slow);
}
.headliners .headliner .headliner-info .play {
  width: 2.2rem;
  height: 2.2rem;
  margin-bottom: 3rem;
  cursor: pointer;
  background: url("images/ico_play.png") no-repeat center/100%;
}
.headliners .headliner .headliner-info .unmute {
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 1.6rem;
  color: var(--primary-color);
  width: -moz-fit-content;
  width: fit-content;
}
.headliners .headliner .headliner-info .unmute i {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.headliners .headliner .headliner-info .unmute i::before {
  content: none;
}
.headliners .headliner .headliner-info .unmute .fa-volume-up {
  display: none;
  background-image: url("images/ico_unmute.png");
}
.headliners .headliner .headliner-info .unmute .fa-volume-mute {
  background-image: url("images/ico_mute.png");
}
.headliners .headliner .headliner-info .unmute.unmuted .fa-volume-up {
  display: block;
}
.headliners .headliner .headliner-info .unmute.unmuted .fa-volume-mute {
  display: none;
}
.headliners .headliner .headliner-info h5 {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.headliners .headliner .headliner-info p {
  font-size: 0.9rem;
}
.headliners .headliner .headliner-info .social {
  justify-content: flex-start;
  gap: 0.4rem;
  margin-top: 1.6rem;
}
.headliners .headliner .headliner-info .social .fab, .headliners .headliner .headliner-info .social .fa-solid {
  width: 2.4rem;
  height: 2.4rem;
}
@media (min-width: 860px) {
  .headliners .headliner:hover {
    aspect-ratio: 550/595;
    /* .headliners-slider & { */
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    width: 25vw;
    transform: scale(1.3);
    /* translate: 0 5%; */
    z-index: 3;
    /* } */
  }
  .headliners .headliner:hover .headliner-info {
    padding: 1.8rem 5rem;
    opacity: 1;
    pointer-events: all;
    transition: 0.1s ease-in-out 0.2s;
  }
  .headliners .headliner:hover .headliner-name {
    display: none;
  }
  .headliners .headliner:hover video {
    display: block;
    z-index: 1;
  }
}
.headliners .headliner.loading-audio .play {
  background-image: none;
  background-color: var(--primary-color);
  -webkit-mask-image: var(--loader-mask-image);
          mask-image: var(--loader-mask-image);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.headliners .headliner.played .play {
  background-image: url("images/ico_pause.png");
}
.headliners .headliner.loading-video video {
  display: none;
}
.headliners .headliner.loading-video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.2rem;
  height: 2.2rem;
  background-image: none;
  background-color: var(--white);
  -webkit-mask-image: var(--loader-mask-image);
          mask-image: var(--loader-mask-image);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.headliners .post-list .headliner {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  padding-bottom: 5.2rem;
}
.headliners .post-list .headliner:hover {
  width: 150%;
}
.headliners .headliners-slider .headliner {
  width: 20.6vw;
  height: 26vw;
  padding-bottom: 5rem;
}
.headliners .headliners-slider .headliner .headliner-name {
  top: 89%;
}
.headliners .headliners-slider .headliner.blank-slide {
  width: 10vw;
}
.headliners .headliners-slider .headliner.blank-slide:first-of-type {
  width: 1vw;
}
.headliners .swiper-wrapper {
  transition-timing-function: linear !important;
  gap: 1rem;
}
.headliners .navigation {
  display: none;
}
.headliners .button {
  margin-top: 6rem;
}

.swiper {
  overflow: visible !important;
}

.digital-art {
  position: relative;
}
.digital-art::before {
  content: "";
  position: absolute;
  width: 36.6rem;
  height: 32.5rem;
  background: url("images/home-art-heatmap.png") no-repeat center/100%;
  top: -23.1rem;
  left: 57.7rem;
  z-index: 1;
  pointer-events: none;
  animation: sizePulse 18s infinite ease-in-out;
}
.digital-art::after {
  content: "";
  position: absolute;
  width: 6.05rem;
  height: 24.6rem;
  background: url("images/after-art.svg") no-repeat center/100%;
  top: -19.1rem;
  right: 63.7rem;
  z-index: 1;
  pointer-events: none;
}
.page-digitalart .digital-art::before {
  content: none;
}
.digital-art h2 {
  margin-bottom: 5.2rem;
}
.digital-art .art-grid {
  display: grid;
  grid-template-columns: 45.8rem 32rem 35.7rem 1fr;
  grid-template-rows: repeat(auto-fill, 44rem 51rem);
  gap: 1rem;
}
.digital-art .art-grid:hover .artwork:not(:hover) {
  opacity: 1;
}
.digital-art .artwork {
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.digital-art .artwork video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.digital-art .artwork .hover {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 3.2rem 2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  justify-content: space-between;
  transition: var(--transition-base);
  opacity: 0;
}
.digital-art .artwork .hover .social {
  gap: 1rem;
  flex-shrink: 0;
  flex-direction: column;
}
.digital-art .artwork .hover .social ::before {
  font-size: 2rem;
}
.digital-art .artwork .hover .buy_nft {
  margin: 0;
  padding: 0 3.2rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.digital-art .artwork:hover {
  transform: none;
}
.digital-art .artwork:hover .hover {
  opacity: 1;
}
.digital-art .button {
  margin-top: 6rem;
}
.digital-art.art-headliner {
  gap: 5rem;
  padding-bottom: 1rem;
}
.digital-art.art-headliner .grid2col {
  grid-column: span 1;
}
.digital-art.art-headliner .grid2row {
  grid-row: span 1;
}
.digital-art.art-headliner .artwork video {
  aspect-ratio: 16/9;
}
.digital-art.art-headliner .artwork .hover {
  opacity: 1;
}
.digital-art.art-headliner h2 {
  margin-top: -4.4rem;
  margin-right: var(--full-wrapper-indent);
  width: calc(100% - var(--full-wrapper-indent));
  color: var(--primary-color);
}

.lineup-placeholder {
  display: flex;
  flex-direction: column;
  gap: 5.2rem;
}
.lineup-placeholder img:hover {
  filter: blur(2px);
  opacity: 0.5;
}
.lineup-placeholder .filters {
  max-width: 67%;
}
.lineup-placeholder .blured-lineup {
  position: relative;
}
.lineup-placeholder .blured-lineup img {
  filter: blur(4px);
}
.lineup-placeholder .blured-lineup .text {
  color: var(--white);
  margin-top: 8rem;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.9);
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

section.partners .wrapper .partners-grid {
  margin-top: 10rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: space-between;
  align-items: center;
}
section.partners .wrapper .partners-grid .partner img {
  width: 100%;
  height: auto;
}

.heading-arrows {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.swiper-navigation {
  display: flex;
  gap: 2rem;
  margin-top: 0.3rem;
}
.swiper-navigation .swiper-next, .swiper-navigation .swiper-prev {
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
  cursor: pointer;
}
.swiper-navigation .swiper-next::after, .swiper-navigation .swiper-prev::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("images/arrow.svg") no-repeat center/100%;
}
.swiper-navigation .swiper-prev {
  transform: rotate(180deg);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.top-page-content {
  position: relative;
}
.top-page-content::before {
  content: "***";
  position: absolute;
  width: 11rem;
  top: 0;
  right: 0;
}
.top-page-content .about1, .top-page-content .about2, .top-page-content .about-big {
  position: relative;
  padding: 4rem 0;
}
.top-page-content .about-big::after {
  content: "///";
  text-align: center;
  color: var(--white);
  font-family: var(--font-main);
  font-size: var(--font-size);
  position: absolute;
  width: 100%;
  bottom: 1rem;
  right: 0;
}
.top-page-content .before-heatmi::before {
  content: "";
  position: absolute;
  width: 8rem;
  height: 2.57rem;
  background: url("images/before_heatmi.svg") no-repeat center/100%;
  top: 0;
  left: -3.2rem;
}
.top-page-content .before-aboutus::before {
  content: "";
  position: absolute;
  width: 9.5rem;
  height: 2.39rem;
  background: url("images/before_aboutus.svg") no-repeat center/100%;
  top: 0;
  left: -3.2rem;
}
.top-page-content .after-2025::after {
  content: "";
  position: absolute;
  width: 6.17rem;
  height: 2.7rem;
  background: url("images/after_2025.svg") no-repeat center/100%;
  bottom: 0;
  left: -3.2rem;
}

.page-digitalart .top-page-content {
  padding-bottom: 6rem;
}
.page-digitalart .top-page-content::before {
  top: 6.8rem;
  right: 67rem;
}
.page-digitalart .top-page-content .wp-block-columns {
  gap: 22rem;
}

.about-video {
  /* position: relative;
  z-index: -1;
  &::before {
      content: '';
      position: absolute;
      width: 26rem;
      height: 100%;
      background: linear-gradient(90deg, #040212 0%, rgba(4, 2, 18, 0) 100%);
      top: 0;
      left: -23%;
      z-index: 1;
      pointer-events: none;
  }

  &::after {
      content: '';
      position: absolute;
      width: 190%;
      height: 26rem;
      background: linear-gradient(180deg, #040212 0%, rgba(4, 2, 18, 0) 100%);
      top: 0;
      left: -23%;
      z-index: 1;
      pointer-events: none;
  } */
}
.about-video .wp-block-video {
  display: flex;
  justify-content: flex-end;
}
.about-video .wp-block-video video {
  width: 170%;
  margin-right: var(--full-wrapper-indent-negative);
  aspect-ratio: 1/1.55;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.fundraising {
  padding-bottom: 5rem;
}
.fundraising .wp-block-columns {
  background-color: var(--primary-color);
  -webkit-mask: url("images/block-mask.png") no-repeat center/100% 100%;
          mask: url("images/block-mask.png") no-repeat center/100% 100%;
  height: 24.5rem;
  padding: 8.5rem 17rem;
  color: var(--background-dark);
}
.fundraising .wp-block-columns h2 {
  color: var(--background-dark);
}
.fundraising .wp-block-columns .wp-block-button__link {
  background-color: transparent;
  color: var(--white);
  padding: 0 8.6rem;
}
.fundraising .wp-block-columns .wp-block-button__link::before, .fundraising .wp-block-columns .wp-block-button__link::after {
  background-color: var(--background-dark);
}

.h-max-width {
  max-width: 93.4rem;
  margin: 6.6rem auto 0 !important;
}

.image-marketplace {
  max-width: 60.8rem !important;
  margin: 0 auto !important;
}

.image-merch {
  max-width: 58.2rem !important;
  margin: -11rem auto 0 !important;
}

.image-news {
  max-width: 52.5rem !important;
  margin: -7.3rem auto 0 !important;
}

.image-playlist {
  max-width: 79.4rem !important;
  margin: -7.3rem auto 0 !important;
}

.image-vote {
  max-width: 26.6rem !important;
  margin: -7.3rem auto 0 !important;
}

.image-ticket {
  max-width: 76rem !important;
  margin: 0 auto 0 !important;
}

:root :where(.is-layout-flow) > * {
  margin: 0;
}

@keyframes rotate-mask {
  0% {
    -webkit-mask-position: top center;
            mask-position: top center;
  }
  50% {
    -webkit-mask-position: bottom center;
            mask-position: bottom center;
  }
  100% {
    -webkit-mask-position: top center;
            mask-position: top center;
  }
}
@keyframes sizePulse {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1.2, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  75% {
    transform: scale(1, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.scroll-to-top {
  display: none;
}

.menu-main-opened {
  overflow: hidden;
}
.menu-main-opened .burger::before, .menu-main-opened .burger::after {
  top: 40%;
  filter: invert(1);
  transition: var(--transition-slow);
}
.menu-main-opened .site-branding img {
  filter: invert(1);
  transition: var(--transition-slow);
}
.menu-main-opened .mob-button {
  opacity: 1 !important;
  pointer-events: all !important;
  transition: var(--transition-slow);
  /* transition-delay: .1s; */
}
.menu-main-opened .mob-button .button {
  color: var(--white);
}
.menu-main-opened .mob-button .button::before, .menu-main-opened .mob-button .button::after {
  background-color: var(--black);
}

.popup-win.mob-menu {
  width: 100%;
}
.popup-win.mob-menu .wrapper {
  justify-content: center;
  align-items: flex-start;
  color: var(--black);
  overflow: hidden;
}
.popup-win.mob-menu .wrapper::before {
  content: "";
  position: absolute;
  background: url(images/heatmap_trans.png) no-repeat left center/cover;
  z-index: 2;
  pointer-events: none;
  width: 35rem;
  height: 41.8rem;
  top: 50%;
  translate: 0 -59%;
  right: 0;
  filter: blur(6px);
  z-index: 0;
}
.popup-win.mob-menu .wrapper .contacts-item {
  position: absolute;
  bottom: 5rem;
}
.popup-win.mob-menu .wrapper .site-menu ul {
  align-items: flex-start;
  text-transform: uppercase;
}

.contacts-item .contacts-icon {
  display: none;
}

.site-footer .wrapper {
  padding-bottom: 10rem;
}
.site-footer .contacts-column {
  position: relative;
}
.site-footer .contacts-column::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.1);
  border-right: none;
  border-bottom: none;
  top: -2.2rem;
  left: -2.2rem;
  z-index: 1;
  pointer-events: none;
}
.site-footer .contacts-column::after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.1);
  border-right: none;
  border-top: none;
  bottom: -3.2rem;
  left: -2.2rem;
  z-index: 1;
  pointer-events: none;
}
.site-footer .site-menu {
  border: none;
}
.site-footer .site-menu ul li a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}
.site-footer .site-menu ul li a:hover {
  color: var(--primary-color);
}

@media screen and (max-width: 860px) {
  :root {
    --section-spacing: 6.2rem;
    --full-content-indent: 1.2rem;
    --button-height: 7.5rem;
    --button-font-size: 1rem;
    --button-padding: 0 7.6rem;
    --h1-size: 2.2rem;
    --h2-size: 2rem;
    --h3-size: 1.6rem;
    --h-line-height: 1.5;
    --button-small-height: 3.83rem;
    --button-small-padding: 0 3.2rem;
    --button-small-font-size: .7rem;
    --header-row-gap: 2rem;
    --swiper-navigation-size: 4.4rem;
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: 1rem;
    --swiper-navigation-color: var(--primary-color);
  }
  .site-header {
    z-index: 1005;
  }
  .site-header .main-row {
    padding-top: 2.1rem;
  }
  .site-header .main-row .logo {
    flex-grow: 2;
  }
  .home .site-header .main-row .mob-button {
    opacity: 0;
    pointer-events: none;
  }
  section.first-screen {
    position: relative;
    background-position: center top -14rem;
    background-size: min(218vw, 860px);
    padding: 1.2rem 0;
    max-height: 62rem;
  }
  section.first-screen::before {
    content: "";
    position: absolute;
    background: url(images/home-about-heatmap.png) no-repeat center/contain;
    left: 0;
    z-index: 2;
    pointer-events: none;
    animation: sizePulse 18s infinite ease-in-out;
    width: 33.1rem;
    height: 33.8rem;
    bottom: -30%;
    top: auto;
    left: -6rem;
    filter: blur(6px);
    z-index: 0;
  }
  section.first-screen .wrapper .content {
    display: block;
    position: static;
    margin-bottom: 2.8rem;
    padding-right: 0;
    height: auto;
  }
  section.first-screen .wrapper .content::before {
    content: none;
  }
  section.first-screen .wrapper .content .h1 {
    font-size: 2.4rem;
    text-align: center;
  }
  section.first-screen .wrapper .content .h1 pre {
    white-space: normal;
  }
  section.first-screen .wrapper .content::before {
    content: none;
  }
  section.first-screen .wrapper .content .abs {
    font-size: 0.6rem;
  }
  section.first-screen .wrapper .content .abs.top-left, section.first-screen .wrapper .content .abs.top-right {
    display: none;
  }
  section.first-screen .wrapper .content .abs.top-center {
    right: 2.4rem;
    top: 41vh;
  }
  section.first-screen .wrapper .content .abs.middle-left {
    left: 22.5rem;
    top: 12vh;
  }
  section.first-screen .wrapper .content .abs.bottom-center {
    right: auto;
    left: 6.1rem;
    bottom: auto;
    top: 31vh;
    width: 19%;
  }
  section.first-screen .wrapper .content .abs.bottom-center br {
    display: none;
  }
  section.first-screen .foot {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  section.first-screen .foot .left-col {
    display: block;
    padding-bottom: 2.6rem;
    font-size: var(--font-size-smaller);
    width: 100%;
  }
  section.first-screen .foot .left-col .where-when {
    justify-content: center;
  }
  section.first-screen .foot .left-col .social {
    display: none;
  }
  section.first-screen .foot .counter {
    margin-top: 1.2rem;
  }
  section.about-fest {
    padding: 5.3rem 0;
  }
  section.about-fest::before {
    content: none;
    width: 29.1rem;
    height: 29.8rem;
    background-size: contain;
    top: -80%;
    transform: none;
    left: -6rem;
  }
  section.about-fest::after {
    content: none;
  }
  section.about-fest .wrapper {
    padding: 0 1rem;
  }
  .headliners:not(.tab-content) {
    overflow: hidden;
  }
  .headliners .card-wrapper:has(.active) {
    z-index: 3;
  }
  .headliners h2 {
    text-align: center;
    margin-bottom: 5.6rem;
  }
  .headliners .headliners-slider {
    flex-direction: column;
    gap: 2.5rem;
  }
  .headliners .post-list {
    gap: 1rem;
  }
  .headliners .post-list::before {
    content: none;
  }
  .headliners .card-wrapper {
    height: 22.7rem;
  }
  .headliners .headliner .headliner-info {
    padding: 1rem;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(4, 2, 18, 0) 0%, rgba(4, 2, 18, 0.9) 90%);
    pointer-events: none;
    transition: none;
    opacity: 1;
    transform: none;
  }
  .headliners .headliner .headliner-info .play {
    display: none;
  }
  .headliners .headliner .headliner-info h5 {
    font-size: 0.92rem;
    margin-bottom: 0.61rem;
  }
  .headliners .headliner .headliner-info p {
    font-size: 0.68rem;
  }
  .headliners .headliner .headliner-info .play {
    margin-bottom: 0.76rem;
    width: 4.2rem;
    height: 4.2rem;
    background-size: 2.2rem 2.2rem;
    background-color: rgba(255, 255, 255, 0.5);
    background-position: left 1.1rem center;
    border-radius: 50%;
  }
  .headliners .headliner .headliner-name h5 {
    font-size: 0.92rem;
    margin-bottom: 0.61rem;
  }
  .headliners .headliner.swiper-slide-active, .headliners .headliner.active {
    -webkit-mask-image: url(images/mask.png);
    mask-image: url(images/mask.png);
    transform: scale(1.3);
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    z-index: 3;
  }
  .headliners .headliner.swiper-slide-active .headliner-info, .headliners .headliner.active .headliner-info {
    padding: 1rem 3rem;
    bottom: 0;
    top: auto;
    z-index: 2;
    pointer-events: all;
  }
  .headliners .headliner.swiper-slide-active .headliner-info .play, .headliners .headliner.active .headliner-info .play {
    display: block;
  }
  .headliners .headliner.swiper-slide-active .headliner-info .unmute, .headliners .headliner.active .headliner-info .unmute {
    display: block;
  }
  .headliners .headliner.swiper-slide-active .headliner-info i::before, .headliners .headliner.active .headliner-info i::before {
    margin-bottom: 0.76rem;
  }
  .headliners .headliner.swiper-slide-active .headliner-info p, .headliners .headliner.active .headliner-info p {
    display: block;
  }
  .headliners .headliner.swiper-slide-active .headliner-info .social, .headliners .headliner.active .headliner-info .social {
    display: flex;
  }
  .headliners .headliner.swiper-slide-active .headliner-info .social .fab, .headliners .headliner.swiper-slide-active .headliner-info .social .fa-solid, .headliners .headliner.active .headliner-info .social .fab, .headliners .headliner.active .headliner-info .social .fa-solid {
    width: 1.8rem;
    height: 1.8rem;
  }
  .headliners .headliner.swiper-slide-active video, .headliners .headliner.active video {
    display: block;
  }
  .headliners .headliner.swiper-slide-active img, .headliners .headliner.active img {
    aspect-ratio: 550/595;
  }
  .headliners .post-list .headliner {
    padding-bottom: 3.2rem;
  }
  .headliners .post-list .headliner.active {
    width: 66.6vw;
    height: 77.7vw;
  }
  .headliners .card-wrapper:nth-of-type(odd) .headliner.active {
    translate: -36% -50%;
  }
  .headliners .card-wrapper:nth-of-type(even) .headliner.active {
    translate: -63% -50%;
  }
  .headliners .headliners-slider .headliner {
    width: 61.6vw;
    height: 77.7vw;
  }
  .headliners .swiper-wrapper {
    gap: 0;
  }
  .headliners .navigation {
    display: flex;
  }
  .headliners .swiper-button-next:after,
  .headliners .swiper-button-prev:after {
    scale: 0.5;
  }
  .headliners .button {
    margin-left: auto;
    margin-right: auto;
  }
  .lineup-section {
    overflow: hidden;
  }
  .digital-art::before {
    content: none;
  }
  .digital-art h2 {
    margin-bottom: 2.4rem;
  }
  .digital-art .art-grid {
    display: flex;
    gap: 0;
  }
  .digital-art .art-grid:hover .artwork:not(:hover) {
    opacity: 1;
  }
  .page-digitalart .digital-art .art-grid {
    flex-direction: column;
    gap: 1rem;
  }
  .page-digitalart .digital-art .art-grid video {
    height: auto;
  }
  .digital-art .artwork {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
  }
  .digital-art .artwork .hover {
    opacity: 1 !important;
    gap: 1rem;
  }
  .digital-art .artwork .artwork-info p {
    font-size: 1rem;
  }
  .page-digitalart .digital-art .artwork {
    aspect-ratio: 1/1;
  }
  .digital-art .artwork-slider {
    overflow: hidden !important;
  }
  .digital-art .artwork-slider .hover {
    opacity: 0 !important;
    transform: translateY(100%);
    transition: var(--transition-slow);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .digital-art .artwork-slider .swiper-slide-active .hover {
    opacity: 1 !important;
    transform: translateX(0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .digital-art .button-wrapper {
    display: flex;
    justify-content: center;
  }
  .digital-art .button-wrapper .button {
    margin-top: 4rem;
  }
  .digital-art.art-headliner {
    display: flex;
    flex-direction: column-reverse;
  }
  .digital-art.art-headliner h2 {
    margin: 0 0 4rem;
    width: 100%;
    padding: 0 var(--mobile-padding);
    text-align: center;
  }
  .digital-art.art-headliner .artwork video {
    aspect-ratio: 4/3;
  }
  .digital-art.art-headliner .artwork .hover {
    opacity: 1 !important;
  }
  section.partners .wrapper h2 {
    text-align: center;
    margin-bottom: 0;
  }
  section.partners .wrapper .partners-grid {
    margin-top: 4rem;
  }
  main section:not(.first-screen):first-of-type {
    padding-top: 2.2rem;
  }
  .top-page-content::before {
    content: none;
  }
  .top-page-content h2 {
    text-align: center;
  }
  .top-page-content h2::after {
    content: none;
  }
  .top-page-content p {
    padding: 0 !important;
  }
  .top-page-content p.two-p {
    max-width: 100%;
  }
  .top-page-content .about1, .top-page-content .about2, .top-page-content .about-big {
    padding: 2.5rem 0;
  }
  .top-page-content .about1::before, .top-page-content .about1::after, .top-page-content .about2::before, .top-page-content .about2::after, .top-page-content .about-big::before, .top-page-content .about-big::after {
    content: none;
  }
  .page-digitalart .top-page-content {
    padding-bottom: 2rem;
  }
  .page-digitalart .top-page-content .wp-block-columns {
    gap: 2rem;
  }
  .page-digitalart .top-page-content .about1 p {
    text-align: center;
  }
  .page-digitalart .top-page-content h3 {
    text-align: center;
  }
  .about-video {
    position: absolute;
    top: 16rem;
    right: 0;
    z-index: -1;
    display: none;
  }
  .about-video .wp-block-video video {
    width: 70%;
  }
  .fundraising {
    --button-padding: 0 4.6rem;
  }
  .fundraising .wp-block-columns {
    padding: 8rem 4.5rem 5.5rem;
    -webkit-mask-image: url("images/block-mask-mob.png");
            mask-image: url("images/block-mask-mob.png");
    min-height: 29rem;
    text-align: center;
  }
  .fundraising .wp-block-buttons {
    justify-content: center;
  }
  .about-gallery .wp-block-image {
    width: 100% !important;
  }
  .image-marketplace {
    max-width: 24.4rem !important;
    margin: 3rem auto 0 !important;
  }
  .image-merch {
    max-width: 29.7rem !important;
    margin: 3rem auto 0 !important;
  }
  .image-news {
    max-width: 28.7rem !important;
    margin: 3rem auto 0 !important;
  }
  .image-playlist {
    max-width: none !important;
    margin: 2rem var(--full-wrapper-indent-negative) 0 !important;
  }
  .image-vote {
    max-width: 13.8rem !important;
    margin: 3rem auto 0 !important;
  }
  .image-ticket {
    max-width: 30.4rem !important;
    margin: 3rem auto 0 !important;
    rotate: 11.22deg;
  }
  .tabs {
    gap: 3rem;
  }
  .tabs .tab-headers {
    gap: 0;
    justify-content: space-between;
  }
  .tabs .tab-header {
    --h2-size: 1.8rem;
    min-width: unset;
  }
  .lineup-placeholder {
    gap: 2.2rem;
  }
  .lineup-placeholder .blured-lineup .text {
    margin-top: 3rem;
  }
}/*# sourceMappingURL=style.css.map */