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

@font-face {
  font-family: "Gulfs Display";
  src: url("../fonts/GulfsDisplay-Normal.otf");
}
@font-face {
  font-family: "Bangers";
  src: url("../fonts/Bangers-Regular.ttf");
}
@font-face {
  font-family: "Owners";
  src: url("../fonts/Owners.otf");
}
* {
  box-sizing: border-box;
  cursor: none;
}

body {
  box-sizing: border-box;
  margin: 0;
  font-family: "Gulfs Display";
  background: #efeee4;
}
body.fixed {
  position: fixed;
  width: 100%;
}

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

img {
  max-width: 100%;
}

.fontPr {
  font-family: "Gulfs Display";
}

.fontSn {
  font-family: "Bangers";
}

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

a {
  text-decoration: none;
}

.container {
  position: relative;
  max-width: 1196px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0 24px;
  }
}

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

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.cursor {
  position: fixed;
  top: 0;
  left: -3px;
  z-index: 3000;
  pointer-events: none;
}
@media screen and (max-width: 1030px) {
  .cursor {
    display: none;
  }
}

.boxheading {
  padding: 5px 7px 5px 5px;
  background: #FFD600;
  color: #000000;
  border: 4px solid #000000;
  box-shadow: -7px 7px 0 0px #000000;
}
.boxheading h4 {
  font-family: "Bangers";
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .boxheading h4 {
    font-size: 20px;
    line-height: 21px;
  }
}

.header {
  position: relative;
  padding: 24px 0 10px;
  background: #000000;
  z-index: 2000;
}
.header__logo {
  position: relative;
  z-index: 20;
}
.header__toggle {
  display: none;
}
@media screen and (max-width: 1030px) {
  .header__toggle {
    display: flex;
    position: absolute;
    right: 24px;
    background: transparent;
    padding: 0;
    gap: 8px;
    flex-direction: column;
    border: 0;
    outline: 0;
    z-index: 20;
  }
  .header__toggle span {
    display: flex;
    width: 22px;
    height: 1px;
    background: #FFD600;
  }
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .header__wrapper {
    justify-content: center;
  }
}
@media screen and (max-width: 1030px) {
  .header__nav {
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: var(--app-height);
    padding: 150px 0 0;
    background: #000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .header__nav.show {
    opacity: 1;
    visibility: visible;
  }
}
.header__nav--menu {
  display: flex;
  gap: 72px;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .header__nav--menu {
    flex-direction: column;
    gap: 24px;
  }
}
.header__nav--menu--item a {
  display: flex;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}
.header__nav--menu--item a:hover {
  color: #FFD600;
  transform: rotate(-8deg);
}
@media screen and (max-width: 1030px) {
  .header__nav--menu--item a {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0em;
  }
}
.header__nav--menu--item:nth-child(2) a:hover {
  color: #FFD600;
  transform: rotate(8deg);
}
.header__nav--menu--item:nth-child(4) a:hover {
  color: #FFD600;
  transform: rotate(8deg);
}
.header__nav--mbbg {
  display: none;
}
@media screen and (max-width: 1030px) {
  .header__nav--mbbg {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .header__nav--mbbg img {
    width: 100%;
  }
}
.header__nav--star {
  display: none;
}
@media screen and (max-width: 1030px) {
  .header__nav--star {
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 20;
  }
  .header__nav--star.star2 {
    right: 120px;
    top: 20px;
    left: unset;
  }
  .header__nav--star.star3 {
    right: 30px;
    top: 60px;
    left: unset;
  }
}

.hero {
  position: relative;
  width: 100%;
  padding: 80px 0 130px;
  background: #FFD600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__content {
  position: relative;
}
@media screen and (max-width: 740px) {
  .hero__content {
    position: static;
  }
}
.hero__content--layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 740px) {
  .hero__content--layer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .hero__content--layer img {
    max-width: unset;
  }
}
.hero__content--logo {
  position: relative;
  z-index: 2;
}
.hero__bottomlayer {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
}
.hero__bottomlayer img {
  width: 100%;
}
@media screen and (max-width: 740px) {
  .hero__bottomlayer {
    bottom: -20px;
  }
}

.wtd {
  position: relative;
  padding: 240px 0 140px;
}
@media screen and (max-width: 740px) {
  .wtd {
    padding: 150px 0 80px;
  }
}
.wtd__wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .wtd__wrapper {
    flex-direction: column;
  }
}
.wtd__left {
  position: relative;
  max-width: 690px;
  width: 100%;
  padding: 55px 195px 55px 55px;
}
@media screen and (max-width: 740px) {
  .wtd__left {
    padding: 30px 70px 25px 25px;
  }
}
.wtd__left--heading {
  position: absolute;
  top: -95px;
  left: -2px;
  z-index: 2;
}
@media screen and (max-width: 740px) {
  .wtd__left--heading {
    max-width: 70%;
    top: -40px;
  }
}
.wtd__left--bg {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 740px) {
  .wtd__left--bg {
    width: 100%;
    height: 100%;
  }
  .wtd__left--bg img {
    width: 100%;
    height: 100%;
  }
}
.wtd__left--text {
  position: relative;
  z-index: 2;
}
.wtd__left--text p {
  position: relative;
  font-family: "Owners";
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.wtd__left--text p:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 740px) {
  .wtd__left--text p {
    font-size: 12px;
    line-height: 16px;
  }
  .wtd__left--text p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.wtd__right {
  position: relative;
  max-width: 450px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .wtd__right {
    margin-top: 160px;
  }
}
.wtd__right h4 {
  position: relative;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #000000;
  z-index: 3;
}
@media screen and (max-width: 740px) {
  .wtd__right h4 {
    font-size: 12px;
    line-height: 16px;
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
  }
}
.wtd__right--star1 {
  position: absolute;
  top: -250px;
  right: 0;
}
@media screen and (max-width: 740px) {
  .wtd__right--star1 {
    top: -200px;
    right: 50px;
  }
}
.wtd__right--star2 {
  position: absolute;
  top: -150px;
  right: -80px;
}
@media screen and (max-width: 740px) {
  .wtd__right--star2 {
    right: 10px;
    top: -100px;
  }
}
.wtd__right--star3 {
  position: absolute;
  bottom: -250px;
  left: 30px;
}
@media screen and (max-width: 740px) {
  .wtd__right--star3 {
    bottom: -170px;
  }
}
.wtd__right--cloudbig {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .wtd__right--cloudbig {
    max-width: 640px;
    width: 100vw;
  }
}
@media screen and (min-width: 1200px) {
  .wtd__right--cloudbig img {
    max-width: unset;
  }
}
.wtd__right--cloudsmall {
  position: absolute;
  bottom: -260px;
  right: -140px;
  z-index: 1;
}
@media screen and (max-width: 740px) {
  .wtd__right--cloudsmall {
    max-width: 180px;
    right: 0;
    bottom: -160px;
  }
}

.vanuedate {
  position: relative;
}
@media screen and (max-width: 1030px) {
  .vanuedate {
    margin-top: 160px;
  }
}
.vanuedate__wrapper {
  position: relative;
  max-width: 845px;
  width: 100%;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .vanuedate__wrapper {
    height: 108px;
  }
}
.vanuedate__banner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 740px) {
  .vanuedate__banner {
    width: 180px;
  }
}
.vanuedate__leftcloud {
  position: absolute;
  left: 230px;
  top: 10px;
}
@media screen and (max-width: 740px) {
  .vanuedate__leftcloud {
    width: 80px;
    left: 80px;
  }
}
.vanuedate__rightcloud {
  position: absolute;
  right: 230px;
  bottom: 0;
}
@media screen and (max-width: 740px) {
  .vanuedate__rightcloud {
    width: 80px;
    right: 80px;
  }
}
.vanuedate__star {
  position: absolute;
}
.vanuedate__star.star1 {
  left: 80px;
  bottom: 0;
}
@media screen and (max-width: 740px) {
  .vanuedate__star.star1 {
    width: 25px;
    left: 20px;
    bottom: -50px;
  }
}
.vanuedate__star.star2 {
  left: 140px;
  bottom: 80px;
}
@media screen and (max-width: 740px) {
  .vanuedate__star.star2 {
    width: 15px;
    left: 50px;
    bottom: -10px;
  }
}
.vanuedate__star.star3 {
  right: 140px;
  top: 80px;
}
@media screen and (max-width: 740px) {
  .vanuedate__star.star3 {
    width: 15px;
  }
}
.vanuedate__star.star4 {
  right: 80px;
  top: 0px;
}
@media screen and (max-width: 740px) {
  .vanuedate__star.star4 {
    width: 15px;
    top: 30px;
    right: 40px;
  }
}
.vanuedate__star.star5 {
  right: 0;
  top: 0;
}
@media screen and (max-width: 740px) {
  .vanuedate__star.star5 {
    width: 25px;
    top: 20px;
  }
}

.timeline {
  position: relative;
  padding: 160px 0 150px;
}
@media screen and (max-width: 740px) {
  .timeline {
    padding: 50px 0 30px;
  }
}
.timeline__heading {
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 2;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .timeline__heading {
    max-width: 70%;
    top: -35px;
  }
}
@media screen and (max-width: 740px) {
  .timeline__heading {
    top: -10px;
  }
}
.timeline__bg {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1030px) {
  .timeline__bg {
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .timeline__bg img {
    width: 100%;
    height: 100%;
  }
}
.timeline__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  padding: 32px;
}
@media screen and (min-width: 1030px) {
  .timeline__row {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 33px;
    padding: 95px 80px;
  }
}
@media screen and (max-width: 1030px) {
  .timeline__row {
    max-width: 90%;
    position: relative;
    margin: 0 auto;
    padding: 50px 32px 70px;
  }
}
@media screen and (max-width: 740px) {
  .timeline__row {
    max-width: 100%;
  }
}
.timeline__col {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .timeline__col {
    display: flex;
    justify-content: center;
  }
}
.timeline__col--time {
  position: absolute;
  top: 20px;
}
.timeline__col--heading {
  position: absolute;
  width: 100%;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
}
.timeline__col--heading h4 {
  font-family: "Bangers";
  font-size: 44px;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (max-width: 740px) {
  .timeline__col--heading h4 {
    font-size: 26px;
    line-height: 27px;
  }
}

.menu {
  position: relative;
  padding-bottom: 115px;
}
@media screen and (max-width: 740px) {
  .menu {
    padding-bottom: 90px;
  }
}
.menu__top {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1030px) {
  .menu__top {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
@media screen and (max-width: 740px) {
  .menu__top {
    gap: 10px;
  }
}
.menu__logo {
  margin-right: -50px;
  z-index: 2;
  transform: translateY(-15px);
}
@media screen and (max-width: 740px) {
  .menu__logo {
    max-width: 180px;
    margin-bottom: 40px;
  }
}
.menu__starter {
  position: relative;
}
@media screen and (max-width: 740px) {
  .menu__starter {
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .menu__starter--bg img {
    width: 100%;
  }
}
.menu__starter--heading {
  position: absolute;
  top: -30px;
  left: 50px;
}
@media screen and (max-width: 740px) {
  .menu__starter--heading {
    left: 20px;
  }
}
.menu__starter--heading h4 {
  position: relative;
  font-family: "Bangers";
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 740px) {
  .menu__starter--heading h4 {
    font-size: 20px;
    line-height: 21px;
  }
}
.menu__starter--text {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 515px;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  margin-top: -20px;
}
@media screen and (max-width: 575px) {
  .menu__starter--text {
    padding: 0 20px;
  }
}
.menu__starter--text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .menu__starter--text p {
    font-size: 16px;
    line-height: 22px;
  }
}
.menu__bottom {
  display: flex;
  gap: 25px;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .menu__bottom {
    flex-direction: column;
  }
}
@media screen and (max-width: 740px) {
  .menu__bottom {
    gap: 10px;
    margin-top: -55px;
  }
}
.menu__main {
  position: relative;
  max-width: 695px;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .menu__main {
    max-width: 100%;
  }
  .menu__main img {
    width: 100%;
  }
}
.menu__main--heading {
  position: absolute;
  top: 20px;
  left: 50px;
}
@media screen and (max-width: 740px) {
  .menu__main--heading {
    left: 20px;
    top: 0;
  }
}
.menu__main--heading h4 {
  position: relative;
  font-family: "Bangers";
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 740px) {
  .menu__main--heading h4 {
    font-size: 20px;
    line-height: 21px;
  }
}
.menu__main--text {
  position: absolute;
  top: 55%;
  left: 50%;
  max-width: 570px;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 740px) {
  .menu__main--text {
    padding: 0 40px;
  }
}
.menu__main--text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .menu__main--text p {
    font-size: 16px;
    line-height: 22px;
  }
}
.menu__main--text p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  .menu__main--text p:not(:last-child) {
    margin-bottom: 30px;
  }
}
.menu__dessert, .menu__drinks {
  position: relative;
}
@media screen and (max-width: 1030px) {
  .menu__dessert, .menu__drinks {
    max-width: 100%;
  }
  .menu__dessert img, .menu__drinks img {
    width: 100%;
  }
}
.menu__dessert--heading, .menu__drinks--heading {
  position: absolute;
  top: 5px;
  left: 50px;
}
@media screen and (max-width: 740px) {
  .menu__dessert--heading, .menu__drinks--heading {
    left: 20px;
  }
}
.menu__dessert--heading h4, .menu__drinks--heading h4 {
  position: relative;
  font-family: "Bangers";
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 740px) {
  .menu__dessert--heading h4, .menu__drinks--heading h4 {
    font-size: 20px;
    line-height: 21px;
  }
}
.menu__dessert--text, .menu__drinks--text {
  position: absolute;
  top: 55%;
  left: 50%;
  max-width: 360px;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 575px) {
  .menu__dessert--text, .menu__drinks--text {
    padding: 0 20px;
  }
}
.menu__dessert--text p, .menu__drinks--text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .menu__dessert--text p, .menu__drinks--text p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 740px) {
  .menu__more {
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .menu__drinks {
    margin-top: -55px;
  }
}
.menu__drinks--text {
  top: 60%;
}

.characters {
  position: relative;
  padding: 0 0 115px;
}
@media screen and (max-width: 740px) {
  .characters {
    padding-bottom: 40px;
  }
}
.characters__wrapper {
  position: relative;
  max-width: 995px;
  width: 100%;
  padding: 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .characters__wrapper {
    padding: 0 20px 35px;
  }
}
.characters__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.characters__bg img {
  width: 100%;
  height: 100%;
}
.characters__heading {
  position: relative;
  display: flex;
  justify-content: center;
  transform: translateY(-35px);
}
.characters__textbanner {
  position: relative;
  max-width: 775px;
  width: 100%;
  margin: 0 auto 25px;
}
@media screen and (max-width: 1030px) {
  .characters__textbanner--bg img {
    height: 275px;
  }
}
.characters__textbanner--text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 502px;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .characters__textbanner--text {
    padding: 0 25px;
  }
}
.characters__textbanner--text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}
.characters__textbanner--text p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .characters__textbanner--text p {
    font-size: 16px;
    line-height: 22px;
  }
}
.characters__textbanner--tag {
  position: absolute;
  right: -80px;
  bottom: -10px;
}
@media screen and (max-width: 1030px) {
  .characters__textbanner--tag {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 575px) {
  .characters__textbanner--tag {
    bottom: 0;
  }
}
.characters__search {
  position: relative;
  max-width: 450px;
  width: 100%;
  margin: 0 auto 40px;
}
.characters__search--icon {
  position: absolute;
  right: 25px;
  top: 13px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .characters__search--icon {
    top: 8px;
  }
  .characters__search--icon svg {
    width: 20px;
  }
}
.characters__search input {
  position: relative;
  width: 100%;
  padding: 6px 25px;
  font-family: "Bangers";
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  background: #ffffff;
  border: 6px solid #000000;
}
@media screen and (max-width: 575px) {
  .characters__search input {
    font-size: 17px;
    line-height: 22px;
    border-width: 4px;
  }
}
.characters__search input::-moz-placeholder {
  color: #000000;
}
.characters__search input::placeholder {
  color: #000000;
}
.characters__bottomwrapper {
  position: relative;
  width: 100%;
  height: 750px;
  z-index: 2;
}
.characters__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}
.characters__card--img {
  position: relative;
  margin-bottom: 30px;
}
.characters__card--img img {
  width: 100%;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
}
.characters__card--img::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 45px;
  left: 50%;
  bottom: -20px;
  background: url("../img/iam.svg");
  transform: translateX(-50%);
}
.characters__card h2, .characters__card--com, .characters__card--pos {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000000;
  margin-bottom: 3px;
}
.characters__card.hidden {
  display: none;
}
.characters .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.characters .swiper-slide {
  height: calc(40% - 30px) !important;
}
.characters .swiper-button-next::after,
.characters .swiper-button-prev::after {
  display: none;
}
.characters .swiper-button-prev {
  left: -140px;
  background: transparent;
  border: 0;
}
.characters .swiper-button-prev img {
  max-width: unset;
}
@media screen and (max-width: 1030px) {
  .characters .swiper-button-prev {
    left: 35%;
    bottom: 60px;
    top: unset;
    transform: translateY(10px);
  }
  .characters .swiper-button-prev img {
    max-width: 85px;
  }
}
@media screen and (max-width: 740px) {
  .characters .swiper-button-prev {
    left: 25%;
    bottom: 20px;
  }
}
.characters .swiper-button-next {
  right: -140px;
  background: transparent;
  border: 0;
}
.characters .swiper-button-next img {
  max-width: unset;
}
@media screen and (max-width: 1030px) {
  .characters .swiper-button-next {
    right: 35%;
    bottom: 60px;
    top: unset;
    transform: translateY(10px);
  }
  .characters .swiper-button-next img {
    max-width: 85px;
  }
}
@media screen and (max-width: 740px) {
  .characters .swiper-button-next {
    right: 25%;
    bottom: 20px;
  }
}
.characters__light {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1030px) {
  .characters__light {
    display: none;
  }
}
.characters__lightgun {
  position: absolute;
  left: 60px;
  bottom: -90px;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .characters__lightgun {
    display: none;
  }
}

.map {
  position: relative;
  padding: 70px 0 150px;
}
@media screen and (max-width: 740px) {
  .map {
    padding: 45px 0 130px;
  }
}
.map__wrapper {
  position: relative;
  display: flex;
  padding: 100px 100px 50px;
  gap: 20px;
  border: 9px solid #000000;
}
@media screen and (max-width: 1030px) {
  .map__wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 740px) {
  .map__wrapper {
    padding: 60px 20px 30px;
  }
}
.map__heading {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1030px) {
  .map__heading {
    top: -30px;
  }
}
@media screen and (max-width: 740px) {
  .map__heading {
    top: -20px;
    width: 75%;
  }
}
.map__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map__bg img {
  width: 100%;
  height: 100%;
}
.map__maplogo {
  position: relative;
}
.map__info {
  position: relative;
  z-index: 2;
}
.map__info--block {
  position: relative;
}
.map__info--block--heading {
  position: absolute;
  top: -30px;
  left: 20px;
}
.map__info--block--text {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 400px;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 740px) {
  .map__info--block--text {
    padding: 0 20px;
  }
}
.map__info--block--text p {
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 740px) {
  .map__info--block--text p {
    font-size: 12px;
    line-height: 16px;
  }
}
.map__info--block--text p:not(:last-child) {
  margin-bottom: 15px;
}
.map__info--block--text p a {
  color: inherit;
}
.map__info--block:nth-child(2) {
  margin-top: -45px;
}
@media screen and (max-width: 740px) {
  .map__info--block:nth-child(2) {
    margin-top: -20px;
  }
  .map__info--block:nth-child(2) .map__info--block--bg img {
    height: 150px;
  }
}
.map__info--block:nth-child(2) .map__info--block--heading {
  left: unset;
  right: -20px;
  top: -15px;
}
.map__info--block:nth-child(2) .map__info--block--text {
  bottom: 30px;
}
.map__info--block:nth-child(3) {
  margin-top: 20px;
}
@media screen and (max-width: 740px) {
  .map__info--block:nth-child(3) .map__info--block--bg img {
    height: 150px;
  }
}
.map__info--block:nth-child(3) .map__info--block--heading {
  top: -15px;
}
.map__info--block:nth-child(3) .map__info--block--text {
  bottom: -10px;
}

.gurdians {
  position: relative;
  z-index: 20;
}
.gurdians__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 150px 18px 108px;
  gap: 10px;
  background: #FFD600;
  border: 9px solid #000000;
}
@media screen and (max-width: 740px) {
  .gurdians__wrapper {
    padding: 50px 20px 50px;
  }
}
.gurdians__heading {
  position: absolute;
  top: -60px;
}
@media screen and (max-width: 740px) {
  .gurdians__heading {
    width: 75%;
    left: 50px;
    top: -40px;
  }
}
.gurdians__single {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 740px) {
  .gurdians__single {
    width: 48%;
  }
}
.gurdians__single--info {
  position: absolute;
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 20;
  top: 55px;
  left: 39%;
  padding: 40px 30px 50px;
  opacity: 0;
  visibility: hidden;
  z-index: 200;
}
@media screen and (max-width: 740px) {
  .gurdians__single--info {
    width: 100vw;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .gurdians__single--info {
    top: 0;
    left: unset;
    right: -90%;
  }
}
.gurdians__single--info img {
  position: absolute;
  top: 0;
  left: 0;
}
.gurdians__single--info h4 {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 15px;
  z-index: 2;
}
.gurdians__single--info p {
  position: relative;
  font-family: "Owners";
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.03em;
  text-align: left;
  z-index: 2;
}
.gurdians__single--info .box-hide {
  position: absolute;
  left: -10px;
  top: -9px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 0;
  padding: 0;
}
.gurdians__single--info a {
  display: inline-flex;
  z-index: 222;
  position: relative;
  bottom: -20px;
}
.gurdians__single--info a h4 {
  margin: 0;
}
.gurdians__single:nth-child(even) {
  margin-left: -30px;
  z-index: 1;
}
@media screen and (max-width: 740px) {
  .gurdians__single:nth-child(even) {
    margin-left: -12px;
  }
  .gurdians__single:nth-child(even) .gurdians__single--info {
    left: unset;
    right: -12px;
  }
}
.gurdians__single.zup {
  z-index: 20;
}
.gurdians__single--cta {
  position: absolute;
  top: -12px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 0;
  outline: 0;
  z-index: 2;
}
.gurdians__single--cta.right {
  right: 25px;
}
.gurdians__single.alt .gurdians__single--cta {
  right: 32px;
}
@media screen and (min-width: 1200px) {
  .gurdians__single.right .gurdians__single--info {
    right: unset;
    left: -90%;
  }
}

.footer {
  position: relative;
  margin-top: 150px;
  padding: 27px 0;
  background: #000000;
}
@media screen and (max-width: 740px) {
  .footer {
    margin-top: 100px;
  }
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 740px) {
  .footer__wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.footer__credit {
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .footer__credit {
    width: 45%;
  }
}
.footer__credit p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: uppercase;
}
.footer__credit p a {
  color: inherit;
}
@media screen and (max-width: 575px) {
  .footer__copy {
    order: 3;
  }
}
.footer__copy p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}/*# sourceMappingURL=app.css.map */