body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

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

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

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

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

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

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

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

.button {
  display: inline-block;
  margin-right: 14px;
  padding: 13px 23px;
  border-radius: 3px;
  background-color: #000;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

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

.button.hollow {
  background-color: transparent;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #000;
  color: #000;
  text-shadow: none;
}

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

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

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

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #e6eaed;
  font-size: 18px;
  text-align: left;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 75px;
  margin-bottom: 0px;
  background-color: #a8a9ad;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.13);
}

.nav-link {
  padding: 26px 17px;
  box-shadow: inset 0 3px 0 0 transparent;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
  color: #434445;
}

.nav-link:hover {
  box-shadow: inset 0 3px 0 0 hsla(0, 0%, 71%, 0.5);
}

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

.section {
  padding-top: 15px;
  padding-bottom: 40px;
  font-family: 'Roboto Condensed', sans-serif;
}

.section.main {
  margin-top: 75px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e3f1e6;
  background-image: none;
  background-size: auto;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

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

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

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

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

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

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

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

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

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

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

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

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

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

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

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

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

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

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

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

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

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

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

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

.newsletter-form {
  width: 70%;
}

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

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

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

.main-heading {
  margin-top: 0px;
  margin-right: -30px;
  margin-bottom: 20px;
  float: left;
  direction: ltr;
  color: #3c754a;
  font-size: 30px;
  line-height: 44px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  text-indent: 0px;
  text-shadow: none;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

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

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

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

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

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

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

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

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

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

.feature {
  text-align: left;
}

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

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

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

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

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

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

.name {
  font-weight: 500;
}

.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}

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

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

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

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

.main-image {
  overflow: visible;
  border: 1px none #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.client-logo {
  width: 16.6%;
}

.small-text {
  color: hsla(0, 0%, 100%, 0.31);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.heading {
  text-align: left;
}

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

.flex-container {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

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

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

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

.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: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

.search-input {
  width: 250px;
}

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

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

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

.heading-4 {
  padding-left: 0px;
  text-align: left;
}

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

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

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

.text-block-3 {
  position: static;
  float: left;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 19px;
}

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

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

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

.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 {
  padding-right: 10px;
  padding-left: 10px;
}

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

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

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

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

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

.column {
  border-style: solid none;
  border-width: 1px 0px 1px 1px;
  border-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
}

.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-areas: "Area";
  -ms-grid-columns: 0.25fr 18px 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-15 {
  color: #334152;
}

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

.paragraph-2 {
  color: #5d7695;
}

.paragraph-3 {
  color: #5d7695;
}

.paragraph-4 {
  color: #5d7695;
}

.paragraph-5 {
  color: #5d7695;
}

.paragraph-6 {
  color: #5d7695;
}

.slider-2 {
  height: 200px;
}

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

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

.slide-nav-2 {
  height: 20px;
  padding-top: 4px;
  padding-bottom: 0px;
  background-color: transparent;
  opacity: 0.2;
  color: #489fd9;
  font-size: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ck-modal__btns-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  background-color: #f3f7f2;
}

.ck-modal__btns-w.is--small {
  padding: 0.6rem 1.5rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid #656568;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0.5rem;
  background-color: #a8a9ad;
}

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

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

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

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

.ck-modal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 32rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.5rem;
  background-color: transparent;
  box-shadow: 0 4px 1rem 0 rgba(38, 41, 38, 0.05);
  color: #515750;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.cookie-close-1 {
  margin-left: 3px;
  padding: 0.6em 1.5em 0.6rem;
  border-radius: 0.25rem;
  background-color: #cbcbce;
  -webkit-transition: color 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: color 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
  color: #434445;
  font-size: 0.9375rem;
  text-align: center;
  text-decoration: none;
}

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

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

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

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

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

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

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

.ck-desc {
  color: #434445;
}

.cookie-close {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  -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-style: solid;
  border-width: 1px;
  border-color: #5d7695;
  border-radius: 0.25rem;
  background-color: #ced6e0;
  -webkit-transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  color: #98a9be;
  cursor: pointer;
}

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

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

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

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

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

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

.cookie {
  position: fixed;
  left: auto;
  top: auto;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 9500;
  max-width: 25rem;
}

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

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

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

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

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

.column-5 {
  left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.column-6 {
  border-right: 2px solid #434445;
  text-align: center;
}

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

.heading-21 {
  margin-right: -40px;
  padding-top: 100px;
  padding-right: 0px;
  font-size: 30px;
  font-weight: 500;
}

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

.text-block-11 {
  color: #a8a9ad;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .image-15 {
    margin-top: 0px;
    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 {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }

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

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

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

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

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

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

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

  .divider {
    width: 100%;
  }

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

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

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

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

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

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

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

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

  .footer {
    padding: 40px 20px;
  }

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

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

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

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

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

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

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

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

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

  .image {
    top: 12px;
  }

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

  .text-span {
    text-align: left;
  }

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

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

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

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

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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-right: 1.25em;
    padding-left: 1.25em;
  }

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

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

  .cookie {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 100%;
  }

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

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

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

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

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

