@font-face {
  font-family: Ultra;
  src: url('../fonts/BMUltra-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Ultra;
  src: url('../fonts/BMUltra-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Roslindale Condensed;
  src: url('../fonts/RoslindaleDisplayCondensed-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

:root {
  --cream: #acacac;
  --chocolate: #c46937;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #000;
  font-family: Ultra, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roslindale Condensed, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

a {
  text-decoration: none;
}

.body {
  background-color: #fff;
  font-size: 16px;
}

.header {
  z-index: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 112vh;
  margin-top: -67px;
  display: flex;
  position: relative;
}

.nav {
  z-index: 999;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav-bar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
}

.nav-bar-logo {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-bar-menu {
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-bar-menu-icon {
  width: 100%;
  height: 100%;
  position: relative;
}

.nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-menu-background {
  background-color: var(--cream);
  transform-origin: 50% 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-menu-links {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 5vw;
  display: flex;
  position: relative;
}

.nav-menu-link-text {
  color: #000;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 12vmin;
  font-weight: 500;
  line-height: 1.2;
  transition: letter-spacing .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.nav-menu-link-text:hover {
  letter-spacing: 3px;
}

.nav-menu-footer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.small-links {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 600;
  position: relative;
}

.nav-menu-photo-mask {
  object-fit: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 48vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu-photo-mask.nav-menu-photo-mask-1 {
  width: 600px;
  height: 300px;
  margin-top: 80px;
  display: block;
}

.nav-menu-photo-mask.nav-menu-photo-mask-2 {
  width: 400px;
  height: 600px;
}

.nav-menu-photo-mask.nav-menu-photo-mask-3 {
  width: 400px;
  height: 500px;
}

.nav-menu-photo-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.nav-menu-photo-image.nav-menu-photo-image-1, .nav-menu-photo-image.nav-menu-photo-image-2, .nav-menu-photo-image.nav-menu-photo-image-3, .nav-menu-photo-image.nav-menu-photo-image-4, .nav-menu-photo-image.nav-menu-photo-image-4, .nav-menu-photo-image.nav-menu-photo-image-4 {
  display: none;
}

.nav-menu-link {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.small-links-wrapper {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 10px;
  display: flex;
  position: relative;
  left: -10px;
  overflow: hidden;
}

.nav-menu-photos {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-menu-photo-direction {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
}

.nav-menu-photo-direction.nav-menu-photo-direction-1 {
  align-items: flex-start;
  display: flex;
  transform: translate(-16vw)rotate(0);
}

.nav-menu-photo-direction.nav-menu-photo-direction-2 {
  margin-left: -265px;
  transform: translate(19vw, -10vh)rotate(0);
}

.nav-menu-photo-direction.nav-menu-photo-direction-3 {
  align-items: flex-end;
  margin-top: -222px;
  transform: translate(-8vw, 13vh)rotate(0);
}

.code {
  width: 1px;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.h1-title {
  color: #000;
  margin-top: -346px;
  margin-bottom: 40px;
  font-family: Roslindale Condensed, sans-serif;
  font-size: 12vmin;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.text-block {
  text-align: center;
  text-transform: uppercase;
  width: 80vw;
  line-height: 26px;
}

.link {
  color: #000;
  text-decoration: underline;
}

.global-component-banner {
  height: 50px;
  display: flex;
}

.global-component-footer {
  border-top: 1px solid #122b6914;
  display: flex;
}

.global-container {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global-button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #6f5cff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s ease-out, background-color .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 12px #9b8eff4d, inset 0 1px #9b8eff99, 0 -1px 1px #5b29ffcc, 0 0 0 1px #6e5bff;
}

.global-button-primary:hover {
  background-color: #7f6fff;
}

.global-button-primary:active {
  background-color: #705cfa;
}

.global-name-block {
  background-color: #f8f9fb;
  border-radius: 6px;
  padding: 2px 6px;
  text-decoration: none;
}

.global-logo {
  width: 147px;
  margin-top: 20px;
}

.global-name {
  color: #282735;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.global-navigation-line {
  background-color: #122b6914;
  width: 1px;
  height: 20px;
}

.global-logo-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.global-navigation {
  z-index: auto;
  background-color: #fff0;
  border-bottom: 1px solid #122b6914;
  align-items: center;
  height: 163px;
  padding: 24px;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
}

.global-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.global-icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.global-name-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.global-title-text {
  color: #36364a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.image {
  opacity: .61;
  max-width: 70%;
  margin-top: -332px;
}

.text-block-2 {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 80px;
  margin-right: 0;
  padding-right: 5vw;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.section {
  background-color: #000;
  height: 1200px;
}

.heading {
  color: #fff;
  margin-top: 52px;
  font-family: Roslindale Condensed, sans-serif;
  font-size: 70px;
}

.rich-text-block {
  color: #fff;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.quick-stack {
  background-color: #000;
}

.image-2 {
  max-width: 50%;
}

.heading-3 {
  color: #fff;
  text-align: right;
  font-family: Roslindale Condensed, sans-serif;
}

.heading-4 {
  color: #000;
  text-align: center;
  font-family: Roslindale Condensed, sans-serif;
}

.heading-4:hover {
  color: #9b9b9b;
}

.cell {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.cell-2 {
  margin-left: auto;
  margin-right: auto;
}

.link-block {
  z-index: 99999999;
  cursor: pointer;
  position: relative;
}

.image-3 {
  max-width: 30%;
  margin-top: 16px;
  margin-left: 34px;
}

.text-block-3 {
  text-align: center;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
}

.cell-3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-block-4 {
  color: #3a3a3c;
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: block;
}

.cell-4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-5 {
  color: #3a3a3c;
  text-align: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.quick-stack-2 {
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  background-color: #adadad;
}

.code-embed {
  margin-top: 20px;
}

.text-block-6 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.heading-5 {
  color: #d2d4d4;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 89px;
  font-family: Roslindale Condensed, sans-serif;
  font-size: 100px;
  display: block;
}

.cell-5 {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.link-3 {
  color: #414142;
}

.link-4, .link-4.w--current {
  color: #3c3c3f;
}

.section-3 {
  margin-top: -211px;
}

.container {
  z-index: 9999999;
  position: relative;
}

.link-block-5, .link-block-6 {
  display: block;
}

@media screen and (max-width: 991px) {
  .nav-bar-menu, .nav-bar-menu-icon {
    display: none;
  }

  .nav-menu-links {
    width: 70%;
  }

  .nav-menu-photo-mask {
    width: 32vh;
    height: 45vh;
  }

  .h1-title {
    text-align: center;
    font-size: 9vmin;
  }

  .global-logo-link {
    margin-right: 0;
  }

  .image {
    max-width: 81%;
    margin-top: -571px;
  }

  .text-block-2 {
    display: none;
  }

  .image-2 {
    max-width: 70%;
  }

  .heading-3 {
    font-size: 23px;
  }

  .image-3 {
    max-width: 58%;
  }

  .text-block-4, .text-block-5 {
    font-size: 20px;
  }

  .heading-5 {
    font-size: 50px;
  }

  .section-3 {
    margin-top: -476px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    font-size: 16px;
  }

  .nav-bar {
    height: 80px;
  }

  .nav-menu-links {
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .nav-menu-link-text {
    text-align: center;
    justify-content: center;
    font-size: 18vmin;
    line-height: 1.3;
  }

  .nav-menu-footer {
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-link.nav-menu-link-1 {
    text-align: center;
    justify-content: center;
  }

  .nav-menu-photos, .global-navigation-line, .global-text-wrapper {
    display: none;
  }

  .heading {
    padding-left: 20px;
    font-size: 60px;
  }

  .rich-text-block {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .heading-2 {
    padding-left: 20px;
    font-size: 27px;
  }

  .image-2 {
    max-width: 102%;
  }

  .text-block-3 {
    font-size: 11px;
    line-height: 16px;
  }

  .text-block-4, .text-block-5 {
    font-size: 16px;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .heading-5 {
    font-size: 37px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    margin-top: -54px;
  }

  .nav-bar-menu {
    width: 50px;
  }

  .nav-menu-footer {
    justify-content: space-between;
  }

  .small-links-wrapper {
    margin-right: 0;
  }

  .h1-title {
    margin-top: -208px;
  }

  .global-component-banner, .global-icon-x-small, .global-title-text {
    display: none;
  }

  .image {
    max-width: 90%;
    margin-top: -601px;
  }

  .section {
    height: 1340px;
  }

  .heading {
    font-size: 40px;
  }

  .rich-text-block {
    font-size: 12px;
  }

  .heading-2 {
    margin-top: -2px;
    font-size: 21px;
  }

  .image-2 {
    max-width: 81%;
    margin-top: -39px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-4 {
    font-size: 29px;
  }

  .cell {
    justify-content: flex-start;
    align-items: center;
  }

  .link-block, .image-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-5 {
    margin-top: -6px;
    display: none;
  }

  .cell-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .section-3 {
    margin-top: -616px;
  }

  .cell-6 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-2 {
    padding-right: 20px;
  }

  .cell-7 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .link-block-3 {
    position: relative;
    top: -20px;
  }

  .link-block-4 {
    position: relative;
    top: -30px;
  }

  .code-embed-2 {
    margin-top: -125px;
  }

  .section-4 {
    margin-top: 85px;
  }

  .cell-8 {
    display: none;
  }

  .quick-stack-3 {
    margin-top: 40px;
  }
}

#w-node-_4a61c803-9de1-50ca-5fdc-ec0c34d52487-94214cf5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_49043fd5-c856-75a9-2271-ac1bb7d51e98-94214cf5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3c856e6c-b168-4813-95a4-474906190f2b-d9924d52 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_2d30f539-88f0-090a-fac3-fcc3d81143b7-d9924d52 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_3c856e6c-b168-4813-95a4-474906190f2b-d9924d52 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr .5fr 1.75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_49043fd5-c856-75a9-2271-ac1bb7d51e98-94214cf5, #w-node-_3c856e6c-b168-4813-95a4-474906190f2b-d9924d52, #w-node-_2d30f539-88f0-090a-fac3-fcc3d81143b7-d9924d52 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Ultra';
  src: url('../fonts/BMUltra-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ultra';
  src: url('../fonts/BMUltra-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roslindale Condensed';
  src: url('../fonts/RoslindaleDisplayCondensed-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}