@font-face {
  font-family: Rivieranights Webtrial;
  src: url('../fonts/RivieraNights-Regular-WebTrial.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rivieranights Webtrial;
  src: url('../fonts/RivieraNights-Medium-WebTrial.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclid Circular A Webfont;
  src: url('../fonts/euclid_circular_a_semibold-webfont.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abccameraplain;
  src: url('../fonts/ABCCameraPlain-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sangbleuempire Webtrial;
  src: url('../fonts/SangBleuEmpire-Black-WebTrial.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseworks Webtrial;
  src: url('../fonts/SuisseWorks-Bold-WebTrial.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sangbleuempire Webtrial;
  src: url('../fonts/SangBleuEmpire-Regular-WebTrial.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclid Circular A;
  src: url('../fonts/Euclid-Circular-A-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Against;
  src: url('../fonts/against-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_colors---b-red: #a50606;
  --_colors---d-green: #06251b;
  --_colors---blk: black;
  --_colors---cream: #e9e7de;
}

a {
  color: #fff;
  text-decoration: underline;
}

.hero {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero.feature-a {
  z-index: 100;
}

.video-container {
  background-image: url('../images/2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100vh;
  display: block;
  position: static;
  inset: 0%;
  overflow: hidden;
}


[class*="video-container splitview _"]{
  display: none;
}

[class*="video-container splitview _ d-full"] {
  width: 100%;
  height: 100%;
}

.video-container.splitview.reel.d-full {
  width: 100%;
  height: 100%;
  position: static;
}

[class*="video-container _"] {
  display: none;
  position: absolute;
}

.menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: end stretch;
  width: 100%;
  height: 100vh;
  padding-bottom: 10%;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 18px;
  display: grid;
  position: absolute;
}

.menu.v1 {
  font-family: Against, Times New Roman, sans-serif;
  font-size: 15px;
}

.menu.v1.m1 {
  z-index: 100;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.menu.v2 {
  font-family: Rivieranights Webtrial, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.menu.v3 {
  font-family: Euclid Circular A Webfont, Arial, sans-serif;
  font-weight: 600;
}

.menu.v4 {
  letter-spacing: 1px;
  font-family: Sangbleuempire Webtrial, Trebuchet MS, sans-serif;
  font-weight: 400;
}

.menu.v5 {
  font-family: Suisseworks Webtrial, Arial, sans-serif;
}

.d-col {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  max-width: 1440px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 17px;
  display: grid;
  position: relative;
}

.section {
  background-image: linear-gradient(#000, #000);
}

.d-link {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  padding: 0 0 6px;
  font-family: Euclid Circular A, Arial, sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: font-size .2s;
}

.d-link:hover {
  font-style: italic;
  font-weight: 400;
}

.link-block {
  background-image: url('../images/bleck-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 100px;
}

.body {
  color: #fff;
  background-color: #fff;
}

.logo {
  order: -1;
  align-self: flex-start;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 30px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.test {
  display: none;
}

.project.l-md {
  float: none;
  clear: none;
  flex: 0 auto;
  width: 45%;
  margin: 30px 52% 180px 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.project.r-md {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 45%;
  margin-top: 30px;
  margin-bottom: 180px;
  margin-left: 52%;
  overflow: hidden;
}

.project.c-lg {
  width: 65%;
  margin: 30px auto 180px;
  overflow: hidden;
}

.project.l-lg {
  width: 58%;
  margin-top: 30px;
  margin-bottom: 180px;
  margin-right: 42%;
}

.project.r-lg {
  width: 58%;
  margin-top: 30px;
  margin-bottom: 180px;
  margin-left: 43%;
}

.project.feature-1, .project.feature-2, .project.feature-3, .project.feature-4, .project.feature-5 {
  height: 100vh;
  position: relative;
}

.landing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  flex-flow: wrap;
  grid-template: ". ."
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  padding-top: 200px;
  padding-bottom: 80px;
  transition: opacity .2s;
  display: flex;
  overflow: hidden;
}

.landing.red {
  background-color: var(--_colors---b-red);
}

.landing.cream {
  background-color: #070714;
}

.landing.d-green {
  background-color: var(--_colors---d-green);
}

.landing.blue {
  background-color: #0018a3;
}

.landing.gradient {
  background-color: #000;
}

.p-director {
  text-align: center;
  margin-bottom: 8px;
  font-family: Euclid Circular A, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.p-director.feature {
  margin-top: 26px;
  margin-bottom: 10px;
  font-family: Euclid Circular A, Arial, sans-serif;
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
}

.p-title {
  text-align: center;
  font-family: Euclid Circular A, Arial, sans-serif;
  font-size: 18px;
}

.p-title.feature {
  font-family: Euclid Circular A, Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.navigation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: exclusion;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  height: 68px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.navigation.color {
  mix-blend-mode: normal;
  height: 64px;
  padding-left: 10px;
}

.f-logo {
  width: 100px;
  display: block;
}

.link {
  color: #fff;
  margin-right: 60px;
  font-family: Euclid Circular A, Arial, sans-serif;
  text-decoration: none;
  transition: opacity .2s;
}

.link:hover {
  opacity: .75;
  font-style: normal;
}

.link.c-bkground {
  margin-right: 20px;
  transition-property: none;
}

.link.c-bkground:hover {
  opacity: 1;
  color: #000;
  text-decoration: underline;
}

.link.c-bkground.blk {
  color: #000;
}

.f-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.code-embed {
  display: none;
  overflow: hidden;
}

.splitscreen {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.splitscreen.v2 {
  color: #fff;
  background-color: #000;
}

.section-2, .section-2-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.d-linklist {
  justify-content: center;
  align-items: center;
  position: static;
  overflow: visible;
  color: #000 !important;
}

.d-linklist.v2 {
  color: #fff;
}

.d-linklist.d-full {
  margin-top: 80px;
}

.d-linklist.d-full.v2 {
  margin-top: 50px;
  /* display: grid;
  grid-auto-flow: column;
  grid-auto-rows: auto;
  grid-template-rows: repeat(4, auto);
  gap:0px 20px; */
}

.v-link {
  text-align: center;
  width: 100%;
  margin-bottom: 14px;
  font-family: Euclid Circular A, Arial, sans-serif;
  font-size: 22px;
  text-decoration: none;
  transition: font-size .2s;
  display: block;
}

.v-link:hover {
  font-style: italic;
}

.v-link._1 {
  margin-bottom: 16px;
}

.v-link._2.dark {
  color: #000;
}

.v-view {
  max-width: 100%;
  overflow: hidden;
}

.v-view.d-full {
  clear: none;
  width: 45%;
  height: 46%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.v-view.d-full.v2 {
  width: 100%;
  height: 60%;
}

.d-fullscreen {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 6%;
  display: block;
}

.d-fullscreen.v2 {
  margin-top: 0%;
}

.heading {
  font-family: Against, Times New Roman, sans-serif;
}

.director-title {
  z-index: 20;
  color: #fff;
  text-align: center;
  font-family: Euclid Circular A, Times New Roman, sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 50px;
  position: absolute;
  inset: 2% 0% auto;
}

.image {
  max-width: 85%;
}

.contact-page {
  z-index: 100;
  background-color: #000000e6;
  display: none;
  position: fixed;
  inset: 0%;
}

.address {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: Euclid Circular A, Arial, sans-serif;
  font-size: 16px;
}

.contact-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: Euclid Circular A, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.contacts {
  padding-left: 0;
  list-style-type: none;
}

.contact-close {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: 2%;
  margin-right: 2%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-icon {
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.content {
  background-color: #000;
  margin-top: 0;
  padding-top: 180px;
}

.content.scroll-snap {
  width: 100vw;
  height: 100vh;
  display: block;
  overflow: scroll;
}

.feature-text {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 40%;
}

.feature-text:hover {
  /* font-style: italic; */
}

.video-embed {
  height: 100vh;
}

@media screen and (max-width: 991px) {
  .menu.v1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu.v1.m1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .d-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-items: end stretch;
    margin-top: 50vh;
    list-style-type: none;
    display: grid;
  }

  .d-link {
    padding-bottom: 17px;
    font-size: 16px;
  }

  .link-block {
    height: 100px;
  }

  .logo {
    flex: 1;
    order: 1;
  }

  .project.l-md {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 60px;
    margin-right: 0%;
  }

  .project.r-md {
    width: 90%;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .project.c-lg {
    width: 90%;
    margin-bottom: 60px;
  }

  .project.l-lg {
    width: 90%;
    margin-bottom: 60px;
    margin-right: 0%;
  }

  .landing {
    padding-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .d-col {
    grid-template-columns: 1fr;
    place-items: center stretch;
    margin-top: 20vh;
  }

  .d-link {
    padding-bottom: 14px;
    font-size: 16px;
  }

  .body.home {
    background-color: #000;
  }

  .logo {
    margin-top: 20px;
    margin-left: 20px;
  }

  .navigation {
    height: auto;
    margin-top: 40px;
    position: fixed;
  }

  .navigation.director {
    position: relative;
  }

  .f-logo.w--current {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .link {
    text-align: center;
    margin-right: 0;
    padding-bottom: 8px;
    display: block;
  }

  .f-menu {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    top: auto;
    left: 0%;
  }

  .image {
    text-align: center;
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .menu {
    grid-template-columns: 1fr;
  }

  .menu.v1, .menu.v2, .menu.v4, .menu.v5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-content: end;
  }

  .d-col {
    margin-top: 14vh;
    list-style-type: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .d-link {
    font-size: 16px;
  }

  .logo {
    margin-bottom: 20px;
    margin-left: 0;
    inset: 0% 0% auto;
  }

  .project.r-md, .project.l-lg {
    margin-top: 12px;
    margin-bottom: 30px;
  }

  .project.r-lg {
    margin-top: 12px;
    margin-bottom: 80px;
    margin-left: 0%;
  }

  .landing {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .p-director {
    margin-top: 12px;
  }

  .p-director.feature {
    font-size: 20px;
  }

  .p-title.feature {
    font-size: 18px;
  }

  .navigation {
    height: auto;
    margin-top: 40px;
    position: fixed;
  }

  .navigation.director {
    position: relative;
  }

  .f-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .f-logo.w--current {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .link {
    text-align: center;
    margin-right: 0;
    padding-bottom: 8px;
    display: block;
  }

  .link.w--current {
    margin-right: 0;
    padding-bottom: 8px;
    display: block;
  }

  .f-menu {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    inset: auto 0% 0%;
  }

  .image {
    max-width: 100%;
  }
}

#w-node-_3dfc20bd-9f6b-6aa9-b5a4-4c2c825b21ef-2cfc1f0d, #w-node-_3dfc20bd-9f6b-6aa9-b5a4-4c2c825b21ef-7b638a0d, #w-node-_3dfc20bd-9f6b-6aa9-b5a4-4c2c825b21ef-72e57cf4, #w-node-_3dfc20bd-9f6b-6aa9-b5a4-4c2c825b21ef-918ae677, #w-node-_3dfc20bd-9f6b-6aa9-b5a4-4c2c825b21ef-02fb8990 {
  justify-self: stretch;
}

#w-node-ae4acf6f-50d8-2592-4933-1e928a50c286-53a36e26, #w-node-ae4acf6f-50d8-2592-4933-1e928a50c286-d52a46b8 {
  place-self: center;
}

#w-node-_3dfc20bd-9f6b-6aa9-b5a4-4c2c825b21ef-8471ef85 {
  justify-self: stretch;
}


@font-face {
  font-family: 'Rivieranights Webtrial';
  src: url('../fonts/RivieraNights-Regular-WebTrial.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rivieranights Webtrial';
  src: url('../fonts/RivieraNights-Medium-WebTrial.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid Circular A Webfont';
  src: url('../fonts/euclid_circular_a_semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abccameraplain';
  src: url('../fonts/ABCCameraPlain-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sangbleuempire Webtrial';
  src: url('../fonts/SangBleuEmpire-Black-WebTrial.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks Webtrial';
  src: url('../fonts/SuisseWorks-Bold-WebTrial.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sangbleuempire Webtrial';
  src: url('../fonts/SangBleuEmpire-Regular-WebTrial.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid Circular A';
  src: url('../fonts/Euclid-Circular-A-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Against';
  src: url('../fonts/against-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}