body {
  font-family: Kentledge, sans-serif;
  color: #333;
  font-size: 1vw;
  line-height: 1.4;
  font-weight: 800;
}

.container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  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;
  background-color: #000;
}

.background-video {
  position: absolute;
  left: 0%;
  right: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  mix-blend-mode: normal;
}

.h1 {
  position: absolute;
  left: 0%;
  top: 2.8em;
  right: 0%;
  bottom: auto;
  z-index: 3;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  cursor: default;
}

.contact {
  z-index: 3;
  padding-top: 5px;
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 0px;
  text-decoration: none;
}

.text-span {
  color: #da842a;
}

.c-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.c-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.3em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.social-contact {
  position: static;
  left: 3em;
  bottom: 2.5em;
  z-index: 3;
  display: block;
  padding-left: 0.5em;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-span-2 {
  color: #da842a;
}

.text-span-3 {
  color: #da842a;
  font-weight: 700;
}

.text-span-4 {
  color: #da842a;
}

.text-span-5 {
  color: #da842a;
}

.arrow {
  position: relative;
  z-index: 4;
  height: 0.55em;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.9em;
  margin-left: 0.9em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-transform 300ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 300ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 300ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 300ms cubic-bezier(.165, .84, .44, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.social-link:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.popup {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: block;
  overflow: visible;
  width: 100vw;
  max-width: 960px;
  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;
}

.video {
  position: static;
  left: 0%;
  right: 0%;
  margin-right: auto;
  margin-left: auto;
}

.bkg-blur {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
}

.pop-up-wrapper {
  position: relative;
  z-index: 5;
  display: none;
  width: 100%;
  height: 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;
  background-color: rgba(0, 0, 0, 0.14);
  opacity: 1;
  -webkit-backdrop-filter: blur(90px);
  backdrop-filter: blur(90px);
  cursor: pointer;
}

.contact-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3em;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.social-image {
  height: 22px;
}

.social-image.vimeo {
  height: 32px;
}

@media screen and (max-width: 991px) {
  .background-video {
    max-width: none;
  }

  .c-contact {
    font-size: 0.9em;
  }

  .social-contact {
    font-size: 0.8em;
  }

  .social-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .popup {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .background-video {
    width: 100%;
  }

  .h1 {
    max-width: 42ch;
    font-size: 13px;
  }

  .c-contact {
    left: auto;
    bottom: 5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
  }

  .c-socials {
    right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    height: 103vw;
  }

  .h1 {
    top: 40px;
    max-width: 33ch;
    margin-top: 10px;
    font-size: 3.5vw;
    text-align: center;
  }

  .contact {
    font-size: 3vw;
  }

  .c-contact {
    bottom: 50px;
    font-size: 11px;
    line-height: 1.5;
  }

  .c-socials {
    bottom: 0px;
    margin-bottom: 2em;
  }

  .social-contact {
    font-size: 3vw;
  }

  .social-link {
    margin-right: 1em;
    margin-left: 1em;
  }

  .contact-wrapper {
    bottom: 40px;
  }
}

@font-face {
  font-family: 'Kentledge';
  src: url('../fonts/Kentledge-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kentledge';
  src: url('../fonts/Kentledge-Extra-Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kentledge';
  src: url('../fonts/Kentledge-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kentledge';
  src: url('../fonts/Kentledge-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}