@charset "UTF-8";

@font-face {
  font-family: Muller;
  font-display: swap;
  src: url(../fonts/Muller-Bold.woff) format("woff2"), url(../fonts/Muller-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: Muller;
  font-display: swap;
  src: url(../fonts/Muller-Medium.woff) format("woff2"), url(../fonts/Muller-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: Muller;
  font-display: swap;
  src: url(../fonts/Muller-Regular.woff) format("woff2"), url(../fonts/Muller-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: MyriadPro;
  font-display: swap;
  src: url(../fonts/MyriadPro-BoldIt.woff) format("woff2"), url(../fonts/MyriadPro-BoldIt.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: MyriadPro;
  font-display: swap;
  src: url(../fonts/MyriadPro-Light.woff) format("woff2"), url(../fonts/MyriadPro-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: MyriadPro;
  font-display: swap;
  src: url(../fonts/MyriadPro-Regular.woff) format("woff2"), url(../fonts/MyriadPro-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Stolzl;
  font-display: swap;
  src: url(../fonts/Stolzl-Regular.woff) format("woff2"), url(../fonts/Stolzl-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: MyriadPro;
  font-display: swap;
  src: url(../fonts/MyriadPro-Semibold.woff) format("woff2"), url(../fonts/MyriadPro-Semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: Actay;
  font-display: swap;
  src: url(../fonts/Actay-Regular.woff) format("woff2"), url(../fonts/Actay-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Trajan;
  font-display: swap;
  src: url(../fonts/trajanpro_bold.woff) format("woff2"), url(../fonts/trajanpro_bold.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

:root {
  --accent: #0090c1;
  --bg-accent: #4cc9f0;
  --bg-button: #7F04B8;
  --bg-button-hover: #4B0066;
  --bg-inverse: #610393;
  --bg-primary: #190d1e;
  --primary: #0a9396;
  --text-primary: #fff;
  --text-secondary: #000
}

* {
  padding: 0;
  margin: 0;
  border: 0
}

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

body,
html {
  height: 100%;
  min-width: 320px
}

body {
  color: var(--text-primary);
  line-height: 1;
  font-family: MyriadPro, sans-serif;
  font-size: 1.25rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
  font-family: MyriadPro, sans-serif;
  font-size: inherit;
  line-height: inherit
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent
}


a {
  color: inherit;
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}

.wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#070308), to(#40174c));
  background: linear-gradient(180deg, #070308 0, #40174c 100%);
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden
}
.wrapper.wrapper__music {
  background: -webkit-gradient(linear, left top, left bottom, from(#1d182f), to(#47638F));
  background: linear-gradient(180deg, #1d182f, #47638F 100%);
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden
}

@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}

.wrapper>main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.wrapper>* {
  min-width: 0
}

[class*=__container] {
  max-width: 107.5rem;
  margin: 0 auto;
  padding: 0 6.25rem
}

.select {
  min-width: 0;
  position: relative
}

.select__body {
  position: relative
}

.select__title {
  color: inherit;
  text-align: left;
  cursor: pointer;
  width: 100%;
  border-radius: 4px
}

.select__value {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  font-weight: 700;
  line-height: .8333333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.875rem;
  gap: .3125rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.select__value:hover {
  color: var(--hover)
}

.select__value:hover::after {
  content: ""
}

.select__value:after {
  content: "";
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid currentColor;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: .5
}

.select__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%
}

.select__options {
  color: #000;
  position: absolute;
  top: calc(100% - .0625rem);
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  padding: 10px 0 5px 0
}

.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 5px 15px;
  color: inherit
}

.select__option._select-selected {
  background-color: #eee
}

@media (any-hover:hover) {
  .select__option:hover {
    background: #d9d9d9;
    color: #000
  }
}

.select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .25rem
}

.select__row img {
  max-width: 1.25rem
}

.select__asset {
  height: .9375rem
}

.select_show-top .select__options {
  top: auto;
  bottom: calc(100% - .0625rem);
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 5px 0 10px 0
}

._select-tag {
  cursor: pointer
}

summary::-webkit-details-marker,
summary::marker {
  list-style: none;
  font-size: 0;
  display: none
}

.spollers {
  display: -ms-grid;
  display: grid;
  gap: 15px
}

.spollers__item {
  font-size: 1.125rem;
  line-height: 1.3888888889;
  font-family: Actay
}

._spoller-active.spollers__title {
  border-radius: 10px 10px 0 0
}

.spollers__title {
  color: var(--text-secondary);
  width: 100%;
  cursor: default;
  text-align: left;
  padding: 1.5625rem 5rem 1.5625rem 2.1875rem;
  background: #ececec;
  border-radius: 10px;
  position: relative;
  list-style: none;
  -webkit-transition: border-radius .3s ease .5s;
  transition: border-radius .3s ease .5s
}

@media (max-width:47.99875em) {
  .spollers__title {
    padding: .9375rem 2.5rem .9375rem .9375rem
  }
}

._spoller-init .spollers__title {
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  cursor: pointer
}

._spoller-init .spollers__title::after,
._spoller-init .spollers__title::before {
  content: "";
  position: absolute;
  right: 37px;
  top: 50%;
  background-color: #e80f01;
  height: 2px;
  width: 15px;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s
}

@media (max-width:47.99875em) {

  ._spoller-init .spollers__title::after,
  ._spoller-init .spollers__title::before {
    right: .625rem
  }
}

._spoller-init .spollers__title::before {
  -webkit-transform: translate(-75%, -50%) rotate(40deg);
  -ms-transform: translate(-75%, -50%) rotate(40deg);
  transform: translate(-75%, -50%) rotate(40deg)
}

._spoller-init .spollers__title::after {
  -webkit-transform: translate(0, -50%) rotate(-40deg);
  -ms-transform: translate(0, -50%) rotate(-40deg);
  transform: translate(0, -50%) rotate(-40deg)
}

._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
  -ms-transform: translateX(-75%) rotate(-40deg);
  transform: translateX(-75%) rotate(-40deg)
}

._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg)
}

.schedule__list:not(:last-child) {
  margin-bottom: 7.5rem;
}

.spollers__body {
  color: var(--text-secondary);
  padding: 0 5rem 1.5625rem 2.1875rem;
  background: #ececec;
  font-size: 1rem;
  line-height: 1.5625;
  border-radius: 0 0 10px 10px
}

@media (max-width:47.99875em) {
  .spollers__body {
    padding: 0 1.875rem .9375rem .9375rem
  }
}

@media (max-width:29.99875em) {
  .spollers__body {
    font-size: .875rem
  }
}

[class*=-ibg] {
  position: relative
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
  object-fit: contain
}

@media (max-width:107.5em) {
  [class*=__container] {
    padding: 0 .9375rem
  }
}

[class*=__container--small-cnt] {
  max-width: 64.375rem;
  padding: 0 .9375rem
}

.button {
  color: var(--text-btn);
  font-family: MyriadPro;
  text-align: center;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: var(--bg-button);
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: 100%;
  max-width: 14.625rem;
  padding: 1.4375rem 1.3125rem 1.1875rem 1.3125rem;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

.button--uk {
  padding: 1.4375rem .625rem 1.1875rem .625rem;
  font-size: 1.375rem
}

@media (max-width:toEm(660)) {
  .button--uk {
    padding: .75rem .3125rem .5rem .3125rem !important;
    font-size: .875rem !important
  }
}

.button:hover {
  background-color: var(--bg-button-hover)
}

@media (max-width:47.99875em) {
  .button {
    font-size: 1.375rem
  }
}

@media (max-width:toEm(660)) {
  .button {
    padding: .75rem .9375rem .5rem .9375rem
  }
}

@media (max-width:toEm(555)) {
  .button {
    font-size: 1.125rem
  }
}

@media (max-width:29.99875em) {
  .button {
    font-size: 1rem
  }
}

@media (min-width:107.5em) {
  ._header-scroll .header__container {
    min-height: 6.25rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (min-height:clamp(3.75rem, 3.1785714286rem + 2.8571428571vw, 6.25rem)) {
    ._header-scroll .header__container {
      min-height: clamp(3.75rem, 3.1785714286rem + 2.8571428571vw, 6.25rem)
    }
  }

  @supports not (min-height:clamp(3.75rem, 3.1785714286rem + 2.8571428571vw, 6.25rem)) {
    ._header-scroll .header__container {
      min-height: calc(3.75rem + 2.5 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  ._header-scroll .header__container {
    min-height: 3.75rem
  }
}

@media (min-width:107.5em) {
  ._header-scroll .header__logo {
    max-width: 15.625rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (max-width:clamp(7.5rem, 5.6428571429rem + 9.2857142857vw, 15.625rem)) {
    ._header-scroll .header__logo {
      max-width: clamp(7.5rem, 5.6428571429rem + 9.2857142857vw, 15.625rem)
    }
  }

  @supports not (max-width:clamp(7.5rem, 5.6428571429rem + 9.2857142857vw, 15.625rem)) {
    ._header-scroll .header__logo {
      max-width: calc(7.5rem + 8.125 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  ._header-scroll .header__logo {
    max-width: 7.5rem
  }
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 55
}

.header::before {
  content: "";
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  line-height: 1.11;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: .01em;
  gap: 1.875rem
}

@media (min-width:107.5em) {
  .header__container {
    min-height: 7.875rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (min-height:clamp(5rem, 4.3428571429rem + 3.2857142857vw, 7.875rem)) {
    .header__container {
      min-height: clamp(5rem, 4.3428571429rem + 3.2857142857vw, 7.875rem)
    }
  }

  @supports not (min-height:clamp(5rem, 4.3428571429rem + 3.2857142857vw, 7.875rem)) {
    .header__container {
      min-height: calc(5rem + 2.875 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .header__container {
    min-height: 5rem
  }
}

@media (max-width:1350px) {
  .header .select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.header__left-side a,
.header__right-side a {
  display: inline-block
}

.header__left-side>a,
.header__right-side>a {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  position: relative;
  display: inline-block
}

.header__left-side>a::before,
.header__right-side>a::before {
  content: "";
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: 0;
  height: .125rem;
  background-color: var(--bg-button);
  position: absolute;
  left: 50%;
  bottom: -.375rem;
  pointer-events: none
}

.header__left-side>a:hover,
.header__right-side>a:hover {
  color: var(--bg-button)
}

.header__left-side>a:hover::before,
.header__right-side>a:hover::before {
  width: 100%;
  left: 0
}

.header__left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.75rem
}

@media (max-width:84.375em) {
  .header__left-side {
    display: none
  }
}

@media (min-width:84.375em) {
  .header__menu {
    display: none
  }
}

@media (max-width:84.375em) {
  .header__menu {
    position: fixed;
    z-index: 4;
    height: 100vh;
    right: -100%;
    width: 65%;
    top: 0;
    padding: 10.9375rem 1.875rem 1.875rem 0;
    overflow: auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-transition: right .3s ease 0s;
    transition: right .3s ease 0s;
    background-color: var(--bg-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2.5rem
  }
}

@media (max-width:84.375em) and (max-width:47.99875em) {
  .header__menu {
    width: 80%
  }
}

@media (max-width:84.375em) and (max-width:30em) {
  .header__menu {
    padding: 7.5rem 1.875rem 1.875rem 0
  }
}

@media (max-width:84.375em) and (max-width:22.5em) {
  .header__menu {
    width: 100%
  }
}

@media (max-width:84.375em) {
  .header__menu::before {
    content: "";
    position: fixed;
    width: 35%;
    background: rgba(0, 0, 0, .54);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    top: 0;
    left: -100%;
    z-index: 4;
    height: 100vh;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
  }
}

@media (max-width:84.375em) and (max-width:47.99875em) {
  .header__menu::before {
    width: 20%
  }
}

@media (max-width:84.375em) and (max-width:22.5em) {
  .header__menu::before {
    width: 0
  }
}

@media (max-width:84.375em) {
  .menu-open .header__menu {
    right: 0
  }

  .menu-open .header__menu::before {
    left: 0
  }
}

.header__logo {
  -ms-grid-column-align: center;
  justify-self: center;
  position: relative;
  z-index: 5;
  -webkit-transition: max-width .3s ease 0s;
  transition: max-width .3s ease 0s
}

@media (min-width:107.5em) {
  .header__logo {
    max-width: 22.6875rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (max-width:clamp(9.375rem, 6.3321428571rem + 15.2142857143vw, 22.6875rem)) {
    .header__logo {
      max-width: clamp(9.375rem, 6.3321428571rem + 15.2142857143vw, 22.6875rem)
    }
  }

  @supports not (max-width:clamp(9.375rem, 6.3321428571rem + 15.2142857143vw, 22.6875rem)) {
    .header__logo {
      max-width: calc(9.375rem + 13.3125 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .header__logo {
    max-width: 9.375rem
  }
}

.header__logo img {
  max-width: 100%
}

.header__right-side {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.75rem;
  -ms-grid-columns: (auto)[3] 5rem;
  grid-template-columns: repeat(3, auto) 5rem;
  -ms-grid-column-align: end;
  justify-self: end
}

@media (max-width:84.375em) {
  .header__right-side {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.icon-menu {
  display: none
}

@media (max-width:84.375em) {
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5
  }
}

@media (max-width:84.375em) and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}

@media (max-width:84.375em) {

  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: var(--text-primary)
  }

  .icon-menu::before {
    top: 0
  }

  .icon-menu::after {
    bottom: 0
  }

  .icon-menu span {
    top: calc(50% - .0625rem)
  }

  .menu-open .icon-menu span {
    width: 0
  }

  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}

.footer {
  padding-bottom: 2.1875rem
}

@media (min-width:81.25em) {
  .footer {
    padding-top: 6.25rem
  }
}

@media (min-width:47.99875em) and (max-width:81.25em) {
  @supports (padding-top:clamp(3.125rem, -1.3859911282rem + 9.398142927vw, 6.25rem)) {
    .footer {
      padding-top: clamp(3.125rem, -1.3859911282rem + 9.398142927vw, 6.25rem)
    }
  }

  @supports not (padding-top:clamp(3.125rem, -1.3859911282rem + 9.398142927vw, 6.25rem)) {
    .footer {
      padding-top: calc(3.125rem + 3.125 * (100vw - 47.99875rem)/ 33.25125)
    }
  }
}

@media (max-width:47.99875em) {
  .footer {
    padding-top: 3.125rem
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:47.99875em) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.footer__left-side {
  font-size: 1.125rem;
  line-height: 1.5
}

@media (max-width:47.99875em) {
  .footer__left-side {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}

.footer__email {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.footer__email:hover {
  color: var(--bg-button)
}

@media (min-width:107.5em) {
  .footer__logo {
    max-width: 22.6875rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (max-width:clamp(9.375rem, 6.3321428571rem + 15.2142857143vw, 22.6875rem)) {
    .footer__logo {
      max-width: clamp(9.375rem, 6.3321428571rem + 15.2142857143vw, 22.6875rem)
    }
  }

  @supports not (max-width:clamp(9.375rem, 6.3321428571rem + 15.2142857143vw, 22.6875rem)) {
    .footer__logo {
      max-width: calc(9.375rem + 13.3125 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .footer__logo {
    max-width: 9.375rem
  }
}

@media (max-width:47.99875em) {
  .footer__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.footer__logo img {
  max-width: 100%
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:47.99875em) {
  .footer__socials {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.footer__item {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.footer__item img {
  max-width: 2.1875rem
}

.footer__item:hover {
  opacity: .5
}

@media (min-width:61.99875em) {
  .page .hero__mobile {
    display: none
  }
}

.page__hero {
  position: relative;
  aspect-ratio: 1920/900
}

@media (max-width:61.99875em) {
  .page__hero {
    margin-top: 5rem;
    aspect-ratio: 1/1.4;
  }
}

.page__hero img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width:61.99875em) {
  .page__hero img:first-child {
    display: none
  }
}

@media (min-width:107.5em) {
  .page__schedule {
    padding-top: 6.25rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (padding-top:clamp(1.875rem, 0.875rem + 5vw, 6.25rem)) {
    .page__schedule {
      padding-top: clamp(1.875rem, .875rem + 5vw, 6.25rem)
    }
  }

  @supports not (padding-top:clamp(1.875rem, 0.875rem + 5vw, 6.25rem)) {
    .page__schedule {
      padding-top: calc(1.875rem + 4.375 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .page__schedule {
    padding-top: 1.875rem
  }
}

@media (min-width:107.5em) {
  .page__schedule {
    padding-bottom: 6.25rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (padding-bottom:clamp(3.125rem, 2.4107142857rem + 3.5714285714vw, 6.25rem)) {
    .page__schedule {
      padding-bottom: clamp(3.125rem, 2.4107142857rem + 3.5714285714vw, 6.25rem)
    }
  }

  @supports not (padding-bottom:clamp(3.125rem, 2.4107142857rem + 3.5714285714vw, 6.25rem)) {
    .page__schedule {
      padding-bottom: calc(3.125rem + 3.125 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .page__schedule {
    padding-bottom: 3.125rem
  }
}

@media (min-width:107.5em) {

  .page__about,
  .page__slider,
  .page__video {
    padding-top: 3.125rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (padding-top:clamp(0.9375rem, 0.4375rem + 2.5vw, 3.125rem)) {

    .page__about,
    .page__slider,
    .page__video {
      padding-top: clamp(.9375rem, .4375rem + 2.5vw, 3.125rem)
    }
  }

  @supports not (padding-top:clamp(0.9375rem, 0.4375rem + 2.5vw, 3.125rem)) {

    .page__about,
    .page__slider,
    .page__video {
      padding-top: calc(.9375rem + 2.1875 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {

  .page__about,
  .page__slider,
  .page__video {
    padding-top: .9375rem
  }
}

@media (min-width:107.5em) {

  .page__about,
  .page__slider,
  .page__video {
    padding-bottom: 3.125rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (padding-bottom:clamp(0.9375rem, 0.4375rem + 2.5vw, 3.125rem)) {

    .page__about,
    .page__slider,
    .page__video {
      padding-bottom: clamp(.9375rem, .4375rem + 2.5vw, 3.125rem)
    }
  }

  @supports not (padding-bottom:clamp(0.9375rem, 0.4375rem + 2.5vw, 3.125rem)) {

    .page__about,
    .page__slider,
    .page__video {
      padding-bottom: calc(.9375rem + 2.1875 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {

  .page__about,
  .page__slider,
  .page__video {
    padding-bottom: .9375rem
  }
}

@media (min-width:107.5em) {
  .page__faq {
    padding-top: 3.125rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (padding-top:clamp(0.9375rem, 0.4375rem + 2.5vw, 3.125rem)) {
    .page__faq {
      padding-top: clamp(.9375rem, .4375rem + 2.5vw, 3.125rem)
    }
  }

  @supports not (padding-top:clamp(0.9375rem, 0.4375rem + 2.5vw, 3.125rem)) {
    .page__faq {
      padding-top: calc(.9375rem + 2.1875 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .page__faq {
    padding-top: .9375rem
  }
}

@media (min-width:107.5em) {
  .page__faq {
    padding-bottom: 9.375rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (padding-bottom:clamp(1.875rem, 0.1607142857rem + 8.5714285714vw, 9.375rem)) {
    .page__faq {
      padding-bottom: clamp(1.875rem, .1607142857rem + 8.5714285714vw, 9.375rem)
    }
  }

  @supports not (padding-bottom:clamp(1.875rem, 0.1607142857rem + 8.5714285714vw, 9.375rem)) {
    .page__faq {
      padding-bottom: calc(1.875rem + 7.5 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .page__faq {
    padding-bottom: 1.875rem
  }
}

.schedule__title {
  font-family: Trajan, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--text-primary);
  text-align: center;
  max-width: 43.75rem;
  margin: 0 auto
}



@media (min-width:107.5em) {
  .schedule__title {
    font-size: 2.5rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (font-size:clamp(1.375rem, 1.1178571429rem + 1.2857142857vw, 2.5rem)) {
    .schedule__title {
      font-size: clamp(1.375rem, 1.1178571429rem + 1.2857142857vw, 2.5rem)
    }
  }

  @supports not (font-size:clamp(1.375rem, 1.1178571429rem + 1.2857142857vw, 2.5rem)) {
    .schedule__title {
      font-size: calc(1.375rem + 1.125 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .schedule__title {
    font-size: 1.375rem
  }
}

@media (min-width:107.5em) {
  .schedule__title:not(:last-child) {
    margin-bottom: 5rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (margin-bottom:clamp(2.5rem, 1.9285714286rem + 2.8571428571vw, 5rem)) {
    .schedule__title:not(:last-child) {
      margin-bottom: clamp(2.5rem, 1.9285714286rem + 2.8571428571vw, 5rem)
    }
  }

  @supports not (margin-bottom:clamp(2.5rem, 1.9285714286rem + 2.8571428571vw, 5rem)) {
    .schedule__title:not(:last-child) {
      margin-bottom: calc(2.5rem + 2.5 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .schedule__title:not(:last-child) {
    margin-bottom: 2.5rem
  }
}

.schedule .schedule__item.expanded {
  row-gap: 1.25rem
}

.schedule__item {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: .7fr 1fr 14.625rem;
  grid-template-columns: .7fr 1fr 14.625rem;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  position: relative
}

@media (max-width:850px) {
  .schedule__item {
    -ms-grid-columns: .7fr 1fr auto;
    grid-template-columns: .7fr 1fr auto
  }
}

@media (max-width:29.99875em) {
  .schedule__item {
    -ms-grid-columns: .5fr 1fr auto;
    grid-template-columns: .5fr 1fr auto;
    -webkit-column-gap: .3125rem;
    -moz-column-gap: .3125rem;
    column-gap: .3125rem;
    text-align: center
  }
}

@media (max-width:370px) {
  .schedule__item {
    -ms-grid-columns: .6fr 1fr auto;
    grid-template-columns: .6fr 1fr auto
  }
}

@media (min-width:81.25em) {
  .schedule__item:not(:last-child) {
    margin-bottom: 4.8125rem
  }
}

@media (min-width:47.99875em) and (max-width:81.25em) {
  @supports (margin-bottom:clamp(2.75rem, -0.2272541446rem + 6.2027743318vw, 4.8125rem)) {
    .schedule__item:not(:last-child) {
      margin-bottom: clamp(2.75rem, -.2272541446rem + 6.2027743318vw, 4.8125rem)
    }
  }

  @supports not (margin-bottom:clamp(2.75rem, -0.2272541446rem + 6.2027743318vw, 4.8125rem)) {
    .schedule__item:not(:last-child) {
      margin-bottom: calc(2.75rem + 2.0625 * (100vw - 47.99875rem)/ 33.25125)
    }
  }
}

@media (max-width:47.99875em) {
  .schedule__item:not(:last-child) {
    margin-bottom: 2.75rem
  }
}

.schedule__item:last-child::after {
  content: "";
  position: absolute;
  width: 100%;
  height: .125rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), color-stop(51.06%, #fff), color-stop(92.71%, rgba(202, 128, 0, .1)));
  background: linear-gradient(90deg, rgba(255, 255, 255, .1) 0, #fff 51.06%, rgba(202, 128, 0, .1) 92.71%)
}

.schedule__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: .125rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), color-stop(51.06%, #fff), color-stop(92.71%, rgba(255, 255, 255, .1)));
  background: linear-gradient(90deg, rgba(255, 255, 255, .1) 0, #fff 51.06%, rgba(255, 255, 255, .1) 92.71%)
}

.schedule__item::after {
  left: 0
}

@media (min-width:107.5em) {
  .schedule__item::after {
    bottom: -2.6875rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (bottom:clamp(-2.6875rem, -1.075rem + -1.5vw, -1.375rem)) {
    .schedule__item::after {
      bottom: clamp(-2.6875rem, -1.075rem + -1.5vw, -1.375rem)
    }
  }

  @supports not (bottom:clamp(-2.6875rem, -1.075rem + -1.5vw, -1.375rem)) {
    .schedule__item::after {
      bottom: calc(-1.375rem + -1.3125 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .schedule__item::after {
    bottom: -1.375rem
  }
}

.schedule__item::before {
  left: 0
}

@media (min-width:107.5em) {
  .schedule__item::before {
    top: -2.6875rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (top:clamp(-2.6875rem, -1.075rem + -1.5vw, -1.375rem)) {
    .schedule__item::before {
      top: clamp(-2.6875rem, -1.075rem + -1.5vw, -1.375rem)
    }
  }

  @supports not (top:clamp(-2.6875rem, -1.075rem + -1.5vw, -1.375rem)) {
    .schedule__item::before {
      top: calc(-1.375rem + -1.3125 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .schedule__item::before {
    top: -1.375rem
  }
}

.schedule .show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-grid-column-span: 3;
  grid-column: span 3;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: initial !important;
  opacity: 1 !important;
  visibility: visible !important
}

@media (min-width:107.5em) {
  .schedule .show {
    gap: 3.75rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (gap:clamp(0.625rem, -0.0892857143rem + 3.5714285714vw, 3.75rem)) {
    .schedule .show {
      gap: clamp(.625rem, -.0892857143rem + 3.5714285714vw, 3.75rem)
    }
  }

  @supports not (gap:clamp(0.625rem, -0.0892857143rem + 3.5714285714vw, 3.75rem)) {
    .schedule .show {
      gap: calc(.625rem + 3.125 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .schedule .show {
    gap: .625rem
  }
}

@media (max-width:toEm(520)) {
  .schedule .show {
    gap: .625rem;
    display: -ms-grid !important;
    display: grid !important;
    width: 100%;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial
  }
}

.schedule .show a {
  -webkit-transition: background .3s ease 0s;
  transition: background .3s ease 0s
}

.schedule .show:hover a:hover {
  background-color: var(--bg-button-hover)
}

.schedule__column {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  overflow: hidden
}

.schedule__column:last-child {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.schedule__city,
.schedule__date {
  display: block;
  font-weight: 700;
  color: #ececec;
  line-height: 1.4;
  text-transform: uppercase
}

@media (min-width:47.99875em) {

  .schedule__city,
  .schedule__date {
    font-size: 2.375rem
  }
}

@media (min-width:20em) and (max-width:47.99875em) {
  @supports (font-size:clamp(1rem, 0.0178132952rem + 4.9109335238vw, 2.375rem)) {

    .schedule__city,
    .schedule__date {
      font-size: clamp(0.8625rem, 0.01536511711rem + 4.23568016434vw, 2.0484375rem)
    }
  }

  @supports not (font-size:clamp(1rem, 0.0178132952rem + 4.9109335238vw, 2.375rem)) {

    .schedule__city,
    .schedule__date {
      font-size: calc(1rem + 1.375 * (100vw - 20rem)/ 27.99875)
    }
  }
}

@media (max-width:20em) {

  .schedule__city,
  .schedule__date {
    font-size: 1rem
  }
}

.schedule__city:not(:last-child),
.schedule__date:not(:last-child) {
  margin-bottom: .25rem
}


.schedule__place,
.schedule__time {
  font-family: MyriadPro, sans-serif;
  line-height: 1.3;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #f6f7fa
}

@media (min-width:107.5em) {

  .schedule__place,
  .schedule__time {
    font-size: 1.125rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (font-size:clamp(0.75rem, 0.6642857143rem + 0.4285714286vw, 1.125rem)) {

    .schedule__place,
    .schedule__time {
      font-size: clamp(.75rem, .6642857143rem + .4285714286vw, 1.125rem)
    }
  }

  @supports not (font-size:clamp(0.75rem, 0.6642857143rem + 0.4285714286vw, 1.125rem)) {

    .schedule__place,
    .schedule__time {
      font-size: calc(.75rem + .375 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {

  .schedule__place,
  .schedule__time {
    font-size: .75rem
  }
}

.schedule__ticket {
  font-family: MyriadPro, sans-serif;
  border: .0625rem dashed #fff;
  padding: .75rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10.3125rem;
  flex: 0 0 10.3125rem;
  width: 100%
}

@media (min-width:107.5em) {
  .schedule__ticket {
    font-size: 1.25rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (font-size:clamp(1rem, 0.9428571429rem + 0.2857142857vw, 1.25rem)) {
    .schedule__ticket {
      font-size: clamp(1rem, .9428571429rem + .2857142857vw, 1.25rem)
    }
  }

  @supports not (font-size:clamp(1rem, 0.9428571429rem + 0.2857142857vw, 1.25rem)) {
    .schedule__ticket {
      font-size: calc(1rem + .25 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .schedule__ticket {
    font-size: 1rem
  }
}

@media (max-width:32.5em) {
  .schedule__ticket {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
  }
}

.video__container {
  line-height: 1.5;
  letter-spacing: .05em;
  color: var(--text-primary)
}

.video__por {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%
}

.video__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  -webkit-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem
}

@media (min-width:81.25em) {
  .video__box:not(:last-child) {
    margin-bottom: 6.25rem
  }
}

@media (min-width:47.99875em) and (max-width:81.25em) {
  @supports (margin-bottom:clamp(2.5rem, -2.9131893538rem + 11.2777715123vw, 6.25rem)) {
    .video__box:not(:last-child) {
      margin-bottom: clamp(2.5rem, -2.9131893538rem + 11.2777715123vw, 6.25rem)
    }
  }

  @supports not (margin-bottom:clamp(2.5rem, -2.9131893538rem + 11.2777715123vw, 6.25rem)) {
    .video__box:not(:last-child) {
      margin-bottom: calc(2.5rem + 3.75 * (100vw - 47.99875rem)/ 33.25125)
    }
  }
}

@media (max-width:47.99875em) {
  .video__box:not(:last-child) {
    margin-bottom: 2.5rem
  }
}

.video__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width:47.99875em) {
  .video__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1.5625rem
  }
}

.video__title {
  font-family: Trajan, serif;
  max-width: 70.625rem;
  text-transform: uppercase;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  line-height: 1.5
}

@media (min-width:107.5em) {
  .video__title {
    font-size: 2rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (font-size:clamp(1.375rem, 1.2321428571rem + 0.7142857143vw, 2rem)) {
    .video__title {
      font-size: clamp(1.375rem, 1.2321428571rem + .7142857143vw, 2rem)
    }
  }

  @supports not (font-size:clamp(1.375rem, 1.2321428571rem + 0.7142857143vw, 2rem)) {
    .video__title {
      font-size: calc(1.375rem + .625 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .video__title {
    font-size: 1.375rem
  }
}

@media (min-width:47.99875em) {
  .video__title:not(:last-child) {
    margin-bottom: 3.125rem
  }
}

@media (min-width:29.6875em) and (max-width:47.99875em) {
  @supports (margin-bottom:clamp(1.5625rem, -0.9707360571rem + 8.5330056659vw, 3.125rem)) {
    .video__title:not(:last-child) {
      margin-bottom: clamp(1.5625rem, -.9707360571rem + 8.5330056659vw, 3.125rem)
    }
  }

  @supports not (margin-bottom:clamp(1.5625rem, -0.9707360571rem + 8.5330056659vw, 3.125rem)) {
    .video__title:not(:last-child) {
      margin-bottom: calc(1.5625rem + 1.5625 * (100vw - 29.6875rem)/ 18.31125)
    }
  }
}

@media (max-width:29.6875em) {
  .video__title:not(:last-child) {
    margin-bottom: 1.5625rem
  }
}

@media (max-width:47.99875em) {
  .video__title {
    line-height: 1.3
  }
}

.video__text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  font-weight: 300;
  row-gap: .9375rem
}

@media (min-width:48em) {
  .video__text {
    -webkit-column-gap: 6.25rem;
    -moz-column-gap: 6.25rem;
    column-gap: 6.25rem
  }
}

@media (min-width:20em) and (max-width:48em) {
  @supports ((-moz-column-gap:clamp(1.25rem, -2.3214285714rem + 17.8571428571vw, 6.25rem)) or (column-gap:clamp(1.25rem, -2.3214285714rem + 17.8571428571vw, 6.25rem))) {
    .video__text {
      -webkit-column-gap: clamp(1.25rem, -2.3214285714rem + 17.8571428571vw, 6.25rem);
      -moz-column-gap: clamp(1.25rem, -2.3214285714rem + 17.8571428571vw, 6.25rem);
      column-gap: clamp(1.25rem, -2.3214285714rem + 17.8571428571vw, 6.25rem)
    }
  }

  @supports not ((-moz-column-gap:clamp(1.25rem, -2.3214285714rem + 17.8571428571vw, 6.25rem)) or (column-gap:clamp(1.25rem, -2.3214285714rem + 17.8571428571vw, 6.25rem))) {
    .video__text {
      -webkit-column-gap: calc(1.25rem + 5 * (100vw - 20rem)/ 28);
      -moz-column-gap: calc(1.25rem + 5 * (100vw - 20rem)/ 28);
      column-gap: calc(1.25rem + 5 * (100vw - 20rem)/ 28)
    }
  }
}

@media (max-width:20em) {
  .video__text {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
  }
}

@media (min-width:107.5em) {
  .video__text {
    font-size: 1.25rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (font-size:clamp(1rem, 0.9428571429rem + 0.2857142857vw, 1.25rem)) {
    .video__text {
      font-size: clamp(1rem, .9428571429rem + .2857142857vw, 1.25rem)
    }
  }

  @supports not (font-size:clamp(1rem, 0.9428571429rem + 0.2857142857vw, 1.25rem)) {
    .video__text {
      font-size: calc(1rem + .25 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .video__text {
    font-size: 1rem
  }
}

@media (min-width:47.99875em) {
  .video__text:not(:last-child) {
    margin-bottom: 3.75rem
  }
}

@media (min-width:29.6875em) and (max-width:47.99875em) {
  @supports (margin-bottom:clamp(1.5625rem, -1.9840304799rem + 11.9462079323vw, 3.75rem)) {
    .video__text:not(:last-child) {
      margin-bottom: clamp(1.5625rem, -1.9840304799rem + 11.9462079323vw, 3.75rem)
    }
  }

  @supports not (margin-bottom:clamp(1.5625rem, -1.9840304799rem + 11.9462079323vw, 3.75rem)) {
    .video__text:not(:last-child) {
      margin-bottom: calc(1.5625rem + 2.1875 * (100vw - 29.6875rem)/ 18.31125)
    }
  }
}

@media (max-width:29.6875em) {
  .video__text:not(:last-child) {
    margin-bottom: 1.5625rem
  }
}

@media (max-width:47.99875em) {
  .video__text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

@media (min-width:47.99875em) {
  .video__left-side p:not(:last-child) {
    margin-bottom: 1.875rem
  }
}

@media (min-width:29.6875em) and (max-width:47.99875em) {
  @supports (margin-bottom:clamp(0.9375rem, -0.5824416342rem + 5.1198033995vw, 1.875rem)) {
    .video__left-side p:not(:last-child) {
      margin-bottom: clamp(.9375rem, -.5824416342rem + 5.1198033995vw, 1.875rem)
    }
  }

  @supports not (margin-bottom:clamp(0.9375rem, -0.5824416342rem + 5.1198033995vw, 1.875rem)) {
    .video__left-side p:not(:last-child) {
      margin-bottom: calc(.9375rem + .9375 * (100vw - 29.6875rem)/ 18.31125)
    }
  }
}

@media (max-width:29.6875em) {
  .video__left-side p:not(:last-child) {
    margin-bottom: .9375rem
  }
}

@media (min-width:47.99875em) {
  .video__right-side p:not(:last-child) {
    margin-bottom: 1.875rem
  }
}

@media (min-width:29.6875em) and (max-width:47.99875em) {
  @supports (margin-bottom:clamp(0.9375rem, -0.5824416342rem + 5.1198033995vw, 1.875rem)) {
    .video__right-side p:not(:last-child) {
      margin-bottom: clamp(.9375rem, -.5824416342rem + 5.1198033995vw, 1.875rem)
    }
  }

  @supports not (margin-bottom:clamp(0.9375rem, -0.5824416342rem + 5.1198033995vw, 1.875rem)) {
    .video__right-side p:not(:last-child) {
      margin-bottom: calc(.9375rem + .9375 * (100vw - 29.6875rem)/ 18.31125)
    }
  }
}

@media (max-width:29.6875em) {
  .video__right-side p:not(:last-child) {
    margin-bottom: .9375rem
  }
}

.video__button {
  margin: 0 auto;
  display: -ms-grid;
  display: grid
}

@media (max-width:29.99875em) {
  .video__button {
    max-width: 9.375rem
  }
}

@media (min-width:68.75em) {
  .slider {
    padding-top: 6.25rem
  }
}

@media (min-width:47.99875em) and (max-width:68.75em) {
  @supports (padding-top:clamp(3.125rem, -4.1032919704rem + 15.0593337751vw, 6.25rem)) {
    .slider {
      padding-top: clamp(3.125rem, -4.1032919704rem + 15.0593337751vw, 6.25rem)
    }
  }

  @supports not (padding-top:clamp(3.125rem, -4.1032919704rem + 15.0593337751vw, 6.25rem)) {
    .slider {
      padding-top: calc(3.125rem + 3.125 * (100vw - 47.99875rem)/ 20.75125)
    }
  }
}

@media (max-width:47.99875em) {
  .slider {
    padding-top: 3.125rem
  }
}

@media (min-width:68.75em) {
  .slider {
    padding-bottom: 6.25rem
  }
}

@media (min-width:47.99875em) and (max-width:68.75em) {
  @supports (padding-bottom:clamp(3.125rem, -4.1032919704rem + 15.0593337751vw, 6.25rem)) {
    .slider {
      padding-bottom: clamp(3.125rem, -4.1032919704rem + 15.0593337751vw, 6.25rem)
    }
  }

  @supports not (padding-bottom:clamp(3.125rem, -4.1032919704rem + 15.0593337751vw, 6.25rem)) {
    .slider {
      padding-bottom: calc(3.125rem + 3.125 * (100vw - 47.99875rem)/ 20.75125)
    }
  }
}

@media (max-width:47.99875em) {
  .slider {
    padding-bottom: 3.125rem
  }
}

.slider__slider:not(:last-child) {
  margin-bottom: .75rem
}

.slider__slide-ibg {
  padding-bottom: 11%
}

.slider__slide-ibg:nth-child(odd) {
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px)
}

@media (max-width:62.5em) {
  .slider__slide-ibg {
    padding-bottom: 20%
  }
}

@media (max-width:47.99875em) {
  .slider__slide-ibg {
    padding-bottom: 22%
  }
}

@media (max-width:37.5em) {
  .slider__slide-ibg {
    padding-bottom: 33%
  }
}

@media (max-width:25em) {
  .slider__slide-ibg {
    padding-bottom: 70% !important
  }
}

.second-slider__slide-ibg {
  padding-bottom: 11%;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.second-slider__slide-ibg:nth-child(odd) {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px)
}

@media (max-width:62.5em) {
  .second-slider__slide-ibg {
    padding-bottom: 20%
  }
}

@media (max-width:47.99875em) {
  .second-slider__slide-ibg {
    padding-bottom: 22%
  }
}

@media (max-width:37.5em) {
  .second-slider__slide-ibg {
    padding-bottom: 33%
  }
}

@media (max-width:25em) {
  .second-slider__slide-ibg {
    padding-bottom: 70% !important
  }
}

.about__title {
  font-family: Trajan, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
  max-width: 51.25rem;
  margin: 0 auto;
  text-transform: uppercase
}

@media (min-width:107.5em) {
  .about__title {
    font-size: 2rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (font-size:clamp(1.375rem, 1.2321428571rem + 0.7142857143vw, 2rem)) {
    .about__title {
      font-size: clamp(1.375rem, 1.2321428571rem + .7142857143vw, 2rem)
    }
  }

  @supports not (font-size:clamp(1.375rem, 1.2321428571rem + 0.7142857143vw, 2rem)) {
    .about__title {
      font-size: calc(1.375rem + .625 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .about__title {
    font-size: 1.375rem
  }
}

@media (min-width:107.5em) {
  .about__title:not(:last-child) {
    margin-bottom: 3.75rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (margin-bottom:clamp(1.875rem, 1.4464285714rem + 2.1428571429vw, 3.75rem)) {
    .about__title:not(:last-child) {
      margin-bottom: clamp(1.875rem, 1.4464285714rem + 2.1428571429vw, 3.75rem)
    }
  }

  @supports not (margin-bottom:clamp(1.875rem, 1.4464285714rem + 2.1428571429vw, 3.75rem)) {
    .about__title:not(:last-child) {
      margin-bottom: calc(1.875rem + 1.875 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .about__title:not(:last-child) {
    margin-bottom: 1.875rem
  }
}

@media (max-width:47.99875em) {
  .about__title {
    line-height: 1.3
  }
}

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

@media (min-width:107.5em) {
  .about__body {
    row-gap: 3.75rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (row-gap:clamp(1.25rem, 0.6785714286rem + 2.8571428571vw, 3.75rem)) {
    .about__body {
      row-gap: clamp(1.25rem, .6785714286rem + 2.8571428571vw, 3.75rem)
    }
  }

  @supports not (row-gap:clamp(1.25rem, 0.6785714286rem + 2.8571428571vw, 3.75rem)) {
    .about__body {
      row-gap: calc(1.25rem + 2.5 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .about__body {
    row-gap: 1.25rem
  }
}

@media (max-width:47.99875em) {
  .about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.about__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  line-height: 1.5
}

@media (min-width:107.5em) {
  .about__content {
    padding: 3.75rem
  }
}

@media (min-width:48em) and (max-width:107.5em) {
  @supports (padding:clamp(1.25rem, -0.7668067227rem + 4.2016806723vw, 3.75rem)) {
    .about__content {
      padding: clamp(1.25rem, -.7668067227rem + 4.2016806723vw, 3.75rem)
    }
  }

  @supports not (padding:clamp(1.25rem, -0.7668067227rem + 4.2016806723vw, 3.75rem)) {
    .about__content {
      padding: calc(1.25rem + 2.5 * (100vw - 48rem)/ 59.5)
    }
  }
}

@media (max-width:47.99875em) {
  .about__content {
    line-height: 1.3
  }
}

@media (min-width:107.5em) {
  .about__caption:not(:last-child) {
    margin-bottom: 1.25rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (margin-bottom:clamp(0.625rem, 0.4821428571rem + 0.7142857143vw, 1.25rem)) {
    .about__caption:not(:last-child) {
      margin-bottom: clamp(.625rem, .4821428571rem + .7142857143vw, 1.25rem)
    }
  }

  @supports not (margin-bottom:clamp(0.625rem, 0.4821428571rem + 0.7142857143vw, 1.25rem)) {
    .about__caption:not(:last-child) {
      margin-bottom: calc(.625rem + .625 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .about__caption:not(:last-child) {
    margin-bottom: .625rem
  }
}

.about__text {
  font-weight: 300;
  letter-spacing: .02em
}

@media (min-width:107.5em) {
  .about__text:not(:last-child) {
    margin-bottom: 1.25rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (margin-bottom:clamp(0.625rem, 0.4821428571rem + 0.7142857143vw, 1.25rem)) {
    .about__text:not(:last-child) {
      margin-bottom: clamp(.625rem, .4821428571rem + .7142857143vw, 1.25rem)
    }
  }

  @supports not (margin-bottom:clamp(0.625rem, 0.4821428571rem + 0.7142857143vw, 1.25rem)) {
    .about__text:not(:last-child) {
      margin-bottom: calc(.625rem + .625 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .about__text:not(:last-child) {
    margin-bottom: .625rem
  }
}

@media (min-width:107.5em) {
  .about__text>:not(:last-child) {
    margin-bottom: 1.25rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (margin-bottom:clamp(0.625rem, 0.4821428571rem + 0.7142857143vw, 1.25rem)) {
    .about__text>:not(:last-child) {
      margin-bottom: clamp(.625rem, .4821428571rem + .7142857143vw, 1.25rem)
    }
  }

  @supports not (margin-bottom:clamp(0.625rem, 0.4821428571rem + 0.7142857143vw, 1.25rem)) {
    .about__text>:not(:last-child) {
      margin-bottom: calc(.625rem + .625 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .about__text>:not(:last-child) {
    margin-bottom: .625rem
  }
}

.about__image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  position: relative
}

@media (min-width:47.99875em) {
  .about__image {
    min-height: 31.25rem;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
  }
}

@media (max-width:47.99875em) {
  .about__image {
    aspect-ratio: 750/500;
    width: 100%;
    height: 100%
  }
}

.about__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}

.faq__title {
  font-family: Trajan, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  max-width: 25rem;
  margin: 0 auto;
  text-align: center
}

@media (min-width:107.5em) {
  .faq__title {
    font-size: 2.5rem
  }
}

@media (min-width:20em) and (max-width:107.5em) {
  @supports (font-size:clamp(1.875rem, 1.7321428571rem + 0.7142857143vw, 2.5rem)) {
    .faq__title {
      font-size: clamp(1.875rem, 1.7321428571rem + .7142857143vw, 2.5rem)
    }
  }

  @supports not (font-size:clamp(1.875rem, 1.7321428571rem + 0.7142857143vw, 2.5rem)) {
    .faq__title {
      font-size: calc(1.875rem + .625 * (100vw - 20rem)/ 87.5)
    }
  }
}

@media (max-width:20em) {
  .faq__title {
    font-size: 1.875rem
  }
}

@media (min-width:107.5em) {
  .faq__title:not(:last-child) {
    margin-bottom: 3.75rem
  }
}

@media (min-width:48em) and (max-width:107.5em) {
  @supports (margin-bottom:clamp(1.875rem, 0.362394958rem + 3.1512605042vw, 3.75rem)) {
    .faq__title:not(:last-child) {
      margin-bottom: clamp(1.875rem, .362394958rem + 3.1512605042vw, 3.75rem)
    }
  }

  @supports not (margin-bottom:clamp(1.875rem, 0.362394958rem + 3.1512605042vw, 3.75rem)) {
    .faq__title:not(:last-child) {
      margin-bottom: calc(1.875rem + 1.875 * (100vw - 48rem)/ 59.5)
    }
  }
}

@media (max-width:48em) {
  .faq__title:not(:last-child) {
    margin-bottom: 1.875rem
  }
}

.faq__spollers {
  color: var(--text-secondary)
}

.swiper {
  overflow: hidden
}

.swiper-initialized {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
  display: none !important
}

@font-face {
  font-family: lg;
  src: url(data:font/woff2;base64,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) format("woff2"), url(data:font/woff;base64,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) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block
}

.lg-icon {
  font-family: lg !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next, .lg-prev {
  background-color: rgba(0, 0, 0, .45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: 0;
  border: none;
}

.lg-next.disabled, .lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled), .lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next, .lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color .2s linear;
  background: 0 0;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity .2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-next, .lg-closing .lg-prev, .lg-closing .lg-sub-html, .lg-closing .lg-toolbar {
  opacity: 0;
  transition: opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
  transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap, 
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
  will-change: transform, opacity;
  transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap, 
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: 0;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}  
.lg-hide-sub-html .lg-sub-html, .lg-next, .lg-pager-outer, .lg-prev, .lg-toolbar {
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-show-in .lg-next, .lg-show-in .lg-pager-outer, .lg-show-in .lg-prev, .lg-show-in .lg-toolbar {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: .001;
  outline: 0;
  will-change: auto;
  overflow: hidden;
  transition: opacity .15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current, 
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, 
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, 
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, 
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
    .lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  will-change: transform, opacity;
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(data:image.webp;base64,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) no-repeat scroll center center transparent}.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}
        
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html .lg-sub-html, .lg-outer .lg-empty-html.lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: .75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity .2s ease-out .15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
  transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
  transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s, -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop, .lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: -webkit-transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s, -webkit-transform .35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}


.webp .lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(data:image/webp;base64,UklGRs4AAABXRUJQVlA4IMIAAACwBQCdASogACAAPpFCnEolo6KhqAgAsBIJaQAD5dDxrXM99232GfVDjLF0EQDwsC0CXKtWlgAA/vV76pcYbjjsL88+3qb/4UfhRX+dwASYANdOF+J5Nu61NxB7TUbHeCQeee2d4nX3M/8oPzSbTnBOl/xCNiQkRhkYBtGvv3/fXfn2CbNj/EPmnHMb/H7zFQx28TJK5yXYt1B6zlKYbIeBfYPo1h1tsfJDbPjNrzTs7O1elyh7eF4fdYd8hFly7AAAAA==) no-repeat scroll center center transparent
}

.new-contcert {
  padding-top: 50px;
  padding-bottom: 40px;
}

.new-contcert__container {}

.new-contcert-ibg {
  aspect-ratio: 1.4 / 1;
}

.new-contcert--phone {
  display: none;
}

.new-contcert--pc {
  display: none;
}

@media (max-width:767.8px) {
  .new-contcert--phone {
    display: block;
    aspect-ratio: 1 / 1.3;
  }
}

@media (min-width:767.8px) {
  .new-contcert--pc {
    display: block;
  }
}
/* Контейнер плеєра */
.page__player {
  margin-top: 20px; /* Відступ між плеєром і верхнім блоком */
  margin-bottom: 10px; /* Відступ між плеєром і нижнім блоком */
}

.page__player .player__container {
  display: flex;
  align-items: center;
  justify-content: center; /* Центрування плеєра */
}

/* Заголовок плеєра поруч із плеєром */
.page__player .player__title {
  margin-right: 10px; /* Відстань між текстом і плеєром */
  font-size: 16px; /* Розмір шрифту */
  white-space: nowrap; /* Запобігає переносу тексту */
  font-weight: bold; /* Жирний шрифт */
  text-transform: uppercase; /* Усі літери заголовні */
}

/* Сам плеєр */
.page__player .player__plyr {
  flex-grow: 1; /* Плеєр займає всю доступну ширину */
  max-width: 600px; /* Задайте потрібну ширину плеєра */
  margin-left: 10px; /* Відстань між плеєром і текстом */
}

/* Правила для мобільних пристроїв */
@media (max-width: 600px) {
  .page__player .player__container {
      display: block;
      text-align: center;
  }

  .page__player .player__title {
      margin-right: 0;
      margin-bottom: 10px; /* Відстань між текстом і плеєром на мобільних */
      font-weight: bold; /* Жирний шрифт */
      text-transform: uppercase; /* Усі літери заголовні */
  }

  .page__player .player__plyr {
      margin-left: 0; /* Відстань між плеєром і текстом на мобільних */
      width: 100%;
  }
}

/* Зміна фону і кольору тексту плеєра */
.plyr--audio .plyr__controls {
  background: #7F04B8 !important; /* Темний фон для плеєра */
  color: #ffffff !important; /* Білий колір тексту та іконок */
}

.freeprivacypolicy-com---palette-dark :is(.cc-nb-okagree, .cc-nb-reject, .cc-cp-foot-save) {
  color: #ffffff;
  background: var(--accent);
}

.freeprivacypolicy-com---palette-dark :is(.cc-pc-head-close:focus, .cc-pc-head-lang select:focus) {
  border-color: var(--accent);
}

.freeprivacypolicy-com---palette-dark .cc-pc-head-lang select:focus {
  box-shadow: 0 0 0 2px var(--accent);
}

.freeprivacypolicy-com---palette-dark .cc-cp-foot-byline a:focus {
  box-shadow: 0 0 0 2px var(--accent);
}