body {
  background-color: #242223;
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

h1 {
  margin-bottom: 0px;
  font-family: Misto, sans-serif;
  font-size: 84px;
  line-height: 100px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 25px;
  direction: ltr;
  font-family: Misto, sans-serif;
  color: #00d954;
  font-size: 62px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Misto, sans-serif;
  color: #242223;
  font-size: 46px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Misto, sans-serif;
  color: #00d954;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  color: #00d954;
  text-decoration: underline;
}

.hero {
  position: relative;
  height: 100vh;
  max-height: 800px;
  min-height: 750px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-link {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.container {
  position: relative;
  overflow: visible;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container.p-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.logo {
  width: 160px;
  margin-left: 20%;
}

.hero-content {
  display: -ms-grid;
  display: grid;
  max-width: 1150px;
  padding-top: 15vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.spinner {
  position: absolute;
  left: auto;
  top: 31%;
  right: -14%;
  bottom: 0%;
  z-index: -1;
  display: block;
  overflow: hidden;
  width: 440px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.alternate-bg {
  width: 100%;
  background-color: #43df7f;
}

.max-670 {
  max-width: 670px;
}

.shop-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-answer {
  color: #242223;
  font-weight: 300;
}

.faq-answer.text-center {
  text-align: center;
}

.shop {
  display: none;
  padding-top: 25px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.shop-image-wrapper {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.shop-image-wrapper:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.get-involved-content {
  display: -ms-grid;
  display: grid;
  margin-top: 25px;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.green-get-involved {
  margin-bottom: 0px;
  color: #00d954;
}

.get-involved-content-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 50px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #00d954;
  border-radius: 50%;
  text-align: center;
}

.dark-to-green {
  height: 110px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#242223), to(#00d954));
  background-image: linear-gradient(180deg, #242223, #00d954);
}

.dark-left {
  margin-top: 0px;
  color: #242223;
  text-align: left;
}

.faq {
  margin-bottom: 30px;
}

.faq.last-child {
  height: auto;
  margin-bottom: 0px;
}

.question {
  margin-bottom: 5px;
  font-family: 'Source Code Pro', sans-serif;
  color: #242223;
  font-size: 15px;
  font-weight: 600;
}

.faq-columns {
  max-width: 880px;
}

.nav-social-icons {
  display: block;
  margin-top: 8px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nav-social-icon {
  width: 18px;
  margin-left: 15px;
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1b5933;
}

.footer-content-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.5fr 1fr;
  grid-template-columns: 1fr 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo {
  width: 36px;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.footer-link {
  padding-right: 5px;
  padding-left: 5px;
  color: #00d954;
  font-weight: 400;
  text-decoration: none;
}

.footer-social-icons {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-social-icon {
  width: 26px;
  margin-left: 0px;
}

.alternate-bg-2 {
  width: 100%;
  background-color: #00d954;
}

.column {
  position: static;
  top: 40%;
  bottom: auto;
}

.height {
  height: 1000px;
}

.intro {
  overflow: hidden;
}

.sticky-nav {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #242223;
}

.sticky-nav.d-none {
  display: none;
}

.navigation-sticky {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-sticky {
  width: 80px;
  margin-left: 0%;
}

.nav-links-sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-social-icons-sticky {
  display: block;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.extra-loop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #43df7f;
  border-radius: 50%;
  opacity: 0.5;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  margin-bottom: 45px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-image {
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fs-slider {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: -10px;
  background-color: transparent;
}

.fs-slide {
  width: 25%;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
}

.fs-mask {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fs-collection-wrapper {
  display: none;
}

.slide-nav {
  display: none;
  margin-bottom: -40px;
}

.left-arrow {
  left: -30px;
  top: 50%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.right-arrow {
  left: auto;
  top: 50%;
  right: -30px;
  bottom: 0%;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.icon {
  position: static;
  margin: 0px;
  color: #242223;
  font-size: 36px;
}

.noscript-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #242223;
}

.noscript-logo {
  width: 140px;
  margin-bottom: 40px;
}

.html-embed {
  display: none;
}

.nav-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.white {
  color: #fff;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(36, 34, 35, 0.9);
}

.modal-content {
  position: relative;
  z-index: 100;
  width: 600px;
  max-width: 100%;
  margin-bottom: 0px;
  padding: 25px;
  background-color: #fff;
}

.field-label {
  color: #242223;
  font-weight: 400;
}

.input {
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 15px;
}

.input.textarea {
  min-height: 80px;
}

.button {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #242223;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 400;
}

.button:hover {
  background-color: #00d954;
  color: #242223;
}

.form-block {
  margin: 0px;
}

.modal-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
    line-height: 60px;
  }

  h2 {
    font-size: 56px;
    line-height: 64px;
  }

  h3 {
    font-size: 36px;
  }

  .hero {
    height: auto;
    min-height: auto;
  }

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

  .logo {
    margin-left: 15%;
  }

  .hero-content {
    padding-top: 60px;
    padding-bottom: 30px;
    grid-column-gap: 40px;
  }

  .spinner {
    display: none;
  }

  .shop-image-wrapper {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .shop-image-wrapper:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .get-involved-content {
    grid-column-gap: 20px;
  }

  .footer-content-wrapper {
    -ms-grid-columns: 0.5fr 1.75fr 0.5fr;
    grid-template-columns: 0.5fr 1.75fr 0.5fr;
  }

  .navigation-sticky {
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr 2.25fr;
    grid-template-columns: 1fr 2.25fr;
  }

  .logo-sticky {
    margin-left: 0%;
  }

  .fs-slider {
    margin-top: 10px;
  }

  .slide-nav {
    margin-bottom: -40px;
  }

  .left-arrow {
    left: -25px;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-arrow {
    right: -25px;
  }

  .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
  }

  h2 {
    font-size: 42px;
    line-height: 52px;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    width: 100%;
  }

  .logo {
    width: 140px;
    margin-left: 0%;
  }

  .hero-content {
    padding-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .spinner {
    top: 35%;
    right: -62%;
    display: block;
  }

  .shop {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .get-involved-content {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .dark-left {
    margin-bottom: 30px;
  }

  .faq {
    height: auto;
    margin-bottom: 35px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-content-wrapper {
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-logo {
    width: 90px;
  }

  .footer-links {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-link {
    padding-left: 0px;
  }

  .column {
    position: static;
  }

  .sticky-nav {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navigation-sticky {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr 4.5fr;
    grid-template-columns: 1fr 4.5fr;
  }

  .logo-sticky {
    width: 80px;
  }

  .nav-links-sticky {
    width: 100%;
  }

  .fs-slide {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 42px;
  }

  h2 {
    font-size: 38px;
    line-height: 44px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    overflow: visible;
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo {
    width: 100px;
  }

  .hero-content {
    padding-top: 15px;
    padding-bottom: 20px;
    grid-row-gap: 25px;
  }

  .spinner {
    display: none;
  }

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

  .get-involved-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .get-involved-content-block {
    border-style: solid;
  }

  .faq {
    margin-bottom: 30px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-content-wrapper {
    grid-row-gap: 30px;
  }

  .sticky-nav {
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navigation-sticky {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-sticky {
    width: 80px;
  }

  .nav-links-sticky {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-social-icons-sticky {
    display: none;
  }

  .utility-page-content {
    width: auto;
  }

  .fs-mask {
    height: 100%;
  }

  .icon {
    font-size: 30px;
  }

  .modal-content {
    max-width: 100%;
    padding: 20px 15px;
  }
}

#w-node-ad2b2239-d5c5-728c-315f-1a3d0453c9b5-342c2ae2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_978e7e9a-4506-2674-910b-fd956ed6aff3-342c2ae2 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d534c387-ec2a-ed16-18bc-170b65e79ace-90ef440a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-e32977c6-1ab8-4d47-be99-843d04b4db86-342c2ae2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_978e7e9a-4506-2674-910b-fd956ed6aff3-342c2ae2 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e32977c6-1ab8-4d47-be99-843d04b4db86-342c2ae2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Misto';
  src: url('../fonts/Misto.woff2') format('woff2'), url('../fonts/Misto.eot') format('embedded-opentype'), url('../fonts/Misto.woff') format('woff'), url('../fonts/Misto.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}