@font-face {
  font-family: Newsagent;
  src: url('../fonts/Newsagent-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  margin-bottom: 10px;
}

.body {
  color: #dfdfdf;
  text-transform: uppercase;
  background-color: #0e0e0e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.container {
  max-width: 1200px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.logo {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.5vw;
  line-height: 120%;
  display: none;
}

.frame-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.image {
  width: 100%;
}

.nav {
  z-index: 2;
  cursor: pointer;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-top: 12px;
  margin-bottom: 20px;
  position: relative;
}

.link-block {
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.text-link {
  color: #ff69b4;
  text-align: center;
  letter-spacing: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.tour {
  z-index: 2;
  padding-top: 60px;
  position: relative;
}

.contact {
  margin-bottom: 90px;
  padding-top: 60px;
}

.rich-text-block {
  color: #dbdbdb;
  text-align: center;
}

.heading {
  color: #fff;
  margin-top: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  line-height: 100%;
}

.paragraph {
  color: #e2e2e2;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.noise {
  z-index: -3;
  opacity: .3;
  mix-blend-mode: normal;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  position: fixed;
  inset: 0%;
}

.div-block {
  margin-bottom: 0;
}

.text-block {
  color: #c1badc;
  text-align: center;
  font-family: futmed;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.html-embed {
  color: #e6e6e6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.grid {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: futmed;
  font-weight: 500;
  display: flex;
}

.footer-link {
  color: #dbdbdb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.section {
  margin-bottom: 40px;
}

.text-block-2 {
  color: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.container-2 {
  max-width: 600px;
}

.div-block-6 {
  text-align: center;
}

.div-block-9 {
  text-align: center;
  grid-template-rows: auto;
  grid-auto-flow: row;
  place-items: center;
  margin-top: 20px;
}

.heading-2 {
  color: #da0309;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  display: inline-block;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 6px;
  padding: 16px 20px 14px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.div-block-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
}

.image-2 {
  opacity: 1;
  border-style: none;
  border-radius: 4px;
  width: 100%;
}

.text-block-3 {
  color: #1e1e1e;
  border: 2px solid #232323;
  border-radius: 20px;
  flex: 0 auto;
  padding: 4px 8px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: block;
}

.div-block-7 {
  margin-top: 20px;
}

.div-block-5 {
  margin-top: 20px;
  margin-bottom: 50px;
}

.image-2-copy {
  opacity: 1;
  border-style: none;
  border-radius: 4px;
  width: 100%;
}

.logo-img {
  opacity: 1;
  filter: invert();
  border-style: none;
  border-radius: 4px;
  width: 100px;
}

.grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 60px;
}

.album-cover {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  margin-top: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.album-img {
  width: 240px;
  height: 240px;
  display: block;
}

.div-block-10 {
  display: none;
}

.body-home {
  color: #dfdfdf;
  text-transform: uppercase;
  background-color: #0e0e0e;
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/zella-cropped.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.div-block-11 {
  height: 75vh;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.social-link {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: block;
}

.icon {
  color: #fff;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .logo-wrapper {
    margin-top: 32px;
  }

  .nav {
    margin-bottom: 32px;
  }

  .link-block {
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    place-items: start;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-attachment: scroll;
  }

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

  .logo {
    font-size: 70px;
  }

  .text-link {
    font-size: 12px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .section {
    margin-bottom: 32px;
  }

  .button {
    font-size: 14px;
  }

  .body-home {
    background-attachment: scroll;
  }

  .grid-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}

#w-node-eb489f03-2e3e-7e86-744d-618fe4b7d057-9246622f, #w-node-eb489f03-2e3e-7e86-744d-618fe4b7d059-9246622f, #w-node-eb489f03-2e3e-7e86-744d-618fe4b7d05b-9246622f, #w-node-eb489f03-2e3e-7e86-744d-618fe4b7d05d-9246622f {
  place-self: center;
}

#w-node-eb489f03-2e3e-7e86-744d-618fe4b7d05f-9246622f {
  justify-self: center;
}

#w-node-eb489f03-2e3e-7e86-744d-618fe4b7d061-9246622f {
  place-self: center;
}

#w-node-_99927cc1-151c-622a-bf90-68b603121afa-9246622f, #w-node-_99927cc1-151c-622a-bf90-68b603121afc-9246622f, #w-node-_87e1393c-94e7-844d-057a-d300f57b05f5-f57b05f0, #w-node-_87e1393c-94e7-844d-057a-d300f57b05f8-f57b05f0, #w-node-b0b9a863-c35e-033e-df1c-bb38c900caa9-fd41501d, #w-node-_4745ffca-f979-269e-9268-06a7dd825e88-fd41501d, #w-node-dbea116a-848a-c586-3e5b-788f902b1d88-fd41501d, #w-node-a7f4e891-7cf8-b260-e605-c5f68b9dc33e-fd41501d {
  justify-self: center;
}


@font-face {
  font-family: 'Newsagent';
  src: url('../fonts/Newsagent-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}