body {
  background-color: #000;
  font-family: Larsseit, sans-serif;
  color: #fff;
  font-size: 1vw;
  line-height: 1.6;
  font-weight: 300;
  text-transform: uppercase;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0.18em;
  font-size: 9em;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.3em;
  line-height: 1.4;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.7em;
  line-height: 1.4;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.85em;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em;
  border-left: 0.4em solid #e2e2e2;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 1440px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 5em 0em;
}

.style_item {
  padding: 2em 0em;
  border-bottom: 0.1em solid #bdbdbd;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.c-rich-text p {
  margin-top: 0.5em;
  margin-bottom: 2em;
}

.c-rich-text h1 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h2 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h3 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h4 {
  margin-top: 0.2em;
  margin-bottom: 0.6em;
}

.c-rich-text h5 {
  margin-top: 0.2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.section.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8em;
  margin-bottom: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 0px;
  border-color: hsla(0, 0%, 100%, 0.49);
  -webkit-transition: all 150ms cubic-bezier(.39, .575, .565, 1);
  transition: all 150ms cubic-bezier(.39, .575, .565, 1);
  text-align: center;
}

.link.bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  width: 100%;
  height: 50%;
}

.link-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 100%;
  height: 50%;
}

.fill {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d3fd50;
  -webkit-transition: all 150ms cubic-bezier(.39, .575, .565, 1);
  transition: all 150ms cubic-bezier(.39, .575, .565, 1);
  color: #000;
  text-align: left;
}

.fill.expand {
  height: 100%;
}

.fill.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.track {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.track.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.image {
  width: 16.8em;
  height: 6em;
  margin-right: 2em;
  margin-left: 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.track-text {
  white-space: nowrap;
}

.marquee {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.marquee.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.marquee.visible {
  opacity: 1;
}

.link-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.4);
}

.link-line._2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.link-line.black {
  background-color: #000;
}

.main-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.heart {
  width: 5.2em;
  margin-right: 3.3em;
  margin-left: 3.3em;
}

.div-block {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/bbe_cover.jpg');
  background-position: 100% 76%;
  background-size: auto;
}

.navbar {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 5vh 5vw 0vh;
  background-color: transparent;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
  box-shadow: none;
}

.brand:hover {
  border-bottom-style: none;
  box-shadow: none;
}

.brand.w--current {
  box-shadow: none;
}

.brand.w--current:hover {
  box-shadow: none;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4vh;
  padding-bottom: 2vh;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-nav {
  display: none;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 0px 5px;
  box-shadow: none;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.link-nav:hover {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.5);
  color: #000;
}

.link-nav.w--current {
  display: none;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.div-block-2 {
  position: absolute;
  left: -2.4vw;
  top: 90vh;
  width: 100%;
  height: 4%;
}

.image-2 {
  position: absolute;
  left: 43.9vw;
  width: 2.5vw;
  height: 4vh;
  max-width: 2vw;
}

.image-4 {
  position: absolute;
  left: 47.6vw;
  width: 2.5vw;
  height: 4vh;
  max-width: 2vw;
}

.image-5 {
  position: absolute;
  left: 51vw;
  width: 2.5vw;
  height: 4vh;
  max-width: 2vw;
}

.image-7 {
  position: absolute;
  left: 54.5vw;
  width: 2.5vw;
  height: 4vh;
  max-width: 2vw;
}

.image-8 {
  position: absolute;
  left: 58.2vw;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 2.5vw;
  height: 4vh;
  max-width: 2vw;
}

.html-embed {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 2vw;
  }

  .container {
    padding-right: 3em;
    padding-left: 3em;
  }

  .div-block-2 {
    left: -3vw;
  }

  .image-2 {
    left: 41.7vw;
    width: 4vw;
    max-width: 4vw;
  }

  .image-4 {
    left: 46.2vw;
    width: 4vw;
    max-width: 4vw;
  }

  .image-5 {
    width: 4vw;
    max-width: 4vw;
  }

  .image-7 {
    left: 55.8vw;
    width: 4vw;
    max-width: 4vw;
  }

  .image-8 {
    left: 60.5vw;
    width: 4vw;
    height: 4vh;
    max-width: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    display: block;
    padding-top: 5vh;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand {
    height: auto;
  }

  .brand.w--current {
    height: auto;
    margin-bottom: 0px;
  }

  .nav-menu {
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .div-block-2 {
    left: -1.3vw;
  }

  .image-2 {
    left: 40.5vw;
    width: 4vw;
    max-width: 4vw;
  }

  .image-4 {
    left: 45.2vw;
    max-width: 4vw;
  }

  .image-5 {
    left: 50vw;
    max-width: 4vw;
  }

  .image-7 {
    left: 54.6vw;
    max-width: 4vw;
  }

  .image-8 {
    left: 59.3vw;
    max-width: 4vw;
  }
}

@media screen and (max-width: 479px) {
  .main-text {
    width: 100%;
  }

  .navbar {
    padding-top: 2vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .brand {
    width: 100%;
    height: 80px;
    padding-left: 0px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand.w--current {
    height: 80px;
    padding-left: 0px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-menu {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-2 {
    left: -2.3vw;
    width: 100vw;
  }

  .image-2 {
    left: 32.4vw;
    width: 7vw;
    height: 4vh;
    max-width: 7vw;
  }

  .image-4 {
    left: 41.3vw;
    width: 7vw;
    max-width: 7vw;
  }

  .image-5 {
    left: 50vw;
    width: 7vw;
    max-width: 7vw;
  }

  .image-7 {
    left: 59.3vw;
    width: 7vw;
    max-width: 7vw;
  }

  .image-8 {
    left: 68.2vw;
    width: 7vw;
    max-width: 7vw;
  }
}

@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}