:root {
  --saddle-brown: #8d501c;
  --dim-grey: #75726a;
  --dim-grey-2: #75726a;
}

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

p {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.6em;
}

.section {
  background-image: url('../images/white.svg'), linear-gradient(#f8f8f8, #f8f8f8);
  background-position: 0 0, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: 30%, auto;
  width: 100%;
  height: auto;
  min-height: auto;
}

.container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.ip {
  display: block;
}

.navlink {
  clear: none;
  color: #75726a;
  letter-spacing: 1px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: .9em;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.navlink:hover {
  background-color: #0000;
  border-bottom: 1px solid #75726a2b;
}

.navlink.w--current {
  color: #8d501c;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #8d501c80;
  padding: 16px 25px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.navlink.hylyt {
  border: 1px solid #8d501c80;
  padding-left: 25px;
  padding-right: 25px;
}

.navlink.hylyt:hover {
  background-color: var(--saddle-brown);
  color: #fff;
}

.navlink.hylyt.language {
  background-color: #fff;
  border-style: none;
  border-radius: 100px;
  margin-left: 22px;
  padding: 14px 16px;
}

.navlink.hylyt.language:hover {
  background-color: var(--dim-grey);
  border-style: none;
}

.navlink.hylyt.language.circle {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: inline-flex;
}

.navbar {
  z-index: 9999;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.grid {
  grid-column-gap: 10vh;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  margin-top: 6vh;
}

.bold-text {
  font-weight: 500;
}

.div-block {
  color: var(--dim-grey-2);
  object-fit: fill;
  padding-top: 3vh;
}

.bold-text-2 {
  color: var(--dim-grey);
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
}

.pre-headtext {
  color: var(--dim-grey);
  letter-spacing: 2px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.pre-headtext.footer {
  display: block;
}

.pre-headtext.footerhead {
  font-weight: 700;
  display: block;
}

.image {
  margin-left: 20px;
  display: inline-block;
}

.heading-1 {
  color: var(--saddle-brown);
  letter-spacing: -1px;
  font-family: Cormorant, sans-serif;
  font-size: 4em;
  font-style: italic;
  font-weight: 600;
  line-height: 1em;
}

.heading-1.ip {
  font-size: 3.6em;
  font-style: normal;
}

.div-block-2 {
  max-width: 750px;
  margin-top: 3vh;
}

.body {
  font-family: Inter, sans-serif;
}

.paragraph {
  color: var(--dim-grey);
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.6em;
}

.paragraph.blurb-text {
  min-height: 17vh;
  font-size: 1.1em;
}

.paragraph.blurb-text.footertext {
  margin-top: 10px;
  padding: 0;
  font-size: 1em;
  display: inline-block;
}

.paragraph.blurb-text.footertext.subfooter {
  letter-spacing: .5px;
  font-size: .8em;
}

.paragraph.blurb-text.auto-height {
  justify-content: center;
  min-height: 6vh;
  display: flex;
}

.paragraph.blurb-text.se {
  min-height: 21vh;
}

.paragraph.footertext {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 1em;
  display: inline-block;
}

.paragraph.footertext.subtext {
  letter-spacing: .2px;
  font-size: .9em;
}

.paragraph.head-subtext.ip {
  align-self: flex-start;
  margin-bottom: 10px;
  font-weight: 500;
}

.head-subtext {
  max-width: 750px;
  margin-top: 3.5vh;
  margin-left: 0;
  margin-right: 0;
}

.head-subtext.centered {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--saddle-brown);
  letter-spacing: 2px;
  padding: 15px 25px;
  font-size: .9em;
  font-weight: 600;
}

.button:hover {
  background-color: var(--dim-grey-2);
}

.div-block-4 {
  margin-top: 3vh;
}

.div-block-5 {
  background-image: url('../images/svg3.svg');
  background-position: 100% 90%;
  background-repeat: no-repeat;
  background-size: 20% 20%;
  background-attachment: scroll;
  width: 100%;
}

.image-2 {
  box-shadow: 0 10px 20px -2px #75726a69;
}

.title-block {
  text-align: center;
  flex: 1;
  margin-top: 10vh;
}

.heading-2 {
  color: var(--saddle-brown);
  font-family: Cormorant, sans-serif;
  font-size: 3em;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 3vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: stretch;
  margin-top: 10vh;
}

.heading-3 {
  color: var(--saddle-brown);
  margin-top: 0;
  font-family: Cormorant, sans-serif;
  font-size: 2.2em;
  line-height: 1.3em;
}

.heading-3.blurbtitle {
  align-items: center;
  min-height: 8vh;
  display: flex;
}

.heading-3.black {
  color: var(--dim-grey);
}

.learnmore {
  color: var(--saddle-brown);
  text-transform: none;
  border: 1px solid #75726a33;
  margin-top: 1vh;
  padding: 10px 22px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.learnmore:hover {
  color: var(--dim-grey);
  background-color: #75726a0f;
  border-style: solid;
  padding: 10px 22px;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  justify-content: space-between;
  align-self: stretch;
  margin-top: 10vh;
}

.div-block-7 {
  text-align: center;
  min-height: 120px;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 0;
}

.prod {
  text-align: center;
  background-image: url('../images/index-block3-image1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #75726a1a;
  border-radius: 5px;
  min-height: 30vh;
  padding-top: 10px;
  box-shadow: 0 2px 13px -8px #75726a99;
}

.prod._1 {
  background-image: url('../images/index-block3-image2.jpg');
}

.prod._2 {
  background-image: url('../images/index-block3-image3.jpg');
}

.prod._3 {
  background-image: url('../images/index-block3-image4.jpg');
}

.prod._4 {
  background-image: url('../images/index-block3-image5.jpg');
}

.prod._5 {
  background-image: url('../images/index-block3-image6.jpg');
}

.prod._6 {
  background-image: url('../images/index-block3-image7.jpg');
}

.prod._7 {
  background-image: url('../images/index-block3-image8.jpg');
}

.heading-4 {
  color: var(--saddle-brown);
  margin-top: 17px;
  font-family: Cormorant, sans-serif;
  font-size: 1.6em;
  font-style: italic;
}

.grid-5 {
  align-self: stretch;
  margin-top: 10vh;
  margin-bottom: 5em;
}

.div-block-8 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.banner {
  border-top: 1px solid #75726a2e;
  border-bottom: 1px solid #75726a2e;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.centered {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  padding-bottom: 0;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: stretch;
  margin-top: 0;
}

.gallery-img {
  background-image: url('../images/index-block6-image4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 28vh;
}

.gallery-img._1 {
  background-image: url('../images/index-block6-image5.jpg');
}

.gallery-img._2 {
  background-image: url('../images/index-block6-image1.jpg');
}

.gallery-img._3 {
  background-image: url('../images/index-block6-image7.jpg');
}

.gallery-img._4 {
  background-image: url('../images/index-block6-image2.jpg');
}

.gallery-img._5 {
  background-image: url('../images/index-block6-image3.jpg');
  min-height: 30vh;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-self: stretch;
  margin-top: 10vh;
}

.image-3 {
  float: right;
  text-align: left;
  position: relative;
  bottom: -117px;
}

.image-4 {
  position: absolute;
  inset: 61% 0% auto auto;
}

.footer {
  background-color: #f8f8f8;
  min-height: auto;
}

.image-5 {
  background-image: linear-gradient(#fff, #fff);
  padding: 41px;
  position: static;
  inset: 0% auto auto 0%;
}

.grid-8 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-self: stretch;
  margin-top: 5vh;
}

.text-block-2 {
  color: var(--saddle-brown);
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
}

.link-block {
  margin: 11px;
  padding: 11px;
}

.footerlink {
  color: var(--saddle-brown);
  justify-content: space-between;
  align-items: center;
  padding: 8px 9px;
  text-decoration: none;
  display: inline-block;
}

.footerlink.up {
  display: block;
}

.image-6 {
  margin-left: 22px;
  display: inline;
}

.image-7 {
  margin-right: 14px;
}

.div-block-9 {
  text-align: center;
  border-top: 1px solid #75726a1a;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-height: 50px;
  margin-top: 5vh;
  display: flex;
}

.burger-menu {
  display: none;
}

.mobile-nav {
  z-index: 999;
  background-color: #fff;
  width: 90%;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.logo-block, .logo-block.w--current {
  padding: 20px;
}

.div-block-13 {
  width: 100%;
  margin-top: 6vh;
  font-size: 1em;
}

.text-block-3 {
  margin-bottom: 2vh;
  font-size: .8em;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-3 {
  text-decoration: none;
}

.link {
  color: var(--saddle-brown);
  letter-spacing: .5px;
  font-weight: 700;
  text-decoration: none;
}

.section-4 {
  margin-top: 5vh;
  padding-bottom: 10vh;
}

.text-block-4 {
  align-self: flex-start;
}

.image-9 {
  float: right;
  margin-left: 0;
  display: block;
  position: static;
}

.text-block-5 {
  float: none;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.6em;
  display: inline;
}

.div-block-14 {
  text-align: center;
  width: 100%;
  margin-top: 5vh;
}

.grid-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.slider {
  background-color: #0000;
  height: auto;
  margin-top: 30px;
}

.text-block-6 {
  font-family: Cormorant, sans-serif;
  font-size: 1.6em;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3em;
}

.text-block-7 {
  color: var(--dim-grey);
  margin-top: 19px;
  font-weight: 600;
}

.slide-nav {
  color: var(--dim-grey);
  font-size: 9px;
  display: none;
  position: static;
}

.icon, .left-arrow, .right-arrow, .icon-2 {
  display: none;
}

.qoute-img {
  float: left;
  margin-bottom: 200px;
  margin-right: 11px;
  display: inline-block;
}

.image-11 {
  margin-right: 14px;
  padding-left: 6px;
  padding-right: 6px;
}

.div-block-16 {
  padding: 8px 9px;
}

.img-inline {
  float: left;
  margin-right: 20px;
}

.img-inline.right {
  float: right;
  clear: both;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 0;
}

.img-inline.right.inline {
  float: right;
  clear: none;
  position: static;
}

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

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

.heading-5, .text-block-8 {
  color: var(--dim-grey-2);
}

.sociallink {
  padding: 10px;
}

.html-embed {
  height: 100%;
}

.grid-10 {
  display: flex;
}

.div-block-17 {
  flex: 1;
  align-self: stretch;
}

.div-block-18 {
  flex: 1;
}

.sign {
  font-family: Great Vibes, cursive;
  font-size: 1.8em;
}

.rich-text-block {
  font-size: 1em;
  line-height: 1.4em;
}

.div-block-19 {
  flex-flow: column;
  display: flex;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 30%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  color: #8d501c;
  margin-bottom: 24px;
  font-weight: 400;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.text-block-9 {
  font-size: 1.3em;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }

  .navlink, .navlink.w--current {
    display: none;
  }

  .navlink.hylyt.language.mobile {
    background-image: url('../images/se.png');
    background-position: 97%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 0;
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .navlink.hylyt.language.mobile.close {
    display: inline-block;
  }

  .navlink.hylyt.mobile {
    background-image: url('../images/basket.svg');
    background-position: 97%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .navlink.mobile {
    display: flex;
  }

  .navlink.mobile.w--current {
    display: block;
  }

  .navbar {
    background-color: #fff;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 1px 1px 18px -3px #75726a2e;
  }

  .grid {
    grid-column-gap: 2vh;
    grid-template-columns: 1fr;
    margin-top: 22vh;
  }

  .div-block {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vh;
  }

  .title-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    font-size: 1.9em;
  }

  .grid-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prod {
    min-height: 26vh;
  }

  .grid-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-6 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-img._5 {
    min-height: 55vh;
  }

  .grid-7 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-8 {
    grid-row-gap: 20px;
    text-align: center;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .burger-menu {
    display: flex;
  }

  .mobile-nav {
    display: none;
  }

  .div-block-11 {
    flex: 1;
    align-self: center;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo-block {
    padding: 20px;
  }

  .logo-block.w--current {
    background-color: #fff;
    padding: 27px;
  }

  .div-block-13 {
    margin-top: 21vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-14, .grid-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .img-inline.right {
    width: 100%;
  }

  .div-block-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-3 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .navlink.hylyt.mobile {
    display: flex;
  }

  .div-block {
    max-width: 400px;
  }

  .heading-1 {
    line-height: 1.1em;
  }

  .heading-1.ip {
    font-size: 3em;
  }

  .paragraph.footertext {
    letter-spacing: .5px;
    font-size: .9em;
  }

  .heading-3 {
    font-size: 1.8em;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .prod {
    min-height: 30vh;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

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

  .centered {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-img._5 {
    min-height: 40vh;
  }

  .image-4 {
    top: 138%;
  }

  .div-block-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-nav {
    display: none;
  }

  .div-block-12 {
    text-align: left;
    flex-direction: column;
    display: block;
  }

  .image-8 {
    margin-left: auto;
    margin-right: auto;
    padding: 17px;
    display: block;
  }

  .link-block-3 {
    margin-bottom: 49px;
    display: block;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .slider {
    max-width: 500px;
    position: static;
  }

  .left-arrow, .right-arrow {
    position: static;
  }

  .qoute-img {
    float: left;
    clear: none;
    margin-bottom: 0;
    display: block;
  }

  .mask, .slide {
    position: static;
  }

  .img-inline {
    margin-top: 20px;
  }

  .workwithus-embed {
    margin-top: 22px;
  }

  .hero-heading-center, .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .navlink.hylyt.language.mobile {
    background-image: url('../images/se.png');
    background-position: 93%;
    display: flex;
  }

  .navlink.hylyt.mobile {
    background-image: url('../images/basket.svg');
    background-position: 92%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .navbar {
    margin-top: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .grid {
    margin-top: 18vh;
  }

  .div-block {
    max-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pre-headtext, .image {
    display: inline;
  }

  .heading-1 {
    font-size: 2.8em;
    line-height: 1.1em;
  }

  .heading-1.ip {
    font-size: 2.5em;
  }

  .paragraph {
    font-size: 1.1em;
  }

  .paragraph.footertext {
    font-size: .8em;
  }

  .title-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 2.4em;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .heading-3 {
    font-size: 2em;
  }

  .heading-3.blurbtitle {
    margin-top: 10px;
    font-size: 1.8em;
  }

  .learnmore:hover {
    padding: 10px 22px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .prod {
    background-position: 50%;
  }

  .grid-6 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .gallery-img._5 {
    min-height: 25vh;
  }

  .grid-7 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .image-4 {
    width: 19%;
    top: 124%;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .footerlink {
    width: 100%;
    display: inline-block;
  }

  .div-block-10 {
    flex-wrap: nowrap;
    display: flex;
  }

  .mobile-nav {
    display: none;
  }

  .link-block-3 {
    margin-top: 19px;
    margin-bottom: 0;
  }

  .text-block-5 {
    display: block;
  }

  .grid-9 {
    grid-row-gap: 0px;
  }

  .slider {
    width: 100%;
    max-width: 280px;
    display: block;
    position: static;
  }

  .text-block-6 {
    font-size: 1.3em;
  }

  .image-10 {
    width: auto;
  }

  .div-block-15 {
    width: 100%;
  }

  .qoute-img {
    margin-bottom: 210px;
  }

  .img-inline {
    float: none;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 20px;
  }

  .section-5 {
    margin-top: 3em;
  }

  .workwithus-embed {
    margin-top: 26px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .container-3 {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }
}

#w-node-_6d35a6e1-5c3d-715b-25ec-3d6383360fbd-c3dfe5e8, #w-node-aab5e008-846b-9b7a-cd24-f6c57e04d772-c3dfe5e8, #w-node-aab5e008-846b-9b7a-cd24-f6c57e04d77b-c3dfe5e8, #w-node-aab5e008-846b-9b7a-cd24-f6c57e04d784-c3dfe5e8, #w-node-aab5e008-846b-9b7a-cd24-f6c57e04d78d-c3dfe5e8 {
  align-self: stretch;
}

#w-node-f7844d21-647d-9216-d3c7-f6e87665662f-c3dfe5e8, #w-node-_2d660693-a905-8109-d569-35cf4f5585ac-c3dfe5e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-c6e6589f-69ee-e300-703f-78257cf0355d-c3dfe5e8, #w-node-d740c64a-c806-ecb5-42ac-754270c35444-c3dfe5e8 {
  place-self: center stretch;
}

#w-node-cdfdb9c1-79cc-5238-6c4a-d49da50e4ae4-c3dfe5e8, #w-node-c855b186-6ca7-fc30-1973-34846a78801c-c3dfe5e8, #w-node-a149db93-a3b8-c2db-1796-97bf0ead7063-c3dfe5e8 {
  place-self: stretch stretch;
}

#w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-5946c4f9, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-23190ed9, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-1d410ecd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d35a6e1-5c3d-715b-25ec-3d6383360fbd-97e9bd09, #w-node-aab5e008-846b-9b7a-cd24-f6c57e04d772-97e9bd09, #w-node-aab5e008-846b-9b7a-cd24-f6c57e04d77b-97e9bd09, #w-node-aab5e008-846b-9b7a-cd24-f6c57e04d784-97e9bd09, #w-node-aab5e008-846b-9b7a-cd24-f6c57e04d78d-97e9bd09 {
  align-self: stretch;
}

#w-node-f7844d21-647d-9216-d3c7-f6e87665662f-97e9bd09, #w-node-_2d660693-a905-8109-d569-35cf4f5585ac-97e9bd09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-c6e6589f-69ee-e300-703f-78257cf0355d-97e9bd09, #w-node-d740c64a-c806-ecb5-42ac-754270c35444-97e9bd09 {
  place-self: center stretch;
}

#w-node-cdfdb9c1-79cc-5238-6c4a-d49da50e4ae4-97e9bd09, #w-node-c855b186-6ca7-fc30-1973-34846a78801c-97e9bd09, #w-node-a149db93-a3b8-c2db-1796-97bf0ead7063-97e9bd09 {
  place-self: stretch stretch;
}

#w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-f5f62fd7, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-8a3f2818, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-5745ff94, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-9c3f1fe9, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-b7883803, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-8a6b49bd, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-b0ec92ea, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-b286393e, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-716ad50a, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-3eb10f83, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-0f40b995, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-4ce9c158, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-bab57644, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-88f5feff, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-eb7665ff, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-86ef03ed, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-bd84d0f1, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-7b0456bc, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-9590c90d, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-a201265d, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-20a1ee1d, #w-node-b98e47fe-68ef-e4c8-c1fa-7239f4e3e44c-ff38c24f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6d35a6e1-5c3d-715b-25ec-3d6383360fbd-c3dfe5e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-e52bd75d-35c4-121a-04c8-77297305c2f4-c3dfe5e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a149db93-a3b8-c2db-1796-97bf0ead7063-c3dfe5e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-_6d35a6e1-5c3d-715b-25ec-3d6383360fbd-97e9bd09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-e52bd75d-35c4-121a-04c8-77297305c2f4-97e9bd09 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a149db93-a3b8-c2db-1796-97bf0ead7063-97e9bd09 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_21d9e62b-4efa-58e1-70b1-9bee48b749e1-c3dfe5e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c0b0a31a-0efe-14ed-d184-0e55fa482822-c3dfe5e8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-def0f9ae-0be2-b877-9856-f1e6f0fad125-5946c4f9, #w-node-def0f9ae-0be2-b877-9856-f1e6f0fad125-23190ed9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-def0f9ae-0be2-b877-9856-f1e6f0fad125-1d410ecd {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_21d9e62b-4efa-58e1-70b1-9bee48b749e1-97e9bd09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c0b0a31a-0efe-14ed-d184-0e55fa482822-97e9bd09 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-def0f9ae-0be2-b877-9856-f1e6f0fad125-f5f62fd7, #w-node-def0f9ae-0be2-b877-9856-f1e6f0fad125-8a3f2818 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-def0f9ae-0be2-b877-9856-f1e6f0fad125-5745ff94 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-def0f9ae-0be2-b877-9856-f1e6f0fad125-9c3f1fe9, #w-node-def0f9ae-0be2-b877-9856-f1e6f0fad125-b7883803 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-def0f9ae-0be2-b877-9856-f1e6f0fad125-8a6b49bd, #w-node-def0f9ae-0be2-b877-9856-f1e6f0fad125-b0ec92ea {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_21d9e62b-4efa-58e1-70b1-9bee48b749cb-c3dfe5e8, #w-node-_21d9e62b-4efa-58e1-70b1-9bee48b749ce-c3dfe5e8, #w-node-_21d9e62b-4efa-58e1-70b1-9bee48b749d4-c3dfe5e8, #w-node-_21d9e62b-4efa-58e1-70b1-9bee48b749d7-c3dfe5e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_21d9e62b-4efa-58e1-70b1-9bee48b749e1-c3dfe5e8 {
    grid-column: span 2 / span 2;
  }

  #w-node-_21d9e62b-4efa-58e1-70b1-9bee48b749e4-c3dfe5e8, #w-node-_21d9e62b-4efa-58e1-70b1-9bee48b749ea-c3dfe5e8, #w-node-_21d9e62b-4efa-58e1-70b1-9bee48b749ed-c3dfe5e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e52bd75d-35c4-121a-04c8-77297305c2f4-c3dfe5e8 {
    grid-column: span 1 / span 1;
  }

  #w-node-a149db93-a3b8-c2db-1796-97bf0ead7063-c3dfe5e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-def0f9ae-0be2-b877-9856-f1e6f0fad125-1d410ecd {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_21d9e62b-4efa-58e1-70b1-9bee48b749cb-97e9bd09, #w-node-_21d9e62b-4efa-58e1-70b1-9bee48b749ce-97e9bd09, #w-node-_21d9e62b-4efa-58e1-70b1-9bee48b749d4-97e9bd09, #w-node-_21d9e62b-4efa-58e1-70b1-9bee48b749d7-97e9bd09 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_21d9e62b-4efa-58e1-70b1-9bee48b749e1-97e9bd09 {
    grid-column: span 2 / span 2;
  }

  #w-node-_21d9e62b-4efa-58e1-70b1-9bee48b749e4-97e9bd09, #w-node-_21d9e62b-4efa-58e1-70b1-9bee48b749ea-97e9bd09, #w-node-_21d9e62b-4efa-58e1-70b1-9bee48b749ed-97e9bd09 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e52bd75d-35c4-121a-04c8-77297305c2f4-97e9bd09 {
    grid-column: span 1 / span 1;
  }

  #w-node-a149db93-a3b8-c2db-1796-97bf0ead7063-97e9bd09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-def0f9ae-0be2-b877-9856-f1e6f0fad125-5745ff94, #w-node-def0f9ae-0be2-b877-9856-f1e6f0fad125-8a6b49bd, #w-node-def0f9ae-0be2-b877-9856-f1e6f0fad125-b0ec92ea {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


