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

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

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

.logo-div {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.bg-div {
  opacity: 1;
  background-image: url('../images/bg-watercolor-2x.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 11px;
  display: flex;
  position: static;
}

.bg-div.contact {
  background-image: none;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  max-width: 75%;
}

.container_div {
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
}

.heading {
  color: #c80d38;
  width: auto;
  margin-top: 30px;
  font-family: ltr-ncnd-variable, sans-serif;
  font-size: 10rem;
  line-height: 8rem;
}

.heading.left {
  color: #c80d38;
  text-align: right;
}

.paragraph_wrapper_right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph {
  text-align: left;
  width: 100%;
  font-family: forma-djr-text, sans-serif;
  font-size: 2rem;
  line-height: 3rem;
}

.spacer-100px {
  width: 100%;
  height: 100px;
}

.paragraph_wrapper_left {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.red {
  color: #c80d38;
  font-family: forma-djr-text, sans-serif;
  font-weight: 700;
}

.code-embed, .quick-stack {
  width: 100%;
}

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

.img_wrapper {
  padding-top: 19px;
}

.img_wrapper.right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 19px;
  display: flex;
}

.footer_div {
  opacity: 1;
  background-image: url('../images/bg-watercolor-2x.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 11px;
  display: flex;
  position: static;
}

.footer_div.contact {
  background-image: none;
}

.text-block {
  font-family: ltr-ncnd-variable, sans-serif;
  font-size: 17px;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .bg-div {
    width: 100%;
  }

  .heading {
    font-size: 5rem;
    line-height: 5rem;
  }

  .paragraph {
    font-size: 2rem;
  }

  .footer_div {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 80%;
  }

  .container_div {
    width: 90%;
  }

  .heading {
    font-size: 3rem;
    line-height: 3rem;
  }

  .paragraph {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .spacer-100px.mobile {
    height: 50px;
  }

  .img_wrapper.right {
    justify-content: flex-end;
    align-items: center;
  }
}

#w-node-a1d25fe4-1e51-249c-e425-3f706d2074af-a4d78035 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

@media screen and (max-width: 991px) {
  #w-node-a1d25fe4-1e51-249c-e425-3f706d2074af-a4d78035 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


