:root {
  --double-e-yellow: #cab166;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.bgsection {
  z-index: 0;
  background-color: #000;
  background-image: url('../images/BG-1-without-logo.jpg'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  width: 100%;
  height: 100vh;
  transition: all .2s;
  position: relative;
  inset: 0%;
}

.section {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.body {
  background-color: #000;
}

.html-embed {
  background-color: #0000;
  background-image: none;
  background-size: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.overlaysection {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.content {
  z-index: 2;
  mix-blend-mode: hue;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: none;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.image {
  width: auto;
  max-height: 60vh;
}

.image.hidepointer {
  display: none;
}

.link {
  color: #ffdb94;
  text-align: center;
  letter-spacing: 1px;
  background-color: #cc2b19;
  border-radius: 40px;
  width: 100%;
  margin-top: 16px;
  padding: 16px 24px 14px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  color: #ff9d00;
  background-color: #720c01;
}

.link.ctabutton {
  z-index: 9999;
  background-color: var(--double-e-yellow);
  color: #091623;
  font-size: 1rem;
  position: relative;
}

.link.ctabutton:hover {
  color: #fff;
  background-color: #99864d;
}

.socials {
  color: #fcb328;
  display: flex;
  position: fixed;
  inset: 16px auto auto 12px;
}

.link-block {
  width: auto;
  height: 1.2rem;
  margin-left: 6px;
  margin-right: 6px;
  transition: all .2s;
}

.link-block:hover {
  transform: scale(1.5);
}

.mailmodal {
  z-index: 10;
  opacity: 0;
  text-align: center;
  background-color: #000000e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  transition: all .2s;
  display: none;
  position: fixed;
  inset: 0%;
}

.html-embed-2 {
  z-index: 10;
  opacity: 1;
  color: #fff;
  position: relative;
}

.closebutton {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border-radius: 64px;
  margin-top: 24px;
  padding: 12px 16px;
  font-weight: 900;
  text-decoration: none;
  transition: all .2s;
  position: absolute;
  inset: 0 16px auto auto;
}

.closebutton:hover {
  background-color: #b1b1b1;
}

.section-2 {
  z-index: 1;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.officialstore {
  z-index: 10;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 12px 16px auto auto;
}

.link-2 {
  color: #091623;
  background-color: #0b9977;
  border-radius: 30px;
  padding: 12px 16px 10px;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.link-2:hover {
  color: #fff;
  background-color: #0d493b;
}

.section-3 {
  background-image: url('../images/BG-1-without-logo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.html-embed-3 {
  z-index: 99;
  color: #fff;
  width: 100%;
  max-width: 960px;
  position: relative;
}

.link-3 {
  color: var(--double-e-yellow);
  margin-top: 12px;
  margin-right: 12px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  line-height: 100%;
}

.link-3:hover {
  text-decoration: none;
}

.link-3.w--current {
  color: #0b9977;
}

.background-video {
  width: 50ch;
  height: 50ch;
  display: none;
}

.background-video-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.image-2 {
  width: auto;
  height: 100%;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 62.5vw;
  min-height: 0;
}

.lightbox-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  margin: auto;
  display: flex;
}

.image-3 {
  width: 100%;
  height: 100%;
  margin: auto;
}

.youtube {
  display: none;
}

.mask {
  padding-top: 2rem;
}

.image-4 {
  width: 100%;
  max-width: 420px;
}

@media screen and (max-width: 991px) {
  .content {
    mix-blend-mode: normal;
  }

  .section-3 {
    background-image: url('../images/BG-1-without-logo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .html-embed-3 {
    width: 96%;
  }

  .link-3 {
    margin-top: 10px;
    margin-right: 8px;
  }

  .link-3.w--current {
    color: var(--double-e-yellow);
  }

  .slider {
    height: 62.5vw;
    min-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .bgsection {
    background-image: url('../images/BG-1-without-logo.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .body {
    background-image: url('../images/webBg.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .html-embed {
    background-image: linear-gradient(#0000, #0000);
  }

  .content {
    mix-blend-mode: normal;
  }

  .section-3 {
    background-image: url('../images/BG-1-without-logo.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .html-embed-3 {
    width: 96%;
  }

  .link-3 {
    margin-top: 10px;
  }

  .slider {
    height: 62.5vw;
    min-height: 0;
  }
}

@media screen and (max-width: 479px) {
  .bgsection {
    background-image: url('../images/BG-1-without-logo.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-attachment: fixed, scroll;
  }

  .content {
    mix-blend-mode: normal;
    width: 90%;
  }

  .link.ctabutton {
    font-size: .8rem;
  }

  .link-block {
    margin-left: 0;
    margin-right: 8px;
  }

  .mailmodal {
    padding-left: 8px;
    padding-right: 8px;
  }

  .html-embed-2 {
    width: 96%;
  }

  .officialstore {
    flex-direction: column-reverse;
    position: fixed;
    right: 10px;
  }

  .link-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .5rem;
  }

  .section-3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .html-embed-3 {
    width: 96%;
  }

  .link-3 {
    margin-top: 8px;
    margin-right: 0;
  }

  .background-video {
    width: 90vw;
    height: 90vw;
  }

  .slider {
    height: 62.5vw;
    min-height: auto;
  }
}
