:root {
  --white: white;
  --black: black;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
}

.ab-wrapper {
  display: flex;
}

.a {
  margin-right: 2.5px;
  font-size: 2vw;
  line-height: 130%;
}

.copyright {
  margin-left: 2.5vw;
  font-size: 2vw;
  line-height: 130%;
}

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

.content {
  z-index: 5;
  justify-content: center;
  align-self: stretch;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
}

.text-wrapper {
  text-align: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.research, .overflow-hidden.number {
  margin-top: -4vw;
}

.text-block {
  letter-spacing: -.009em;
  font-size: 9vw;
  line-height: 130%;
}

.footer {
  padding: 1.5rem 1rem 1.5rem 5rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.new-media {
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 130%;
  transform: skew(-22deg);
}

.text-block-2 {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  margin-right: 7vw;
  font-size: .75rem;
  font-weight: 700;
  line-height: 110%;
}

.text-block-3 {
  font-size: 14px;
}

.footer-row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
}

.footer-row-2._2 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-row-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: flex;
}

.text-block-2-copy {
  text-align: right;
  text-align: right;
  margin-right: 0;
  font-size: 1.2vw;
  line-height: 110%;
}

.container-copy {
  justify-content: center;
  width: 100%;
  max-width: 1380px;
  margin: auto;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.image-wrapper {
  z-index: -1;
  width: 50%;
  height: 75%;
  display: none;
  position: absolute;
  bottom: 112px;
  right: -32%;
  overflow: hidden;
}

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

.body {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100vh;
  display: none;
}

.overlay {
  display: none;
}

.buildbites-badge-2 {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fffcfc;
  cursor: pointer;
  background-color: #ff5e1a;
  border-radius: 6px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: opacity .3s;
  display: grid;
  position: fixed;
  inset: auto 32px 32px auto;
  box-shadow: 7px 7px 20px #ff5e0033;
}

.buildbites-badge-2:hover {
  opacity: .7;
}

.brand-wrapper {
  cursor: pointer;
}

.brand {
  height: 24%;
  font-size: 12px;
  line-height: 18px;
}

.background-video {
  object-fit: fill;
  width: 100vw;
  height: 100vh;
}

.video-wrapper {
  background-image: linear-gradient(45deg, #000, #0000 73%);
  position: absolute;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 4rem;
  }

  .image-wrapper {
    bottom: 121px;
  }

  .overlay {
    z-index: 50;
    opacity: 1;
    color: #000;
    text-align: center;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 55px;
    line-height: 110%;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
  }

  .overlay.blur-wrapper {
    background-image: linear-gradient(#2e36474d, #2e36474d);
  }

  .text-block-overlay {
    color: #fff;
    background-image: none;
    font-size: 25px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .a, .copyright, .new-media {
    font-size: 3vw;
  }

  .text-block-2, .text-block-2-copy {
    font-size: 2vw;
  }

  .image-wrapper {
    bottom: 102px;
  }

  .buildbites-badge-2 {
    grid-column-gap: 10px;
    width: 174px;
    top: auto;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
  }

  .text-block-4, .brand-wrapper {
    flex: none;
  }

  .brand {
    height: 24px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .a, .copyright {
    font-size: 3.5vw;
  }

  .content {
    margin-bottom: 35px;
  }

  .text-block {
    font-size: 15vw;
  }

  .footer {
    padding-bottom: 3rem;
    padding-left: 2rem;
  }

  .new-media {
    font-size: 3.5vw;
  }

  .text-block-2 {
    font-size: 4vw;
    text-decoration: underline;
  }

  .footer-row-3 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }

  .text-block-2-copy {
    font-size: 2.4vw;
  }

  .image-wrapper {
    right: -20%;
  }

  .overlay.blur-wrapper {
    height: 100%;
  }

  .text-block-overlay {
    line-height: 130%;
  }

  .buildbites-badge-2 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    width: 174px;
    display: grid;
  }

  .text-block-4 {
    flex: none;
  }
}

#w-node-_2f302b72-cbcb-ad13-33fc-36e7df5f8baf-58d957a7 {
  justify-self: start;
}


