.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Graphik Light Web, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.wrapper {
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

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

.image-65 {
  width: 100%;
  background-color: #303030;
  padding-top: 65%;
}

._2-col-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.image-45 {
  width: 100%;
  background-color: #303030;
  padding-top: 45%;
}

.container {
  max-width: 1600px;
}

.text-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.navbar {
  width: 100%;
  position: fixed;
}

.nav-container {
  height: 60px;
  max-width: 1600px;
  padding-left: 50px;
  padding-right: 30px;
}

.brand {
  height: 100%;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.header-wrapper {
  max-width: 389px;
}

.quote {
  text-align: center;
  font-family: Graphik Light Web, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.quote-wrapper {
  max-width: 820px;
}

.body {
  color: #fff;
  font-family: Graphik Regular Web, sans-serif;
  font-size: 15px;
}

.logo {
  color: #000;
  letter-spacing: 2px;
  font-family: Graphik Regular Web, sans-serif;
  font-size: 20px;
}

.section-black {
  background-color: #000;
}

.section-grey {
  background-color: #979797;
}

.uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
}

.sentencecase {
  text-transform: capitalize;
  font-weight: 300;
}

.serif {
  font-family: Para Mediumgrand, sans-serif;
  font-weight: 500;
}

.nav {
  color: #757575;
}

.nav:hover, .nav.w--current {
  color: #000;
}

@media screen and (max-width: 991px) {
  .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper.top {
    padding-top: 120px;
  }

  .image-65 {
    width: 100%;
  }

  ._2-col-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .image-45 {
    width: 100%;
  }

  .header-wrapper {
    max-width: 440px;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    padding: 30px;
  }

  .wrapper.top {
    padding-top: 90px;
  }

  ._2-col-grid {
    grid-row-gap: 30px;
  }

  .image-45 {
    padding-top: 70%;
  }

  .text-grid {
    grid-template-columns: 1fr;
  }

  .nav-container {
    padding-left: 30px;
    padding-right: 10px;
  }

  .quote {
    font-size: 23px;
    line-height: 28px;
  }
}


@font-face {
  font-family: 'Graphik Light Web';
  src: url('../fonts/Graphik-Light-Web.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Regular Web';
  src: url('../fonts/Graphik-Regular-Web.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Para Mediumgrand';
  src: url('../fonts/Para-MediumGrand.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}