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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

a {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  color: #fff;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.burger {
  cursor: pointer;
  background-color: #0000;
  border: 1px #ffffff26;
  border-radius: 100px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.licensing-section {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.licensing {
  margin-bottom: 40px;
}

.licensing-container {
  border: 1px solid #333;
  width: 60%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
}

.licensing-text-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-39 {
  align-items: center;
  display: flex;
}

.link-3 {
  margin-right: 20px;
}

.style-guide-section {
  background-color: #0c0c0c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.style-head {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.alice-container {
  background-color: #000;
  border: 1px #e9e9e9;
  width: 60%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
}

.text-block-19 {
  color: #fff;
  font-size: 20px;
}

.bold-text {
  color: #fff;
  font-family: Nunito, sans-serif;
}

.navbar {
  z-index: 9999999;
  background-color: #000000ba;
  width: 100%;
  height: 70px;
  position: fixed;
}

.brand {
  margin-top: 15px;
  top: 0;
}

.menu-button {
  z-index: 9999;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 0;
  display: flex;
}

.menu-button.w--open {
  background-color: #0000;
}

.nav-menu {
  background-color: #000;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.hamburger-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: static;
  top: 8px;
}

.footer {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.menu-wrapper {
  background-color: #000c;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu-container {
  background-color: #181818b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
}

.social-icon-wrapper {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  min-height: 50px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
}

.menu-list {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 0;
}

.menu-item {
  margin-bottom: 5px;
}

.menu-text {
  color: #fff;
  font-family: Questrial, sans-serif;
  font-size: 7vw;
  line-height: 13vh;
}

.menu-link-block {
  opacity: .3;
  transition: opacity .4s cubic-bezier(.55, .085, .68, .53);
}

.menu-link-block:hover {
  opacity: 1;
  text-decoration: none;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 990px;
  height: auto;
  display: grid;
}

.logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-head {
  letter-spacing: .3px;
  text-transform: none;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-text {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Nunito, sans-serif;
  font-size: 12px;
}

.footer-link-block {
  opacity: .5;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  transition: opacity .4s cubic-bezier(.55, .085, .68, .53);
}

.footer-link-block:hover {
  opacity: 1;
  text-decoration: none;
}

.privacy-policy-section {
  background-color: #080808;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 141px;
  padding-bottom: 141px;
  display: flex;
}

.haburger-horizintal-line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
}

.hamburger-line-vertical {
  background-color: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
}

.vertical-menu-wrapper {
  z-index: 8888888;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 120px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.vertical-menu-line {
  background-color: #fff;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 120px;
  display: flex;
}

.menu-pointer {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 2px;
  width: 15px;
  height: 15px;
  margin-bottom: 20px;
  position: relative;
}

.menu-pointer.bottom {
  margin-bottom: 0;
}

.vertical-menu-link {
  cursor: pointer;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.vertical-menu-link:hover, .vertical-menu-link.w--current {
  background-color: #fff;
}

.menu-label {
  opacity: 0;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 90px;
  height: 25px;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
  position: absolute;
  top: -5px;
  left: -105px;
}

.text-label {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Nunito, sans-serif;
  font-size: 12px;
}

.body {
  background-color: #161616;
  margin-bottom: 0;
}

.menu-container-left {
  background-color: #181818b3;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/abdullah-oguk-256739-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu-container-right {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  overflow: auto;
}

.menu-right-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.social-icon {
  margin-right: 10px;
}

.social-icon.last {
  margin-right: 0;
}

.text-field {
  text-align: left;
  text-transform: uppercase;
  border-top: 0 #000;
  border-bottom: 1px solid #f0f0f0;
  border-left: 0 solid #000;
  border-right: 0 #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 12px;
}

.submit-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #333;
  width: 150px;
  min-width: auto;
  margin-top: 10px;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  transition: background-color .4s;
}

.submit-button:hover {
  background-color: #000;
}

.social-link {
  transition: transform .3s ease-in;
}

.social-link:hover {
  transform: scale(1.1);
}

.menu-head {
  color: #333;
}

.menu-paragraph {
  color: #adadad;
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.menu-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.menu-form-block {
  width: 60%;
}

.text-block-20 {
  color: #333;
  text-align: left;
  font-family: Nunito, sans-serif;
}

.image {
  margin-right: 10px;
}

.alice-info-list {
  background-color: #f5f5f5;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 17px;
}

.info-list-item {
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
}

.info-list-item.last {
  margin-bottom: 0;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100vh;
}

.opacity {
  background-color: #00000085;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.hero-head-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-separator {
  background-color: #fff;
  width: 200px;
  height: 1px;
  margin-bottom: 20px;
}

.hero-head {
  color: #fff9;
  font-size: 11vw;
  line-height: 10vw;
}

.hero-head.is {
  margin-left: 20px;
  margin-right: 20px;
}

.hero-paragraph {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-width: auto;
  max-width: 500px;
  font-size: 12px;
}

.number-2-wrapper {
  color: #d8ebe6;
  background-color: #0000;
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-size: 400px;
  display: flex;
  position: relative;
  top: 73px;
  left: 176px;
}

.sticky-image {
  display: none;
}

.no-click-wrapper {
  z-index: 888;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.loop-image {
  opacity: 0;
  background-color: #e4e4e4;
  background-image: url('../images/cookie.jpg');
  background-position: 0 0;
  background-size: 500px;
  width: 600px;
  height: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loop-image.w--current {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/cookie.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 500px;
  height: 700px;
}

.loop-image.fourth-image {
  background-color: #0000;
  background-image: url('../images/work.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 500px;
}

.loop-image.fifth-image {
  background-color: #0000;
  background-image: url('../images/rezel-apacionado-403524-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 500px;
}

.loop-image.second-image {
  background-color: #0000;
  background-image: url('../images/wedding.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 500px;
}

.loop-image.third-image-loop {
  background-color: #0000;
  background-image: url('../images/work2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 500px;
}

.sticky-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1800px;
  min-height: 100vh;
  display: flex;
}

.sticky-head {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
  position: relative;
}

.sticky-section {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  transition: opacity .2s ease-in;
  display: flex;
}

.sticky-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  min-height: 100vh;
  margin-top: 100px;
  margin-left: 20px;
  display: flex;
}

.right-block-sticky {
  float: right;
  border: 2px #000;
  max-width: 600px;
  margin-bottom: 50vh;
  margin-left: 0;
  padding: 20vh 0 0;
}

.sticky-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 20px;
}

.text-span-132 {
  text-decoration: underline;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  min-width: auto;
  height: 100%;
  padding: 0;
  display: flex;
}

.grid-container {
  opacity: 1;
  background-color: #0e0e0e;
  background-image: linear-gradient(#00000080, #00000080), url('../images/7.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 640px;
  padding: 0;
  display: flex;
  box-shadow: 2px 2px 9px #00000014;
}

.white-paragraph {
  color: #fff;
}

.grid-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin-top: 70px;
  display: grid;
}

.grid-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 40px;
  display: flex;
}

.quote-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.heading-2 {
  color: #fff;
}

.signature-wrapper {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 70px;
  display: flex;
}

.horizontal-line-signature {
  color: #333;
  background-color: #fff;
  width: 80px;
  height: 1px;
  margin-right: 10px;
}

.signature {
  color: #fff;
  text-transform: uppercase;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  line-height: 30px;
}

.quote-span-3 {
  color: #fff;
  font-weight: 400;
}

.quote-span-1, .quote-span-2 {
  color: #fff;
}

.events {
  background-image: url('../images/abdullah-oguk-256739-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.uppercase-paragraph {
  color: #fff;
  text-transform: none;
  margin-top: 20px;
  font-size: 22px;
  font-style: normal;
  line-height: 38px;
}

.signature-wrapper-about {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
}

.about-text-wrapper {
  clear: none;
  color: #fff;
  text-align: left;
  border-top: 0 #000;
  border-bottom: 0 #333;
  border-left: 2px #333;
  border-right: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  max-width: 1400px;
  height: 100%;
  padding: 0 0 0 55px;
  display: flex;
}

.about-us {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.normal-paragraph {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-size: 22px;
  font-weight: 200;
  line-height: 28px;
}

.take-away-section {
  background-color: #0000;
  border-top: 60px #24242417;
  justify-content: center;
  align-items: center;
  height: 400vh;
  margin-left: 0;
  display: flex;
  position: relative;
}

.take-away-section:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.take-away-section.content-wrap {
  background-color: #0000;
}

.horizontal-content {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.content-block-wrapper {
  background-color: #0c0c0c;
  border-radius: 0;
  flex: none;
  width: 400px;
  height: 400px;
  margin-left: 40px;
  margin-right: 40px;
  overflow: visible;
}

.overflow-mask {
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.horizontal-div-wrapper {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.fixed-background {
  background-color: #0000;
  width: 200vh;
  height: 100%;
  position: absolute;
}

.horizontal-scrollable-section {
  background-color: #0000;
  flex-wrap: wrap;
  align-items: center;
  width: 400vh;
  height: 100%;
  display: flex;
}

.content-block {
  background-color: #0000;
  border: 1px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.grid-head {
  margin-bottom: 20px;
  font-size: 4vw;
  line-height: 3vw;
}

.paragraph {
  text-align: center;
}

.grid-container-2 {
  background-color: #111;
  border: 1px #1f1f1f;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.grid-container-3 {
  background-color: #5d4738;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid-container-4 {
  background-color: #0e0e0e;
  border: 1px #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 90px 25px;
  display: flex;
  box-shadow: 2px 2px 9px #00000014;
}

.grid-container-5 {
  background-color: #f0f0f0;
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 70px 40px;
  display: flex;
}

.grid-container-6 {
  background-color: #0e0e0e;
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 25px;
  display: flex;
}

.grid-container-7 {
  opacity: 1;
  background-color: #0e0e0e;
  background-image: url('../images/food-set.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 0;
  display: flex;
  box-shadow: 2px 2px 9px #00000014;
}

.grid-container-8 {
  background-color: #181818;
  border: 1px #1f1f1f;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 40px;
  display: flex;
}

.grid-container-9 {
  opacity: 1;
  background-color: #0e0e0e;
  background-image: url('../images/1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 28px 30px;
  display: flex;
}

.grid-container-10 {
  background-color: #fff;
  border: 1px #1f1f1f;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 25px;
  display: flex;
}

.grid-container-11 {
  background-color: #32373c;
  border: 1px #ebebeb;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 25px;
  display: flex;
}

.grid-container-12 {
  opacity: 1;
  background-color: #0e0e0e;
  background-image: url('../images/6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 #272727;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 0;
  display: flex;
  box-shadow: 2px 2px 9px #00000014;
}

.grid-container-13 {
  background-color: #0e0e0e;
  border: 1px #ebebeb;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 25px;
  display: flex;
}

.events-head-wrapper {
  background-color: #000000bd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding: 70px;
  display: flex;
}

.parallax {
  background-image: url('../images/Amarone-Jan-en-Yoshiko-van-Dobben-web-dark.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 130vh;
  display: flex;
}

.parallax-head {
  color: #ffffffb3;
  text-align: center;
  font-size: 5vw;
  line-height: 5vw;
}

.parallax-head.take-away {
  margin-top: 100px;
  margin-bottom: 10px;
  font-size: 6vw;
  line-height: 6vw;
}

.parallax-paragraph {
  text-align: center;
}

.events-container {
  width: 100%;
  min-width: auto;
  max-width: none;
  position: static;
  inset: auto 0% 0%;
}

.accordion-item {
  background-color: #0000;
  border: 1px solid #ccc;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.accordion-toggle {
  color: #fff;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Nunito, sans-serif;
  font-weight: 600;
  transition: color .2s;
  display: flex;
}

.accordion-toggle.w--open:active {
  color: #fff;
}

.toggle-left-wrap {
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.day {
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: row-reverse wrap;
  align-content: flex-start;
  font-weight: 400;
}

.accordion-body {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: flex-start;
  height: 0;
  display: block;
  position: static;
}

.accordion-body.w--open {
  background-color: #f5f5f5;
  display: block;
  position: relative;
}

.accordion-content {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.parallax-wrapper {
  background-color: #0000;
  max-width: 1400px;
  padding: 70px;
}

.accordion-paragraph {
  color: #333;
  margin-bottom: 0;
}

.menu-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 0;
  display: flex;
}

.menu-left-side {
  width: 50%;
  height: 100vh;
}

.menu-right-side {
  background-color: #161616;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  height: 100vh;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.menu-slider {
  width: 100%;
  min-height: 100vh;
}

.slide {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/1_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/8.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  background-color: #00000080;
}

.right-container {
  background-color: #0000;
  flex-direction: row;
  width: 90%;
  height: auto;
  padding: 0 40px 40px;
  display: flex;
}

.alice-menu-list {
  flex-direction: column;
  align-items: center;
  min-height: 77px;
  margin-bottom: 20px;
  display: flex;
}

.price {
  text-align: right;
}

.price-list-item {
  justify-content: flex-end;
  align-items: center;
  min-height: 77px;
  margin-bottom: 20px;
  display: flex;
}

.list-menu-head {
  margin-top: 0;
  margin-bottom: 3px;
}

.parallax-parargraph-centered {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-size: 22px;
  font-weight: 200;
  line-height: 28px;
}

.hero-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.events-head {
  color: #fff9;
  font-size: 10vw;
  line-height: 10vw;
}

.about-head {
  float: left;
  clear: none;
  color: #fff;
  padding-left: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 65px;
}

.top-text-about {
  letter-spacing: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

.paragraph-black {
  color: #333;
}

.menu-text-list {
  width: 50%;
  margin-top: 50px;
  margin-bottom: 0;
  padding-left: 0;
}

.price-text-list {
  width: 50%;
  margin-top: 50px;
}

.quote-head {
  color: #fff;
  max-width: 900px;
  font-size: 35px;
  font-weight: 200;
  line-height: 50px;
}

.quote-span-4 {
  color: #fff;
}

.utility-page-wrap {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-2 {
  background-color: #000;
}

.text-field-2 {
  background-color: #0000;
  font-family: Nunito, sans-serif;
  font-weight: 400;
}

._404-wrapper {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

._404-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: #d8ebca;
  font-family: Questrial, sans-serif;
  font-size: 20px;
}

.text-block-21 {
  font-family: Questrial, sans-serif;
  font-size: 20px;
}

.error-message {
  padding-top: 20px;
  padding-bottom: 20px;
}

.opacity-mobile {
  background-color: #00000085;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
}

.text-block-22 {
  font-family: Great Vibes, cursive;
  font-size: 24px;
  line-height: 30px;
}

.list-menu-paragraph {
  text-align: center;
}

.changelog-section {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.changelog-container {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 55px;
}

.paragraph-9, .paragraph-10, .paragraph-11 {
  color: var(--black);
}

.bold-text-2 {
  font-weight: 300;
}

.image-2 {
  float: left;
  clear: none;
  text-align: center;
  object-fit: fill;
  border: 1px #000;
  margin-top: 12px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: static;
  overflow: visible;
}

.heading-12 {
  text-align: center;
  text-transform: uppercase;
  background-color: #161616;
  margin-top: 79px;
  margin-bottom: 79px;
  padding-bottom: 0;
  font-size: 5vw;
  font-weight: 400;
}

.section {
  background-color: #161616;
}

.subtitel-menu {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
}

.subtitel-menu.ondertitel-3x-v {
  margin-top: -18px;
  margin-bottom: -18px;
  font-size: 15px;
}

.blokken-menu {
  outline-offset: 0px;
  text-align: center;
  border: 1px #000;
  outline: 3px #333;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: -168px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.belangrijke-info {
  background-color: var(--black);
  margin: 402px 0 0;
  padding: 100px 70px;
}

.belangrijke-info-text {
  float: left;
  font-style: normal;
  font-weight: 300;
}

.slider {
  width: 100vw;
  min-width: 12px;
  max-width: 1428px;
  height: 500px;
  min-height: 43px;
  max-height: 517px;
  margin-bottom: 0;
}

.image-3 {
  opacity: 1;
  border-radius: 0;
  max-width: 150%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: auto;
  padding-bottom: 0;
  display: inline-block;
}

.slider-2 {
  background-image: url('../images/1I2A5005.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 0;
}

.slide-5 {
  max-height: 200px;
}

.slide-1 {
  background-image: url('../images/1I2A4974.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slider-3 {
  background-image: url('../images/1I2A4936.jpg');
  background-position: 50%;
  background-size: cover;
  height: 50vw;
}

.slider-3-v2 {
  background-image: url('../images/1I2A4936.jpg');
  background-position: 0 0;
  background-size: auto;
}

.bold-text-4 {
  flex: 0 auto;
  width: 223px;
}

.bold-text-5 {
  display: block;
}

@media screen and (max-width: 991px) {
  .licensing-container, .alice-container {
    width: 80%;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    width: 100%;
    height: 100vh;
  }

  .menu-container {
    width: 100%;
  }

  .menu-text {
    line-height: 7vh;
  }

  .menu-link-block {
    opacity: 1;
  }

  .menu-container-left, .menu-container-right {
    width: 100%;
  }

  .hero-head-wrapper {
    align-items: center;
  }

  .hero-head.is {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-paragraph {
    text-align: center;
  }

  .sticky-image {
    display: none;
  }

  .loop-image {
    background-size: contain;
  }

  .loop-image.fourth-image, .loop-image.second-image {
    background-position: 50% 100%;
    background-size: contain;
  }

  .sticky-head {
    text-align: left;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
  }

  .sticky-section {
    padding-left: 21px;
    padding-right: 21px;
  }

  .right-block-sticky {
    float: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20vh 20px 0;
    display: flex;
  }

  .grid-wrapper {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .quote-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .events {
    min-height: auto;
  }

  .about-text-wrapper {
    width: 90%;
  }

  .about-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-head {
    text-align: center;
    font-size: 9vw;
    line-height: 9vw;
  }

  .grid-container-7 {
    display: none;
  }

  .grid-container-9 {
    min-height: 400px;
  }

  .parallax {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .parallax-head {
    font-size: 9vw;
    line-height: 9vw;
  }

  .parallax-head.take-away {
    font-size: 9vw;
    line-height: 8vw;
  }

  .menu-section {
    flex-direction: column;
  }

  .menu-left-side {
    width: 100%;
    height: 400px;
  }

  .menu-right-side {
    width: 100%;
    height: auto;
    padding-top: 0;
  }

  .menu-slider {
    min-height: 400px;
  }

  .right-container {
    padding: 10px;
  }

  .about-head {
    font-size: 45px;
    line-height: 55px;
  }

  .menu-text-list {
    padding-left: 20px;
  }

  .bold-text-5 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .licensing-container, .alice-container {
    width: 80%;
  }

  .nav-menu {
    overflow: auto;
  }

  .footer {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .menu-wrapper {
    background-color: #fff;
    flex-direction: column;
  }

  .menu-text {
    font-size: 9vw;
  }

  .footer-wrapper {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .logo-wrapper {
    align-items: flex-start;
  }

  .vertical-menu-wrapper {
    display: none;
  }

  .menu-container-left {
    height: auto;
    min-height: 100vh;
    display: none;
  }

  .menu-container-right {
    padding-top: 55px;
  }

  .background-video {
    display: none;
  }

  .hero-head-wrapper {
    align-items: center;
  }

  .hero-head.is {
    margin-left: 7px;
    margin-right: 7px;
  }

  .hero-paragraph {
    text-align: center;
  }

  .sticky-image {
    margin-bottom: 30px;
    display: block;
  }

  .sticky-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .sticky-head {
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 40px;
  }

  .sticky-text-wrapper {
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .right-block-sticky {
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .sticky-image-wrapper {
    display: none;
    position: static;
  }

  .grid-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .events {
    min-height: auto;
  }

  .uppercase-paragraph {
    font-size: 18px;
    line-height: 24px;
  }

  .about-text-wrapper {
    border-left-width: 0;
    padding: 10px;
  }

  .about-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .parallax {
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .parallax-head {
    font-size: 10vw;
    line-height: 10vw;
  }

  .menu-section {
    flex-direction: column;
  }

  .menu-left-side {
    width: 100%;
    height: 400px;
  }

  .menu-right-side {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-slider {
    min-height: 400px;
  }

  .parallax-parargraph-centered {
    display: none;
  }

  .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8 {
    font-size: 10px;
    line-height: 15px;
  }

  .menu-text-list {
    padding-left: 20px;
  }

  .quote-head {
    text-align: center;
  }

  .opacity-mobile {
    opacity: 1;
    background-color: #000000c4;
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/8.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    display: flex;
  }

  .ls, .list-menu-paragraph {
    font-size: 10px;
    line-height: 15px;
  }
}

@media screen and (max-width: 479px) {
  .licensing-container {
    width: 90%;
    padding: 10px;
  }

  .heading-11 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .link-3, .link-6 {
    font-size: 16px;
  }

  .alice-container {
    width: 90%;
    padding: 10px;
  }

  .menu-text {
    font-size: 13vw;
    line-height: 8vh;
  }

  .menu-container-left {
    height: auto;
    min-height: 100vh;
  }

  .menu-container-right {
    width: 50%;
  }

  .menu-head {
    text-align: left;
  }

  .menu-paragraph {
    display: none;
  }

  .background-video {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .hero-head-wrapper {
    align-items: center;
    width: 100%;
    padding: 25px;
  }

  .hero-separator {
    width: 100%;
  }

  .hero-head {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 12vw;
    line-height: 14vw;
  }

  .hero-head.is {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13vw;
  }

  .hero-paragraph {
    color: #000;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    font-weight: 300;
  }

  .sticky-head {
    text-align: left;
    margin-bottom: 5px;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
  }

  .sticky-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sticky-text-wrapper {
    margin-left: 0;
  }

  .right-block-sticky {
    float: right;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-wrapper {
    align-items: flex-start;
    width: 90%;
  }

  .grid-container {
    min-height: 350px;
  }

  .grid-wrapper {
    margin-top: 66px;
  }

  .grid-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote-section {
    padding: 60px 20px;
  }

  .signature-wrapper {
    margin-top: 30px;
  }

  .signature {
    font-size: 12px;
  }

  .events {
    min-height: auto;
  }

  .uppercase-paragraph {
    font-size: 18px;
    line-height: 27px;
  }

  .about-us {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .take-away-section {
    margin-left: 0;
  }

  .content-block-wrapper {
    width: 75vw;
    height: 65vh;
    max-height: 320px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-head {
    text-align: center;
    font-size: 14vw;
    line-height: 16vw;
  }

  .card-head {
    text-align: center;
    margin-top: 10px;
  }

  .grid-container-2, .grid-container-4, .grid-container-8, .grid-container-10, .grid-container-11, .grid-container-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .events-head-wrapper {
    padding: 20px 20px 40px;
  }

  .parallax-head.take-away {
    font-size: 10vw;
    line-height: 10vw;
  }

  .accordion-body {
    height: 0;
    display: block;
  }

  .parallax-wrapper {
    padding: 20px;
  }

  .menu-right-side {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .right-container {
    width: 100%;
  }

  .alice-menu-list {
    min-height: 100px;
  }

  .price-list-item {
    align-items: flex-start;
    min-height: 100px;
    padding-left: 0;
    padding-right: 10px;
  }

  .parallax-parargraph-centered {
    display: none;
  }

  .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8 {
    font-size: 10px;
    line-height: 14px;
  }

  .hero-text-wrapper {
    margin-left: 5px;
    margin-right: 5px;
  }

  .events-head {
    font-size: 14vw;
    line-height: 14vw;
  }

  .about-head {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    font-size: 25px;
    line-height: 32px;
  }

  .menu-text-list {
    padding-left: 10px;
  }

  .quote-head {
    font-size: 22px;
    line-height: 32px;
  }

  ._404-text-wrapper {
    text-align: center;
  }

  .opacity-mobile {
    background-color: var(--black);
    opacity: 1;
    color: #a3a3a3;
    background-image: url('../images/1I2A7806.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%, 0 0;
    background-repeat: repeat, repeat;
    background-size: cover, auto;
    border-radius: 0;
    flex-wrap: nowrap;
  }

  .ls, .list-menu-paragraph {
    font-size: 10px;
    line-height: 14px;
  }

  .changelog-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .changelog-container {
    padding: 25px;
  }

  .heading-12 {
    font-size: 11vw;
  }

  .subtitel-menu {
    align-self: center;
  }

  .slide-1 {
    object-fit: fill;
    border-radius: 0;
  }

  .bold-text-3 {
    color: #fff;
  }

  .text-span-133 {
    text-shadow: 2px 2px 4px #000000e3;
  }
}

#w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c105-ebd0c103 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c107-ebd0c103 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c110-ebd0c103 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c10a-ebd0c103 {
  grid-area: 1 / 3 / 2 / 4;
}

@media screen and (max-width: 767px) {
  #w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c105-ebd0c103 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c107-ebd0c103 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c110-ebd0c103 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1075dd13-2bbc-369b-c741-75e5ebd0c10a-ebd0c103 {
    grid-area: 6 / 1 / 7 / 2;
  }
}


