:root {
  --bege: #ddcdc0;
  --black: black;
}

body {
  background-color: var(--bege);
  color: var(--bege);
  letter-spacing: -2px;
  font-family: Director, Trebuchet MS, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

h1 {
  color: var(--bege);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Director, Trebuchet MS, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.main-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.heading-h1.line-height {
  line-height: 1.2;
}

.content-wrapper-desktop {
  z-index: 1;
  background-color: var(--black);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 50px;
  display: flex;
  position: relative;
}

.social-wrapper {
  height: 100%;
  display: flex;
}

.social-link {
  border-right: 1px solid var(--bege);
  color: var(--bege);
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: color .2s, background-color .2s;
  display: flex;
}

.social-link:hover {
  background-color: var(--bege);
  color: var(--black);
}

.social-link.border-left {
  border-left: 1px solid var(--bege);
}

.social-block {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.social-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-trigger {
  border-left: 1px solid var(--bege);
  color: var(--bege);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.about-trigger:hover {
  background-color: var(--bege);
  color: var(--black);
}

.txt-button {
  color: var(--bege);
}

.subscribe-block {
  justify-content: center;
  align-items: stretch;
  width: 350px;
  max-width: 350px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.form-block {
  border-right: 1px solid var(--bege);
  border-left: 1px solid var(--bege);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.form {
  width: 100%;
  display: flex;
  position: relative;
}

.submit-button {
  background-color: var(--black);
  color: var(--bege);
  letter-spacing: -1px;
  height: 100%;
  padding: 0 1rem;
  transition: color .2s, background-color .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.submit-button:hover {
  background-color: var(--bege);
  color: var(--black);
}

.txt-field {
  background-color: var(--black);
  border: 0 solid #000;
  height: 50px;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.txt-field:focus {
  color: var(--bege);
}

.txt-field::placeholder {
  color: #ddcdc080;
  font-size: .8rem;
}

.title {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.main-wrapper-desktop {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-wrapper-mobile {
  display: none;
}

.about-popup {
  z-index: 2;
  background-color: var(--black);
  visibility: hidden;
  width: 330px;
  position: absolute;
  bottom: calc(50px + 1rem);
  right: 1rem;
}

.about-block-one {
  padding: 1rem 2.5rem 1rem 1rem;
}

.about-block-two {
  border-top: 1px solid var(--bege);
  border-bottom: 1px solid var(--bege);
  padding: 1rem;
}

.about-block-three {
  padding: 1rem;
}

.close-wrapper {
  cursor: pointer;
  padding: .8rem;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-wrapper:hover {
  opacity: .5;
}

.about-popup-mobile {
  z-index: 2;
  background-color: var(--black);
  width: 330px;
  position: absolute;
  bottom: calc(50px + 1rem);
  right: 1rem;
}

.subscribe-block-mobile {
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-block-mobile {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.about-trigger-mobile {
  border-left: 1px solid var(--bege);
  color: var(--bege);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.about-trigger-mobile:hover {
  background-color: var(--bege);
  color: var(--black);
}

.close-wrapper-mobile {
  cursor: pointer;
  padding: .8rem;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-wrapper-mobile:hover {
  opacity: .5;
}

.body {
  background-color: var(--bege);
}

.form-embed {
  margin-bottom: 0;
}

.audio-button {
  z-index: 90;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--black);
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition-property: color, background-color;
  transition-duration: .2s, .2s;
  transition-timing-function: ease, ease;
  display: flex;
  position: absolute;
  inset: auto auto calc(50px + 1rem) 1rem;
}

.audio-button:hover {
  background-color: var(--bege);
  color: var(--black);
  border: 1px solid #000;
}

.icon-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-embed {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.lightbox-link {
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-wrapper-mobile {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .social-link.border-right {
    border-right-width: 0;
  }

  .form-block {
    border-left-width: 0;
    border-right-width: 0;
  }

  .main-wrapper-desktop {
    display: none;
  }

  .main-wrapper-mobile {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100svh;
    display: flex;
    position: relative;
  }

  .div-block {
    width: 100%;
  }

  .content-wrapper-mobile {
    z-index: 1;
    background-color: var(--black);
    justify-content: space-between;
    height: 50px;
    display: flex;
    position: relative;
  }

  .about-popup-mobile {
    inset: calc(50px + 1rem) 1rem auto auto;
  }

  .subscribe-block-mobile {
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .social-block-mobile {
    justify-content: space-between;
    width: 100%;
  }

  .form-embed {
    width: 100%;
  }

  .video-wrapper-mobile {
    height: 100svh;
  }
}

@media screen and (max-width: 767px) {
  .social-link {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .about-popup-mobile {
    width: 300px;
  }
}


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