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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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 {
  color: #334152;
  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: #e6eaed;
  text-align: left;
  margin-top: 0;
  margin-bottom: 19px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

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

.nav-link {
  color: #d8d8d89e;
  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: #434445;
  box-shadow: inset 0 3px #4dbd90;
}

.section {
  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: 75px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Roboto Condensed, sans-serif;
}

.section.footer {
  color: #e4e8eb;
  background-color: #334152;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.footer.copyright {
  color: #939596;
  background-color: #27303d;
  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 {
  color: #d6d6d6;
  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%;
}

.social-icon-group {
  text-align: left;
}

.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: -30px;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
}

.section-subtitle {
  text-align: left;
  margin-bottom: 68px;
  padding-left: 5px;
  padding-right: 5px;
  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;
  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 {
  text-align: left;
}

.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;
  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 {
  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;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  position: static;
}

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

.section-5 {
  background-color: #e3f1e6;
  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 {
  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 {
  text-align: left;
}

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

.heading-7 {
  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: 5px solid #d9d9d9;
}

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

.tab-link-tab-3 {
  padding-right: 30px;
}

.grid-3 {
  grid-column-gap: 18px;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 / .25fr 1fr;
}

.heading-9 {
  color: #334152;
  text-align: left;
}

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

.section-6 {
  background-color: #ced6e0;
  margin-top: 0;
  padding-top: 95px;
  padding-bottom: 30px;
}

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

.image-3 {
  text-align: center;
  height: 200px;
}

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

.heading-11 {
  text-align: left;
  padding-top: 17px;
  font-size: 25px;
}

.text-block-6 {
  text-align: left;
  font-size: 14px;
}

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

.slide-2 {
  background-color: #fff;
}

.right-arrow, .left-arrow {
  background-color: #98a9be;
  width: 50px;
  font-size: 25px;
}

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

.heading-13 {
  color: #98a9be;
  text-align: center;
  font-size: 45px;
}

.section-7 {
  background-color: #ced6e0;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.heading-14 {
  color: #334152;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 472px;
  font-size: 25px;
  font-weight: 500;
}

.section-12 {
  background-color: #e9e9e9;
  margin-top: 0;
  padding-top: 45px;
}

.heading-15 {
  color: #334152;
}

.paragraph {
  color: #5d7695;
  text-align: left;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
  color: #5d7695;
}

.slider-2 {
  height: 200px;
}

.left-arrow-2, .right-arrow-2 {
  opacity: .5;
  background-color: #98a9be;
  border: 1px solid #5d7695;
  width: 40px;
  font-size: 14px;
}

.slide-nav-2 {
  opacity: .2;
  color: var(--cornflower-blue);
  background-color: #0000;
  height: 20px;
  padding-top: 4px;
  padding-bottom: 0;
  font-size: 12px;
}

.lottie-animation {
  margin-top: -50px;
  margin-bottom: -30px;
  padding-top: 0;
}

.lottie-animation-2 {
  margin-top: -47px;
  margin-bottom: -20px;
}

.text-block-7 {
  padding-top: 0;
}

.image-4 {
  margin-top: 71px;
  padding-bottom: 0;
}

.slide-3 {
  text-align: center;
  background-color: #fff;
  border: 0 #0000;
}

.text-block-8 {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 52px;
}

.image-5 {
  text-align: center;
  background-color: #fff;
  width: 250px;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 10px;
}

.slide-4, .slide-5, .slide-6 {
  text-align: center;
  background-color: #fff;
}

.columns-2, .columns-3 {
  background-color: #fff;
  padding-left: 75px;
  padding-right: 75px;
}

.slide-7 {
  background-color: #fff;
}

.image-6 {
  text-align: center;
  padding-top: 71px;
}

.image-7 {
  width: 250px;
  padding-top: 70px;
}

.section-9 {
  background-color: #ced6e0;
  padding-top: 15px;
  padding-bottom: 25px;
}

.image-8 {
  padding-top: 70px;
}

.columns-2-1 {
  background-color: #fff;
  padding-left: 75px;
  padding-right: 75px;
}

.image-9 {
  border: 1px solid #8f8f8f;
}

.slide-8 {
  text-align: center;
  background-color: #fff;
}

.text-block-9 {
  padding-left: 0;
}

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

.container-7 {
  padding-top: 28px;
  padding-left: 10px;
  padding-right: 10px;
}

.columns-4 {
  margin-bottom: 99px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.container-8, .columns-5 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-10 {
  font-size: 10px;
}

.slide-nav-3 {
  opacity: 1;
  background-color: #0000;
  height: 30px;
  padding-top: 8px;
  font-size: 14px;
}

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

.heading-16, .heading-17 {
  padding-top: 20px;
}

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

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

.container-9 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 139px;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

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

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

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

.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: #a8a9ad;
  border: 1px solid #656568;
  border-top-left-radius: 0;
  border-bottom-left-radius: .5rem;
  justify-content: flex-start;
  padding: .6rem 1.5rem;
}

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

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

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

.ck-title.is--small {
  color: #fff;
  font-size: 1.1875rem;
}

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

.cookie-close-1 {
  color: #434445;
  text-align: center;
  background-color: #cbcbce;
  border-radius: .25rem;
  margin-left: 3px;
  padding: .6em 1.5em .6rem;
  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-1:hover {
  background-color: #262926;
}

.cookie-close-1.is--secondary {
  color: #515750;
  background-color: #0000;
  margin-right: -1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-close-1.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck__exitbtn__line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.ck__exitbtn__line.is--left {
  transform: rotate(45deg);
}

.ck__exitbtn__line.is--right {
  transform: rotate(-45deg);
}

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

.ck-desc {
  color: #434445;
}

.cookie-close {
  color: #98a9be;
  cursor: pointer;
  background-color: #ced6e0;
  border: 1px solid #5d7695;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: sticky;
  top: 1rem;
}

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

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

.ck-modal__content-w.is--small {
  background-color: #a8a9ad;
  border: 1px solid #656568;
  border-radius: .5rem .5rem 0 0;
  padding: .6rem 1rem;
}

.section-12-copy {
  background-color: #ced6e0;
  margin-top: 0;
  padding-top: 15px;
}

._8 {
  background-color: #0000;
  padding-top: 15px;
}

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

.cookie {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.image-11, .image-11_large, .image-11_small {
  margin-top: 8px;
  padding-top: 0;
}

.image-15 {
  margin-top: -146px;
  padding-bottom: 10px;
  padding-left: 342px;
}

.slider-3 {
  background-color: #fff;
  font-size: 12px;
}

.column-5 {
  left: 0;
}

.columns-7 {
  padding-left: 75px;
  padding-right: 75px;
}

.slide-9, .slide-10, .slide-11, .slide-15 {
  background-color: #fff;
}

.bold-text-2 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.slide-13 {
  text-align: center;
  background-color: #fff;
}

.image-13 {
  text-align: center;
}

.image-14 {
  padding-top: 53px;
}

.heading-18 {
  text-align: left;
  margin-bottom: 0;
  font-weight: 700;
}

.heading-19, .heading-20 {
  text-align: left;
}

.column-6 {
  text-align: center;
  border-top: 1px #80808080;
  border-bottom: 2px #808080bf;
  border-left: 1px #80808080;
  border-right: 1px solid #80808080;
}

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

.heading-21 {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: -50px;
  padding-top: 0;
  padding-right: 0;
  font-size: 30px;
  font-weight: 500;
}

.section-13 {
  background-color: #fff;
  padding-top: 50px;
}

.text-block-11 {
  color: #a8a9ad;
  font-size: 16px;
  font-weight: 400;
}

.heading-22 {
  color: #a8a9ad;
  text-align: left;
  font-size: 30px;
}

.heading-23 {
  color: #a8a9ad;
  text-align: left;
  margin-top: -10px;
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 400;
}

.heading-24 {
  font-size: 30px;
}

.image-16 {
  float: none;
  max-width: 110%;
  margin-right: 0;
  padding-left: 19px;
  padding-right: 0;
}

.image-17 {
  margin-top: -28px;
  padding-bottom: 0;
}

.section-14 {
  margin-top: 0;
  padding-top: 20px;
}

.image-18 {
  max-width: 40%;
  max-height: 40px;
}

.bold-text-3 {
  padding-right: 5px;
  font-size: 28px;
}

.section-15 {
  background-color: #e9e9e9;
  padding-top: 20px;
  padding-bottom: 0;
}

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

.image-19 {
  text-align: center;
  max-width: 50%;
  max-height: 50px;
}

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

.image-20 {
  max-width: 120%;
}

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

.rich-text-block {
  border: 1px solid #000;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.columns-9, .columns-10 {
  margin-top: 10px;
}

.heading-25 {
  margin-bottom: 0;
}

.grid-6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-21 {
  opacity: .6;
  mix-blend-mode: normal;
  width: auto;
  max-width: 75%;
}

.image-22, .image-23, .image-24, .image-25, .image-26, .image-27 {
  opacity: .6;
  max-width: 75%;
}

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

.image-28, .image-29, .image-30, .image-31 {
  max-width: 75%;
}

.italic-text {
  padding-right: 0;
}

.image-32 {
  max-width: 75%;
}

.container-11 {
  border-top: 2px solid #80808047;
  border-radius: 11px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-12 {
  border: 2px solid gray;
  border-top: 1px solid #80808047;
  border-radius: 0;
  padding-bottom: 0;
}

.image-33 {
  padding-top: 100px;
}

.image-34, .image-35 {
  max-width: 75%;
}

.image-36 {
  max-width: 30%;
}

.image-37, .image-38 {
  max-width: 28%;
}

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

  .section-6 {
    margin-top: 0;
    padding-top: 80px;
  }

  .heading-14 {
    width: 500px;
    margin-top: 0;
    margin-bottom: -110px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 134px;
    font-size: 22px;
  }

  .container-9 {
    padding-top: 12px;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .image-11, .image-11_large, .image-11_small {
    margin-top: 22px;
  }

  .image-11_small.image-11 {
    padding-left: 127px;
  }

  .image-15 {
    margin-top: 0;
    padding-left: 228px;
  }
}

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

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

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

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

  .section-6 {
    margin-top: 0;
  }

  .heading-14 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 0;
  }

  .container-7 {
    padding-top: 13px;
  }

  .container-9 {
    background-image: none;
    padding-bottom: 97px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

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

  .cookie-close {
    margin-right: 1.25rem;
    top: -1rem;
  }

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

  .image-11, .image-11_large, .image-11_small {
    margin-top: 62px;
  }

  .image-15 {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .client-logo {
    width: 33.33%;
  }

  .image {
    top: 12px;
  }

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

  .section-6 {
    margin-top: -80px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-14 {
    margin-top: 80px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 174px;
    font-size: 22px;
  }

  .container-9 {
    background-image: none;
    padding-bottom: 0;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

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

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

  .cookie-close-1 {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-close {
    margin-top: 1rem;
    margin-right: 1rem;
  }

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

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

  .image-11, .image-11_large, .image-11_small {
    margin-top: 103px;
    padding-top: 0;
  }

  .image-15 {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 10px;
  }

  .container-10 {
    margin-top: 80px;
    padding-top: 15px;
  }
}


