:root {
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #f8c818;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

a {
  text-decoration: underline;
}

a.w--current {
  font-family: Montserrat, sans-serif;
}

.body {
  display: block;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.image {
  text-align: left;
  margin: 10px;
}

.div-block {
  display: flex;
}

.menu-button {
  object-fit: fill;
}

.quick-stack {
  flex: 1;
  order: 0;
  align-self: center;
  position: relative;
  right: auto;
}

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

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

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

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

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

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

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

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

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  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;
}

.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: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

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

.nav-link.w--current {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

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

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

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .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, .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: .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: #1a1b1fbf;
}

.image-2 {
  max-width: 72px;
}

.image-3 {
  mix-blend-mode: normal;
  object-fit: cover;
  background-color: #0000;
  background-image: url('../images/home-header.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  display: inline-block;
  position: static;
  overflow: scroll;
}

.div-block-2 {
  width: 80%;
}

.section {
  color: #fff;
  background-color: orange;
}

.heading-2 {
  color: #000;
  align-self: flex-end;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
}

.paragraph {
  text-align: right;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: flex-end;
  font-family: Open Sans, sans-serif;
  display: flex;
  overflow: visible;
}

.heading-3 {
  color: #000;
  font-family: Open Sans, sans-serif;
}

.text-block {
  align-self: center;
  font-family: Open Sans, sans-serif;
}

.cell-2 {
  align-items: center;
  padding-left: 60px;
}

.cell-3 {
  padding-right: 60px;
}

.cell-4 {
  flex-direction: row;
  justify-content: center;
}

.image-4, .image-5 {
  background-color: #fff;
  align-self: center;
  max-width: 50%;
}

.link {
  font-family: Open Sans, sans-serif;
}

.link-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.link-2.w--current {
  font-family: Montserrat, sans-serif;
}

.link-3 {
  font-family: Open Sans, sans-serif;
}

.link-4 {
  aspect-ratio: auto;
  font-family: Open Sans, sans-serif;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
}

.bold-text {
  color: orange;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
}

.bold-text-2 {
  color: orange;
  font-family: Montserrat, sans-serif;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
}

.heading-4 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.paragraph-5 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-3 {
  align-self: center;
  max-width: 450px;
}

.div-block-4, .div-block-5, .div-block-6 {
  width: 300px;
  padding-left: 20px;
  padding-right: 20px;
}

.quick-stack-2 {
  text-align: left;
  padding-left: 220px;
  padding-right: 220px;
}

.div-block-7 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/pexels-shvets-production-7176305-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  min-height: 400px;
}

.text-block-2 {
  aspect-ratio: auto;
  color: #fff;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 800px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 40px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.h2 {
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  inset: auto 0%;
}

.button {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  position: relative;
}

.div-block-8 {
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 800px;
  height: 300px;
  display: flex;
  position: relative;
  inset: 0% 10% 0% auto;
}

.button-orange {
  float: right;
  white-space: normal;
  background-color: orange;
  border-radius: 10px;
  margin-top: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  position: relative;
}

.quick-stack-3 {
  background-color: #f4f4f4;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-9 {
  align-self: center;
}

.div-block-10 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-2 {
  background-color: #ffebdb;
  justify-content: center;
  display: flex;
}

.heading-5 {
  color: #333;
  justify-content: center;
  display: flex;
}

.block-quote {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 75%;
  display: flex;
  position: relative;
}

.div-block-11 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  place-content: space-around center;
  align-self: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-6 {
  text-align: center;
  width: 75%;
}

.heading-6 {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.image-6 {
  float: none;
  text-align: center;
  object-fit: fill;
  border-radius: 180px;
  align-self: center;
  max-width: 50%;
  display: block;
}

.heading-7 {
  color: #000;
  text-align: center;
  align-self: center;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.heading-8 {
  text-align: center;
  align-self: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-7 {
  text-align: center;
  align-self: center;
  width: 75%;
  font-family: Open Sans, sans-serif;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: block;
}

.italic-text {
  justify-content: flex-start;
  align-items: flex-end;
  display: inline-block;
}

.cell-8 {
  align-items: center;
}

.quick-stack-4 {
  text-align: center;
  object-fit: fill;
  margin: 40px 140px 60px;
  padding-bottom: 40px;
  position: sticky;
  left: auto;
  right: auto;
  overflow: auto;
}

.text-span {
  color: orange;
}

.section-3 {
  background-color: #fff;
  display: block;
}

.video {
  background-image: url('../images/GIF-schakel-principe.png');
  background-position: 0 0;
  background-size: contain;
  background-attachment: scroll;
  flex-direction: row;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.heading-9 {
  text-align: center;
  margin-top: 40px;
}

.paragraph-8 {
  color: #333;
  text-align: center;
  align-self: center;
  font-size: 16px;
}

.cell-9 {
  text-align: center;
  align-items: center;
}

.quick-stack-5 {
  margin: 60px 140px;
}

.text-span-2 {
  color: orange;
  font-size: 20px;
  font-weight: 700;
}

.text-span-3 {
  color: #0096d6;
  font-size: 20px;
  font-weight: 700;
}

.text-span-4 {
  color: #ffe300;
  font-size: 20px;
  font-weight: 700;
}

.text-span-5 {
  font-size: 20px;
  font-weight: 700;
}

.text-span-6 {
  color: orange;
  font-size: 20px;
  font-weight: 700;
}

.text-span-7 {
  color: #0096d6;
  font-size: 20px;
  font-weight: 700;
}

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

.section-5 {
  margin-top: 40px;
}

.text-span-8 {
  color: orange;
}

.form-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bold-text-4 {
  font-family: Montserrat, sans-serif;
}

.cell-10 {
  justify-content: center;
}

.social-button {
  text-align: center;
  background-color: #2f3538;
  background-image: url('../images/linkedin.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 12px;
  transition: background-color .2s;
}

.social-button:hover {
  background-color: #6b7479;
}

.social-button.facebook {
  background-color: #5963ac;
  background-image: url('../images/Icon-facebook.png');
  background-size: auto;
}

.social-button.facebook:hover {
  opacity: .8;
}

.social-button.twitter {
  background-color: #46a4d3;
}

.social-button.twitter:hover {
  opacity: .8;
}

.social-icon {
  height: 20px;
}

.image-11 {
  width: 50px;
  height: 50px;
}

.image-11.social-button {
  padding-top: 0;
}

.flex-block {
  margin-left: 100px;
  margin-right: 100px;
}

.image-12 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

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

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

.hero-wrapper-two {
  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-2 {
  margin-top: 10px;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.button-primary-2 {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: orange;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

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

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

.heading-10 {
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  line-height: 45px;
}

.heading-6-copy {
  text-align: center;
  margin-top: 0;
  padding-top: 40px;
  font-family: Open Sans, sans-serif;
}

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

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

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.image-13 {
  aspect-ratio: auto;
  object-fit: fill;
  height: auto;
  overflow: auto;
}

.image-14 {
  max-width: 50%;
  position: static;
}

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

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

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

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

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

.margin-bottom-24px-4 {
  text-align: left;
  margin-bottom: 60px;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

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

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-4 {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: orange;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  position: static;
  right: 0%;
}

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

.button-primary-4: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;
}

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

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

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

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

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

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.team-slider {
  background-color: #9cc2c9;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
}

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

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  background-image: url('../images/pexels-jonathan-borba-3279196-1.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: #000000a3;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-without-image-2 {
  background-color: #f4f6f8;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.margin-bottom-24px-5 {
  text-align: left;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
}

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

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

.hero-without-image-3 {
  background-color: #9cc2c9;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.logos-quote-block-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-two-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card-2 {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  padding: 24px;
  display: flex;
}

.clients-quote-2 {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.clients-info-2 {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image-2 {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

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

.clients-wrapper-three-2 {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

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

.hero-without-image-4 {
  background-color: #9cc2c98f;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-6 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

.hero-without-image-5 {
  background-color: #9cc2c9;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-7 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

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

.hero-stack {
  background-color: #9cc2c9;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 20px;
  position: relative;
}

.margin-bottom-24px-8 {
  text-align: left;
  background-color: #fff0;
  margin-bottom: 24px;
  padding: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.margin-bottom-24px-9 {
  text-align: left;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.clients-card-3 {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-quote-3 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

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

.hero-stack-2 {
  background-color: #9cc2c9;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 20px;
  position: relative;
}

.hero-heading-left-3 {
  background-color: #9cc2c9;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.margin-bottom-24px-10 {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
}

.button-primary-6 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: orange;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

.logos-quote-block-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-two-3 {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card-4 {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-quote-4 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info-3 {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image-3 {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 50%;
  display: grid;
}

.hero-without-image-6 {
  background-color: #9cc2c9;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-3 {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.margin-bottom-24px-11 {
  text-align: left;
  margin-bottom: 24px;
  padding-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

.margin-bottom-24px-12 {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.margin-bottom-24px-13 {
  text-align: left;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.button-primary-7 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: orange;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-8 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: orange;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-without-image-7 {
  background-color: #9cc2c9;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.hero-heading-left-4 {
  background-color: #9cc2c95e;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 940px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: static;
}

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

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

.margin-bottom-24px-14 {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.button-primary-10 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: orange;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

.team-circles {
  background-color: #9cc2c900;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 60px 30px 0;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 40px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.section-6 {
  background-color: #9cc2c98f;
}

.team-circles-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 0;
  position: relative;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-member-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.team-member-position-2 {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.image-15 {
  align-self: flex-start;
}

.container-7 {
  width: 650px;
  height: 200px;
}

.grid {
  grid-template-areas: ". ."
                       ". Area";
}

.grid-2 {
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.hero-wrapper-two-2-copy {
  text-align: center;
  text-align: center;
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.grid-2-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  padding-bottom: 40px;
}

.heading-14 {
  font-family: Open Sans, sans-serif;
}

.hero-wrapper-two-3-copy {
  text-align: center;
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.heading-15 {
  font-family: Open Sans, sans-serif;
}

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

.hero-wrapper-two-4 {
  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-15 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

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

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

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

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

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

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

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

.hero-stack-4 {
  background-color: #9cc2c9;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-5 {
  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-17 {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.button-primary-13 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: orange;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-image-3 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-3.shadow-two {
  margin-top: 40px;
}

.heading-16 {
  font-family: Open Sans, sans-serif;
}

.hero-heading-left-5 {
  background-color: #9cc2c978;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.margin-bottom-24px-18 {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

.heading-17 {
  font-family: Open Sans, sans-serif;
}

.link-5 {
  font-family: Varela Round, sans-serif;
}

.link-5.w--current {
  font-family: Open Sans, sans-serif;
}

.margin-bottom-24px-19 {
  text-align: left;
  margin-bottom: 24px;
  padding-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

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

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

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

.margin-bottom-24px-20 {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
}

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

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

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

.heading-18 {
  font-family: Open Sans, sans-serif;
}

.submit-button {
  color: #000;
  text-transform: uppercase;
  background-color: #ee9521;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  font-family: Open Sans, sans-serif;
}

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

.margin-bottom-24px-21 {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
}

.button-primary-16 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: orange;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

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

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

.heading-19 {
  font-family: Open Sans, sans-serif;
}

.hero-stack-5 {
  background-color: #9cc2c9;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.margin-bottom-24px-22 {
  text-align: left;
  background-color: #fff;
  margin-bottom: 24px;
  padding: 40px 60px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

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

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

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

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

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

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

.div-block-7-copy {
  -webkit-text-fill-color: inherit;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/pexels-fauxels-3184418.jpg');
  background-position: 50% 200%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  min-height: 400px;
}

.div-block-7-copy, .div-block-7-copy-copy {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/pexels-shvets-production-7176305-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  min-height: 400px;
}

.div-block-7-copy-copy-copy-copy {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/pexels-fauxels-3228689.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  min-height: 400px;
}

.div-block-7-copy-copy-copy {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/home-header.png');
  background-position: 50% 200%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  min-height: 400px;
}

.div-block-7-copy-copy {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/pexels-fauxels-3184418.jpg');
  background-position: 50% 200%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  min-height: 400px;
}

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

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

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

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

.testimonial-card-heading {
  margin-bottom: 24px;
}

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

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

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

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

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

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

.hero-wrapper-two-6 {
  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-24 {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
}

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

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

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

.hero-image-4 {
  width: 100%;
  margin-top: 50px;
}

.heading-20 {
  font-family: Open Sans, sans-serif;
}

.team-circles-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-3 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-3 {
  margin-bottom: 24px;
}

.div-block-7-copy-copy-copy-copy-copy {
  text-shadow: 0 1px 1px #0003;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/pexels-fauxels-3228689.jpg');
  background-position: 50% -200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  min-height: 400px;
  max-height: 400px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

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

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

.nav-link-2:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .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-2:hover {
  color: #1a1b1fbf;
}

.quick-stack-6 {
  flex: 0 auto;
  order: 0;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.cell-11, .cell-12 {
  justify-content: center;
  align-items: center;
}

.section-7 {
  background-image: url('../images/pexels-fauxels-3228689.jpg');
  background-position: 50% 70%;
  background-size: 100%;
  min-height: 400px;
}

.team-circles-4 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
}

.centered-subheading-4 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-4 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-4 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-4 {
  margin-bottom: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-4 {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
}

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

.hero-wrapper-two-7 {
  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-25 {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

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

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

.hero-image-5 {
  width: 100%;
  margin-top: 50px;
}

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

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

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

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

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

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

.hero-form-input-2 {
  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 .2s;
}

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

.hero-form-input-2::placeholder {
  color: #1a1b1fcc;
}

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

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

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

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

.section-8 {
  background-image: url('../images/schakel-team-2025-3.png');
  background-position: 0 0;
  background-size: cover;
  min-height: 400px;
  position: static;
}

.section-9 {
  background-image: url('../images/pexels-kampus-production-5940838.jpg');
  background-position: 50%;
  background-size: 100%;
  min-height: 400px;
}

.section-10 {
  background-image: url('../images/pexels-fauxels-3184418.jpg');
  background-position: 50% 100%;
  background-size: 100%;
  background-attachment: fixed;
  min-height: 400px;
}

.section-11 {
  background-image: url('../images/pexels-fauxels-3228689.jpg');
  background-position: 50% 70%;
  background-size: 100%;
  background-attachment: fixed;
  min-height: 400px;
}

.team-slider-2 {
  background-color: #9cc2c9;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.centered-subheading-5 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  color: #000000bf;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

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

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

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-3 {
  font-family: Open Sans, sans-serif;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-block-4 {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.grid-4 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
}

.link-6, .link-7 {
  text-align: left;
}

.list {
  position: sticky;
}

.casesmenu {
  position: fixed;
  inset: auto auto 0% 0%;
}

.text-block-5 {
  text-align: left;
  background-color: #0000;
  margin-top: 0;
  padding-top: 10px;
}

.heading-21 {
  position: fixed;
}

.div-block-13 {
  background-color: #e7e7e7;
  width: 30%;
  height: 20px;
  position: relative;
  inset: 0% auto auto;
}

.text-block-6 {
  color: #7e7c7c;
}

.text-block-7 {
  line-height: 30px;
  position: static;
}

.text-block-8 {
  color: #999898;
  margin-bottom: 20px;
  font-size: 12px;
}

.cell-13 {
  background-color: #fff;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.cell-14, .cell-15 {
  background-color: #fff0;
  padding-left: 10px;
  padding-right: 10px;
}

.quick-stack-7 {
  grid-row-gap: 0px;
}

.hero-without-image-4-copy {
  background-color: #9cc2c98f;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-12 {
  object-fit: fill;
  width: 820px;
  height: 200px;
  position: static;
  overflow: auto;
}

.image-16 {
  object-fit: fill;
  max-height: 200px;
  overflow: visible;
}

@media screen and (min-width: 1440px) {
  .team-member-image, .team-member-image-2, .team-member-image-3, .team-member-image-4 {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (min-width: 1920px) {
  .image-2 {
    max-width: 72px;
    max-height: 72px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .bold-text {
    font-size: 24px;
  }

  .paragraph-3, .paragraph-4 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-4, .div-block-5, .div-block-6 {
    width: auto;
  }

  .quick-stack-2 {
    padding-top: 36px;
    padding-bottom: 58px;
  }

  .div-block-7 {
    background-image: url('../images/pexels-fauxels-3228689.jpg');
    background-position: 0 -400px;
    background-size: contain;
    min-height: 700px;
  }

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

  .h2 {
    font-size: 50px;
    line-height: 70px;
    bottom: 300px;
  }

  .button-orange {
    border-radius: 0;
    position: relative;
    bottom: 60px;
  }

  .quick-stack-3 {
    padding-top: 60px;
  }

  .paragraph-6 {
    text-align: left;
    width: 1200px;
    font-size: 24px;
    line-height: 30px;
  }

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

  .heading-7 {
    color: #000;
  }

  .paragraph-7 {
    font-size: 18px;
    line-height: 24px;
  }

  .italic-text {
    font-size: 0;
  }

  .section-5 {
    background-color: #d7e9e7;
    margin-top: -16px;
  }

  .margin-bottom-24px-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .button-primary-2 {
    text-align: left;
    text-transform: none;
    background-color: orange;
    border: 1px solid orange;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    position: static;
  }

  .heading-10 {
    width: 1200px;
    height: auto;
    font-size: 60px;
    line-height: 72px;
  }

  .heading-11, .heading-12 {
    font-family: Montserrat, sans-serif;
  }

  .heading-6-copy {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 60px;
  }

  .bold-text-5 {
    color: #000;
  }

  .logos-title-small {
    background-color: #e2edeb;
  }

  .clients-tag {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .div-block-7-copy, .div-block-7-copy-copy, .div-block-7-copy, .div-block-7-copy-copy, .div-block-7-copy-copy-copy, .div-block-7-copy-copy-copy-copy, .div-block-7-copy-copy-copy, .div-block-7-copy-copy, .div-block-7-copy-copy-copy-copy-copy {
    background-image: url('../images/pexels-fauxels-3228689.jpg');
    background-position: 0 -400px;
    background-size: contain;
    min-height: 700px;
  }

  .section-7 {
    background-image: url('../images/pexels-fauxels-3228689.jpg');
    background-position: 50% 70%;
    background-size: 100%;
    background-attachment: scroll;
    min-height: 400px;
  }

  .section-8 {
    background-position: 50%;
    background-size: cover;
    min-height: 500px;
  }

  .section-9 {
    background-position: 50% 250%;
    background-attachment: fixed;
  }

  .section-10 {
    background-position: 50% 250%;
  }

  .section-11 {
    background-position: 50% 500%;
  }
}

@media screen and (max-width: 991px) {
  .form {
    padding-left: 20px;
  }

  .container {
    max-width: 728px;
  }

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

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .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 #0000000d;
  }

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

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .heading-2 {
    text-align: right;
    justify-content: flex-start;
    display: flex;
  }

  .cell-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-4, .image-5 {
    background-color: #fff;
  }

  .div-block-4, .div-block-5, .div-block-6 {
    width: auto;
  }

  .quick-stack-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-5, .cell-6, .cell-7 {
    align-items: center;
  }

  .quick-stack-4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .quick-stack-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .form-copy {
    padding-left: 20px;
  }

  .flex-block {
    margin-left: 60px;
    margin-right: 60px;
  }

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

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

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

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

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

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

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

  .container-5 {
    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;
  }

  .container-6 {
    flex: 0 auto;
    max-width: 728px;
  }

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

  .team-circles {
    display: flex;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }

  .container-8 {
    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;
  }

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

  .team-grid-3 {
    grid-column-gap: 40px;
  }

  .team-member-image-3 {
    width: 190px;
    height: 190px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button-3 {
    padding: 12px;
  }

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

  .section-7 {
    min-height: 200px;
  }

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

  .team-grid-4 {
    grid-column-gap: 40px;
  }

  .team-member-image-4 {
    width: 190px;
    height: 190px;
  }

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

  .hero-split-7 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-8 {
    background-position: 50% 10%;
    min-height: 200px;
  }

  .section-9 {
    background-position: 50% 40%;
    min-height: 200px;
  }

  .section-10 {
    background-position: 50% 0;
    min-height: 200px;
  }

  .section-11 {
    background-position: 50% 120%;
    min-height: 200px;
  }

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

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-left {
    padding: 60px 15px;
  }

  .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 #0000000d;
  }

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

  .cell-2 {
    align-items: flex-start;
  }

  .h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .quick-stack-4 {
    margin-left: 60px;
    margin-right: 60px;
  }

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

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

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

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

  .hero-heading-left-2, .hero-heading-right, .hero-subscribe-right, .hero-heading-right-2, .features-list, .team-slider, .hero-without-image-2, .hero-heading-center, .hero-subscribe-left, .hero-without-image-3, .logos-quote-block-2 {
    padding: 60px 15px;
  }

  .clients-wrapper-two-2 {
    flex-direction: column;
  }

  .clients-card-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid-2 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

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

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

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

  .hero-without-image-4, .logos-without-title-2, .hero-without-image-5, .logos-without-title-3, .hero-stack {
    padding: 60px 15px;
  }

  .clients-card-3 {
    width: 100%;
    margin-bottom: 30px;
  }

  .logos-without-title-4, .hero-stack-2, .hero-heading-left-3, .logos-quote-block-3 {
    padding: 60px 15px;
  }

  .clients-wrapper-two-3 {
    flex-direction: column;
  }

  .clients-card-4 {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid-3 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .hero-without-image-6, .hero-heading-right-3, .hero-without-image-7, .hero-heading-left-4 {
    padding: 60px 15px;
  }

  .container-6 {
    flex: 1;
    order: 0;
    align-self: auto;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .team-circles-2 {
    padding: 60px 15px;
  }

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

  .hero-stack-3, .hero-stack-4, .hero-heading-left-5, .hero-heading-left-6, .hero-heading-right-4, .hero-stack-5, .testimonial-stack {
    padding: 60px 15px;
  }

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

  .hero-stack-6, .team-circles-3 {
    padding: 60px 15px;
  }

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

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

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

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

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

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

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

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

  .team-circles-4 {
    padding: 60px 15px;
  }

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

  .hero-stack-7, .hero-subscribe-left-2 {
    padding: 60px 15px;
  }

  .section-10, .section-11 {
    background-position: 50% 0;
  }

  .team-slider-2, .hero-without-image-4-copy {
    padding: 60px 15px;
  }
}

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

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

  .paragraph-6 {
    width: 75%;
  }

  .quick-stack-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .quick-stack-5 {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-block {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 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;
  }

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

  .margin-bottom-24px-4 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .clients-quote-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image-2 {
    margin-right: 16px;
  }

  .clients-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .clients-quote-3 {
    font-size: 20px;
    line-height: 28px;
  }

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

  .clients-quote-4 {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image-3 {
    margin-right: 16px;
  }

  .clients-grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .container-8, .container-9 {
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .grid-3 {
    grid-column-gap: 75px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-8 {
    background-position: 50% 200%;
    min-height: 100px;
  }

  .section-10 {
    background-position: 50% 10%;
    min-height: 100px;
  }

  .section-11 {
    background-position: 50% 38%;
    min-height: 100px;
  }

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

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

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }
}

#w-node-_466c0d1e-4d10-b24a-fb9b-3fb1cedb291d-7e07bd00 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_466c0d1e-4d10-b24a-fb9b-3fb1cedb291e-7e07bd00, #w-node-_466c0d1e-4d10-b24a-fb9b-3fb1cedb291f-7e07bd00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4287e1c-6675-ae93-7a44-e3fb7df74231-7e07bd00 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-a4287e1c-6675-ae93-7a44-e3fb7df74232-7e07bd00, #w-node-_112c1e01-932b-3011-8c63-786d73d51da5-7e07bd00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b333c05-fac7-f4ed-c560-03d18dd81489-338c876b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0b333c05-fac7-f4ed-c560-03d18dd81492-338c876b {
  grid-area: span 2 / span 2 / span 2 / span 2;
  place-self: center start;
}

#w-node-_0b333c05-fac7-f4ed-c560-03d18dd8148b-338c876b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a67c61b7-5c0f-80a1-aba6-73c68d7fc2d4-fb069912 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d8f3d1bd-9cbc-b782-dff6-c357f6fd7f2e-fb069912, #w-node-b41fb2b0-07f1-3955-e1be-da942b8a7d91-fb069912, #w-node-_0517e04d-1cb4-bcb6-952e-d2b5e8e84c1f-fb069912, #w-node-_2d412e76-8f1e-e0c5-81db-7e1dfd6ace06-fb069912, #w-node-_3e702c41-da30-5dbf-95ba-a2c86f7092fe-fb069912, #w-node-_84b19438-9edf-2f4c-c94b-7ad0a72f049e-fb069912, #w-node-c24c054c-7650-8ac2-68a5-5ce9edecc91e-fb069912, #w-node-_4f3f805e-4cec-e29c-a586-a3b1de588666-fb069912, #w-node-c92b2772-a504-d394-7cc5-0c08b94f6016-fb069912, #w-node-d7292887-1cd9-8d0b-05e8-79ccbb700baf-fb069912, #w-node-_776f0aeb-8cde-2d86-a0d2-b8f5dd0de83f-fb069912, #w-node-ed735ce7-50a4-a77b-2ddc-2ad4f6c5dc61-fb069912, #w-node-dcfb2f6c-4f62-009b-0681-d472e14a7347-fb069912, #w-node-dcfb2f6c-4f62-009b-0681-d472e14a7352-fb069912, #w-node-_502626f2-33c0-6b29-245d-fc38e7fb9ab2-1184ca80, #w-node-_502626f2-33c0-6b29-245d-fc38e7fb9ab8-1184ca80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04c1ca87-8e7b-839f-4854-c60f93c5aa27-767b06d8, #w-node-_87a409e1-854e-9479-e736-450b9dc62833-767b06d8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_05e0708c-d4ac-b10f-65e6-64181769828a-767b06d8, #w-node-b622badf-fee7-2133-d95a-b4d3424bba38-767b06d8, #w-node-_26f5f80a-722d-ee9b-a837-e6f55b4db470-767b06d8, #w-node-_5a12864d-32af-01fb-72c0-d0a623191bc1-767b06d8, #w-node-cc2bef7a-6eb4-fa83-e471-ec51fb3ab1a5-767b06d8, #w-node-a9cae10e-1499-c179-14cd-b82831af2f73-767b06d8, #w-node-c2aafd19-74bb-b421-ccdc-4150dedc51ce-767b06d8, #w-node-c2aafd19-74bb-b421-ccdc-4150dedc51cf-767b06d8, #w-node-c2aafd19-74bb-b421-ccdc-4150dedc51d0-767b06d8, #w-node-c2aafd19-74bb-b421-ccdc-4150dedc51d1-767b06d8, #w-node-c2aafd19-74bb-b421-ccdc-4150dedc51d2-767b06d8, #w-node-f4c48f88-0ced-c315-91c8-5933a386761e-767b06d8, #w-node-_24d19023-7519-e9a1-5622-7cabe086fc99-767b06d8, #w-node-a7a30378-383c-aaa9-78e9-b0bcbae7afa9-767b06d8, #w-node-_1f44c9a8-8cdb-a3dc-008c-db774c204adf-767b06d8, #w-node-_08ab2bdb-73ad-e360-1724-bfc38ab0b671-767b06d8, #w-node-_178e56ba-a1b5-06f3-1fc5-cbd7bdca1e59-767b06d8, #w-node-_14909edc-6e4e-c60b-3686-a641d8fae9e9-767b06d8, #w-node-_42594510-b410-2306-f6ae-62950f0a4904-767b06d8, #w-node-_64e6409c-77b2-9dd4-35ef-fe8d35f141bd-767b06d8, #w-node-_0402778f-1038-2182-3b5d-1f89f6e45f90-767b06d8, #w-node-_68959f90-05e7-b114-52d0-af96e50c1257-767b06d8, #w-node-_69f16503-f81d-b450-1939-6d4e75f5c073-767b06d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_0b333c05-fac7-f4ed-c560-03d18dd8148b-338c876b, #w-node-dcfb2f6c-4f62-009b-0681-d472e14a7352-fb069912, #w-node-_502626f2-33c0-6b29-245d-fc38e7fb9ab2-1184ca80, #w-node-_502626f2-33c0-6b29-245d-fc38e7fb9ab8-1184ca80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0b333c05-fac7-f4ed-c560-03d18dd81489-338c876b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a67c61b7-5c0f-80a1-aba6-73c68d7fc2d4-fb069912 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d8f3d1bd-9cbc-b782-dff6-c357f6fd7f2e-fb069912, #w-node-b41fb2b0-07f1-3955-e1be-da942b8a7d91-fb069912, #w-node-_0517e04d-1cb4-bcb6-952e-d2b5e8e84c1f-fb069912, #w-node-_2d412e76-8f1e-e0c5-81db-7e1dfd6ace06-fb069912, #w-node-_3e702c41-da30-5dbf-95ba-a2c86f7092fe-fb069912, #w-node-_84b19438-9edf-2f4c-c94b-7ad0a72f049e-fb069912, #w-node-c24c054c-7650-8ac2-68a5-5ce9edecc91e-fb069912, #w-node-_4f3f805e-4cec-e29c-a586-a3b1de588666-fb069912, #w-node-c92b2772-a504-d394-7cc5-0c08b94f6016-fb069912, #w-node-d7292887-1cd9-8d0b-05e8-79ccbb700baf-fb069912, #w-node-_776f0aeb-8cde-2d86-a0d2-b8f5dd0de83f-fb069912, #w-node-ed735ce7-50a4-a77b-2ddc-2ad4f6c5dc61-fb069912 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0b333c05-fac7-f4ed-c560-03d18dd81489-338c876b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0b333c05-fac7-f4ed-c560-03d18dd81492-338c876b {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: center start;
  }

  #w-node-a67c61b7-5c0f-80a1-aba6-73c68d7fc2d4-fb069912 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d8f3d1bd-9cbc-b782-dff6-c357f6fd7f2e-fb069912, #w-node-b41fb2b0-07f1-3955-e1be-da942b8a7d91-fb069912, #w-node-_0517e04d-1cb4-bcb6-952e-d2b5e8e84c1f-fb069912, #w-node-_2d412e76-8f1e-e0c5-81db-7e1dfd6ace06-fb069912, #w-node-_3e702c41-da30-5dbf-95ba-a2c86f7092fe-fb069912, #w-node-_84b19438-9edf-2f4c-c94b-7ad0a72f049e-fb069912, #w-node-c24c054c-7650-8ac2-68a5-5ce9edecc91e-fb069912, #w-node-_4f3f805e-4cec-e29c-a586-a3b1de588666-fb069912, #w-node-c92b2772-a504-d394-7cc5-0c08b94f6016-fb069912, #w-node-d7292887-1cd9-8d0b-05e8-79ccbb700baf-fb069912, #w-node-_776f0aeb-8cde-2d86-a0d2-b8f5dd0de83f-fb069912, #w-node-ed735ce7-50a4-a77b-2ddc-2ad4f6c5dc61-fb069912 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_466c0d1e-4d10-b24a-fb9b-3fb1cedb291d-7e07bd00 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_466c0d1e-4d10-b24a-fb9b-3fb1cedb291e-7e07bd00, #w-node-_466c0d1e-4d10-b24a-fb9b-3fb1cedb291f-7e07bd00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


