p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

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

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -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;
}

.section.is-content {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
}

.section.is-imprint {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
}

.container {
  padding: 8em 25em;
}

.container.is-hero {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.is-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4em;
  padding-bottom: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 160vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.bt-logo {
  width: 30em;
  color: #fff;
}

.bt-logo.is-dark {
  color: #2b2b2b;
}

.arrow {
  width: 5em;
  margin-top: 16em;
  color: #fff;
}

.arrow.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.arrow-icon {
  width: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.arrow-icon:hover {
  -webkit-transform: translate(0px, 10%);
  -ms-transform: translate(0px, 10%);
  transform: translate(0px, 10%);
  color: #ffdf8f;
}

.grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 6em;
}

.grid-item {
  width: 50%;
}

.grid-item.is-img {
  width: 50%;
}

.grid-item.is-text {
  width: 50%;
}

.grid-item.is-text.is-full {
  width: 100%;
}

.heading {
  margin-top: 0px;
  margin-bottom: 1em;
  font-family: Firasans, sans-serif;
  color: #2b2b2b;
  font-size: 3em;
  text-transform: uppercase;
}

.paragraph {
  margin-bottom: 0px;
  font-family: Firasans, sans-serif;
  color: #2b2b2b;
  font-size: 1.125em;
  line-height: 1.6;
  font-weight: 300;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  grid-column-gap: 2em;
}

.button {
  padding: 0.8em 2em;
  background-color: #2b2b2b;
  color: #f7f7f7;
}

.button:hover {
  background-color: #ffdf8f;
  color: #2b2b2b;
}

.button-text {
  font-family: Firasans, sans-serif;
  font-size: 1.125em;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none;
}

.socials-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5em;
  margin-bottom: 5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 1em;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5em;
  height: 5em;
  -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;
  border-radius: 100%;
  background-color: #2b2b2b;
  color: #f7f7f7;
}

.social-icon:hover {
  background-color: #313131;
  color: #ffdf8f;
}

.social-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.social-embed.is-fb {
  width: 50%;
}

.legal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.legal-link {
  font-family: Firasans, sans-serif;
  font-size: 1.125em;
  line-height: 1.4;
  font-weight: 300;
  text-decoration: underline;
}

.legal-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rich-text-block {
  font-size: 1.3em;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 6em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2b2b2b;
}

@media screen and (max-width: 991px) {
  .section.is-content {
    height: auto;
  }

  .section.is-imprint {
    height: auto;
  }

  .container.is-hero {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.is-content {
    padding-top: 6em;
  }

  .bt-logo {
    width: 50em;
  }

  .arrow {
    width: 15em;
    margin-top: 20em;
  }

  .arrow-icon {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .grid-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-item.is-img {
    width: 60%;
  }

  .grid-item.is-text {
    width: 100%;
    margin-top: 3em;
  }

  .heading {
    font-size: 4em;
    line-height: 1.4;
    text-align: center;
  }

  .paragraph {
    font-size: 2em;
    line-height: 1.6;
    text-align: center;
  }

  .button-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button {
    padding: 1.4em 3em;
  }

  .button-text {
    font-size: 2em;
  }

  .socials-wrapper {
    margin-top: 8em;
    margin-bottom: 8em;
    grid-column-gap: 2em;
  }

  .social-icon {
    width: 8em;
    height: 8em;
  }

  .legal-link {
    font-size: 2em;
  }

  .legal-links {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .container.is-content {
    padding-right: 3em;
    padding-left: 3em;
  }

  .grid-item.is-text {
    width: 80%;
  }

  .heading {
    font-size: 7em;
  }

  .paragraph {
    font-size: 3em;
  }

  .button-wrapper {
    margin-top: 4em;
  }

  .button-text {
    font-size: 3em;
  }

  .social-icon {
    width: 9em;
    height: 9em;
  }

  .legal-link {
    font-size: 2.6em;
    text-decoration: underline;
  }

  .rich-text-block p {
    font-size: 2.5em;
    line-height: 1.5;
  }

  .rich-text-block li {
    font-size: 2.5em;
    line-height: 2;
  }
}

@media screen and (max-width: 479px) {
  .container.is-content {
    padding-right: 2em;
    padding-left: 2em;
  }

  .band-img {
    width: 100%;
    height: 100%;
  }

  .rich-text-block p {
    font-size: 3em;
    line-height: 1.4;
  }

  .rich-text-block li {
    font-size: 3em;
    line-height: 2;
  }
}

@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}