:root {
  --app-height: 100%;
}

@font-face {
  font-family: "Digital-7";
  src: url("../fonts/digital-7.ttf");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  font-family: "Orbitron", sans-serif;
}

body.fixed {
  position: fixed;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

p {
  font-family: "Poppins", sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.container {
  position: relative;
  padding: 0 20px;
}

.span-line,
.span-line-inner {
  display: inline-block;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #9300b7;
  padding: 20px 8vw;
  z-index: 1000;
}

@media screen and (max-width: 1030px) {
  .header {
    background: transparent;
    padding: 20px;
  }
}

.header__mobileToggle {
  display: none;
}

@media screen and (max-width: 1030px) {
  .header__mobileToggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent;
    border: 0;
    gap: 5px;
    position: absolute;
    right: 20px;
    z-index: 2;
  }
  .header__mobileToggle span {
    width: 22px;
    height: 0.1em;
    background: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__mobileToggle.active span:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
  }
  .header__mobileToggle.active span:nth-child(2) {
    opacity: 0;
  }
  .header__mobileToggle.active span:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
  }
}

@media screen and (max-width: 1030px) {
  .header__nav {
    position: absolute;
    width: 100%;
    width: 100%;
    height: var(--app-height);
    background: #9300b7;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  .header__nav.show {
    opacity: 1;
    visibility: visible;
  }
}

.header__nav--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1030px) {
  .header__nav--menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    gap: 30px;
  }
}

.header__nav--menu--item a {
  font-size: 20.667px;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: -65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 90px;
  overflow: hidden;
}

@media screen and (max-width: 1030px) {
  .hero {
    padding: 140px 20px 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.hero__banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero__banner img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1030px) {
  .hero__banner img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}

@media screen and (max-width: 1030px) {
  .hero__banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 467px;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.35%, #081c62), color-stop(90.98%, rgba(147, 0, 183, 0)));
    background: linear-gradient(180deg, #081c62 0.35%, rgba(147, 0, 183, 0) 90.98%);
    z-index: 1;
  }
  .hero__banner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 467px;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.35%, #081c62), color-stop(90.98%, rgba(147, 0, 183, 0)));
    background: linear-gradient(0deg, #081c62 0.35%, rgba(147, 0, 183, 0) 90.98%);
    z-index: 1;
  }
}

.hero__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 8vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  margin-right: -2vw;
}

@media screen and (max-width: 1030px) {
  .hero__heading {
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.hero__heading--word {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.hero__heading--word:nth-child(1) {
  margin-right: 7vw;
}

@media screen and (max-width: 1030px) {
  .hero__heading--word:nth-child(1) {
    max-width: 310px;
    margin-right: 0;
    margin: 0 auto;
  }
}

.hero__heading--word:nth-child(2) {
  position: absolute;
  width: 18%;
  z-index: 2;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1030px) {
  .hero__heading--word:nth-child(2) {
    width: 41%;
    z-index: 2;
    left: -24px;
    -webkit-transform: translate(0);
            transform: translate(0);
    bottom: -12px;
  }
}

.hero__heading--word:nth-child(3) {
  margin-left: -80px;
}

@media screen and (max-width: 1030px) {
  .hero__heading--word:nth-child(3) {
    max-width: 310px;
    margin-left: auto;
  }
}

.hero__heading--word img,
.hero__heading--word svg {
  width: 100%;
}

.hero__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  z-index: 2;
}

.hero__text h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff03c;
}

@media screen and (max-width: 1030px) {
  .hero__text h3 {
    text-align: center;
    font-size: 32px;
    line-height: normal;
    text-transform: uppercase;
  }
}

.about {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 150px 0 100px;
  margin-top: -5px;
}

@media screen and (max-width: 1030px) {
  .about {
    padding: 60px 0;
  }
}

.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__pattern {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1030px) {
  .about__pattern {
    left: -100px;
  }
}

.about__dots {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1030px) {
  .about__dots {
    display: none;
  }
}

.about__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

@media screen and (max-width: 1030px) {
  .about__heading {
    padding: 0 20px;
  }
}

.about__heading--title h2 {
  font-size: 9.2vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#3ddeed), to(#30256d));
  background: linear-gradient(180deg, #3ddeed 0%, #30256d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1030px) {
  .about__heading--title h2 {
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    width: 180px;
  }
}

.about__heading--year {
  margin-top: -35px;
}

.about__heading--year h3 {
  font-size: 64px;
  line-height: 40px;
  color: #9300b7;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1030px) {
  .about__heading--year h3 {
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
  }
}

@media screen and (max-width: 1030px) {
  .about__heading--year {
    margin-top: -10px;
  }
  .about__heading--year img {
    width: 100%;
  }
}

.about__heading--text {
  margin-top: 50px;
}

@media screen and (max-width: 1030px) {
  .about__heading--text {
    margin-top: 30px;
  }
}

.about__heading--text h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff03c;
}

@media screen and (max-width: 1030px) {
  .about__heading--text h3 {
    font-size: 32px;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
  }
}

.about__info {
  position: relative;
  z-index: 1;
  margin-top: 190px;
  padding: 0 5vw;
  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;
}

@media screen and (max-width: 1030px) {
  .about__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 45px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.about__info--block {
  width: 25%;
}

@media screen and (max-width: 1030px) {
  .about__info--block {
    width: 100%;
    text-align: center;
  }
}

.about__info--block h4 {
  color: #fff03c;
  font-size: 21px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 6.334px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1900px) {
  .about__info--block h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1600px) {
  .about__info--block h4 {
    font-size: 14px;
  }
}

.about__info--block h6 {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6.334px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1650px) {
  .about__info--block h6 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1600px) {
  .about__info--block h6 {
    font-size: 14px;
  }
}

.about__info--block h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff03c;
  font-size: 88.72px;
  font-weight: 700;
  line-height: normal;
  margin-top: -15px;
}

@media screen and (max-width: 1900px) {
  .about__info--block h3 {
    font-size: 75px;
  }
}

@media screen and (max-width: 1600px) {
  .about__info--block h3 {
    font-size: 65px;
  }
}

@media screen and (max-width: 1030px) {
  .about__info--block h3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.about__info--block h3 span.pm {
  display: inline-block;
  font-size: 21.112px;
  font-style: normal;
  font-weight: 400;
  text-align: right;
  margin-left: 7px;
  margin-top: 12px;
}

@media screen and (max-width: 1900px) {
  .about__info--block h3 span.pm {
    font-size: 16px;
  }
}

@media screen and (max-width: 1600px) {
  .about__info--block h3 span.pm {
    font-size: 14px;
  }
}

.about__info--block:nth-child(2) h4,
.about__info--block:nth-child(2) h3 {
  color: #ff3d89;
}

.about__info--block:nth-child(3) h4,
.about__info--block:nth-child(3) h3 {
  color: #ff6c75;
}

.about__info--block:nth-child(4) h4,
.about__info--block:nth-child(4) h3 {
  color: #ffa85b;
}

.info {
  position: relative;
  overflow: hidden;
  margin-top: -8px;
  background: #140a49;
}

@media screen and (max-width: 1030px) {
  .info {
    background: #140a49;
  }
}

.info__anim {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1030px) {
  .info__anim {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.info__anim--right {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}

@media screen and (max-width: 1030px) {
  .info__anim--right {
    display: none;
  }
}

.info__anim--left {
  position: absolute;
  left: 60px;
  top: 60px;
  z-index: 2;
}

@media screen and (max-width: 1030px) {
  .info__anim--left {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.info__anim svg {
  width: 100%;
}

@media screen and (max-width: 1030px) {
  .info__anim svg {
    height: unset !important;
    -webkit-transform: scale(2.5) !important;
            transform: scale(2.5) !important;
    display: block;
  }
}

.info__text {
  position: absolute;
  bottom: 100px;
  left: 0;
  max-width: 30vw;
  width: 100%;
  padding: 70px 3vw;
  background: rgba(21, 19, 70, 0.9);
  z-index: 2;
}

@media screen and (max-width: 1030px) {
  .info__text {
    position: relative;
    max-width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 1030px) {
  .info__text--block {
    text-align: center;
  }
}

.info__text--block:not(:last-child) {
  margin-bottom: 4vh;
}

@media screen and (max-width: 1030px) {
  .info__text--block:not(:last-child) {
    margin-bottom: 80px;
  }
}

.info__text--block h4 {
  color: #ff3d89;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
}

@media screen and (max-width: 1030px) {
  .info__text--block h4 {
    font-size: 20px;
  }
}

.info__text--block p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

@media screen and (max-width: 1030px) {
  .info__text--block p {
    font-size: 16px;
  }
}

.countdown {
  position: relative;
  padding: 170px 0 0;
  min-height: 100vh;
  margin-top: -5px;
  overflow: hidden;
}

.countdown__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.countdown__bg img {
  width: 100%;
  height: 100%;
}

.countdown__leftbg {
  position: absolute;
  left: 0;
  top: 0;
}

.countdown__wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1030px) {
  .countdown__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.countdown__left {
  position: relative;
  max-width: 40vw;
}

@media screen and (max-width: 1030px) {
  .countdown__left {
    max-width: 100%;
  }
}

.countdown__left--heading {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -50px;
  z-index: 2;
}

.countdown__left--heading img {
  max-width: 25vw;
}

@media screen and (max-width: 1030px) {
  .countdown__left--heading img {
    max-width: 190px;
    max-height: 71px;
    margin: 0 auto;
  }
}

.countdown__left--heading--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
}

@media screen and (max-width: 1030px) {
  .countdown__left--heading--bottom img {
    margin-left: auto;
  }
}

.countdown__left--heading--bottom .spark {
  margin-right: -55px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1030px) {
  .countdown__left--heading--bottom .spark {
    margin-right: -25px;
    margin-top: -35px;
  }
}

.countdown__left--heading--bottom .spark svg {
  width: 5.5vw;
}

@media screen and (max-width: 1030px) {
  .countdown__left--heading--bottom .spark svg {
    width: 45px;
  }
}

@media screen and (max-width: 1030px) {
  .countdown__left--lighting {
    width: 100%;
    margin-top: -50px;
  }
}

.countdown__left--lighting img {
  width: 100%;
}

.countdown__right {
  position: relative;
  width: 60vw;
  padding-right: 9vw;
  padding-top: 4vw;
  margin-left: -5vw;
  padding-left: 2vw;
}

@media screen and (max-width: 1600px) {
  .countdown__right {
    padding-right: 10vw;
    padding-top: 2vw;
    padding-left: 0;
  }
}

@media screen and (max-width: 1030px) {
  .countdown__right {
    width: 100%;
    padding: 0 20px 60px;
    margin: 0;
  }
}

.countdown__right--bg {
  position: absolute;
  top: -70px;
  left: -70px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1030px) {
  .countdown__right--bg {
    display: none;
  }
}

.countdown__right--bg svg {
  width: 100%;
  height: 100%;
}

.countdown .border {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.countdown .border svg {
  width: 100%;
  height: 100%;
}

.countdown__destdate {
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 1030px) {
  .countdown__destdate {
    margin-top: 80px;
  }
}

.countdown__destdate--heading {
  position: relative;
  padding: 12px;
  margin-bottom: 10px;
}

.countdown__destdate--heading h5 {
  position: relative;
  color: #ffffff;
  font-size: 16.619px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}

.countdown__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 18px;
}

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

.countdown__block h4 {
  position: relative;
  color: #ff1776;
  font-family: "Digital-7";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  width: 40%;
}

@media screen and (max-width: 1600px) {
  .countdown__block h4 {
    font-size: 65px;
  }
}

@media screen and (max-width: 1500px) {
  .countdown__block h4 {
    font-size: 60px;
  }
}

@media screen and (max-width: 1030px) {
  .countdown__block h4 {
    font-size: 54px;
  }
}

.countdown__block h4.month {
  width: 35%;
}

.countdown__block h4.day {
  width: 25%;
}

.countdown__block--date {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.countdown__block--date--heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  margin-bottom: 8px;
}

.countdown__block--date--heading .border {
  display: block;
}

.countdown__block--date--heading h5 {
  position: relative;
  color: #ffffff;
  width: 40%;
  font-size: 16.619px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}

.countdown__block--date--heading h5.month {
  width: 35%;
}

.countdown__block--date--heading h5.day {
  width: 25%;
}

.countdown__block--date--number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

@media screen and (max-width: 1030px) {
  .countdown__block--date--number {
    padding: 10px 15px;
  }
}

.countdown__block--time {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.countdown__block--time .hour__heading {
  position: relative;
  padding: 12px;
  margin-bottom: 8px;
}

.countdown__block--time .hour__heading h5 {
  position: relative;
  color: #ffffff;
  font-size: 16.619px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}

.countdown__block--time .hour__number {
  position: relative;
  padding: 20px 40px;
}

@media screen and (max-width: 1030px) {
  .countdown__block--time .hour__number {
    padding: 10px 15px;
  }
  .countdown__block--time .hour__number h4 {
    width: unset;
  }
}

.countdown__block--time .minute__heading {
  position: relative;
  padding: 12px;
  margin-bottom: 8px;
}

.countdown__block--time .minute__heading h5 {
  position: relative;
  color: #ffffff;
  font-size: 16.619px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}

.countdown__block--time .minute__number {
  position: relative;
  padding: 20px 40px;
}

@media screen and (max-width: 1030px) {
  .countdown__block--time .minute__number {
    padding: 10px 15px;
  }
  .countdown__block--time .minute__number h4 {
    width: unset;
  }
}

.countdown__block--time--ampm h6 {
  font-size: 12.836px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  color: #ffffff;
}

.countdown__block--time--ampm h6 svg {
  display: block;
}

.countdown__block--time--ampm h6:not(:last-child) {
  margin-bottom: 18px;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

.location {
  position: relative;
  margin-top: -5px;
}

.location__map {
  width: 100%;
}

.location__map img {
  width: 100%;
}

.location__info {
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

@media screen and (max-width: 1030px) {
  .location__info {
    bottom: 115px;
  }
}

.location__info h3 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
  color: #fff03c;
  text-transform: uppercase;
}

@media screen and (max-width: 1030px) {
  .location__info h3 {
    font-size: 28px;
    line-height: 32px;
  }
}

.location__info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1030px) {
  .location__info ul {
    gap: 10px;
  }
}

.location__info ul li {
  font-size: 18px;
  color: #fff03c;
}

@media screen and (max-width: 1030px) {
  .location__info ul li {
    font-size: 14px;
  }
}

.location__pointer {
  position: absolute;
  top: 34%;
  left: 21vw;
  -webkit-animation: blink 1.4s linear infinite;
          animation: blink 1.4s linear infinite;
}

@media screen and (max-width: 1750px) {
  .location__pointer {
    left: 17%;
    top: 32%;
  }
}

@media screen and (max-width: 1440px) {
  .location__pointer {
    left: 15%;
  }
}

@media screen and (max-width: 1340px) {
  .location__pointer {
    left: 13%;
  }
}

@media screen and (max-width: 1030px) {
  .location__pointer {
    left: 0;
  }
  .location__pointer img {
    max-width: 210px;
  }
}

.location__mobilebtn {
  display: none;
}

@media screen and (max-width: 1030px) {
  .location__mobilebtn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    display: block;
    width: calc(100% - 40px);
    font-size: 24.829px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
    padding: 12px;
    border-radius: 6.564px;
    border: 2px solid #fff;
    background: #9300b7;
    text-align: center;
  }
}

.attendess {
  position: relative;
  min-height: 100vh;
  padding: 115px 0;
  margin-top: -10px;
  overflow: hidden;
}

@media screen and (max-width: 1030px) {
  .attendess {
    padding: 60px 0;
  }
}

.attendess__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.attendess__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.attendess__globe {
  position: absolute;
  max-width: 500px;
  width: 100%;
  left: -250px;
  top: 50px;
}

@media screen and (max-width: 1030px) {
  .attendess__globe {
    display: none;
  }
}

.attendess__globe svg {
  width: 100%;
}

.attendess__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1030px) {
  .attendess__arrow {
    display: none;
  }
}

.attendess__header {
  position: relative;
  z-index: 2;
  max-width: 75vw;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1030px) {
  .attendess__header {
    padding: 0 20px;
    max-width: 100%;
  }
}

.attendess__header--heading--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1030px) {
  .attendess__header--heading--top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.attendess__header--heading--top .digital,
.attendess__header--heading--top .podge {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 35vw;
}

@media screen and (max-width: 1030px) {
  .attendess__header--heading--top .digital,
  .attendess__header--heading--top .podge {
    max-width: 100%;
  }
}

.attendess__header--heading--top .digital img,
.attendess__header--heading--top .podge img {
  width: 100%;
}

@media screen and (max-width: 1030px) {
  .attendess__header--heading--top .digital img,
  .attendess__header--heading--top .podge img {
    width: 230px;
  }
}

@media screen and (max-width: 1030px) {
  .attendess__header--heading--top .podge {
    margin-left: 30px;
  }
}

.attendess__header--heading--top .spark {
  position: relative;
  margin-left: -35px;
  margin-right: -75px;
  z-index: 2;
}

@media screen and (max-width: 1030px) {
  .attendess__header--heading--top .spark {
    position: absolute;
    bottom: 0;
    left: 90px;
  }
}

.attendess__header--heading--top .spark img {
  width: 7vw;
}

@media screen and (max-width: 1030px) {
  .attendess__header--heading--top .spark img {
    width: 50px;
  }
}

.attendess__header--heading--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -150px;
}

@media screen and (max-width: 1030px) {
  .attendess__header--heading--bottom {
    margin-top: -65px;
  }
}

@media screen and (max-width: 1030px) {
  .attendess__header--heading--bottom img {
    width: 100%;
  }
}

.attendess__header--search {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: -30px auto 0;
}

@media screen and (max-width: 1030px) {
  .attendess__header--search {
    margin-top: 0;
  }
}

.attendess__header--search input {
  position: relative;
  width: 100%;
  padding: 20px;
  border: 1px solid #ffffff;
  background: transparent;
  font-size: 19.689px;
  font-weight: 700;
  color: #ffffff;
}

.attendess__header--search input::-webkit-input-placeholder {
  color: #ffffff;
}

.attendess__header--search input:-ms-input-placeholder {
  color: #ffffff;
}

.attendess__header--search input::-ms-input-placeholder {
  color: #ffffff;
}

.attendess__header--search input::placeholder {
  color: #ffffff;
}

.attendess__header--search .searchicon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1030px) {
  .attendess__header--search .searchicon svg {
    width: 20px;
  }
}

.attendess__sliderwrapper {
  position: relative;
  max-width: 75vw;
  width: 100%;
  margin: 30px auto 0;
}

@media screen and (max-width: 1030px) {
  .attendess__sliderwrapper {
    max-width: 100%;
  }
}

.attendess__next, .attendess__prev {
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

.attendess__next {
  right: -5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1030px) {
  .attendess__next {
    top: unset;
    bottom: -35px;
    right: 35%;
  }
}

.attendess__prev {
  left: -5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1030px) {
  .attendess__prev {
    top: unset;
    bottom: -35px;
    left: 35%;
  }
}

.attendess .swiper {
  width: 100%;
  height: 620px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .attendess .swiper {
    height: 680px;
  }
}

.attendess .swiper-slide {
  height: calc(100% / 2 - 20px) !important;
}

@media screen and (max-width: 1030px) {
  .attendess .swiper-slide {
    height: calc(100% / 2 - 50px) !important;
  }
}

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

.attendess__card.hidden {
  display: none;
}

.attendess__card--img {
  margin-bottom: 20px;
}

.attendess__card--img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.attendess__card--details {
  text-align: center;
}

.attendess__card--details .inmate__name {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

@media screen and (max-width: 1600px) {
  .attendess__card--details .inmate__name {
    font-size: 16px;
  }
}

.attendess__card--pos, .attendess__card--com {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}

.menu {
  position: relative;
  min-height: 100vh;
  padding: 270px 0 100px;
}

@media screen and (max-width: 1500px) {
  .menu {
    padding: 240px 0 100px;
  }
}

@media screen and (max-width: 1500px) {
  .menu {
    padding: 120px 0 60px;
  }
}

.menu__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.menu__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu__line {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  width: 100%;
  -webkit-animation: blink 2s linear infinite;
          animation: blink 2s linear infinite;
}

.menu__line img {
  width: 100%;
}

.menu__ground {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.menu__ground img {
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .menu__ground img {
    height: 550px;
  }
}

@media screen and (max-width: 1300px) {
  .menu__ground img {
    height: 650px;
  }
}

.menu__arrow {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 1030px) {
  .menu__arrow {
    display: none;
  }
}

.menu__content {
  position: relative;
  z-index: 2;
}

.menu__heading {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 1030px) {
  .menu__heading {
    margin-bottom: 30px;
  }
}

.menu__heading h2 {
  color: #ff3d89;
  text-align: center;
  font-size: 88.72px;
  font-weight: 700;
  line-height: 135.078px;
  text-transform: uppercase;
}

@media screen and (max-width: 1030px) {
  .menu__heading h2 {
    font-size: 20px;
    line-height: 1;
  }
}

.menu__row {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5vw;
}

@media screen and (max-width: 1380px) {
  .menu__row {
    padding: 0 50px;
  }
}

@media screen and (max-width: 1030px) {
  .menu__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.menu__col {
  position: relative;
  max-width: 370px;
}

@media screen and (max-width: 1030px) {
  .menu__col {
    width: 100%;
    text-align: center;
  }
}

.menu__col h4 {
  color: #fff03c;
  font-size: 28.954px;
  font-weight: 700;
  line-height: normal;
  margin-top: 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1030px) {
  .menu__col h4 {
    font-size: 16px;
    line-height: normal;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1030px) {
  .menu__icon img {
    max-width: 60px;
    max-height: 64px;
  }
}

.menu__list {
  text-align: left;
}

@media screen and (max-width: 1030px) {
  .menu__list {
    text-align: center;
  }
}

.menu__list li:not(:last-child) {
  margin-bottom: 35px;
}

.menu__list li p {
  color: #fff;
  font-size: 23.163px;
  font-weight: 300;
  line-height: normal;
}

@media screen and (max-width: 1030px) {
  .menu__list li p {
    font-size: 16px;
    line-height: normal;
  }
}

.patrons {
  position: relative;
  min-height: 100vh;
  padding: 115px 115px 160px;
  margin-top: -5px;
}

@media screen and (max-width: 1030px) {
  .patrons {
    padding: 50px 20px;
  }
}

.patrons__particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.patrons__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.patrons__bg img {
  width: 100%;
  height: 100%;
}

.patrons__heading {
  position: relative;
  text-align: center;
  max-width: 865px;
  width: 100%;
  margin: 0 auto 100px;
}

.patrons__heading h3 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

@media screen and (max-width: 1030px) {
  .patrons__heading h3 {
    font-size: 20px;
  }
}

.patrons__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5vw;
  z-index: 2;
}

@media screen and (max-width: 1030px) {
  .patrons__row {
    gap: 40px;
  }
}

.patrons__col {
  position: relative;
}

.patrons__col a {
  display: block;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.patrons__col a:hover {
  opacity: 1;
}

@media screen and (min-width: 1030px) {
  .patrons__col a img {
    width: 232px;
    max-height: 150px;
    position: relative;
    z-index: 200;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.patrons__col img {
  max-width: 200px;
}

@media screen and (max-width: 1030px) {
  .patrons__col {
    width: calc(50% - 40px);
  }
  .patrons__col img {
    width: 100%;
  }
}

.bottomBanner {
  position: relative;
  min-height: 100vh;
  padding: 120px 0;
  margin-top: -5px;
}

@media screen and (max-width: 1030px) {
  .bottomBanner {
    padding: 60px 20px;
  }
}

.bottomBanner__particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.bottomBanner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bottomBanner__bg img {
  width: 100%;
  height: 100%;
}

.bottomBanner__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.bottomBanner__bottom img {
  width: 100%;
}

.bottomBanner__row {
  position: relative;
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1030px) {
  .bottomBanner__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

@media screen and (max-width: 1030px) {
  .bottomBanner__left {
    width: 100%;
  }
  .bottomBanner__left img {
    width: 100%;
  }
}

.bottomBanner__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 520px;
  width: 100%;
  z-index: 2;
}

.bottomBanner__right img {
  width: 100%;
}

.bottomBanner__right--heading {
  margin: 45px 0 35px;
}

.bottomBanner__right--heading .podge {
  margin-top: -10px;
}

.bottomBanner__right a {
  position: relative;
}

.bottomBanner__right a .line {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
}

.bottomBanner__right a span {
  position: relative;
  z-index: 2;
}

.bottomBanner__right a span:not(.line) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 269px;
  height: 60px;
  border: 2px solid #ff1c98;
  background: #ff1c98;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.bottomBanner__right a b {
  font-weight: 700;
  margin-left: 5px;
}

.footer {
  position: relative;
  padding: 50px 70px;
  background: #9300b7;
  margin-top: -10px;
}

@media screen and (max-width: 1030px) {
  .footer {
    padding: 20px;
  }
}

.footer__row {
  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;
}

@media screen and (max-width: 1030px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 1030px) {
  .footer__col {
    padding: 20px 0;
  }
  .footer__col:not(:nth-child(2)) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer__col:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__col:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer__col:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.footer__col p {
  font-size: 24px;
  font-weight: 300;
  line-height: 70px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  color: #ffffff;
}

.footer__col p a {
  color: #ffffff;
}

@media screen and (max-width: 1500px) {
  .footer__col p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1030px) {
  .footer__col p {
    font-size: 14.892px;
    line-height: normal;
  }
}

.footer__col p.copy {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 7px;
}

.gallery {
  position: relative;
  min-height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.31%, #1b1454), to(#121444));
  background: linear-gradient(180deg, #1b1454 15.31%, #121444 100%);
  margin-top: -5px;
  overflow: hidden;
  padding: 70px 0 60px;
}

@media screen and (max-width: 1030px) {
  .gallery {
    padding: 50px 20px 120px;
    min-height: unset;
  }
}

.gallery__leftdots {
  position: absolute;
  left: -300px;
  top: 0;
}

.gallery__rightdots {
  position: absolute;
  right: -500px;
  top: 0;
}

.gallery__heading {
  position: relative;
  max-width: 1005px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 575px) {
  .gallery__heading {
    margin-bottom: 45px;
  }
}

.gallery__heading h3 {
  font-size: 26.737px;
  line-height: 38.991px;
  text-transform: uppercase;
  color: #ffffff;
}

@media screen and (max-width: 1030px) {
  .gallery__heading h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.gallery__heading h3 span {
  color: #fff03c;
}

.gallery__phase {
  position: relative;
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
}

.gallery__dates {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: -55px;
  z-index: 20;
}

@media screen and (max-width: 1030px) {
  .gallery__dates {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.gallery__dates .numberHeading {
  display: block;
  font-size: 17.096px;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}

.gallery__dates .border {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery__dates .border svg {
  width: 100%;
  height: 100%;
}

.gallery__dates .nummberWrapper {
  position: relative;
  padding: 17px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000823;
  border-radius: 7px;
}

.gallery__dates .nummberWrapper .number {
  position: relative;
  font-family: "Bebas Neue";
  font-size: 78.917px;
  line-height: 70px;
  color: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-0.01%, #1c1c1c), color-stop(27.02%, #2e2e2e), color-stop(46.82%, #343434), color-stop(99.99%, #2d2d2d));
  background: linear-gradient(0deg, #1c1c1c -0.01%, #2e2e2e 27.02%, #343434 46.82%, #2d2d2d 99.99%);
  z-index: 2;
  padding: 8px;
  border-radius: 5px;
}

@media screen and (max-width: 1030px) {
  .gallery__dates .nummberWrapper .number {
    font-size: 40px;
    line-height: 40px;
  }
}

.gallery__dates .nummberWrapper .number::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background: #000000;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 0 5px 0px black;
          box-shadow: 0 0 5px 0px black;
}

.gallery__sliderwrapper {
  position: relative;
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .gallery__sliderwrapper {
    max-width: 1140px;
  }
}

@media screen and (max-width: 1320px) {
  .gallery__sliderwrapper {
    max-width: 1040px;
  }
}

.gallery__slider {
  position: relative;
  overflow: hidden;
}

.gallery__banner {
  position: relative;
}

.gallery__banner--agency {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  background: #000823;
  z-index: 2;
  border-radius: 25px;
  display: none;
}

.gallery__banner--agency h3 {
  max-width: 80%;
  font-size: 8vw;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
}

.gallery__banner--img {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.gallery__banner--img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery .glprev,
.gallery .glNext {
  position: absolute;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 20;
}

.gallery .glprev {
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media screen and (max-width: 1030px) {
  .gallery .glprev {
    left: 35%;
    bottom: -65px;
    top: unset;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.gallery .glNext {
  right: -80px;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media screen and (max-width: 1030px) {
  .gallery .glNext {
    right: 35%;
    bottom: -65px;
    top: unset;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*# sourceMappingURL=app.css.map */