:root {
  --dark: #141712;
  --white: #fff;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

.main {
  max-width: 100vw;
}

.header {
  z-index: 9;
  border-bottom: 1px solid #ffffff3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 6em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.padding-header {
  padding-top: 2em;
  padding-bottom: 2em;
}

.container {
  width: 110em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.body {
  background-color: var(--dark);
  color: var(--white);
  font-family: Geist, sans-serif;
  font-size: .8333vw;
  line-height: 120%;
}

.logo {
  transform-origin: 0%;
  width: 7.5em;
  max-width: none;
}

.content {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.header-menu-wrap {
  flex-flow: row;
  justify-content: space-between;
  width: 36em;
  display: flex;
}

.nav-link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .5em;
  padding-bottom: .5em;
  text-decoration: none;
  position: relative;
}

.txt-20 {
  font-size: 1.25em;
  line-height: 130%;
}

.txt-20.caps {
  text-transform: uppercase;
}

.nav-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-hero {
  transform-origin: 0%;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.padding-gl {
  z-index: 2;
  width: 100%;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.heading-1 {
  text-transform: uppercase;
  font-size: 9.75em;
  font-weight: 500;
  line-height: 86%;
}

.big-col {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  width: 54.375em;
  display: flex;
}

.big-col.gap-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.big-col.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.btns-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
  position: relative;
}

.btn {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  color: var(--dark);
  justify-content: center;
  align-items: center;
  height: 5em;
  padding-left: 3em;
  padding-right: 3em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn:where(.w-variant-d904c503-ef2e-1f50-f683-130e44a6e5fd) {
  color: var(--white);
  background-color: #ffffff1f;
}

.btn:where(.w-variant-6824abce-0df2-1e14-55ea-1e6a3f14420f) {
  height: 3em;
  padding-left: 2em;
  padding-right: 2em;
}

.btn:where(.w-variant-7c9bd9eb-4891-a417-8a0b-00c88c577880) {
  background-color: #f1f3ec;
  border: .5px solid #b7bda8;
  justify-content: space-between;
  margin-bottom: -.5px;
}

.btn.secondary {
  color: var(--white);
  background-color: #ffffff1f;
}

.btn.primary-small {
  height: 3em;
  padding-left: 2em;
  padding-right: 2em;
}

.txt-24-caps {
  z-index: 2;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 500;
  position: relative;
}

.icon-32 {
  z-index: 2;
  width: 2em;
  position: relative;
}

.btn-bg {
  background-color: #dfe5d3;
  position: absolute;
  inset: 0%;
}

.btn-bg:where(.w-variant-d904c503-ef2e-1f50-f683-130e44a6e5fd), .btn-bg.secondary-4 {
  background-color: #dfe5d31f;
}

.small-col {
  flex-flow: column;
  justify-content: flex-start;
  width: 36em;
  padding-top: .5em;
  display: flex;
}

.small-col.space-beetween {
  justify-content: space-between;
}

.txt-28 {
  text-align: left;
  font-size: 1.75em;
  line-height: 130%;
}

.txt-28.caps {
  text-transform: uppercase;
}

.event-info {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  display: flex;
}

.info-txt-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.txt-16 {
  font-size: 1em;
  line-height: 130%;
}

.txt-16.caps {
  text-transform: uppercase;
}

.txt-32 {
  text-align: left;
  font-size: 2em;
  line-height: 130%;
}

.txt-32.caps {
  text-transform: uppercase;
}

.section-gl {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.sub-heading-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  margin-bottom: 5em;
  padding-top: 2em;
  display: flex;
  position: relative;
}

.sub-heading-wrap.space-beetween {
  justify-content: space-between;
}

.line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.line.op-24 {
  background-color: #ffffff3d;
}

.txt-40 {
  font-size: 2.5em;
  line-height: 121%;
  position: relative;
}

.txt-40.caps {
  text-align: justify;
  text-transform: uppercase;
}

.txt-40.caps-ident {
  text-align: justify;
  text-indent: 7em;
  text-transform: uppercase;
}

.photo-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  margin-top: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo-wrap.s-format {
  z-index: 2;
  width: 36em;
  height: 50em;
  margin-left: 29em;
  position: absolute;
}

.photo-wrap.s-theater {
  width: 30em;
  height: 30em;
  margin-top: -3.7em;
}

.img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.txt-16-on-photo {
  width: 10em;
  font-family: Geist Mono, sans-serif;
  font-size: 1em;
  line-height: 130%;
  position: absolute;
  inset: 2em auto auto 2em;
}

.txt-16-on-photo.caps {
  text-transform: uppercase;
}

.heading-2 {
  text-transform: uppercase;
  font-size: 7.25em;
  font-weight: 500;
  line-height: 86%;
}

.heading-2.txt-ident {
  text-indent: 2.35em;
}

.imgaadfa {
  z-index: 2;
  object-fit: cover;
  width: 36em;
  height: 50em;
  position: relative;
}

.cards-wrap {
  margin-top: 5em;
}

.hor-card {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
  position: relative;
}

.num-txt-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.heading-wrap {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  width: 71em;
  display: flex;
}

.heading-wrap.bot-mrgn {
  margin-bottom: 5em;
}

._3-col-grid {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  margin-top: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ver-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
  position: relative;
}

.paragraph {
  line-height: 140%;
}

.img-3 {
  width: 28.75em;
}

.field {
  color: var(--dark);
  height: 3em;
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.2em;
}

.fields-row {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: row;
  margin-bottom: .5em;
  display: flex;
}

.textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 13em;
  margin-bottom: .5em;
  padding: .5em 1em;
  font-size: 1.2em;
}

.submit-button {
  z-index: 3;
  pointer-events: auto;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.contacts-txt-wrap {
  width: 42em;
}

.form {
  height: 100%;
}

.form-wrap {
  width: 50em;
  display: flex;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  font-size: 1em;
}

.background-video {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
}

.hero-gradient {
  background-image: linear-gradient(180deg, #14171200, var(--dark));
  pointer-events: none;
  width: 100%;
  height: 86em;
  position: absolute;
  inset: auto 0% 0%;
}

.footer {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.padding-footer {
  z-index: 2;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 16em;
  display: flex;
  position: relative;
}

.fooror-logo {
  width: 6em;
}

.label {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  opacity: .5;
  color: var(--white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.label:hover {
  opacity: 100;
}

.footer-logo-txt-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-footer {
  width: 8em;
  max-width: none;
}

.hero-content-grid {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 36em;
  grid-auto-columns: 1fr;
  place-content: space-between;
  display: grid;
}

.footer-content, .content-header {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.btn-mob-menu {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  color: var(--dark);
  justify-content: center;
  align-items: center;
  height: 5em;
  padding-left: 3em;
  padding-right: 3em;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.btn-mob-menu:where(.w-variant-d904c503-ef2e-1f50-f683-130e44a6e5fd) {
  color: var(--white);
  background-color: #ffffff1f;
}

.mob-nav {
  display: none;
}

.mob-nav-event-info {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 36em;
  grid-auto-columns: 1fr;
  place-content: space-between;
  display: grid;
}

.mob-fixed-btn {
  z-index: 3;
  border-top: 1px solid var(--white);
  background-color: var(--dark);
  justify-content: space-between;
  align-items: center;
  padding: 1em 5em;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.video {
  width: 100%;
  height: 100%;
}

.video-wrap {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.code-embed {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.txt-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.preloader {
  z-index: 10;
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.preloader-content {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.nums-wrap {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  color: var(--dark);
  display: flex;
}

.num-mask {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 10em;
  height: 10em;
  padding-top: 1em;
  display: flex;
  overflow: hidden;
}

.preloader-num {
  text-transform: uppercase;
  font-size: 9.75em;
  font-weight: 500;
  line-height: 86%;
}

.location-wrap {
  display: flex;
}

.map-code {
  width: 100%;
  height: 100%;
}

.map-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  margin-top: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.map-wrap.s-format {
  z-index: 2;
  width: 36em;
  height: 50em;
  margin-left: 29em;
  position: absolute;
}

.map-wrap.s-theater {
  width: 30em;
  height: 30em;
  margin-top: -3.7em;
}

.footer-logos-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.logo-footer-svitlo {
  width: 11em;
  max-width: none;
}

.pop-up {
  z-index: 12;
  -webkit-backdrop-filter: blur(.5em);
  backdrop-filter: blur(.5em);
  background-color: #14171266;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  padding-top: 8em;
  padding-bottom: 8em;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.pop-up-wrap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--white);
  color: var(--dark);
  flex-flow: column;
  height: 80svh;
  display: flex;
  position: relative;
  overflow: scroll;
}

.btns-wrap-ver {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  display: flex;
  position: relative;
}

.close-btn {
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
  background-color: #e0e5d3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  transition: opacity .2s;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.close-btn:hover {
  opacity: .7;
}

.logo-partner {
  transform-origin: 0%;
  width: 13em;
  max-width: none;
}

.header-logo-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.list-item {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-top: 1px solid #ffffff3d;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.date-group {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  padding: 3em;
  display: flex;
}

.pop-up-bg {
  z-index: 11;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100svh;
  padding-top: 20em;
  padding-bottom: 20em;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: scroll !important;
}

.pop-up-title {
  z-index: 3;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-color: var(--white);
  border-bottom: 1px solid #0000003d;
  justify-content: space-between;
  align-items: center;
  padding: 2em 3em;
  display: flex;
  position: sticky;
  top: 0;
}

@media screen and (max-width: 991px) {
  .main {
    overflow: hidden;
  }

  .container {
    width: 76em;
  }

  .body {
    font-size: 1.2vw;
  }

  .heading-1 {
    font-size: 8em;
  }

  .big-col {
    width: 44em;
  }

  .small-col, .small-col.space-beetween {
    width: 29em;
  }

  .txt-28.caps, .txt-32 {
    font-size: 1.5em;
  }

  .txt-40.caps-ident {
    font-size: 2.3em;
  }

  .photo-wrap {
    height: 38em;
  }

  .photo-wrap.s-format {
    width: 27em;
    height: 54em;
    margin-left: 16.4em;
  }

  .heading-2 {
    font-size: 5.4em;
  }

  .imgaadfa {
    width: 25em;
    height: 39em;
    left: 20em;
  }

  .ver-card {
    width: 100%;
    height: 14em;
  }

  .cards-col-wrap {
    width: 100%;
  }

  .img-3 {
    object-fit: cover;
    width: 14em;
    display: none;
  }

  .hero-content-grid, .mob-nav-event-info {
    grid-template-columns: 1fr 29em;
  }

  .num-mask {
    width: 8.5em;
    height: 8.5em;
  }

  .preloader-num {
    font-size: 8em;
  }

  .map-wrap {
    height: 38em;
  }

  .map-wrap.s-format {
    width: 27em;
    height: 54em;
    margin-left: 16.4em;
  }
}

@media screen and (max-width: 479px) {
  .header {
    border-bottom-width: .5px;
    height: auto;
  }

  .padding-header {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .body {
    font-size: 2.8vw;
  }

  .logo {
    width: 8em;
  }

  .content {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
  }

  .header-menu-wrap {
    display: none;
  }

  .txt-20 {
    font-size: 1.2em;
  }

  .section-hero {
    min-height: 90vh;
  }

  .padding-gl {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .heading-1 {
    font-size: 5em;
  }

  .big-col {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 100%;
  }

  .btns-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: grid;
  }

  .btn {
    width: auto;
    height: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .btn:where(.w-variant-6824abce-0df2-1e14-55ea-1e6a3f14420f) {
    min-width: 20em;
  }

  .btn.open-pop-up {
    width: 100%;
  }

  .btn.primary-small {
    min-width: 20em;
  }

  .txt-24-caps {
    font-size: 1.3em;
  }

  .txt-24-caps.mob-hide {
    display: none;
  }

  .icon-32 {
    width: 1.8em;
  }

  .small-col {
    width: 100%;
  }

  .small-col.space-beetween {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 100%;
  }

  .txt-28 {
    font-size: 1.4em;
  }

  .txt-28.caps {
    font-size: 1.2em;
  }

  .txt-32.mob-hide {
    display: none;
  }

  .line {
    height: .5px;
  }

  .txt-40.caps-ident {
    text-indent: 1.6em;
    font-size: 2em;
  }

  .photo-wrap {
    aspect-ratio: 1;
    height: auto;
  }

  .photo-wrap.s-format {
    width: 100%;
    height: auto;
    margin-left: 0;
    position: relative;
  }

  .photo-wrap.s-theater {
    order: -1;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 2em;
  }

  .img {
    object-fit: cover;
    object-position: 25% 50%;
    height: 100%;
  }

  .txt-16-on-photo {
    inset: 2em 2em auto auto;
  }

  .heading-2 {
    font-size: 4em;
  }

  .heading-2.txt-ident {
    text-indent: 0;
  }

  .imgaadfa {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
  }

  .cards-wrap {
    margin-top: 4em;
  }

  .hor-card {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-wrap {
    width: 100%;
    margin-bottom: 0;
  }

  .ver-card {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    height: auto;
  }

  .cards-col-wrap {
    margin-bottom: -2em;
  }

  .field {
    border-radius: 0;
    padding: .5em 1em;
  }

  .fields-row {
    flex-flow: column;
  }

  .textarea {
    border-radius: 0;
    padding-bottom: .5em;
  }

  .contacts-txt-wrap {
    width: 100%;
  }

  .background-video {
    height: 90vh;
  }

  .hero-content-grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
  }

  .content-header {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .btn-mob-menu {
    flex: none;
    width: auto;
    height: 3em;
    padding-left: 1.5em;
    padding-right: .5em;
    display: flex;
  }

  .mob-nav {
    z-index: 2;
    background-color: var(--dark);
    width: 100vw;
    height: 140svh;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .mob-nav-wrap {
    flex-flow: column;
    justify-content: space-between;
    height: 90svh;
    padding: 3em 2em;
    display: flex;
  }

  .mob-nav-link {
    color: var(--white);
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    text-decoration: none;
    position: relative;
  }

  .mob-nav-txt {
    text-transform: uppercase;
    font-size: 2em;
    line-height: 100%;
  }

  .mob-nav-event-info {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .opened-menu-header {
    border-bottom: 1px solid #fff;
    position: relative;
  }

  .mob-nav-wrapper {
    width: 100vw;
    height: 100dvh;
  }

  .mob-fixed-btn {
    z-index: 3;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    border-top: .5px solid var(--white);
    background-color: var(--dark);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1.5em 2em;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .num-mask {
    width: 6.2em;
    height: 6.2em;
  }

  .preloader-num {
    font-size: 5em;
  }

  .location-wrap {
    flex-flow: column;
  }

  .map-wrap {
    aspect-ratio: 1;
    height: auto;
    margin-top: 0;
  }

  .map-wrap.s-format {
    width: 100%;
    height: auto;
    margin-left: 0;
    position: relative;
  }

  .map-wrap.s-theater {
    order: -1;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 2em;
  }

  .pop-up {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .pop-up-wrap {
    width: 95vw;
    height: 90svh;
    padding-bottom: 8em;
    overflow: scroll;
  }

  .btns-wrap-ver {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .close-btn {
    flex: none;
    right: -1em;
  }

  .logo-partner {
    width: 11em;
  }

  .pop-up-bg {
    justify-content: center;
    align-items: flex-end;
    padding-top: 6em;
    padding-bottom: 0;
    overflow: hidden;
  }

  .pop-up-title {
    justify-content: space-between;
    align-items: flex-start;
  }
}

#w-node-dfba9aae-c288-9f3d-f879-03952ef4bfa0-2fcd9683 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59c219e6-183a-093b-9608-4921eccb3fac-2fcd9683 {
  align-self: center;
}

#w-node-e7e8444b-39eb-c6b4-bf0c-234a02bf1380-2fcd9683 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7e8444b-39eb-c6b4-bf0c-234a02bf1386-2fcd9683 {
  align-self: center;
}

#w-node-_4846388a-3127-9f9f-eceb-d9f8e2d0a07c-2fcd9683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_3d4efb8e-a9da-19c1-7b89-83863533c382-2fcd9683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f4a6e93-4366-7b12-7244-4f1f047a82b5-2fcd9683 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_1315b289-3487-2bee-d50b-f0c174411f44-2fcd9683 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9666e57b-11ca-ddab-37ab-612685c16d30-2fcd9683 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cb740d77-9423-cf9a-be26-6e1c3f22fe87-2fcd9683, #w-node-_6bd77975-4c03-1450-fda5-cff5be73769d-2fcd9683, #w-node-a0940db5-9f27-71cb-55a0-3a1b007e0e83-2fcd9683 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 479px) {
  #w-node-_0404d183-82ec-6fa7-8103-69d29706eb03-2fcd9683 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8da87b71-e0b9-1644-a9e9-d33021a55e75-2fcd9683 {
    order: -9999;
  }
}


