:root {
  --white: #f6f4f1;
  --black: #1d1d1d;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
}

.hero-section {
  z-index: 4;
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 5vw;
  display: flex;
  position: relative;
}

.load-wrapper {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.load-bar {
  background-color: var(--white);
  width: 100%;
  height: 6px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.load-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 20vw;
  min-width: 20vw;
  height: 29vw;
  min-height: 29vw;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.load-img-w {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.load-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.load-img.is-1 {
  z-index: 10;
  background-image: url('../images/iridescent-02SM_IMG.jpg');
}

.load-img.is-2 {
  z-index: 9;
  background-image: url('../images/pexels-nadezhda-diskant-5878807SM_IMG.jpg');
}

.load-img.is-10 {
  z-index: 1;
  background-image: url('../images/DTS_Misc_1_Nich_Fancher_Nick_Fancher_4454SM_IMG.jpg');
  background-position: 50% 0;
}

.load-img.is-9 {
  z-index: 2;
  background-image: url('../images/pawel-czerwinski-mnX-tJIP_vU-unsplashSM_IMG.jpg');
}

.load-img.is-8 {
  z-index: 3;
  background-image: url('../images/europeana-5TK1F5VfdIk-unsplash-1SM_IMG.jpg');
}

.load-img.is-7 {
  z-index: 4;
  background-image: url('../images/Screenshot-2023-12-03-at-21.00.26SM_IMG.jpg');
}

.load-img.is-6 {
  z-index: 5;
  background-image: url('../images/sean-sinclair-C_NJKfnTR5A-unsplashSM_IMG.jpg');
}

.load-img.is-5 {
  z-index: 6;
  background-image: url('../images/DTS_NOWSTALGIA_Debora_Spanhol_8486SM_IMG.jpg');
}

.load-img.is-4 {
  z-index: 7;
  background-image: url('../images/DTS_Misc_1_Nich_Fancher_Nick_Fancher_6805SM_IMG.jpg');
}

.load-img.is-3 {
  z-index: 8;
  background-image: url('../images/pixelcut-exportSM_IMG.jpg');
}

.load-frame {
  z-index: 3;
  border: .5vw solid var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.load-logo {
  z-index: 3;
  width: 18vw;
  position: absolute;
  top: 1vw;
}

.load-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  position: absolute;
  bottom: -3rem;
}

.hero-wrapper {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.page-wrapper {
  display: block;
}

.nav-wrapper {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: var(--white);
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  padding: 3.5vw;
  font-size: 1vw;
  line-height: 1;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-left {
  flex: none;
}

.nav-logo {
  width: 16vw;
}

.nav-right {
  flex: none;
}

.nav-logo_img {
  width: 100%;
}

.headline-wrapper {
  width: 1000px;
  position: relative;
  overflow: hidden;
}

.headline-img {
  -webkit-text-stroke-color: var(--white);
  background-color: rgba(60, 0, 0, 0);
  border: 0 solid red;
  width: 93vw;
}

.hero-bg-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-bg-img {
  background-color: #303030;
  width: 100%;
  height: 100%;
}

.hero-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 154px;
  padding-bottom: 3.5vw;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  display: flex;
}

.hero-content.who-we-are {
  padding-right: 45.5vw;
}

.hero-p-a {
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 100vw;
  font-family: Humane Vf, sans-serif;
  font-size: 12vw;
  font-weight: 400;
  line-height: .9;
}

.hero-p-a.is-small {
  max-width: 28vw;
  font-size: 1.1vw;
}

.hero-p-a.who-we-are {
  letter-spacing: 0;
  text-transform: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.1;
}

.hero-p-a.large-2 {
  text-align: center;
  width: 1000px;
  font-size: 9vw;
  line-height: .8;
}

.hero-p-a.large-2.para {
  color: var(--white);
  letter-spacing: -1px;
  -webkit-text-stroke-color: var(--white);
  text-transform: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 4vw;
  line-height: 1.1;
}

.hero-overlay {
  z-index: 1;
  background-image: linear-gradient(rgba(29, 29, 29, .5), rgba(29, 29, 29, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.black_topbar {
  z-index: 0;
  background-color: #000;
  height: 80vh;
  display: block;
  position: relative;
}

.div-block {
  display: none;
  position: relative;
  overflow: hidden;
}

.bold-text {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

@media screen and (max-width: 991px) {
  .hero-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 12vw;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .nav-wrapper {
    font-size: 12px;
  }

  .headline-wrapper {
    width: 500px;
  }

  .hero-content {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 251px;
    padding-bottom: 0;
  }

  .hero-p-a {
    max-width: 330px;
    font-size: 16px;
  }

  .hero-p-a.is-small {
    font-size: 12px;
  }

  .container {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .load-content {
    min-width: 290px;
    min-height: 400px;
  }

  .load-logo {
    min-width: 260px;
    top: 2vw;
  }

  .nav-left {
    display: none;
  }

  .nav-logo {
    width: 20vw;
  }

  .nav-right {
    display: none;
  }

  .hero-p-a {
    max-width: 250px;
    font-size: 12px;
  }

  .hero-p-a.is-small {
    display: none;
  }

  .features-list {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
    min-height: auto;
    padding-bottom: 74px;
  }

  .load-content {
    min-width: 240px;
    min-height: 350px;
  }

  .load-img.is-1 {
    background-image: url('../images/pexels-nadezhda-diskant-5878807SM_IMG.jpg');
  }

  .load-img.is-2 {
    background-image: url('../images/DTS_NOWSTALGIA_Debora_Spanhol_8486SM_IMG.jpg');
  }

  .load-img.is-10 {
    background-image: url('../images/pawel-czerwinski-mnX-tJIP_vU-unsplashSM_IMG.jpg');
  }

  .load-img.is-9 {
    background-image: url('../images/pixelcut-exportSM_IMG.jpg');
  }

  .load-img.is-8 {
    background-image: url('../images/iridescent-02SM_IMG.jpg');
  }

  .load-img.is-7 {
    background-image: url('../images/pawel-czerwinski-mnX-tJIP_vU-unsplashSM_IMG.jpg');
  }

  .load-img.is-6 {
    background-image: url('../images/pexels-cottonbro-studio-4505454SM_IMG.jpg');
  }

  .load-img.is-5 {
    background-image: url('../images/Screenshot-2023-12-03-at-21.00.26SM_IMG.jpg');
  }

  .load-img.is-4 {
    background-image: url('../images/sean-sinclair-C_NJKfnTR5A-unsplashSM_IMG.jpg');
  }

  .load-img.is-3 {
    background-image: url('../images/iridescent-02SM_IMG.jpg');
  }

  .load-frame {
    border-width: 5px;
  }

  .load-logo {
    min-width: 220px;
    top: 12px;
  }

  .load-title {
    display: none;
  }

  .hero-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    align-items: center;
  }

  .headline-wrapper {
    width: 280px;
  }

  .hero-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-p-a.large-2 {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 54px;
  }

  .hero-p-a.large-2.para {
    letter-spacing: 0;
    text-transform: none;
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 18px;
    line-height: 1.4;
  }

  .hero-overlay {
    display: none;
  }

  .container {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .black_topbar {
    height: 12vh;
  }

  .div-block {
    display: none;
  }
}


@font-face {
  font-family: 'Humane Vf';
  src: url('../fonts/Humane-VF.ttf') format('truetype');
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}