:root {
  --btn-hover: #1bae70;
  --background-color: #087748;
  --white-color: white;
  --btn-color-2: #6a961f;
  --footer-background: #14261c;
  --grey-background: #dde1e2;
  --bak-color: #f4f6f4;
  --white: white;
}

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

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

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: 0.25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

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

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

.spark-line-1 {
  z-index: 2;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: #5532fa;
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

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

.spark-square-menu-with-links {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
}

.container-2 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2.center-text {
  justify-content: center;
  align-items: center;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 18px 30px;
  display: flex;
}

.div-block.btn-1 {
  background-color: var(--btn-hover);
  border-radius: 24px;
  padding: 14px 32px;
}

.div-block.btn-1:hover {
  background-color: var(--background-color);
}

.spark-square-menu-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.text-block-17 {
  color: #00a6eb;
  font-size: 16px;
}

.spark-nav-link {
  color: #fff;
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s, opacity 0.15s;
}

.spark-nav-link:hover {
  opacity: 1;
  color: var(--white-color);
}

.spark-nav-link:focus {
  color: var(--btn-hover);
}

.spark-nav-link.w--current {
  color: #fff;
}

.spark-nav-link.w--current:hover,
.spark-nav-link.w--current:focus {
  color: var(--btn-hover);
}

.spark-nav-link.spark-button {
  color: #000;
  text-align: center;
  background-color: #00a6eb;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 50px;
  margin-right: 0;
  padding: 16px 24px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  line-height: 15px;
  transition: background-color 0.15s, opacity 0.15s;
}

.spark-nav-link.spark-button:hover {
  opacity: 1;
  color: #fff;
}

.spark-nav-link.spark-button.w--current {
  opacity: 0.5;
  color: #fff;
}

.spark-nav-link.spark-button.pd1 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 14px 32px;
}

.spark-nav-link.spark-button.pd1:hover {
  background-color: var(--btn-hover);
  border: 0 rgba(0, 0, 0, 0);
}

.spark-nav-link.dark-color {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
}

.spark-nav-link.dark-color:hover {
  color: var(--white-color);
}

.spark-nav-link.dark-color._w-color:hover {
  color: var(--btn-hover);
}

.spark-nav-link.dark-color._w-color:active {
  color: #fff;
}

.spark-nav-link.dark-color._w-color.w--current:hover {
  color: var(--white-color);
}

.spark-nav-link.black-t {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
}

.spark-nav-link.black-t:hover {
  color: var(--white-color);
}

.spark-nav-link.black-t.w--current {
  font-weight: 400;
}

.white-color {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 40px;
  line-height: 58px;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-brand-logo.w--current {
  color: #fff;
}

.spark-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  min-height: 100vh;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
  position: relative;
}

.spark-section.m-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../imgs/main-hero-header.jpg);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 100vh;
}

.spark-section.m-bg.bak {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/lawn-care-lawn-maintenance-lawn-services-643558.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 50vh;
}

.spark-section.m-bg.bak.bak-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/path-g5a4d6ded7_1280-1.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.spark-section.m-bg.bak.bak-2.not-fixed {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/contact-bg.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.spark-section.m-bg.bak.dim-bak {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../images/services-bg.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-split {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.hero-split.vz-2 {
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  background-color: #19270099;
  backdrop-filter: blur(2px);
  border-radius: 12px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: #f0ecfd;
  border-radius: 8px;
}

.spark-line-3 {
  z-index: 2;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: #5532fa;
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.link-block {
  color: #000;
  margin-top: 1rem;
  text-decoration: none;
}

.image {
  width: 200px;
  height: 200px;
}

.spark-line-2 {
  z-index: 1;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: #5532fa;
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.italic-text {
  color: var(--white-color);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-style: normal;
}

.paragraph {
  color: var(--white-color);
  text-align: center;
  max-width: 600px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.para {
  color: var(--white-color);
  text-align: left;
  max-width: 500px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 32px;
}

.text-block-18 {
  color: var(--white-color);
  font-family: Poppins, sans-serif;
}

.path-39a9b,
.ikonik-sw83lf {
  color: var(--white-color);
}

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

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 46%;
  display: flex;
  position: relative;
}

.shadow-two {
  border-radius: 24px;
  box-shadow: 16px 24px 80px 16px rgba(106, 150, 31, 0.24);
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
}

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

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

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

.div-block-2 {
  background-color: var(--btn-hover);
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 32px 24px;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: 0%;
  right: auto;
  box-shadow: 16px 24px 80px 16px rgba(106, 150, 31, 0.24);
}

.div-block-2.ab-div2 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  left: -15%;
}

.heading-2 {
  color: var(--white-color);
  max-width: 150px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  max-width: 600px;
  display: flex;
}

.heading-3 {
  max-width: 120px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.heading-3.max {
  max-width: 160px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.heading-4 {
  font-size: 16px;
  line-height: 24px;
}

.image-2 {
  width: 40px;
  height: 40px;
}

.div-block-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.image-3 {
  width: 40px;
  height: 40px;
}

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

.div-block-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.div-block-8 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-without-image {
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-three {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.div-block-9 {
  background-color: var(--white-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 24px;
  display: flex;
}

.div-block-9:hover {
  box-shadow: 16px 18px 50px 3px rgba(0, 0, 0, 0.1);
}

.image-4 {
  width: 80px;
  height: 80px;
}

.heading-5 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.heading-6 {
  font-size: 16px;
}

.heading-7,
.heading-8,
.size {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-10 {
  justify-content: center;
  align-items: flex-start;
}

.section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-top: 2rem;
  display: flex;
}

.image-5,
.image-6 {
  border-radius: 16px;
}

.features-metrics {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem;
}

.div-block-11:hover {
  background-color: var(--btn-color-2);
  color: var(--white-color);
  border-right: 0 rgba(0, 0, 0, 0);
  border-radius: 16px;
  box-shadow: 0 16px 24px 5px rgba(0, 0, 0, 0.1);
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: Poppins, sans-serif;
  display: flex;
}

.uui-page-padding-18 {
  padding: 5rem 2rem;
}

.uui-space-xsmall-9 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-11 {
  color: #af6400;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-faq01_heading {
  color: #000;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.paragraph-11 {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.uui-text-size-large-11 {
  color: #4d2c01;
  text-align: left;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-faq01_accordion {
  border-bottom: 1px solid #eaecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-container-large-17 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.uui-space-medium-6 {
  width: 100%;
  min-height: 2rem;
}

.uui-faq01_icon-wrapper {
  color: #0085ff;
}

.accordion-icon_vertical-line-3 {
  background-color: #98a2b3;
  border-radius: 1px;
  width: 2px;
  height: 0.75rem;
  position: absolute;
}

.uui-section_faq01 {
  margin-top: 5rem;
}

.uui-max-width-large-13 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-13.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_horizontal-line-3 {
  background-color: #98a2b3;
  border-radius: 1px;
  width: 0.75rem;
  height: 2px;
  position: absolute;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-17 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-13 {
  object-fit: cover;
  border-radius: 12px;
  width: 800px;
  height: 600px;
  box-shadow: 16px 24px 80px 16px rgba(106, 150, 31, 0.24);
}

.accordion-icon_component-3 {
  color: #98a2b3;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-text-align-center-9 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
}

.footer-dark {
  background-color: var(--footer-background);
  flex-flow: column;
  padding: 50px 30px 15px;
  display: flex;
  position: relative;
}

.footer-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.footer-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  display: flex;
}

.title-small {
  color: var(--white-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--white-color);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-link.green-color {
  color: var(--white-color);
}

.footer-link.green-color:hover {
  color: var(--btn-color-2);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--white-color);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-12 {
  justify-content: space-around;
  display: flex;
}

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

.max-p {
  color: var(--white-color);
  font-size: 14px;
}

.div-block-14 {
  max-width: 800px;
}

.text-block-19 {
  color: var(--white-color);
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-bottom {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--white-color);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-57 {
  color: var(--white-color);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
}

.link {
  color: #db9423;
}

.link-2 {
  color: var(--white-color);
}

.masonry-item {
  width: 100%;
  max-width: 300px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

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

.unsplash-image-2 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  transition: all 0.3s;
  display: block;
  position: relative;
}

.div-block-98 {
  justify-content: space-around;
  display: flex;
}

.data-body {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  padding: 5rem 20px 5rem 120px;
}

.data-body.tp-gd {
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0)), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.data-body.tp-gd.nbg {
  background-image: none;
  min-height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.div-block-97 {
  z-index: 2;
  min-width: 600px;
  position: relative;
}

.masonry-container {
  flex: 0 auto;
  padding: 1rem;
  position: relative;
}

.html-embed {
  display: none;
}

.heading-52 {
  color: #463100;
  text-align: center;
  flex: 0 auto;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: flex;
  position: relative;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.container-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  height: 500px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.div-block-99 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.heading-53 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.bold-text {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
}

.text-block-58 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.bold-text-2 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-block-59 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.bold-text-3 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-block-60 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.bold-text-4 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-block-61 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.container-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-100 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.paragraph-12 {
  color: var(--white-color);
  margin-top: 20px;
  font-family: Poppins, sans-serif;
}

.heading-54 {
  color: var(--white-color);
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

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

.div-block-102 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.heading-55 {
  color: var(--white-color);
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-62,
.text-block-63 {
  color: var(--white-color);
  font-family: Poppins, sans-serif;
}

.link-block-2 {
  margin-top: 20px;
  text-decoration: none;
}

.link-block-2:hover {
  color: var(--btn-hover);
}

.text-block-64 {
  color: var(--white-color);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.text-block-64:hover {
  color: var(--btn-hover);
}

.ikonik-2pgb6 {
  color: #6a961f;
  width: 50px;
  height: 50px;
}

.div-block-104 {
  background-color: rgba(188, 186, 99, 0.17);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.heading-56 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
}

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

.ikonik-me1k7 {
  color: #ff9100;
}

.div-block-38 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.container-8 {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  padding-top: 5rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.fast-section {
  position: relative;
}

.heading-57 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.heading-57.big-h {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.heading-57.big-h.text-white {
  color: #fff;
}

.main-button {
  color: #fff;
  text-transform: capitalize;
  background-color: #ff9100;
  border: 1px solid #ff9100;
  border-radius: 1rem;
  padding: 1rem 4rem;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: all 0.5s;
}

.main-button:hover {
  color: #ff9100;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ff9100;
}

.main-button.big-b {
  border-color: #fff;
}

.main-button.big-b.bm {
  color: #000;
  background-color: #fff;
  border-width: 0;
}

.main-button.big-b.bm.bt1.bbt-1:hover {
  border-width: 1px;
  border-color: #fff;
}

.image-14 {
  object-fit: contain;
  border-radius: 1rem;
  width: 450px;
  height: 450px;
}

.text-block-65 {
  color: #4d2c01;
}

.div-block-36 {
  padding-right: 5rem;
  position: relative;
}

.div-block-37 {
  background-color: #fff;
  width: 60px;
  height: 5px;
}

.paragraph-6 {
  max-width: 600px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-6.big-p {
  font-size: 24px;
  line-height: 32px;
}

.paragraph-6.big-p.para-white {
  color: #fff;
}

.div-block-106 {
  background-color: var(--btn-hover);
  width: 100%;
  height: 500px;
}

.field-label-4 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.ikonik-xqokl-2 {
  color: #4b83c0;
  width: 30px;
  height: 30px;
}

.link-block-8 {
  color: #000;
  text-decoration: none;
}

.html-embed-3 {
  display: block;
}

.div-block-53 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #4b83c0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.button-primary-3:hover {
  color: #000;
  background-color: #c7d9ed;
}

.button-primary-3:active {
  background-color: #4b83c0;
}

.div-block-55 {
  background-color: #fff;
  border-radius: 1rem;
  width: 600px;
  padding: 1rem;
  box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.2);
}

.heading-19 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.path-0xv4t {
  color: #4b83c0;
}

.div-block-57 {
  grid-column-gap: 0.3rem;
  grid-row-gap: 0.3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.content.main-ctn {
  background-color: var(--grey-background);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 10rem;
  display: flex;
  position: relative;
}

.text-block-25 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.text-block-27 {
  text-decoration: none;
}

.div-block-54 {
  grid-column-gap: 0.3rem;
  grid-row-gap: 0.3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-11 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.margin-bottom-24px-5 {
  color: #000;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.text-block-26 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.div-block-52 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.ikonik-0zc57-2 {
  color: #4b83c0;
  width: 30px;
  height: 30px;
}

.text-block-24 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.ikonik-6d9xwj-2 {
  color: #4b83c0;
  width: 30px;
  height: 30px;
}

.hero-wrapper-4 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-field-5 {
  border-radius: 1rem;
}

.div-block-56 {
  grid-column-gap: 0.3rem;
  grid-row-gap: 0.3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.textarea-2 {
  min-height: 150px;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.image-11 {
  object-fit: cover;
  border-radius: 1rem;
  width: 400px;
  height: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}

.html-embed-4 {
  display: block;
}

.link-block-9 {
  color: #000;
  text-decoration: none;
}

.div-block-107 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #4b83c0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.button-primary-4:hover {
  color: #000;
  background-color: #c7d9ed;
}

.button-primary-4:active {
  background-color: #4b83c0;
}

.div-block-108 {
  background-color: #fff;
  border-radius: 1rem;
  width: 600px;
  padding: 1rem;
  box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, 0.2);
}

.heading-58 {
  color: #000;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.div-block-109 {
  grid-column-gap: 0.3rem;
  grid-row-gap: 0.3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-66 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.text-block-67 {
  text-decoration: none;
}

.div-block-110 {
  grid-column-gap: 0.3rem;
  grid-row-gap: 0.3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom-24px-6 {
  color: #000;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.text-block-68 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.div-block-111 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.hero-wrapper-5 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.image-15 {
  object-fit: cover;
  border-radius: 1rem;
  width: 400px;
  height: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}

.text-block-69 {
  background-color: var(--btn-color-2);
  color: var(--white-color);
  border-radius: 24px;
  padding: 14px 32px;
  font-family: Poppins, sans-serif;
}

.link-block-10 {
  text-decoration: none;
}

.hero-without-image-2 {
  background-color: var(--bak-color);
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-7 {
  margin-bottom: 24px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

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

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

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

.section-4 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-112 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

.div-block-113 {
  background-color: var(--white-color);
  color: var(--white-color);
  border-radius: 16px;
  width: 400px;
  height: auto;
  padding: 50px 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.paragraph-13 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.image-16 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.heading-59 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.div-block-114 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-115 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-70 {
  color: #000;
  font-family: Poppins, sans-serif;
}

.div-block-116 {
  background-color: var(--white-color);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.paragraph-14 {
  text-align: center;
  margin-top: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

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

.text-block-71 {
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.image-17 {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.heading-60 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.ikonik-906pk {
  color: #6a961f;
  width: 40px;
  height: 40px;
}

.footer-dark-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand-2 {
  color: var(--white-color);
  margin-right: 1rem;
  text-decoration: none;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  color: var(--white-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: var(--white-color);
  width: 300px;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 32px;
  text-decoration: none;
}

.footer-link-2.color {
  color: var(--white-color);
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  background-color: var(--btn-color-2);
  border-radius: 50%;
  margin-left: 12px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.text-block-72 {
  color: var(--white-color);
  font-style: normal;
  text-decoration: none;
}

.italic-text-2 {
  color: var(--white-color);
  text-decoration: none;
}

.text-block-73 {
  color: var(--white-color);
  font-family: Poppins, sans-serif;
}

.heading-61,
.text-block-74 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

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

.ikonik-q3ldrk,
.ikonik-h40gq,
.ikonik-b4yuwh,
.ikonik-rs01y {
  color: var(--btn-hover);
  width: 30px;
  height: 30px;
}

.div-block-119 {
  background-color: var(--btn-hover);
  width: 5%;
  height: 2px;
}

.div-block-119.big {
  width: 10%;
  margin-top: 5px;
  margin-bottom: 10px;
}

.section-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-top: 2rem;
  display: flex;
}

.div-block-120 {
  justify-content: center;
  align-items: flex-start;
  width: 500px;
}

.image-18 {
  border-radius: 16px;
}

.image-19 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.div-block-121 {
  width: 500px;
}

.text-block-75 {
  color: var(--btn-hover);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.div-block-122 {
  padding: 2rem;
}

.div-block-122:hover {
  color: #000;
  border-right: 0 rgba(0, 0, 0, 0);
}

.div-block-122.w:hover {
  box-shadow: none;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.text-block-76 {
  color: var(--btn-hover);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-123 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -25%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.container-13 {
  color: var(--white-color);
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container-13.ctn {
  color: #000;
  max-width: 1080px;
}

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

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

.margin-bottom-24px-8 {
  margin-bottom: 24px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.2s;
}

.hero-form-input:hover,
.hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, 0.8);
}

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

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

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

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, 0.08);
}

.div-block-124 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-20 {
  width: 50px;
}

.text-block-77 {
  color: var(--white-color);
  width: 300px;
  margin-top: 20px;
}

.footer-dark-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper-3 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand-3 {
  text-decoration: none;
}

.footer-content-3 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 250px;
  display: flex;
}

.title-small-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-3 {
  color: var(--white-color);
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-social-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-3 {
  margin-left: 12px;
}

.footer-divider-3 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-3 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-21 {
  width: 50px;
}

.text-block-78 {
  color: var(--white-color);
  width: 250px;
  margin-top: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  text-decoration: none;
}

.image-22 {
  color: var(--btn-hover);
}

.ikonik-6spwr,
.ikonik-d2tna,
.ikonik-t3b2s {
  color: var(--btn-hover);
  width: 30px;
  height: 30px;
}

.image-23 {
  width: 100%;
  height: 100%;
}

.heading-62 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

.div-block-125 {
  position: absolute;
  top: 20%;
  left: 0%;
  right: auto;
}

.heading-29 {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 56px;
  font-weight: 700;
}

.div-block-91 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-block-48 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.path-rn8z4,
.path {
  color: var(--btn-hover);
}

.bold-text-5 {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 400;
}

.link-block-14 {
  text-decoration: none;
}

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

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

.div-block-89 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.div-block-90 {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bold-text-6,
.bold-text-7 {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 400;
}

.ikonik-r4h7p {
  color: var(--btn-hover);
  width: 20px;
  height: 20px;
}

.heading-72 {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 17px;
}

.margin-bottom-24px-12 {
  color: #000;
  margin-bottom: 24px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.hero-heading-right-8 {
  margin-top: 0;
  padding: 80px 30px;
  position: relative;
}

.text-block-47 {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 700;
}

.ikonik-k25dc {
  color: #fff;
  width: 20px;
  height: 20px;
}

.image-24 {
  object-fit: cover;
  border-radius: 8px;
  height: 600px;
}

.div-block-126 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-13 {
  margin-bottom: 5px;
  text-decoration: none;
}

.link-block-15 {
  text-decoration: none;
}

.bold-text-8 {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 400;
}

.ikonik-ubf4wh {
  color: #4175fc;
  width: 20px;
  height: 20px;
}

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

.code-embed-2 {
  width: 100%;
  height: 700px;
}

.bold-text-9 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-79,
.text-block-80,
.text-block-81,
.text-block-82,
.text-block-83,
.bold-text-10,
.bold-text-11,
.bold-text-12,
.bold-text-13,
.heading-73,
.bold-text-14,
.bold-text-15,
.bold-text-16,
.bold-text-17,
.bold-text-18 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-block-84 {
  color: #fff;
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .spark-line-1.spark-simple-line {
    background-color: #fff;
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

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

  .spark-square-menu-with-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    max-width: 728px;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-link.spark-button.pd1 {
    background-color: var(--btn-hover);
  }

  .spark-nav-link.dark-color,
  .spark-nav-link.black-t {
    color: #000;
  }

  .spark-nav-link.black-t:hover {
    color: var(--btn-hover);
  }

  .spark-nav-link.black-color {
    color: #000;
  }

  .spark-nav-link.black-color:hover {
    color: var(--btn-hover);
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .spark-simple-menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .spark-line-3.spark-simple-line {
    background-color: #fff;
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    background-color: #fff;
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-nav-menu {
    z-index: 99;
    color: #000;
    background-color: #fff;
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

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

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

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

  .shadow-two {
    width: 100%;
    height: 100%;
  }

  .div-block-2.ab-div2 {
    left: 0%;
  }

  .div-block-3 {
    margin-top: 1rem;
  }

  .div-block-8 {
    z-index: -100;
    display: none;
  }

  .clients-wrapper-three {
    flex-flow: wrap-reverse;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .features-metrics {
    border-bottom: 0 rgba(0, 0, 0, 0);
  }

  .features-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
  }

  .uui-page-padding-18 {
    padding-top: 0;
  }

  .uui-heading-medium-11,
  .uui-text-size-large-11 {
    text-align: center;
  }

  .uui-faq01_component {
    margin-top: 0;
  }

  .uui-max-width-large-13.align-center {
    justify-content: flex-start;
    align-items: center;
  }

  .uui-padding-vertical-xhuge-17 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .image-13 {
    display: block;
  }

  .footer-wrapper {
    max-width: 768px;
  }

  .footer-content {
    grid-column-gap: 60px;
    max-width: 700px;
  }

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

  .data-body {
    padding-left: 70px;
  }

  .data-body.tp-gd {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .data-body.tp-gd.nbg {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-97 {
    width: 100%;
    min-width: 100%;
  }

  .container-8 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 5rem;
  }

  .heading-57.big-h.text-white {
    color: #4d2c01;
    font-size: 24px;
  }

  .flex-block {
    flex: 0 auto;
    display: none;
  }

  .div-block-36 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-6.big-p.para-white {
    color: #4d2c01;
  }

  .content.main-ctn {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2rem;
  }

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

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

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

  .image-11 {
    display: none;
  }

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

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

  .image-15 {
    display: none;
  }

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

  .div-block-112 {
    flex-flow: column;
  }

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

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .div-block-123 {
    top: -15%;
  }

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

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

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

  .footer-wrapper-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-brand-3 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-content-3 {
    grid-column-gap: 60px;
    flex-flow: column;
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-block-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .hero-wrapper-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-split-11 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5rem;
  }

  .hero-split-11.rvs {
    order: -1;
  }

  .hero-heading-right-8 {
    padding-bottom: 0;
  }

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

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .b {
    font-size: 2rem;
  }

  .spark-square-menu-with-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-nav-link {
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-link:active,
  .spark-nav-link:focus {
    color: #000;
  }

  .spark-nav-link.black-t:hover {
    color: var(--btn-hover);
  }

  .spark-brand-logo.w--current {
    padding-left: 1rem;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section.m-bg {
    border-radius: 0;
    min-height: auto;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .heading {
    font-size: 16px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .div-block-8 {
    display: none;
  }

  .hero-without-image,
  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section {
    margin-top: 3rem;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    z-index: 1;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    position: relative;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .features-block {
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .features-title {
    justify-content: center;
    align-items: center;
  }

  .uui-page-padding-18 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-space-xsmall-9 {
    min-height: 0.75rem;
  }

  .uui-heading-medium-11 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-text-size-large-11 {
    font-size: 1rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-space-medium-6 {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge-17 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-dark {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    max-width: 400px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-subscribe {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .container-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-bottom {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    text-align: center;
    margin-top: 15px;
  }

  .div-block-100 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin: 1rem;
  }

  .paragraph-12 {
    text-align: center;
  }

  .div-block-102 {
    justify-content: center;
    align-items: center;
  }

  .div-block-103 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-button.big-b {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .content.main-ctn {
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .container-11 {
    max-width: 100%;
  }

  .hero-split-4,
  .div-block-108 {
    width: 100%;
  }

  .hero-split-5 {
    width: 100%;
    margin-bottom: 250px;
  }

  .hero-without-image-2 {
    padding: 60px 15px;
  }

  .heading-60 {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand-2 {
    flex-flow: column;
    display: flex;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-2:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

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

  .div-block-122 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }

  .hero-wrapper-6 {
    z-index: 1;
  }

  .div-block-124 {
    display: none;
  }

  .footer-dark-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-3 {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand-3 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-content-3 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-3 {
    text-align: center;
    align-items: center;
  }

  .footer-link-3:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .footer-social-block-3 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-3 {
    margin-left: 20px;
  }

  .footer-divider-3 {
    margin-top: 60px;
  }

  .image-23 {
    position: static;
  }

  .div-block-125 {
    display: none;
  }

  .hero-heading-right-8 {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .b {
    line-height: 2.5rem;
  }

  .hero-wrapper {
    justify-content: center;
    align-items: center;
  }

  .spark-square-menu-with-links {
    padding-left: 1rem;
    padding-right: 0;
  }

  .container-2 {
    max-width: 100%;
  }

  .div-block {
    text-align: center;
  }

  .spark-square-menu-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-nav-link {
    margin-bottom: 0.5rem;
  }

  .spark-nav-link:hover {
    color: #000;
  }

  .spark-nav-link.spark-button.pd1 {
    background-color: var(--btn-hover);
    color: var(--white-color);
  }

  .spark-nav-link.spark-button.pd1:hover {
    color: #000;
  }

  .spark-nav-link.dark-color._w-color {
    color: #fff;
  }

  .spark-nav-link.dark-color._w-color:hover,
  .spark-nav-link.dark-color._w-color.black-color {
    color: #000;
  }

  .spark-nav-link.dark-color._w-color.black-color:hover,
  .spark-nav-link.black-t:hover {
    color: var(--btn-hover);
  }

  .spark-brand-logo.n.w--current {
    padding-left: 0;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .image {
    width: 150px;
    height: 150px;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem 0.5rem;
  }

  .heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

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

  .div-block-3 {
    flex-flow: column;
  }

  .heading-3.max {
    max-width: 100px;
    font-size: 14px;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .features-wrapper {
    flex-flow: wrap;
    margin-bottom: 0;
  }

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

  .footer-dark {
    padding-top: 15px;
  }

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

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-35,
  .div-block-98 {
    width: 100%;
    position: relative;
  }

  .data-body.tp-gd {
    padding-bottom: 0;
  }

  .masonry-container {
    width: 100%;
  }

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

  .div-block-38 {
    flex-flow: column;
  }

  .heading-57.big-h.text-white {
    font-size: 18px;
    line-height: 16px;
  }

  .main-button.big-b.bm.bt1.bbt-1 {
    border-width: 1px;
  }

  .div-block-36 {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-6.big-p.para-white {
    font-size: 20px;
    line-height: 24px;
  }

  .container-11 {
    max-width: none;
    padding-bottom: 10rem;
  }

  .heading-58 {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-split-5 {
    margin-bottom: 100px;
  }

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

  .div-block-112 {
    grid-template-columns: 1fr;
    width: 300px;
  }

  .div-block-113,
  .div-block-116 {
    width: 300px;
  }

  .text-block-73 {
    text-align: center;
  }

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

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

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .heading-62 {
    color: #fff;
    font-size: 17px;
  }

  .heading-29 {
    font-size: 32px;
  }

  .bold-text-5 {
    font-size: 16px;
  }

  .hero-split-11.rvs {
    order: -1;
    height: auto;
    margin-bottom: 3rem;
  }

  .div-block-90 {
    max-width: 300px;
  }

  .bold-text-6 {
    font-size: 16px;
  }

  .bold-text-7 {
    font-size: 18px;
  }

  .hero-heading-right-8 {
    padding-bottom: 69px;
  }

  .text-block-47 {
    font-size: 18px;
  }

  .image-24 {
    height: auto;
  }

  .bold-text-8 {
    font-size: 16px;
  }

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

  .text-block-84 {
    color: #fff;
  }
}

#w-node-cf32d545-a2ed-44f4-13d5-6e739ca16be3-521c706a,
#w-node-cf32d545-a2ed-44f4-13d5-6e739ca16bed-521c706a,
#w-node-cf32d545-a2ed-44f4-13d5-6e739ca16bfb-521c706a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
