:root {
  --forest: #464b28;
  --black: black;
  --dark-spruce: #146e78;
  --bright-spruce: #64b9b4;
  --clear-sky: #a0beaf;
  --cream: #e6dcbe;
  --pine: #5a643c;
  --clay: #9b641e;
  --white: white;
  --gold: #eba000;
  --red: #f54100;
  --transparent: #fff0;
}

/* html {    font-size: 16px !important;} */ 


/* Nav Styles */ 

.nav__logo {
  z-index: 1;
  position: relative;
}

.search__field {
  color: #e6dcbe;
  background-color: #0000;
  border: 3px solid #a0beaf;
  min-width: 250px;
  height: 3.6rem;
  margin-bottom: 0;
  margin-right: -3px;
  padding: 2px 5px 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

.search__field:focus {
  border-color: #a0beaf;
  margin-right: -3px;
}

.search__field::placeholder {
  color: #f5f0df;
}

.account-login-link {
  z-index: 10;
  grid-column-gap: .5rem;
  color: #e6dcbe;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 10px;
  line-height: 1;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 10px 20px auto auto;
}

.account-login-link:hover {
  color: #a0beaf;
}

.shop-menu__category {
  margin-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}

.shop-menu-footer__column {
  flex: 0 auto;
  max-width: 20rem;
}

.shop-menu-footer__column.is--first {
  flex: none;
}

.shop-cat__list {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.shop-menu-footer__container {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.shop-menu-footer__container.hide {
  display: none;
}

.nav__menu-wpr {
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop-cat__links-wpr ​> .shop-menu__link a​ {
  color: var(--cream) !important;
​}

.shop-menu__link {
  display: block;
  color: var(--cream); !important;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding-top: 0.2rem;
  padding-right: 0.4rem;
  padding-bottom: 0.2rem;
  padding-left: 0.4rem;
  transition-property: color;
  transition-duration: 200ms;
  transition-timing-function: ease;
  font-weight: 400;
  text-decoration: none;
}

.shop-menu__link:hover {
  color: var(--clear-sky) !important;
}

.shop-menu__link:visited {
  color: var(--cream) !important;
}

.nav__menu-container {
  z-index: 1;
  background-color: #464b28;
  justify-content: space-between;
  align-items: center;
  padding: .625rem 25px;
  display: flex;
  position: relative;
}

.account-login__txt {
  margin-bottom: 0;
  font-size: 1.25rem;
  color: var(--cream) !important;
}

.contact__bg, .menu__bg {
  background-color: #464b28;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu__footer-title {
  color: #e6dcbe;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.menu__close {
  z-index: 10;
  color: #a0beaf;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 10px auto auto 20px;
}

.nav__logo-container {
  z-index: 99;
  justify-content: center;
  align-items: flex-start;
  height: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.bs-contact {
  z-index: 2;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.search-wpr {
  display: flex;
}

.submit-button {
  background-color: #0000;
  padding: 0;
  font-size: 10px;
  line-height: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.submit-button w-button {
  border-style: none !important; 
}

.shop-menu {
  z-index: 98;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.menu__bg-trans-shape {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  object-fit: contain;
  object-position: 50% 0%;
  width: 0;
  max-width: none;
  position: relative;
  inset: 0%;
}

.mobile-menu__link {
  color: #e6dcbe;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}

.close-x {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: .375rem;
}

.contact__scroll-wpr {
  min-height: 100vh;
  padding: 24rem 30px 10rem;
  position: relative;
}

.nav__logo-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.search__button-wpr {
  background-color: #a0beaf;
  background-image: url('https://www.sefiles.net/merchant/5376/images/site/Blue-Spruce-Search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.6rem;
  height: 3.6rem;
  position: relative;
}

.cart-icon {
  color: #a0beaf;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: .125rem;
  padding: .125rem;
}

.contact__bg-wpr {
  z-index: -1;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu__footer-heading {
  color: #a0beaf;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.menu__scroll-wpr {
  min-height: 100vh;
  padding: 12rem 30px;
  position: relative;
}

.nav-link__text {
  line-height: 1;
}

.menu__container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.nav-link {
  color: var(--clear-sky);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  font-size: 1.6rem;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  color: var(--clear-sky) !important;
}

.nav-link:visited {
  color: var(--clear-sky) !important;
}

.nav-link.is--mobile-menu {
  display: none;
}

.shop-menu__address-link {
  color: #a0beaf;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .75rem;
  font-size: 1.6rem;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.bs-mobile-menu__container {
  margin-bottom: 6.4rem;
  padding-bottom: 1.6rem;
  display: none;
}

.account-login__icon {
  color: #a0beaf;
  background-image: url('../images/Giant-Icon-Account.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.4rem;
  height: 1.4rem;
}

.shop-search-wpr {
  margin-bottom: 35px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.shop-menu-footer__info-wpr {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bs-nav {
  z-index: 99;
  position: fixed;
  inset: 0% 0% auto;
}

.link-diag-arrow {
  color: #a0beaf;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
  margin-left: .25rem;
}

.shop-menu-footer {
  background-color: #464b28;
  padding: 15px 30px 20px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.menu__bg-wpr {
  z-index: -1;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.contact__bg-trans-shape {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  object-fit: contain;
  object-position: 50% 0%;
  width: 0;
  max-width: none;
  position: relative;
  inset: 0%;
}

.shop-cat__divider {
  background-color: #5a643c;
  height: 2px;
  margin-bottom: .5rem;
}

.menu-footer__text {
  color: #e6dcbe;
  font-size: 1.4rem;
}

.shop-cat__title {
  color: #a0beaf;
  letter-spacing: .03rem;
  margin-bottom: .8rem;
  padding-left: .4rem;
  padding-right: .4rem;
  font-family: 'Recursive', sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
}

.search-form {
  margin-bottom: 0;
}

.nav__logo-link {
  color: var(--forest) !important;
  width: 300px;
  display: block;
  position: relative;
}

.nav__logo-link:hover, .nav__logo-link:visited {
  color: var(--forest) !important;
}

.nav__logo-bg {
  color: var(--forest) !important;
}

.nav__logo-bg:hover, .nav__logo-bg:visited {
  color: var(--forest) !important;
}

@media screen and (max-width: 991px) {

  .account-login-link {
    right: 15px;
  }

  .shop-menu-footer__column {
    flex: 0 auto;
    max-width: 18rem;
  }

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

  .shop-menu-footer__container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-end;
  }

  .nav__menu-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu__close {
    left: 15px;
  }

  .contact__scroll-wpr {
    padding-top: 12rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu__scroll-wpr {
    padding-left: 25px;
    padding-right: 25px;
  }

  .shop-menu-footer__giant-wpr {
    flex: none;
  }

  .nav-link {
  display: flex;
  padding-top: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  justify-content: center;
  align-items: center;
  color: var(--clear-sky);
  font-size: 1.6rem;
  text-decoration: none;
  cursor: pointer;
  }

  .nav-link:medium {
  margin-right: 3px;
  margin-left: 3px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 1.5rem;
  }

  .nav-link:small {
  display: none;
  }

  .nav-link:hover {
  color: var(--clear-sky) !important;
  }

  .nav-link:visited {
  color: var(--clear-sky) !important;
  }

  .shop-menu-footer__info-wpr {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: nowrap;
    align-items: flex-end;
  }

  .shop-menu-footer {
    z-index: 1;
    background-color: #5a643c;
    padding-left: 25px;
    padding-right: 25px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .nav__logo-link {
    width: 250px;
  }
}


@media screen and (max-width: 767px) {

  .contact__container {
    display: block;
  }

  .menu__footer-heading {
    font-size: .875rem;
  }

  .menu__footer-title {
    font-size: 1rem;
  }

  .menu-footer__text {
    font-size: .75rem;
  }

  .mobile-menu__container {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    display: block;
  }

  .mobile-menu__link {
    font-size: 1.25rem;
  }

  .account-login-link {
    left: 10px;
    right: auto;
  }

  .shop-menu__category {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-menu-footer__column {
    flex: none;
    max-width: 15rem;
  }

  .shop-menu-footer__column.is--first {
    max-width: 12rem;
  }

  .shop-cat__list {
    grid-template-columns: 1fr 1fr;
  }

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

  .menu__footer-title {
    font-size: 1rem;
  }

  .menu__close {
    left: auto;
    right: 10px;
  }

  .mobile-menu__link {
    font-size: 1.25rem;
  }

  .contact__scroll-wpr {
    padding: 10rem 15px 4rem;
  }

  .cart-link {
    margin-right: 5px;
  }

  .menu__footer-heading {
    font-size: .875rem;
  }

  .menu__scroll-wpr {
    padding: 8rem 15px 9rem;
  }

  .shop-menu-footer__giant-wpr, .nav-link {
    display: none;
  }

  .nav-link.is--mobile-menu {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .bs-mobile-menu__container {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    display: block;
  }

  .shop-search-wpr {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-menu-footer {
    padding: 10px 15px 15px;
    overflow: scroll;
  }

  .menu-footer__text {
    font-size: .75rem;
  }

  .nav__logo-link {
    width: 225px;
  }
}

@media screen and (max-width: 479px) {

  .menu__footer-heading {
    font-size: .75rem;
  }

  .menu-footer__text {
    font-size: .675rem;
  }

  .account-login-link {
    padding-left: 10px;
    padding-right: 10px;
    top: 5px;
    left: 0;
  }

  .shop-menu-footer__column {
    max-width: none;
  }

  .shop-menu-footer__column.is--first {
    max-width: none;
    margin-bottom: .5rem;
  }

  .shop-cat__list {
    display: block;
  }

  .nav__menu-wpr {
    position: relative;
  }

  .nav__menu-container {
    padding: .5rem 5px;
  }

  .menu__close {
    font-size: .875rem;
    top: 5px;
    right: 0;
  }

  .close-x {
    width: .8rem;
    height: .8rem;
  }

  .contact__scroll-wpr {
    padding-top: 8rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart-icon {
    width: 1.625rem;
    height: 1.625rem;
  }

  .cart-link {
    margin-right: 3px;
  }

  .menu__footer-heading {
    font-size: .75rem;
  }

  .menu__scroll-wpr {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link.is--mobile-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative;
  }

  .shop-menu-footer__info-wpr {
    display: block;
  }

  .shop-menu-footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-footer__text {
    font-size: .675rem;
  }

  .nav__logo-link {
    width: 175px;
  }
}



/* Footer Styles */

.bbaf-marquee {
  grid-column-gap: 1.6rem;
  background-color: var(--forest);
  width: 100%;
  padding-top: 1.2rem;
  padding-bottom: 1.6rem;
  display: flex;
  overflow: hidden;
}

.bbaf-marquee__content {
  grid-column-gap: 1.6rem;
  flex: none;
  justify-content: space-around;
  display: flex;
}

.bbaf-marquee__text {
  color: var(--pine);
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 1.2rem;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
}

.bbaf-marquee__content.scroll {
  align-items: center;
}

.footer-2 {
  position: relative;
  overflow: scroll !important;
  padding-top: 40px !important;
  padding-right: 30px !important;
  padding-bottom: 25px !important;
  padding-left: 30px !important;
  background-color: var(--clear-sky) !important;
}

.footer__column {
  min-width: 12rem;
}

.footer__menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer__sprucy {
  pointer-events: none;
  align-self: flex-end;
  width: 32vw;
  min-width: 350px;
  max-width: none;
  height: 30vw;
  min-height: 325px;
  max-height: none;
  position: absolute;
  inset: auto auto 0% -5px;
  overflow: hidden;
}

.footer__sprucy.is--spacer {
  flex: 0 auto;
  margin-right: -25px;
  position: static;
}

.footer__container {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  flex-flow: wrap-reverse;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.footer__text {
  display: block !important;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  color: var(--forest) !important;
  text-align: left !important;
  font-size: 1.6rem !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

.footer__text:hover {
  color: var(--dark-spruce) !important;
}

.footer__text:visited {
  color: var(--forest) !important;
}

.footer__title-wpr {
  border-bottom: 3px solid var(--cream) !important;
  padding-bottom: .25rem !important;
}

.footer__title {
  font-family: 'Recursive', monospace !important;
  color: var(--dark-spruce) !important;
  font-size: 1.6rem !important;
  line-height: 1 !important;
  font-style: italic !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

.footer__list {
  margin-bottom: 20px !important;
}

.footer__copyright {
  color: var(--dark-spruce) !important;
  text-align: right !important;
  text-transform: uppercase !important;
  font-size: 1.375rem !important;
  line-height: 1 !important;
}

.footer__sprucy-img {
  pointer-events: none;
  object-fit: contain;
  object-position: 50% 100%;
  align-self: flex-end;
  width: 100%;
  max-width: none;
  margin-bottom: -8px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer__info-wpr {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}


.cc-prefs__buttons-wpr {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.cc-banner__container {
  color: #e6dcbe;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cc-prefs__label {
  color: #464b28;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 500;
}

.cc-prefs__overlay {
  z-index: -1;
  background-color: #464b28b3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cc-prefs__checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #146e78;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.cc-prefs__checkbox.w--redirected-checked {
  background-color: #146e78;
  background-size: auto;
  border-color: #146e78;
}

.footer__copyright-wpr {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #146e78;
  text-align: right;
  text-transform: none;
  justify-content: flex-end;
  align-items: center;
  font-size: .875rem;
  line-height: 1;
  display: flex;
}

.cc-prefs__content {
  color: #000;
  background-color: #e6dcbe;
  height: 100%;
  padding: 25px;
}

.footer__copyright {
  color: #146e78;
  text-align: right;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1;
}

.cc-banner__trigger {
  display: none;
}

.cc-banner__component {
  z-index: 998;
  color: #e6dcbe;
  text-align: left;
  background-color: #464b28;
  max-width: 30rem;
  padding: 25px;
  font-size: 1rem;
  line-height: 1.2;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.cookie-consent__banner-link {
  color: #a0beaf;
  text-decoration: none;
}

.cookie-consent__banner-link:hover {
  color: #64b9b4;
}

.cc-prefs__checkbox-label {
  display: none;
}

.cc-prefs__option {
  border-bottom: 2px solid #a0beaf;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cookie-consent__btn {
  color: #464b28;
  text-align: center;
  text-transform: uppercase;
  background-color: #a0beaf;
  border-radius: 50vw;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .375rem 1.25rem;
  font-weight: 600;
}

.cookie-consent__btn.is--deny {
  color: #e6dcbe;
  background-color: #5a643c;
}

.cc-prefs__space-small {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .75rem;
  display: flex;
}

.cc-banner__buttons-wpr {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.cc-prefs__form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 25rem;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.cc-prefs__title {
  color: #464b28;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.cc-prefs__toggle-wrapper {
  color: #464b28;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cc-prefs__submit {
  color: #e6dcbe;
  text-align: center;
  background-color: #464b28;
  border-radius: 50vw;
  margin-top: .75rem;
  padding: .5rem 1.25rem;
  font-weight: 600;
}

.cc-prefs__checkbox-field {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-manager2_button {
  z-index: 999;
  color: #e6dcbe;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #146e78;
  border-radius: 50vw;
  flex: none;
  padding: 5px 8px;
  display: block;
}

.cc-prefs__button {
  color: #e6dcbe;
  text-align: center;
  background-color: #146e78;
  border-radius: 50vw;
  padding: .5rem 1.25rem;
  font-weight: 600;
}

.cc-prefs__button.is--cc-button-alt {
  color: #464b28;
  background-color: #a0beaf;
  margin-bottom: .75rem;
}

.cc-prefs__close {
  color: #146e78;
  cursor: pointer;
  padding: 10px;
  font-size: 1.25rem;
  text-decoration: none;
}

.cc-prefs__close:hover {
  color: #464b28;
}

.cc-prefs__trigger {
  display: none;
}

.cc-banner__text {
  font-size: 1rem;
}

.cc-prefs__close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.cc-prefs__form-wpr {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cc-prefs__component {
  z-index: 999;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

@media screen and (max-width: 991px) {

  .bbaf-marquee__text {
    font-size: 4.4rem;
  }

  .footer {
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer__column {
    margin-bottom: 20px;
  }

  .footer__menu {
    flex-flow: wrap;
    flex: 0 auto;
    width: 100%;
  }

  .footer__container {
    grid-column-gap: 35px;
    grid-row-gap: 20px;
  }

  .footer__list {
    flex: 1;
  }

  .footer__info-wpr {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (max-width: 767px) {

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer__column {
    margin-bottom: 0;
  }

  .footer__menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer__sprucy {
    min-width: 300px;
    min-height: 275px;
    margin-bottom: 20px;
    position: relative;
  }

  .footer__sprucy.is--spacer {
    display: none;
  }

  .footer__container {
    display: block;
  }

  .footer__list {
    margin-bottom: 30px;
  }

  .footer__sprucy-img {
    margin-bottom: 0;
  }

  .cc-banner__container {
    flex-direction: column;
    align-items: flex-start;
  }
}


@media screen and (max-width: 479px) {

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer__column {
    flex: 1;
    max-width: 15rem;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer__column.is--store-info {
    flex: 0 auto;
  }

  .footer__menu {
    display: block;
  }

  .footer__sprucy {
    width: 120px;
    height: 210px;
    margin-right: 0;
    display: none;
  }

  .footer__container {
    flex-wrap: wrap-reverse;
    justify-content: center;
    display: block;
  }

  .footer__copyright-2 {
    text-align: center;
  }

  .footer__sprucy-img {
    width: 120px;
    height: 210px;
    margin-right: 0;
    display: none;
  }

  .footer__info-wpr {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .cc-prefs__label {
    font-size: .875rem;
  }

  .footer__copyright-wpr {
    text-align: center;
  }

  .cc-prefs__content {
    padding: 1.5rem;
  }

  .footer__copyright {
    text-align: center;
  }

  .cc-banner__component {
    width: 100%;
  }

  .cc-prefs__title {
    font-size: 1.125rem;
  }

  .cc-prefs__submit {
    margin-top: 8px;
  }

  .cc-prefs__button.is--cc-button-alt {
    margin-bottom: .5rem;
  }

  .cc-prefs__close {
    padding: .5rem;
  }

  .cc-prefs__component {
    padding: 1.5rem;
  }
}











/* All Styles */

body {
  color: var(--forest)!important;
  font-family: 'golos text', sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: .75rem;
  font-family: 'golos text', sans-serif !important;
  font-size: 6.4rem;
  font-weight: 600 !important;
  line-height: 1.2;
  color: var(--forest)
}

h2 {
  color: var(--forest);
  margin-top: 0;
  margin-bottom: .75rem;
  font-family: 'golos text', sans-serif !important;
  font-size: 5.2rem;
  font-weight: 600 !important;
  line-height: 1.2;
}

h3 {
  color: var(--forest);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: 'golos text', sans-serif !important;
  font-size: 4rem;
  font-weight: 600 !important;
  line-height: 1.2;
}

h4 {
  color: var(--forest);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: 'golos text', sans-serif !important;
  font-size: 3.2rem;
  font-weight: 600 !important;
  line-height: 1.3;
}

h5 {
  color: var(--forest);
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: 'golos text', sans-serif !important;
  font-size: 2.25rem;
  font-weight: 600 !important;
  line-height: 1.4;
}

h6 {
  color: var(--forest);
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: 'golos text', sans-serif !important;
  font-size: 1.25rem;
  font-weight: 600 !important÷;
  line-height: 2;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--dark-spruce);
  text-decoration: none;
  transition: color .25s !important;
}

a:hover {
  color: var(--bright-spruce) !important;
  text-decoration: none !important;
}

a:active, a:visited {
  color: var(--dark-spruce) !important;
  text-decoration: none !important;
}


ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: 2px solid var(--clear-sky);
  color: var(--dark-spruce);
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .25rem 1rem;
  font-size: 1.125rem;
  line-height: 1.3;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.is--z-2 {
  z-index: 2;
  position: relative;
}

.is--z1 {
  z-index: -1;
  position: relative;
}

.hide {
  display: none;
}

.is--underlined-text {
  text-decoration: underline;
}

.container-large {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.is--brands-section {
  margin-bottom: 100px;
}

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

.form__error-message {
  margin-top: .75rem;
  padding: .75rem;
}

.utility__form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility__form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tb-tiny {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.margin-tb-xsmall {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.margin-tb-small {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.margin-tb-medium {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.margin-tb-xlarge {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.margin-tb-huge {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.margin-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.is--align-left {
  margin-right: auto;
}

.is--align-right {
  margin-left: auto;
}

.is--medium-text {
  font-weight: 500;
}

.text-size-medium {
  font-size: 1.125rem;
}

.is--quote-text {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.h-style-h2-golos {
  font-size: 5.2rem !important;
  font-weight: 600;
  line-height: 1.2;
}

.h-style-h6-golos {
  font-size: 2rem !important;
  font-weight: 700;
  line-height: 1.4;
}

.styleguide__item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.h-style-h5-golos {
  font-size: 2.4rem !important;
  font-weight: 600;
  line-height: 1.4;
}

.is--strikethrough-text {
  text-decoration: line-through;
}

.h-style-h1-golos {
  font-size: 6.4rem !important;
  font-weight: 600;
  line-height: 1.2;
}

.form-checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 1.3;
}

.field-label {
  color: var(--cream);
  margin-bottom: .25rem;
  margin-left: 1rem;
  font-weight: 500;
}

.button {
  border: 1px none var(--black);
  background-color: var(--bright-spruce);
  color: var(--forest) !important;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50vh;
  padding: .6rem 4.2rem .6rem 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  transition: all .3s !important;
  display: block;
  text-decoration: none !important;
}

.button:hover {
  padding-right: 5.2rem;
  color: var(--forest) !important;
  text-decoration: none !important;
}

.button:visited {
  color: var(--forest) !important;
  text-decoration: none !important;
}

.button.is--link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is--secondary {
  color: var(--black);
  background-color: #0000;
}

.button.is--small {
  padding: .25rem 2.5rem .25rem 1.25rem;
  font-size: 1rem;
}

.button.is--small:hover {
  padding-right: 3rem;
}

.button.is--alternate {
  background-color: var(--white);
  color: #000;
}

.button.is--big {
  padding: .5rem 3rem .5rem 1.5rem;
  font-size: 1.4rem;
}

.button.is--big:hover {
  padding-right: 3.75rem;
}

.is--normal-text {
  font-weight: 400;
}

.h-style-h4-golos {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.is--italic-text {
  font-style: italic;
}

.form-radio-label {
  margin-bottom: 0;
}

.styleguide__item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.styleguide__item.is--stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.is--light-text {
  font-weight: 300;
}

.styleguide__label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 3px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.styleguide__label.is--html-tag {
  background-color: #be4aa5;
}

.text-size-regular {
  font-size: 1rem;
}

.is--xbold-text {
  font-weight: 800;
}

.is--right-align-text {
  text-align: right;
}

.is--bold-text {
  font-weight: 700;
}

.icon-xlarge {
  height: 6.5rem;
}

.h-style-h3-golos {
  font-size: 4rem !important;
  font-weight: 600;
  line-height: 1.2;
}

.form-input {
  border: 1px none var(--black);
  background-color: var(--cream);
  color: var(--forest);
  border-radius: 25px;
  height: auto;
  min-height: 2rem;
  margin-bottom: 25px;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.form-input:focus {
  outline-color: var(--bright-spruce);
  outline-offset: 0px;
  border-style: none;
  border-color: #000;
  outline-width: 2px;
  outline-style: solid;
}

.form-input::placeholder {
  color: var(--clear-sky);
}

.form-input.is--text-area {
  border-radius: 20px;
  height: auto;
  min-height: 10rem;
  overflow: auto;
}

.form-input.is--select-input {
  background-color: #fff;
  background-image: none;
}

.form-input.is-pw-page {
  border: 2px solid var(--forest);
}


.button-group {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.is--forest-text {
  color: var(--forest);
}

.is--semibold-text {
  font-weight: 600;
}

.is--nowrap-text {
  white-space: nowrap;
}

.is--left-align-text {
  text-align: left;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.is--pine-text {
  color: var(--pine);
}

.icon-embed-tiny {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-tiny {
  height: 1rem;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.is--allcaps-text {
  text-transform: uppercase;
}

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

.text-size-small {
  font-size: .875rem;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

.icon-small {
  height: 2rem;
}

.icon-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3.5rem;
}

.rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.rich-text h2 {
  margin-top: 2rem;
  margin-bottom: .5rem;
  font-size: 2.5rem;
}

.rich-text h3 {
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 2rem;
}

.rich-text h4 {
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.rich-text h5 {
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 1.25rem;
}

.rich-text h6 {
  margin-top: 1rem;
  margin-bottom: .25rem;
  font-size: 1.125rem;
}

.rich-text p {
  margin-bottom: 1rem;
}

.rich-text a {
  text-decoration: underline;
}

.rich-text figcaption {
  text-align: center;
  margin-top: .375rem;
  font-size: .75rem;
  line-height: 1.3;
}

.icon-medium {
  height: 3rem;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  font-size: 1.25rem;
}

.icon-xsmall {
  height: 1.5rem;
}

.padding-tb-small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.styleguide__empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.styleguide__spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  padding-left: 30px;
  padding-right: 30px;
}

.padding-tb-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-tb-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.is--bg-sky {
  background-color: var(--clear-sky);
}

.is--bg-bright-spruce {
  background-color: var(--bright-spruce);
}

.is--bg-cream {
  background-color: var(--cream);
}

.is--bg-dk-spruce {
  background-color: var(--dark-spruce);
}

.is--bg-pine {
  background-color: var(--pine);
}

.is--bg-forest {
  background-color: var(--forest);
}

.is--dk-spruce-text {
  color: var(--dark-spruce);
}

.is--bright-spuce-text {
  color: var(--bright-spruce);
}

.is--sky-text {
  color: var(--clear-sky);
}

.is--cream-text {
  color: var(--cream);
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-tb-tiny {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.padding-tb-huge {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.margin-tb-large {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.is--link-text {
  text-decoration: underline;
}

.container-xlarge {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-b-tiny {
  margin-bottom: .5rem;
}

.margin-b-xsmall {
  margin-bottom: .75rem;
}

.margin-b-small {
  margin-bottom: 1rem;
}

.margin-b-medium {
  margin-bottom: 2rem;
}

.margin-b-large {
  margin-bottom: 4rem;
}

.margin-b-xlarge {
  margin-bottom: 6rem;
}

.margin-b-huge {
  margin-bottom: 10rem;
}

.margin-t-tiny {
  margin-top: .5rem;
}

.margin-t-xsmall {
  margin-top: .75rem;
}

.margin-t-small {
  margin-top: 1rem;
}

.margin-t-medium {
  margin-top: 2rem;
}

.margin-t-large {
  margin-top: 4rem;
}

.margin-t-xlarge {
  margin-top: 6rem;
}

.margin-t-huge {
  margin-top: 10rem;
}

.padding-tb-xsmall {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.padding-tb-xlarge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.margin-lr-xsmall {
  margin-left: .75rem;
  margin-right: .75rem;
}

.margin-lr-small {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.margin-lr-medium {
  margin-left: 2rem;
  margin-right: 2rem;
}

.margin-lr-large {
  margin-left: 4rem;
  margin-right: 4rem;
}

.margin-lr-xlarge {
  margin-left: 8rem;
  margin-right: 8rem;
}

.form-flex-row {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.is--bg-clay {
  background-color: var(--clay);
}

.is--bg-gold {
  background-color: var(--gold);
}

.is--bg-red {
  background-color: var(--red);
}

.is--clay-text {
  color: var(--clay);
}

.is--gold-text {
  color: var(--gold);
}

.is--red-text {
  color: var(--red);
}

.h-style-h1-recursive {
  letter-spacing: -.05rem;
  font-family: 'Recursive', sans-serif !important;
  font-size: 6.4rem !important;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
  color: var(--forest) !important;
  text-transform: none !important;
}

.h-style-h2-recursive {
  letter-spacing: -.03rem;
  font-family: 'Recursive', sans-serif !important;
  font-size: 5.2rem !important;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
  color: var(--forest) !important;
  text-transform: none !important;
}

.h-style-h2-recursive.is--hp-vid {
  color: var(--cream);
  margin-bottom: 1rem;
}

.h-style-h3-recursive {
  letter-spacing: -.01rem;
  font-family: 'Recursive', sans-serif !important;
  font-size: 4rem !important;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
  color: var(--forest) !important;
  text-transform: none !important;
}

.h-style-h4-recursive {
  font-family: 'Recursive', sans-serif !important;
  font-size: 3.2rem !important;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3;
  color: var(--forest) !important;
  text-transform: none !important;
}

.h-style-h5-recursive {
  font-family: 'Recursive', sans-serif !important;
  font-size: 2.4rem !important;
  font-style: italic;
  font-weight: 600;
  line-height: 1.4;
  color: var(--forest) !important;
  text-transform: none !important;
}

.h-style-h6-recursive {
  font-family: 'Recursive', sans-serif !important;
  font-size: 2rem !important;
  font-style: italic;
  font-weight: 600;
  line-height: 1.4;
  color: var(--forest) !important;
  text-transform: none !important;
}

.link-diag-arrow {
  color: var(--clear-sky);
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: .25rem;
}

.button-wpr {
  display: inline-block;
  position: relative;
}

.button-arrow {
  color: var(--cream);
  width: 2rem;
  height: 2rem;
  margin-top: .8rem;
  margin-right: 1.4rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-arrow.is--big {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: .7rem;
  margin-right: 1.125rem;
}

.button-arrow.is--small {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: .225rem;
  margin-right: .75rem;
}

.section__basic-pg {
  background-color: var(--cream);
  padding-top: 14rem;
  padding-bottom: 6rem;
}

.basic-pg__title {
  border-bottom: 5px solid var(--dark-spruce);
  color: var(--forest);
  text-transform: uppercase;
  margin-bottom: 2rem;
  padding-bottom: .25rem;
  font-size: 3.5rem;
}

.form__item-wpr {
  flex: 1;
  min-width: 15rem;
}

.form__item-wpr.is--location {
  min-width: 10rem;
  max-width: 20rem;
}

.contact-pg {
  z-index: 2;
  background-color: var(--forest);
  display: block;
  position: relative;
  inset: 0%;
  overflow: scroll;
}

.contact__scroll-wpr-pg {
  padding: 15rem 30px 6rem;
  position: relative;
}

.form-select {
  z-index: 1;
  display: block;
}

.form-selct__dd-list.w--open {
  z-index: 1;
  background-color: var(--cream);
  border-radius: 25px;
  padding-top: 2.5rem;
  inset: 0% 0% auto;
  overflow: hidden;
}

.form-selct__dd-option {
  color: var(--forest);
  padding: .5rem 1rem;
  font-weight: 500;
  transition: background-color .2s;
}

.form-selct__dd-option:hover {
  background-color: var(--clear-sky);
}

.form-selct__dd-option:focus {
  background-color: var(--clear-sky);
  color: var(--forest);
  border-style: none;
  border-width: 1px;
}

.form-select__toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px none var(--black);
  background-color: var(--cream);
  color: var(--clear-sky);
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 2rem;
  margin-bottom: 25px;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.form-select__toggle:focus {
  outline-color: var(--bright-spruce);
  outline-offset: 0px;
  border-style: none;
  border-color: #000;
  outline-width: 2px;
  outline-style: solid;
}

.form-select__toggle::placeholder {
  color: var(--clear-sky);
}

.form-select__toggle.w--open {
  z-index: 2;
}

.form-select__arrow {
  width: 1rem;
}

.form-select__hiden {
  display: none;
}

.is--hp-landing-sub {
  margin-bottom: .5rem;
  font-family: Golos Text, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  display: block;
}

.error-message-2 {
  color: #f16548;
  background-color: #0000;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 22px;
}

.link-diag-arrow-2 {
  color: #a0beaf;
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: .25rem;
}

.button-submit-2 {
  color: #464b28;
  text-align: center;
  text-transform: uppercase;
  background-color: #64b9b4;
  border: 1px #000;
  border-radius: 50vh;
  padding: .5rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  transition: background-color .4s;
  display: block;
}

.button-submit-2:hover {
  background-color: #a0beaf;
}

.button-submit-2.is--forest {
  color: #e6dcbe;
  background-color: #464b28;
}

.button-submit-2.is--forest:hover {
  background-color: #5a643c;
}



@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .is--align-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .is--align-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .h-style-h2-golos {
    font-size: 4.4rem !important;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .h-style-h1-golos {
    font-size: 5.2rem !important;
  }

  .h-style-h4-golos {
    font-size: 2.8rem !important;
  }

  .h-style-h3-golos {
    font-size: 3.6rem !important;
  }

  .padding-global {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h-style-h1-recursive {
    font-size: 5.2rem !important;
  }

  .h-style-h2-recursive {
    font-size: 4.4rem !important;
  }

  .h-style-h3-recursive {
    font-size: 3.6rem !important;
  }

  .h-style-h4-recursive {
    font-size: 2.8rem !important;
  }

  .contact__contact-column {
    flex: 1;
    max-width: 38rem;
  }
}

@media screen and (max-width: 767px) {
  
  h1 {
    font-size: 2.5rem !important;
  }

  h2 {
    font-size: 2.25rem !important;
  }

  h3 {
    font-size: 2rem !important;
  }

  h4 {
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
  }

  h5 {
    font-size: 1.25rem !important;
  }

  h6 {
    font-size: 1.125rem !important;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .is--align-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .is--align-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .is--quote-text {
    font-size: 1.125rem;
  }

  .h-style-h2-golos {
    font-size: 3.6rem !important;
  }

  .h-style-h6-golos {
    font-size: 2rem !important;
  }

  .h-style-h5-golos {
    font-size: 2rem !important;
  }

  .h-style-h1-golos {
    font-size: 4rem !important;
  }

  .h-style-h4-golos {
    font-size: 2.4rem !important;
    line-height: 1.4;
  }

  .h-style-h3-golos {
    font-size: 3.2rem !important;
  }

  .is--nowrap-text {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-global {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-flex-row {
    flex-wrap: wrap;
  }

  .h-style-h1-recursive {
    font-size: 4rem !important;
  }

  .h-style-h2-recursive {
    font-size: 3.6rem !important;
  }

  .h-style-h3-recursive {
    font-size: 3.2rem !important;
  }

  .h-style-h4-recursive {
    font-size: 2.4rem !important;
    line-height: 1.4;
  }

  .h-style-h5-recursive {
    font-size: 2rem !important;
  }

  .h-style-h6-recursive {
    font-size: 1.8rem !important;
  }

  .contact__contact-column {
    width: auto;
    min-width: auto;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 479px) {

  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .is--align-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .is--align-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .form-input.is--text-area {
    min-height: 12rem;
  }

  .padding-global {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu__hours-text {
    font-size: 16px;
    line-height: 16px;
  }

  .form-select__arrow {
    width: 1.25rem;
    height: 1rem;
  }
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-e8a43686 {
  justify-self: start;
}

#w-node-bb9457ba-4877-5977-01fb-2ba98ab82a25-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb9457ba-4877-5977-01fb-2ba98ab82a26-e8a43686 {
  justify-self: start;
}

#w-node-bb9457ba-4877-5977-01fb-2ba98ab82a2a-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb9457ba-4877-5977-01fb-2ba98ab82a2b-e8a43686 {
  justify-self: start;
}

#w-node-bb9457ba-4877-5977-01fb-2ba98ab82a2f-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb9457ba-4877-5977-01fb-2ba98ab82a30-e8a43686 {
  justify-self: start;
}

#w-node-bb9457ba-4877-5977-01fb-2ba98ab82a34-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb9457ba-4877-5977-01fb-2ba98ab82a35-e8a43686 {
  justify-self: start;
}

#w-node-bb9457ba-4877-5977-01fb-2ba98ab82a39-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb9457ba-4877-5977-01fb-2ba98ab82a3a-e8a43686 {
  justify-self: start;
}

#w-node-bb9457ba-4877-5977-01fb-2ba98ab82a3e-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb9457ba-4877-5977-01fb-2ba98ab82a3f-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-e8a43686 {
  justify-self: start;
}

#w-node-e53c4946-a5c5-3024-f1fe-3aa5ed924906-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e53c4946-a5c5-3024-f1fe-3aa5ed924907-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-e8a43686 {
  justify-self: start;
}

#w-node-d39dd8f0-37c9-f0ca-8e03-5412de1b996c-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39dd8f0-37c9-f0ca-8e03-5412de1b996d-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86393-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-e8a43686 {
  justify-self: start;
}

#w-node-_81b8e273-d9eb-0ff8-ae3b-a77af2732ad0-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81b8e273-d9eb-0ff8-ae3b-a77af2732ad1-e8a43686 {
  justify-self: start;
}

#w-node-_5ae8b732-2843-f83c-eb5b-f712ec911203-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ae8b732-2843-f83c-eb5b-f712ec911204-e8a43686 {
  justify-self: start;
}

#w-node-_37b3ba94-2abb-a040-5a43-6f84fa58f424-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37b3ba94-2abb-a040-5a43-6f84fa58f425-e8a43686 {
  justify-self: start;
}

#w-node-a842d615-4a8a-55b7-994e-1057bfb4a129-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a842d615-4a8a-55b7-994e-1057bfb4a12a-e8a43686 {
  justify-self: start;
}

#w-node-_13b63f4f-bf63-1dc6-c0b1-9db6f70cf2cb-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13b63f4f-bf63-1dc6-c0b1-9db6f70cf2cc-e8a43686 {
  justify-self: start;
}

#w-node-_12c580e0-7cdc-5ea8-807c-e8cbed3fe683-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12c580e0-7cdc-5ea8-807c-e8cbed3fe684-e8a43686 {
  justify-self: start;
}

#w-node-_08820471-c760-1d23-f3df-52c93483866d-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08820471-c760-1d23-f3df-52c93483866e-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-e8a43686, #w-node-_5bedbbdd-67a9-545b-d4c7-8fffe5d2b401-e8a43686, #w-node-_5bedbbdd-67a9-545b-d4c7-8fffe5d2b402-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bedbbdd-67a9-545b-d4c7-8fffe5d2b403-e8a43686 {
  justify-self: start;
}

#w-node-_5bedbbdd-67a9-545b-d4c7-8fffe5d2b405-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-e8a43686 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-e8a43686 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-e8a43686, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d124acc2-514d-57de-1af2-4f3d9cb638fb-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d124acc2-514d-57de-1af2-4f3d9cb638fc-e8a43686 {
  justify-self: start;
}

#w-node-d124acc2-514d-57de-1af2-4f3d9cb638fe-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ef8ceffb-3a00-5446-50c8-056c42b74889-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef8ceffb-3a00-5446-50c8-056c42b7488a-e8a43686 {
  justify-self: start;
}

#w-node-ef8ceffb-3a00-5446-50c8-056c42b7488c-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-e8a43686, #w-node-_612fd419-0fb4-f7fa-6563-696e9e510219-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_612fd419-0fb4-f7fa-6563-696e9e51021a-e8a43686 {
  justify-self: start;
}

#w-node-_612fd419-0fb4-f7fa-6563-696e9e51021c-e8a43686, #w-node-_612fd419-0fb4-f7fa-6563-696e9e51021d-e8a43686, #w-node-_26c70f7c-6241-731e-4b6f-5b62244e5201-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26c70f7c-6241-731e-4b6f-5b62244e5202-e8a43686 {
  justify-self: start;
}

#w-node-_26c70f7c-6241-731e-4b6f-5b62244e5204-e8a43686, #w-node-_26c70f7c-6241-731e-4b6f-5b62244e5205-e8a43686, #w-node-a01718f0-e2d2-beca-7597-e765ec603396-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01718f0-e2d2-beca-7597-e765ec603397-e8a43686 {
  justify-self: start;
}

#w-node-a01718f0-e2d2-beca-7597-e765ec603399-e8a43686, #w-node-a01718f0-e2d2-beca-7597-e765ec60339a-e8a43686, #w-node-d89d3f32-c304-e344-1257-4293b8175feb-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d89d3f32-c304-e344-1257-4293b8175fec-e8a43686 {
  justify-self: start;
}

#w-node-d89d3f32-c304-e344-1257-4293b8175fee-e8a43686, #w-node-d89d3f32-c304-e344-1257-4293b8175fef-e8a43686, #w-node-_4f3d3297-95aa-cf94-6e34-0cd491f4ae70-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f3d3297-95aa-cf94-6e34-0cd491f4ae71-e8a43686 {
  justify-self: start;
}

#w-node-_4f3d3297-95aa-cf94-6e34-0cd491f4ae73-e8a43686, #w-node-_4f3d3297-95aa-cf94-6e34-0cd491f4ae74-e8a43686, #w-node-fd9a46a6-7ebd-969d-64d3-6746b3521fb4-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd9a46a6-7ebd-969d-64d3-6746b3521fb5-e8a43686 {
  justify-self: start;
}

#w-node-fd9a46a6-7ebd-969d-64d3-6746b3521fb7-e8a43686, #w-node-fd9a46a6-7ebd-969d-64d3-6746b3521fb8-e8a43686, #w-node-e4d0d6eb-5807-0b4d-4775-f03197a9c584-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4d0d6eb-5807-0b4d-4775-f03197a9c585-e8a43686 {
  justify-self: start;
}

#w-node-e4d0d6eb-5807-0b4d-4775-f03197a9c587-e8a43686, #w-node-e4d0d6eb-5807-0b4d-4775-f03197a9c588-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-e8a43686, #w-node-_5efbe3df-b438-97d3-dbe3-b88d7483a055-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5efbe3df-b438-97d3-dbe3-b88d7483a056-e8a43686 {
  justify-self: start;
}

#w-node-_5efbe3df-b438-97d3-dbe3-b88d7483a058-e8a43686, #w-node-_5efbe3df-b438-97d3-dbe3-b88d7483a059-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-e8a43686, #w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa30-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa31-e8a43686 {
  justify-self: start;
}

#w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa33-e8a43686, #w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa34-e8a43686, #w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa36-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa37-e8a43686 {
  justify-self: start;
}

#w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa39-e8a43686, #w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa3a-e8a43686, #w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa3c-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa3d-e8a43686 {
  justify-self: start;
}

#w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa3f-e8a43686, #w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa40-e8a43686, #w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa42-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa43-e8a43686 {
  justify-self: start;
}

#w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa45-e8a43686, #w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa46-e8a43686, #w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa48-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa49-e8a43686 {
  justify-self: start;
}

#w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa4b-e8a43686, #w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa4c-e8a43686, #w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa4e-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa4f-e8a43686 {
  justify-self: start;
}

#w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa51-e8a43686, #w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa52-e8a43686, #w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa54-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa55-e8a43686 {
  justify-self: start;
}

#w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa57-e8a43686, #w-node-_2c84e81f-aa12-15da-ce69-0fc4d72cfa58-e8a43686, #w-node-ea3761c3-7fcb-c8fe-f969-f382d3b4026a-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea3761c3-7fcb-c8fe-f969-f382d3b4026b-e8a43686 {
  justify-self: start;
}

#w-node-ea3761c3-7fcb-c8fe-f969-f382d3b4026d-e8a43686, #w-node-ea3761c3-7fcb-c8fe-f969-f382d3b4026e-e8a43686, #w-node-ea3761c3-7fcb-c8fe-f969-f382d3b40270-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea3761c3-7fcb-c8fe-f969-f382d3b40271-e8a43686 {
  justify-self: start;
}

#w-node-ea3761c3-7fcb-c8fe-f969-f382d3b40273-e8a43686, #w-node-ea3761c3-7fcb-c8fe-f969-f382d3b40274-e8a43686, #w-node-ea3761c3-7fcb-c8fe-f969-f382d3b40276-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea3761c3-7fcb-c8fe-f969-f382d3b40277-e8a43686 {
  justify-self: start;
}

#w-node-ea3761c3-7fcb-c8fe-f969-f382d3b40279-e8a43686, #w-node-ea3761c3-7fcb-c8fe-f969-f382d3b4027a-e8a43686, #w-node-ea3761c3-7fcb-c8fe-f969-f382d3b4027c-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea3761c3-7fcb-c8fe-f969-f382d3b4027d-e8a43686 {
  justify-self: start;
}

#w-node-ea3761c3-7fcb-c8fe-f969-f382d3b4027f-e8a43686, #w-node-ea3761c3-7fcb-c8fe-f969-f382d3b40280-e8a43686, #w-node-ea3761c3-7fcb-c8fe-f969-f382d3b40282-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea3761c3-7fcb-c8fe-f969-f382d3b40283-e8a43686 {
  justify-self: start;
}

#w-node-ea3761c3-7fcb-c8fe-f969-f382d3b40285-e8a43686, #w-node-ea3761c3-7fcb-c8fe-f969-f382d3b40286-e8a43686, #w-node-ea3761c3-7fcb-c8fe-f969-f382d3b40288-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea3761c3-7fcb-c8fe-f969-f382d3b40289-e8a43686 {
  justify-self: start;
}

#w-node-ea3761c3-7fcb-c8fe-f969-f382d3b4028b-e8a43686, #w-node-ea3761c3-7fcb-c8fe-f969-f382d3b4028c-e8a43686, #w-node-ea3761c3-7fcb-c8fe-f969-f382d3b4028e-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea3761c3-7fcb-c8fe-f969-f382d3b4028f-e8a43686 {
  justify-self: start;
}

#w-node-ea3761c3-7fcb-c8fe-f969-f382d3b40291-e8a43686, #w-node-ea3761c3-7fcb-c8fe-f969-f382d3b40292-e8a43686, #w-node-e3e88a98-dde4-5b8c-4501-7e4fc690552c-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3e88a98-dde4-5b8c-4501-7e4fc690552d-e8a43686 {
  justify-self: start;
}

#w-node-e3e88a98-dde4-5b8c-4501-7e4fc690552f-e8a43686, #w-node-e3e88a98-dde4-5b8c-4501-7e4fc6905530-e8a43686, #w-node-e3e88a98-dde4-5b8c-4501-7e4fc6905532-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3e88a98-dde4-5b8c-4501-7e4fc6905533-e8a43686 {
  justify-self: start;
}

#w-node-e3e88a98-dde4-5b8c-4501-7e4fc6905535-e8a43686, #w-node-e3e88a98-dde4-5b8c-4501-7e4fc6905536-e8a43686, #w-node-e3e88a98-dde4-5b8c-4501-7e4fc6905538-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3e88a98-dde4-5b8c-4501-7e4fc6905539-e8a43686 {
  justify-self: start;
}

#w-node-e3e88a98-dde4-5b8c-4501-7e4fc690553b-e8a43686, #w-node-e3e88a98-dde4-5b8c-4501-7e4fc690553c-e8a43686, #w-node-e3e88a98-dde4-5b8c-4501-7e4fc690553e-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3e88a98-dde4-5b8c-4501-7e4fc690553f-e8a43686 {
  justify-self: start;
}

#w-node-e3e88a98-dde4-5b8c-4501-7e4fc6905541-e8a43686, #w-node-e3e88a98-dde4-5b8c-4501-7e4fc6905542-e8a43686, #w-node-e3e88a98-dde4-5b8c-4501-7e4fc6905544-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3e88a98-dde4-5b8c-4501-7e4fc6905545-e8a43686 {
  justify-self: start;
}

#w-node-e3e88a98-dde4-5b8c-4501-7e4fc6905547-e8a43686, #w-node-e3e88a98-dde4-5b8c-4501-7e4fc6905548-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-e8a43686, #w-node-a8892133-8c60-252f-b4c6-3cb6e76efde0-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8892133-8c60-252f-b4c6-3cb6e76efde1-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-e8a43686, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-e8a43686 {
  justify-self: start;
}

#w-node-_06c04979-175e-b12b-1ea9-33f70de782d1-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06c04979-175e-b12b-1ea9-33f70de782d2-e8a43686 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-e8a43686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-e8a43686 {
  justify-self: start;
}



@font-face {
  font-family: 'Recursive Sans Casual';
  src: url('../fonts/RecursiveSansCslSt-SmBdItalic.woff2') format('woff2'), url('../fonts/RecursiveSansCslSt-SmBdItalic.ttf') format('truetype'), url('../fonts/RecursiveSansCslSt-SmBdItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}