:root {
  --medium-sea-green: #4dbd90;
  --cornflower-blue: #489fd9;
  --light-slate-gray: #8668ab;
  --gainsboro: #dfe8e4;
}

.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;
}

h1 {
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  margin-right: 14px;
  padding: 13px 23px;
  font-family: Roboto Slab, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 1px #0000001f;
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  color: #000;
  text-shadow: none;
  background-color: #0000;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #000;
}

.button.hollow:hover {
  color: #fff;
  text-shadow: none;
  background-color: #489fd9;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #489fd9;
}

.button.in-pricing {
  margin-top: 19px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.logo-text {
  color: #1c1c1c;
  margin-top: 24px;
  font-family: Roboto Slab, sans-serif;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  color: #1f5725;
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 4px;
  padding-top: 32px;
  padding-left: 0;
  padding-right: 26px;
  position: relative;
}

.navigation {
  background-color: #fff;
  height: 100px;
  margin-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #00000021;
}

.nav-link {
  padding: 26px 17px;
  transition: box-shadow .5s, color .3s;
  box-shadow: inset 0 3px #0000;
}

.nav-link:hover {
  box-shadow: inset 0 3px #b5b5b580;
}

.nav-link.w--current {
  color: #4dbd90;
  box-shadow: inset 0 3px #4dbd90;
}

.section {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  padding-top: 15px;
  padding-bottom: 40px;
  font-family: Roboto Condensed, sans-serif;
}

.section.main {
  color: #fff;
  text-shadow: 0 1px #0000003b;
  background-color: #e3f1e6;
  background-image: none;
  background-size: auto;
  margin-top: 0;
  padding-top: 55px;
  padding-bottom: 30px;
  font-family: Roboto Condensed, sans-serif;
}

.section.footer {
  color: #e4e8eb;
  background-color: #3c754a;
  padding-top: 42px;
  padding-bottom: 55px;
}

.section.footer.copyright {
  color: #939596;
  background-color: #1f5725;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.section.purple {
  background-color: #dde7ed;
}

.section.clients {
  background-color: #a1bfd4;
  padding-top: 0;
  padding-bottom: 0;
}

.section.press {
  background-color: #3e5c50;
  padding-top: 29px;
  padding-bottom: 38px;
}

.slider {
  background-color: #303030;
  height: 360px;
  display: none;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  color: #b4b4b4;
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.footer-slogan {
  color: #939596;
  margin-bottom: 11px;
}

.social-icon {
  opacity: .41;
  margin-right: 11px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.page-link {
  color: #489fd9;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: color .3s, border .3s;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  color: #939596;
  display: block;
}

.page-link.in-footer:hover {
  color: #d2d7d9;
  border-bottom-color: #0000;
}

.newsletter-field {
  float: left;
  background-color: #e8e8e8;
  border: 1px solid #0000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 60%;
  height: 40px;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px #489fd9;
}

.newsletter-button {
  float: left;
  color: #d5d8db;
  background-color: #5f6166;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: all .5s;
}

.newsletter-button:hover {
  color: #fff;
  background-color: #489fd9;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  float: left;
  direction: ltr;
  color: #3c754a;
  text-align: left;
  text-indent: 0;
  text-shadow: none;
  white-space: normal;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 155px;
  padding-right: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  display: block;
}

.section-subtitle {
  text-align: justify;
  margin-bottom: 35px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 22px;
}

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

.plan-wrapper {
  color: #2b2b2b;
  background-color: #fff;
  border-radius: 3px;
  min-height: 300px;
  padding: 17px;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  letter-spacing: 0;
  font-size: 20px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  background-color: #dbdbdb;
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
}

.additional-contact {
  text-align: center;
  margin-top: 21px;
}

.feature {
  text-align: left;
}

.feature-row {
  margin-bottom: 14px;
}

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

.testimony-slide {
  text-align: center;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: Roboto Slab, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 31px;
}

.slide-nav {
  font-size: 10px;
  display: none;
}

.person {
  border-radius: 100%;
  width: 70px;
  margin-bottom: 13px;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  color: #bdbdbd;
  width: 50px;
  font-size: 32px;
  transition: color .3s;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  margin-bottom: 12px;
}

.main-feature-group {
  margin-top: 30px;
}

.small-features-row {
  margin-top: 71px;
}

.main-image {
  object-fit: fill;
  border: 1px #000;
  padding-top: 90px;
  overflow: visible;
}

.client-logo {
  width: 16.6%;
}

.small-text {
  color: #ffffff4f;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.div-block {
  justify-content: center;
  display: flex;
}

.logo {
  width: 14%;
  margin-left: 2%;
  margin-right: 2%;
}

.text-block {
  color: #b4b4b4;
  text-align: center;
  border-right: 1px solid red;
  margin-right: 17px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading {
  color: #3c754a;
  text-align: left;
  font-family: Roboto Condensed, sans-serif;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.grid {
  grid-column-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.image {
  float: left;
  clear: none;
  padding-left: 10px;
  position: relative;
  top: 18px;
}

.text-block-2 {
  color: #717171;
  text-align: left;
}

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

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

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

.search-input {
  width: 250px;
}

.heading-2 {
  text-align: left;
}

.section-2 {
  background-color: #d9d9d9;
}

.heading-3 {
  text-align: left;
  padding-left: 10px;
}

.heading-4 {
  color: #3c754a;
  text-align: left;
  padding-left: 0;
}

.heading-5 {
  text-align: left;
}

.section-3 {
  background-color: #e3f1e6;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Roboto Condensed, sans-serif;
}

.text-span {
  color: #67b179;
  text-align: left;
  font-style: italic;
  font-weight: 500;
}

.text-block-3 {
  float: left;
  color: #333;
  text-align: left;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  line-height: 25px;
  position: static;
}

.section-4 {
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 17px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.section-5 {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Roboto Condensed, sans-serif;
}

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

.text-block-4 {
  text-align: left;
  padding-left: 10px;
  font-weight: 500;
}

.columns {
  padding-top: 40px;
  padding-bottom: 15px;
}

.text-block-5 {
  padding-left: 5px;
  font-weight: 500;
}

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

.heading-6 {
  color: #3c754a;
  text-align: left;
}

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

.heading-7 {
  color: #3c754a;
  text-align: center;
}

.image-2 {
  float: none;
  clear: none;
  text-align: center;
  object-fit: fill;
}

.column {
  text-align: center;
  border: 1px solid #0000;
  border-left-style: none;
  border-right: 0 #0000;
  transition: opacity .2s;
  transform: translate(0);
}

.column-2 {
  border-left: 3px solid #3c754a;
}

.heading-8 {
  color: #3c754a;
  text-align: left;
}

.column-3 {
  border-left: 3px solid #d9d9d9;
}

.heading-9 {
  color: #3c754a;
  text-align: center;
}

.column-4 {
  border-left: 3px solid #3c754a;
}

.container-4 {
  margin-top: 80px;
  padding-top: 0;
}

.columns-2 {
  padding-bottom: 10px;
}

.columns-3, .columns-4, .columns-5, .columns-3-copy {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-3, .column-5, .column-6 {
  text-align: center;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  color: #3c754a;
}

.container-5 {
  padding: 15px 10px 25px;
}

.container-6, .container-7 {
  padding-left: 10px;
  padding-right: 10px;
}

.section-6 {
  background-color: #e3f1e6;
  padding-top: 10px;
}

.columns-7 {
  padding-bottom: 10px;
}

.columns-8 {
  padding-top: 10px;
}

.paragraph, .paragraph-2 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.heading-10 {
  color: #3c754a;
  text-align: center;
}

.heading-11 {
  color: #3c754a;
  text-align: left;
  margin-top: 25px;
}

.column-7 {
  margin-bottom: 25px;
}

.text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  padding-bottom: 5px;
}

.paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  text-align: justify;
  font-family: Roboto, sans-serif;
}

.text-block-12 {
  color: #e4e8eb;
}

.bold-text-10 {
  box-sizing: border-box;
  float: none;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  mix-blend-mode: normal;
  background-clip: border-box;
  min-width: 100px;
  padding-right: 100px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  display: inline;
  position: static;
}

.section-12 {
  background-color: #e3f1e6;
  padding-top: 80px;
}

.paragraph-8, .paragraph-9, .text-block-13 {
  text-align: justify;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  background-color: #fff;
  border: 1px solid #5d7695;
  border-radius: .1px .1px 0 0;
  align-self: auto;
  padding: 5px 2.2rem 5px 1.5rem;
  line-height: 1;
}

.ck-title {
  color: #262926;
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  font-size: .9375rem;
}

.ck-modal__btns-w {
  background-color: #f3f7f2;
  border-radius: 0 0 .5rem .5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.ck-modal__btns-w.is--small {
  background-color: #e3f1e6;
  border: 1px solid #5d7695;
  border-top-left-radius: 0;
  border-bottom-right-radius: .1px;
  border-bottom-left-radius: .1px;
  justify-content: flex-start;
  padding: 5px 1.5rem;
}

.cookie {
  z-index: 9500;
  max-width: 50rem;
  position: fixed;
  inset: auto 0% 0% 5%;
}

.cookie-close {
  color: #fff;
  text-align: center;
  background-color: #67b179;
  border-radius: .25rem;
  margin-left: 3px;
  padding: 1px 1.5em;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-close:hover {
  background-color: #262926;
}

.ck-desc {
  padding-bottom: 5px;
  font-size: .9375rem;
}

.ck-modal {
  color: #515750;
  background-color: #0000;
  border-radius: .5rem;
  flex-direction: column;
  width: auto;
  max-width: 50rem;
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.ck-txt-link {
  color: #515750;
  font-weight: 400;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-txt-link:hover {
  color: #262926;
}

.ck-css-styles {
  display: none;
}

.ck-attr-btn {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-button__txt {
  font-size: .9rem;
}

.image-4 {
  padding-top: 10px;
}

.image-5 {
  text-align: center;
  max-width: 80%;
}

.column-8 {
  text-align: center;
}

.image-6 {
  color: #993535;
  background-color: #dd7a7a;
}

.column-9 {
  padding-top: 10px;
}

.image-13 {
  padding-right: 22px;
}

.image-14 {
  opacity: .47;
  transform-origin: 0%;
  padding-left: 35px;
}

.image-15 {
  margin-top: 11px;
}

@media screen and (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .nav-link {
    color: #fff;
    padding: 18px 0;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px #0000;
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px #0000;
  }

  .nav-link.menu {
    color: #000;
    padding: 22px 17px;
    font-size: 30px;
  }

  .nav-link.menu.w--open {
    color: #fff;
    background-color: #000;
  }

  .nav-menu {
    background-color: #000;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .main-feature-group {
    margin-top: 0;
  }

  .main-image {
    margin-top: 49px;
  }

  .image-7, .image-7_pad {
    padding-top: 0;
  }
}

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

  .logo-text {
    margin-top: 15px;
  }

  .logo-text.footer {
    text-align: left;
  }

  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .section {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section.main {
    margin-top: 51px;
  }

  .nav-menu {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-title {
    margin-top: 35px;
  }

  .newsletter-form {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .main-heading {
    margin-bottom: 0;
    margin-right: 0;
    display: block;
  }

  .section-subtitle {
    margin-bottom: 44px;
  }

  .plan-wrapper {
    margin-bottom: 34px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .divider {
    width: 100%;
  }

  .feature {
    text-align: center;
    margin-bottom: 32px;
  }

  .feature-icon {
    margin-bottom: 4px;
  }

  .main-feature-group {
    margin-top: 0;
    margin-bottom: 34px;
  }

  .main-image {
    padding-top: 0;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-2 {
    text-align: left;
  }

  .text-block-5 {
    padding-left: 10px;
  }

  .column-2, .column-4 {
    border: 1px #000;
  }

  .ck-modal__content-w {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .image-8, .image-9, .image-10, .column-10, .image-11, .image-12 {
    padding-left: 10px;
  }

  .paragraph-10 {
    text-align: left;
  }

  .column-11 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .main-image {
    padding-top: 52px;
  }

  .client-logo {
    width: 33.33%;
  }

  .image {
    top: 12px;
  }

  .text-block-2, .text-span {
    text-align: left;
  }

  .bold-text-10 {
    margin-right: 0;
    padding-right: 140px;
  }

  .ck-modal__content-w.is--small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ck-modal__btns-w.is--small {
    padding: 1.25rem;
  }

  .cookie {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-close {
    padding: 5px 1.25em;
  }

  .ck-modal {
    max-width: 100%;
  }

  .column-12 {
    padding-left: 0;
  }

  .column-13 {
    margin-top: -82px;
    padding-top: 0;
  }
}

#w-node-_4d24633a-ba3b-1b09-25a0-4fb366862907-222ea5dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}


