.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

a.disabled {
  cursor: not-allowed;
  opacity: .5;
}

.slide {
  width: 100%;
  height: 100%;
  display: none;
}

.buyticket{
  text-align: center;
  height: auto!important;
}

.slide.active {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h1-font{
  font-size: 50px;
  margin-bottom: 40px;
}

.poster{
  height: 390px;
}

.posters{
  color: #000;
  padding: 44px!important;
}

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

body {
  background-color: #000;
  font-family: Euclidcircularb, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 500;
}

.full-page-html-embed {
  overflow: hidden;
  height: 100vh;
  min-height: 100vh;
}

.hero-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-wrapper {
  position: static;
  top: auto;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.left-image---2 {
  position: static;
  left: 0%;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 500px;
  margin-bottom: 400px;
  margin-left: 20%;
}

.section.vi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/IMG_6763.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.minicontainer {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.header {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.brand.w--current {
  color: #fff;
}

.brand-logo {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1px;
  text-transform: none;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 30px;
}

.menu__link {
  position: relative;
  z-index: 999;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0);
  -webkit-transition: all 200ms cubic-bezier(.165, .84, .44, 1);
  transition: all 200ms cubic-bezier(.165, .84, .44, 1);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.menu__link:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.49);
}

.menu__link.disable {
  opacity: 0.35;
  cursor: not-allowed;
}

.hero_heading {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  font-size: 160px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  letter-spacing: -5px;
}

.hero_heading.hero-h1-index {
  margin-top: 52vh;
}

.hero {
  z-index: 4;
}

.hero.hero-h1-index {
  position: relative;
  margin-top: 0vh;
  margin-bottom: 0px;
}

._3-col-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about__wrapper {
  padding-top: 30px;
  border-top: 3px solid #fff;
}

.about__title {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 500;
}

.about__text {
  font-size: 16px;
  font-weight: 400;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  padding-top: 30px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 3px solid #000;
  font-size: 16px;
}

.footer__link {
  color: #fff;
  text-decoration: none;
}

._2-col-grid {
  display: -ms-grid;
  display: grid;
  padding-top: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
  min-height: 60vh;
  background-image: radial-gradient(circle farthest-side at 80% 0%, rgba(3, 54, 192, 0.53), hsla(0, 0%, 100%, 0));
  opacity: 0.33;
}

.sketchable {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 100vw;
  min-height: 100vh;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.lottie-test {
  height: 200vh;
  background-color: #000;
}

.lottie-test-item {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  height: 2780px;
}

.deezer-iframe {
  position: relative;
  top: -120px;
  bottom: -400px;
  overflow: hidden;
  width: 100%;
  height: 3500px;
  margin-right: auto;
  margin-left: auto;
}

.form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  padding: 0px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 30px;
  background-color: hsla(0, 0%, 100%, 0.54);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.field {
  height: 50px;
  margin-bottom: 10px;
  padding: 0px 14px 0px 16px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.14);
}

.field-submit {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  border-radius: 3px;
  background-color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.field-mini-text {
  margin-top: -6px;
  margin-bottom: 8px;
  font-size: 12px;
}

.form-whiter-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

.form-block {
  overflow: scroll;
  margin-bottom: 0px;
  padding: 50px 20px 80px;
  color: #000;
}

.form-whiter-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 80px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff);
}

.bg-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.hero_subheading {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  letter-spacing: 12px;
}

.section_hero {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_hero.vi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/IMG_6763.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section_points {
  padding-top: 60px;
}

.section_points.vi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/IMG_6763.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section_footer.vi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/IMG_6763.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.canvas3d {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.container_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container_hero.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero_spacer {
  height: 120px;
}

.articles_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.articles_link {
  z-index: 999;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.26);
  -webkit-transition: all 200ms cubic-bezier(.165, .84, .44, 1);
  transition: all 200ms cubic-bezier(.165, .84, .44, 1);
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 28px;
  font-weight: 300;
  text-decoration: none;
}

.articles_link:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.49);
  color: #fff;
}

.articles_link.disable {
  opacity: 0.35;
  cursor: not-allowed;
}

.articles_item {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .section.vi {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .posters{
    width: 100%;
    height: auto;
  }

  .poster{
    height: auto;
    width: 100%;
  }

  .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column-reverse;
  }

  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-column-gap: 30px;
  }

  .menu__link {
    margin-left: 0px;
  }

  .hero_heading {
    font-size: 70px;
  }

  .bg {
    min-height: 50vh;
  }

  .sketchable {
    position: absolute;
    margin-bottom: 0vh;
  }

  .form {
    background-color: hsla(0, 0%, 100%, 0.86);
  }

  .section_hero.vi {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .section_points.vi {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .section_footer.vi {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .container_hero.left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .articles_link {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu {
    display: none;
  }

  ._3-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .hero-bottom {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .container.left {
    padding-right: 10px;
    padding-left: 10px;
  }

  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu {
    display: none;
    margin-top: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .menu__link {
    margin-left: 0px;
    font-size: 16px;
  }

  .hero_heading {
    font-size: 40px;
    line-height: 1.3;
  }

  .hero {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .hero.hero-h1-index {
    margin-top: 0vh;
    margin-bottom: 0vh;
  }

  ._3-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about__wrapper {
    padding-top: 30px;
  }

  .footer {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._2-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .career__wrapper {
    padding-top: 30px;
  }

  .sketchable {
    height: 640px;
  }

  .form {
    height: 90vh;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container_hero {
    min-height: auto;
  }

  .container_hero.left {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero_spacer {
    display: none;
  }

  .articles_link {
    margin-left: 0px;
    font-size: 16px;
  }
}

#w-node-fc52894b-f47f-a21f-a2f5-1c9dc5223e63-030b54b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c8ad1cea-cf2b-e54c-6aef-e21dd6008efb-030b54b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_00d04538-0301-5d36-4f02-a56ef1fb2209-030b54b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fc52894b-f47f-a21f-a2f5-1c9dc5223e63-5f0b54bc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c8ad1cea-cf2b-e54c-6aef-e21dd6008efb-5f0b54bc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_00d04538-0301-5d36-4f02-a56ef1fb2209-5f0b54bc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0e9644ed-06a7-2c36-105f-e3cc377dbafc-5f0b54bc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Euclidcircularb';
  src: url('../fonts/EuclidCircularB-Medium.woff2') format('woff2'), url('../fonts/EuclidCircularB-Medium.woff') format('woff'), url('../fonts/EuclidCircularB-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcircularb';
  src: url('../fonts/EuclidCircularB-Light.woff2') format('woff2'), url('../fonts/EuclidCircularB-Light.woff') format('woff'), url('../fonts/EuclidCircularB-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcircularb';
  src: url('../fonts/EuclidCircularB-Bold.woff2') format('woff2'), url('../fonts/EuclidCircularB-Bold.woff') format('woff'), url('../fonts/EuclidCircularB-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcircularb';
  src: url('../fonts/EuclidCircularB-SemiBold.woff2') format('woff2'), url('../fonts/EuclidCircularB-SemiBold.woff') format('woff'), url('../fonts/EuclidCircularB-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcircularb';
  src: url('../fonts/EuclidCircularB-Regular.woff2') format('woff2'), url('../fonts/EuclidCircularB-Regular.woff') format('woff'), url('../fonts/EuclidCircularB-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}