:root {
  --text: #e7e9e0;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.right-nav-menu-b {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.credit {
  text-align: left;
  flex: none;
  align-self: flex-start;
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: .84rem;
  font-style: normal;
  display: block;
}

.navbar-b {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #ddd0;
  border-radius: .5rem;
  align-self: stretch;
}

.footer-links-flex {
  flex: 1;
  align-self: stretch;
}

.credit-data {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-b {
  justify-content: flex-start;
  align-items: center;
  max-width: 90rem;
}

.body-b {
  color: #e7e9e0;
  background-color: #18181b;
  font-family: degular, sans-serif;
  font-size: .9rem;
  font-weight: 200;
}

.footer-link-b {
  color: #d7d9cd;
  font-size: 1.2rem;
  text-decoration: none;
}

.left-nav-menu {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.footer {
  align-self: stretch;
  padding-top: 3svh;
  padding-bottom: 10svh;
}

.prod-insurance {
  text-transform: uppercase;
  white-space: normal;
  max-height: 45px;
  margin-top: 4svh;
  font-size: .9rem;
}

.credit-ext {
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer-links {
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

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

.navlink-b-2 {
  color: var(--text);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.6;
}

.nav-menu-b {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.nav-bkg {
  position: absolute;
  inset: 0%;
}

.studio-section {
  grid-column-gap: 1svh;
  grid-row-gap: 1svh;
  flex-flow: column;
  margin-top: 10svh;
  margin-bottom: 10svh;
  display: flex;
}

.menu-button-b {
  flex: none;
  align-self: stretch;
  padding: 0 0 0 1.5svw;
}

.menu-text {
  align-self: center;
  width: 30px;
  height: 30px;
  line-height: .7;
}

.navlink-b {
  color: #e7e9e0;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 1.2rem;
}

.navlink-b:hover {
  font-weight: 800;
}

.navlink-b.w--current {
  color: #e7e9e0;
  background-image: url('../images/scratch-out-b.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sp-wrap {
  align-items: stretch;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2svh 2svw;
}

.stamp-image {
  margin-right: 6px;
}

.stamp-image.invert {
  filter: invert(64%);
}

.credit-block {
  float: right;
  box-shadow: none;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.stamp {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  font-size: .84rem;
  display: block;
}

.brhyt-brand {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 0;
}

.container-b {
  max-width: 90rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .body-b {
    transition: all .3s;
  }

  .navlink-b {
    font-size: 1.5rem;
    transition: all .3s;
  }

  .sp-wrap {
    max-width: 84rem;
  }
}

@media screen and (max-width: 991px) {
  .navbar-b {
    margin-bottom: 1svh;
  }

  .left-nav-menu {
    background-color: #252520;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
  }

  .menu-flex {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 100%;
    padding-bottom: 4px;
  }

  .menu-button-b {
    font-size: 1rem;
  }

  .menu-button-b.w--open {
    background-color: #c8c8c800;
  }

  .menu-text {
    align-self: center;
    width: 30px;
    height: 30px;
    line-height: .7;
  }
}

@media screen and (max-width: 767px) {
  .navbar-b {
    position: sticky;
    top: 0;
  }

  .credit-ext {
    margin-left: auto;
  }

  .footer-links {
    flex-flow: column;
  }

  .studio-section {
    margin-top: 0;
  }

  .menu-text {
    align-items: center;
  }

  .credit-block {
    align-self: flex-end;
  }

  .brhyt-brand {
    flex: none;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 479px) {
  .right-nav-menu-b {
    border: 1px solid #42464b;
    border-radius: .2rem;
    height: 45px;
    margin: 4px;
  }

  .credit {
    margin-right: auto;
  }

  .left-nav-menu {
    justify-content: center;
    align-items: center;
    height: 45px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .credit-ext {
    margin-left: 0;
  }

  .footer-links {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    flex-flow: column;
    justify-content: space-between;
    align-self: stretch;
    margin-bottom: 36px;
  }

  .nav-menu-b {
    flex-flow: column-reverse;
  }

  .studio-section {
    grid-column-gap: 8svh;
    grid-row-gap: 8svh;
  }

  .navlink-b {
    font-size: 5.2svw;
    line-height: .9;
  }

  .navlink-b:hover {
    font-weight: 400;
  }

  .credit-block {
    align-self: stretch;
    margin-bottom: 36px;
  }

  .stamp {
    align-self: stretch;
    display: block;
  }

  .brhyt-brand {
    align-self: flex-start;
    height: 45px;
  }
}


