:root {
  --white: white;
  --avatar-kit--white: white;
  --avatar-kit--white-smoke: whitesmoke;
  --avatar-kit--black: #1a1b1f;
  --black: black;
}

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

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

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

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

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: #fff;
  align-self: flex-end;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
}

.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: #fff;
  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;
  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;
  position: relative;
}

.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 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 24px;
  font-family: Bitter, 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 {
  text-align: left;
  align-self: auto;
  font-family: Bitter, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 45px;
}

.heading-6-copy {
  text-align: center;
  background-color: #ffd59d00;
  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: 0;
  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;
  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-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: #ffd59db3;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 80px;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px 40px;
  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: #ffd59db3;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 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: #ffd59db3;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-7 {
  text-align: left;
  margin-top: 20px;
  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: #ffd59db3;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

.hero-wrapper-two-3 {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px 40px;
  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: #ffd59db3;
}

.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-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  padding-bottom: 40px;
}

.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: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.grid-2-copy {
  grid-template-rows: auto 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: #fff;
  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 {
  -webkit-text-fill-color: inherit;
  background-color: #e7792400;
  background-image: url('../images/pexels-fauxels-3184418.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  height: 350px;
  min-height: 350px;
}

.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: #ffd59db3;
  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;
  font-family: Open Sans, sans-serif;
}

.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: 24px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

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

.section-9 {
  background-image: url('../images/pexels-fauxels-3184418.jpg');
  background-position: 50%;
  background-size: 100%;
  background-attachment: fixed;
  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-3184418.jpg');
  background-position: 50% 0;
  background-size: 100%;
  background-attachment: fixed;
  min-height: 400px;
}

.team-slider-2 {
  background-color: #e69f2d;
  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: left;
  margin-bottom: 16px;
}

.centered-subheading-5 {
  text-align: left;
  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-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;
}

.hero-heading-center-2 {
  background-color: #ffd59db3;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 0 80px;
  position: relative;
}

.container-12 {
  background-color: #0000;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-6 {
  text-align: left;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  line-height: 45px;
}

.centered-heading-6.margin-bottom-32px {
  text-align: left;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 28px;
}

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

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

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

.button-primary-21 {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #e77924;
  border-radius: 5px;
  margin-top: 40px;
  margin-right: 0%;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 20px;
  transition: all .2s;
  position: static;
  right: 0%;
}

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

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

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

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

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

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

.features-paragraph-2 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

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

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

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

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

.heading-21 {
  color: #fff;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  line-height: 60px;
}

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

.clients-title {
  text-align: left;
  font-size: 24px;
  line-height: 32px;
}

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

.paragraph-9, .paragraph-10, .paragraph-11 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

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

.margin-bottom-24px-28 {
  color: #fff;
  margin-bottom: 24px;
  padding-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.button-primary-22 {
  color: #1a1133;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 5px;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

.heading-23 {
  font-family: Varela, sans-serif;
  font-size: 24px;
}

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

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.quick-stack-7, .quick-stack-8 {
  background-color: #232335;
}

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

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

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

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

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

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

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

.paragraph-12 {
  font-family: Varela, sans-serif;
}

.container-12-copy {
  background-color: #ef6d0f;
  border-radius: 15px;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.hero-wrapper-8-copy {
  background-color: #0000;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.bold-text-6 {
  font-family: Open Sans, sans-serif;
}

.slider {
  color: #fff;
  background-color: #fff;
  height: 200px;
}

.pricing-overview {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 80px;
  display: block;
  position: relative;
}

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

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

.pricing-description {
  color: #163353;
  text-align: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template: "."
                 "Area"
                 / 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  background-color: #163353;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.pricing-card-text {
  color: var(--white);
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
}

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

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

.heading-24, .heading-25 {
  color: #fff;
}

.heading-26 {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-27 {
  color: #fff;
}

.heading-28 {
  color: #163353;
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
}

.bold-text-7 {
  color: #163353;
}

.bold-text-8, .bold-text-9, .bold-text-10 {
  color: #fff;
}

.link-6 {
  background-color: #ec6828;
}

.button-2 {
  background-color: #ec682a;
  border-radius: 5px;
  font-size: 18px;
}

.youtube {
  aspect-ratio: auto;
  object-fit: scale-down;
  width: auto;
  min-width: 600px;
  max-width: 600px;
  height: auto;
  min-height: 400px;
  max-height: 400px;
}

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

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

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

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

.button-primary-23 {
  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-23:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-9 {
  max-width: 200%;
  box-shadow: 0 4px 24px #96a3b514;
}

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

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

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

.hero-form-input-3 {
  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-3:hover, .hero-form-input-3:focus {
  border-color: #76879d;
}

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

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

.pricing-overview-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-description-2 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

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

.pricing-card-three-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-card-text-2 {
  margin-bottom: 20px;
}

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

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

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

.hero-image-6.shadow-two {
  width: 70%;
  margin-top: 10px;
  padding-top: 20px;
}

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

.margin-bottom-24px-30 {
  color: #fff;
  max-width: 600px;
  margin-bottom: 24px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.heading-29 {
  color: #fff;
}

.quick-stack-9 {
  grid-row-gap: 20px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.section-12 {
  height: auto;
  min-height: 400px;
  margin-bottom: 100px;
}

.container-14 {
  min-height: 400px;
  margin-top: 20px;
}

.text-block-4 {
  color: #fff;
  padding-bottom: 40px;
  padding-right: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

.quick-stack-10 {
  background-color: #1a1133;
  margin-top: 20px;
}

.image-16 {
  margin-top: auto;
  margin-bottom: auto;
}

.container-15 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: static;
}

.text-block-5, .text-block-6 {
  text-align: right;
}

.grid-4 {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-24 {
  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-24:hover {
  color: #fff;
  background-color: #32343a;
}

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

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

.hero-wrapper-two-9 {
  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-31 {
  margin-bottom: 24px;
}

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

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

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

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

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.main-section {
  background-color: #f7f7f7;
  padding-top: 62px;
  padding-bottom: 62px;
}

.main-section.bottom-padding {
  padding-top: 0;
  padding-bottom: 89px;
}

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

.section-title {
  letter-spacing: 2px;
  margin-top: 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.med-divider {
  background-color: #dedede;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  list-style-type: lower-alpha;
  display: block;
}

.featuredthumbnail {
  padding-top: 7px;
  padding-bottom: 7px;
}

.blog-thumbnail {
  margin-bottom: 13px;
  padding: 6px 12px;
}

.featured-description {
  color: #ffffffb3;
  text-align: left;
  padding-right: 44px;
  font-size: 14px;
  line-height: 25px;
}

.author-title {
  float: left;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.author-title.lite {
  color: #ffffffb3;
  font-size: 12px;
}

.featured-title {
  color: #fff;
  text-align: left;
  margin-bottom: 4px;
  padding-right: 20px;
  font-size: 27px;
  line-height: 30px;
  display: block;
}

.author-img {
  float: left;
  border-radius: 60px;
  width: 26px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 10px;
  position: static;
  bottom: 10px;
  right: 10px;
}

.featured-details {
  padding: 10px 20px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.category-tag-2 {
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  background-color: #5cc489;
  border-radius: 2px;
  padding: 7px 9px 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.featured-image {
  background-image: url('../images/3f4eb74a.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  height: 280px;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  inset: 0;
}

.featured-text {
  background-image: linear-gradient(#00000008, #0009 46%, #000000c2);
  padding: 60px 20px 62px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.thumbnail-date {
  float: right;
  color: #999;
  font-size: 12px;
  line-height: 35px;
  display: inline-block;
}

.thumbnail-date.lite {
  color: #ffffffb3;
  font-size: 12px;
}

.featured-wrapper {
  border-radius: 3px;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.featured-wrapper:hover {
  transform: translate(0, -5px);
}

.category-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #5cc489;
  border-radius: 2px;
  margin-top: 6px;
  margin-right: 6px;
  padding: 6px;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 10px;
}

.thumbnail-wrapper {
  background-color: #fff;
  border-radius: 3px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px #00000017;
}

.thumbnail-wrapper:hover {
  transform: translate(0, -3px);
  box-shadow: 0 0 0 1px #00000017, 0 2px 23px #00000017;
}

.thumbnail-image {
  background-color: #d6d6d6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.preview-text {
  color: #7a7a7a;
  height: 40px;
  font-size: 13px;
  line-height: 19px;
  overflow: hidden;
}

.blog-title {
  color: #101315;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
}

.thumb-details {
  background-color: #fcfcfc;
  border-top: 1px solid #efefef;
  padding: 6px 13px;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.thumbnail-text {
  border-top: 1px solid #e5e5e5;
  height: 93px;
  padding: 13px;
  position: relative;
  overflow: hidden;
}

.paragraph-13 {
  float: none;
  clear: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
}

.collection-list-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.image-17 {
  text-align: left;
  vertical-align: baseline;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0% auto;
}

.heading-31 {
  text-align: center;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-13 {
  background-color: #fff;
  border-radius: 12px;
  min-height: 350px;
  box-shadow: 10px 10px 13px 5px #0003;
}

.collection-list {
  margin-top: 60px;
  margin-bottom: 60px;
}

.tabs-menu {
  text-align: center;
  display: block;
}

.todo-wrapper {
  border: 1px solid #05386b54;
  border-radius: 5px;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 25px;
  display: flex;
}

.paragraph--todo {
  color: #05386b;
  margin-top: 0;
  margin-bottom: 0;
}

.button-remove {
  color: #ca0b00;
  background-color: #0000;
  border: 2px #05386b;
  border-radius: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.button-remove:hover {
  color: #ca0b0080;
}

.heading-32, .quick-stack-11 {
  font-size: 18px;
}

.heading-33, .heading-organisation {
  text-align: center;
}

.avatarkit-logo {
  text-align: left;
  vertical-align: baseline;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: relative;
}

.avatarkit-logo-card {
  background-color: var(--avatar-kit--white);
  border: 0 solid #000;
  border-radius: 9px;
  max-height: 75px;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.avatarkit-logo-grid-four-columns {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.avatarkit-container-component {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.avatarkit-padding-global-components {
  background-color: var(--avatar-kit--white-smoke);
  color: var(--avatar-kit--black);
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
}

.button-3 {
  margin-left: 0;
  font-family: Open Sans, sans-serif;
}

.button-4 {
  margin-left: 20px;
}

.button-3-copy {
  margin-left: 20px;
  font-family: Open Sans, sans-serif;
}

.pricing-overview-copy {
  background-color: #ffe1ba;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 80px;
  position: relative;
}

.testimonial-slider-large {
  background-color: #ef6d0f;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #ffe1ba;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

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

.testimonial-info-two {
  align-items: center;
  display: flex;
}

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

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

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

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

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

.hero-wrapper-8-copy-copy {
  background-color: #0000;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin-left: -600px;
  padding: 40px;
  display: flex;
  position: relative;
  left: 50%;
}

.hero-split-8-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: 40px;
  display: flex;
  overflow: visible;
}

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

.quick-stack-12 {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  background-color: #f1862a;
  width: 800px;
  margin-top: -150px;
  margin-left: -400px;
  padding: 40px;
  position: relative;
  top: auto;
  bottom: 0;
  left: 50%;
  overflow: visible;
}

.cell-13 {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
}

.cell-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.image-18 {
  clear: none;
  position: relative;
  top: -75px;
}

.heading-front {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
}

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

.button-6 {
  background-color: #132d64;
  border-radius: 5px;
}

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

.quick-stack-13 {
  grid-column-gap: 51px;
  width: 1200px;
  margin-left: -600px;
  position: relative;
  left: 50%;
}

.paragraph-14 {
  color: var(--white);
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.button-7 {
  background-color: #132d64;
  border-radius: 6px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
}

.quick-stack-14 {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  width: 1200px;
  margin-left: -600px;
  position: relative;
  left: 50%;
}

.heading-21-copy {
  color: #000;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
}

.cell-15 {
  background-color: #3898ec;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.button-8 {
  background-color: #163353;
  border-radius: 6px;
  margin-top: 0;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.cell-16 {
  background-color: #fff;
  padding: 20px;
}

.cell-17 {
  background-color: #3898ec;
}

.cell-18 {
  background-color: #fff;
  border: 0 #3898ec;
  padding: 20px;
}

.list-item {
  color: #fff;
}

.list-item-2 {
  font-size: 18px;
  line-height: 22px;
}

.cell-19 {
  background-color: #fff;
  padding: 40px;
}

.bold-text-11 {
  font-size: 18px;
  line-height: 22px;
}

.list-item-3, .list-item-4 {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.list-item-5 {
  font-size: 18px;
  line-height: 24px;
}

.text-block-7 {
  text-align: right;
  margin-bottom: 20px;
}

.centered-heading-7-copy {
  color: #163353;
  text-align: left;
  margin-bottom: 16px;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
}

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

  .avatarkit-logo {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avatarkit-logo-card {
    background-color: #fff;
    align-items: center;
    max-height: 75px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
  }
}

@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-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 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

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

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

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

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

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

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

  .clients-title {
    margin-bottom: 32px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

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

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

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

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

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

  .pricing-grid {
    grid-column-gap: 30px;
  }

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

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

  .pricing-grid-2 {
    grid-column-gap: 30px;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .main-section {
    padding: 40px 10px;
  }

  .section-heading {
    text-align: center;
    display: block;
  }

  .featuredthumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .blog-thumbnail {
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .featured-description {
    max-height: 55px;
    padding-right: 0;
    font-size: 17px;
    line-height: 23px;
    overflow: hidden;
  }

  .featured-title {
    font-size: 23px;
  }

  .category-tag-2 {
    z-index: 10;
  }

  .featured-text {
    padding-top: 70px;
    position: absolute;
    inset: 0;
  }

  .preview-text {
    max-height: 40px;
    overflow: hidden;
  }

  .avatarkit-logo {
    height: 52px;
  }

  .avatarkit-container-component {
    max-width: 75rem;
  }

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

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

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

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

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

@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-heading-center-2, .features-list-2, .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

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

  .hero-heading-right-5, .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

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

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

  .pricing-overview, .hero-heading-left-7, .hero-subscribe-left-3, .hero-heading-right-6, .pricing-overview-2, .hero-stack-8, .hero-heading-left-8, .gallery-overview, .hero-without-image-8, .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .main-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .featuredthumbnail {
    padding: 10px 0;
  }

  .blog-thumbnail {
    width: 50%;
  }

  .featured-description {
    font-size: 18px;
  }

  .featured-title {
    font-size: 27px;
  }

  .featured-text {
    inset: auto 0 0;
  }

  .about-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .avatarkit-logo {
    height: 52px;
  }

  .avatarkit-logo-grid-four-columns {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-overview-copy, .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

  .container-12-copy, .container-13 {
    max-width: none;
  }

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

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

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

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

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

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

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

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

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

  .main-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-heading {
    display: block;
  }

  .med-divider {
    width: 60%;
  }

  .featuredthumbnail {
    padding: 5px 0;
  }

  .blog-thumbnail {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .featured-description {
    display: none;
  }

  .featured-title {
    font-size: 18px;
  }

  .author-img {
    display: block;
  }

  .featured-details {
    padding-left: 15px;
    padding-right: 15px;
  }

  .category-tag-2 {
    padding: 6px;
    top: 15px;
    left: 15px;
  }

  .featured-text {
    padding: 0 15px 55px;
  }

  .avatarkit-logo {
    height: 52px;
  }

  .avatarkit-logo-card {
    width: 100.634%;
  }

  .avatarkit-logo-grid-four-columns {
    grid-template-columns: 1fr;
  }

  .avatarkit-container-component {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avatarkit-padding-global-components {
    background-color: var(--avatar-kit--white-smoke);
  }

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

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

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

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

#w-node-_491d8e0e-b001-6fb0-8737-887b7b9a0123-41529194, #w-node-_491d8e0e-b001-6fb0-8737-887b7b9a0138-41529194, #w-node-_491d8e0e-b001-6fb0-8737-887b7b9a012e-41529194 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#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, #w-node-_502626f2-33c0-6b29-245d-fc38e7fb9ab2-41529199, #w-node-_502626f2-33c0-6b29-245d-fc38e7fb9ab8-41529199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_981d9739-17e6-eb3a-4428-4c5c582398e3-4152919c, #w-node-_45b55dd1-a02a-a449-e743-5e26115bbfea-4152919c, #w-node-de8d9ef9-78ba-29a8-3ef7-f2202b912ef1-4152919c, #w-node-_97b941e4-4945-b840-fe28-ecba718f1fad-4152919c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

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

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

#w-node-_9c88a344-3c9f-2e8f-8b29-888992bc4b67-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f36085-b9ef95db {
  align-self: auto;
}

#w-node-b079d3c0-7bf3-bf15-5f36-bc1036024f94-23e1a20d {
  grid-template-rows: .75fr;
  grid-template-columns: 1.25fr;
}

#w-node-_889e89f1-d0f3-2450-d973-5cf5fe735d35-23e1a20d, #w-node-_889e89f1-d0f3-2450-d973-5cf5fe735d41-23e1a20d, #w-node-_889e89f1-d0f3-2450-d973-5cf5fe735d4d-23e1a20d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8865f7ba-828d-0086-3540-5ff290307329-23e1a20d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr 1fr;
}

#w-node-_8865f7ba-828d-0086-3540-5ff29030732a-23e1a20d {
  grid-column: span 2 / span 2;
}

#w-node-be10901e-7f0e-8346-ced3-84745cfcd299-23e1a20d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-_491d8e0e-b001-6fb0-8737-887b7b9a0138-41529194, #w-node-_491d8e0e-b001-6fb0-8737-887b7b9a012e-41529194, #w-node-_502626f2-33c0-6b29-245d-fc38e7fb9ab2-41529199, #w-node-_502626f2-33c0-6b29-245d-fc38e7fb9ab8-41529199, #w-node-dcfb2f6c-4f62-009b-0681-d472e14a7352-4152919c, #w-node-_9c88a344-3c9f-2e8f-8b29-888992bc4b67-b9ef95db, #w-node-_9c88a344-3c9f-2e8f-8b29-888992bc4b69-b9ef95db, #w-node-_9c88a344-3c9f-2e8f-8b29-888992bc4b6b-b9ef95db, #w-node-_9c88a344-3c9f-2e8f-8b29-888992bc4b6d-b9ef95db, #w-node-_9c88a344-3c9f-2e8f-8b29-888992bc4b6f-b9ef95db, #w-node-_9c88a344-3c9f-2e8f-8b29-888992bc4b71-b9ef95db, #w-node-_9c88a344-3c9f-2e8f-8b29-888992bc4b73-b9ef95db, #w-node-_9c88a344-3c9f-2e8f-8b29-888992bc4b75-b9ef95db, #w-node-_3c1d7a37-b618-61c7-cb5a-a13295e4df8d-b9ef95db, #w-node-bb4a4271-8ef1-1089-967d-ada66b65ae65-b9ef95db, #w-node-_343eb715-8a97-4ba0-d762-81956bc20e7f-b9ef95db, #w-node-_22d8fc3d-8525-8bc1-c184-f2d263a3fecf-b9ef95db, #w-node-_9271c051-705b-c87d-3608-a3b1d7f14f80-b9ef95db, #w-node-_4ee6457c-d02d-5b52-8d30-6ee9237b2ce6-b9ef95db, #w-node-a4c62c87-17c1-0420-0fd7-2c8776032142-b9ef95db, #w-node-_6b443949-0823-8f31-4037-65e964c02a24-b9ef95db, #w-node-_927548dd-7467-996b-f095-9c5c7ebae63b-b9ef95db, #w-node-_3990a367-a848-80d9-a40d-1cffbc1e0731-b9ef95db, #w-node-_39f57584-1bc0-1755-dbf9-024fcbe5f0d2-b9ef95db, #w-node-e4c4ac81-dd52-bdc5-0aae-47ce396e0d0d-b9ef95db, #w-node-_9e8a8060-4079-1eef-b7ea-d46230d4ee21-b9ef95db, #w-node-_612b9f72-3c80-0fae-abac-5f345f90f0ca-b9ef95db, #w-node-f4d67218-25c0-7179-166d-5e52df481ac2-b9ef95db, #w-node-_080561f7-e066-7258-2ac2-1e325674a7bd-b9ef95db, #w-node-f3f3946a-15c0-d972-d050-0fe0b1d2450a-b9ef95db, #w-node-e50a3fd4-1e8e-3654-e954-92bddf0d8e41-b9ef95db, #w-node-c401d8b8-3d85-100d-7380-f0665b6b0be4-b9ef95db, #w-node-_7d19c2b2-54fa-c8ad-879e-191e8342f003-b9ef95db, #w-node-_59440635-655b-3ac4-215a-7e6301bebf56-b9ef95db, #w-node-_5de12d55-4156-2871-89c0-e15ca451b639-b9ef95db, #w-node-_38770f1b-400c-c9d6-a960-dcb499b22218-b9ef95db, #w-node-ef43f8fb-e919-e57c-9e64-2b5e45c0aabd-b9ef95db, #w-node-_347c3ec2-3edc-7655-a2a5-e50a60ea39f2-b9ef95db, #w-node-_4eed1e71-1b39-3955-1772-b62847fc8d13-b9ef95db, #w-node-_9f5c85d0-9a12-2063-fb4d-4f2a38562597-b9ef95db, #w-node-_5c34d302-7a97-dd76-092a-d070e54bd537-b9ef95db, #w-node-_3fda7810-769e-584a-7009-e3ee2230a49d-b9ef95db, #w-node-_8ea5ad25-eb42-39d4-a167-594fa8108205-b9ef95db, #w-node-ccdc2464-06ea-84b3-8cd5-152ec61af373-b9ef95db, #w-node-d4a7c99f-b69b-a6ac-7e4b-7caa31d0f3d0-b9ef95db, #w-node-d22aac48-cbe8-9f49-31ed-549c534ef5ae-b9ef95db, #w-node-_1e802234-9cff-7e71-b585-78377d55db95-b9ef95db, #w-node-f499ebf3-79e8-6e22-ecbb-eceadaccf790-b9ef95db, #w-node-cac93cb2-3369-4b3c-1a61-8bfc37191bbb-b9ef95db, #w-node-_609c8f33-b183-d41f-f67a-dae30bb6236d-b9ef95db, #w-node-_3180eef8-2b60-403f-c9cf-4c540017f38b-b9ef95db, #w-node-ac3bee3d-efd6-1cd7-807d-382ce557ea77-b9ef95db, #w-node-_7e0f4b74-318b-3998-158f-e55312d92e4a-b9ef95db, #w-node-fa828c69-a8ae-3cd1-3462-2aea3465eb69-b9ef95db, #w-node-bea19835-b50b-faea-63d7-7a6a280023db-b9ef95db, #w-node-_0774af63-79f4-7051-0709-65e7e5bcd280-b9ef95db, #w-node-_06b5f562-83cc-d1c0-882e-6e122a470e80-b9ef95db, #w-node-_59cc688a-29ae-0cd1-bc50-803432860126-b9ef95db, #w-node-e89028c0-f615-01bf-1b43-bfa62175979a-b9ef95db, #w-node-e78c4b5f-c9fc-07b6-31b5-d728cbd20afc-b9ef95db, #w-node-_6ced18d7-0172-1c11-8c77-16306e425335-b9ef95db, #w-node-_7e671f23-5061-1d40-5d83-6b73d89ede17-b9ef95db, #w-node-_3bcf20db-94ac-ec2f-a58a-3757d71b0ea8-b9ef95db, #w-node-da78230a-aa0a-9850-c0e2-51094dc8aa68-b9ef95db, #w-node-f2ad4dd7-28e9-4fdc-a0f1-e64e9b400aaf-b9ef95db, #w-node-_729225e9-e769-271d-2bec-ada072e4b7c7-b9ef95db, #w-node-b28ec6e7-2218-e6e4-1f61-d73323d4f1c5-b9ef95db, #w-node-b5d2a913-910d-94cd-b964-5f90366010b5-b9ef95db, #w-node-be86915c-8929-ec49-1361-f8b8455bd7a9-b9ef95db, #w-node-be86915c-8929-ec49-1361-f8b8455bd7ab-b9ef95db, #w-node-be86915c-8929-ec49-1361-f8b8455bd7ad-b9ef95db, #w-node-be86915c-8929-ec49-1361-f8b8455bd7af-b9ef95db, #w-node-be86915c-8929-ec49-1361-f8b8455bd7b1-b9ef95db, #w-node-be86915c-8929-ec49-1361-f8b8455bd7bb-b9ef95db, #w-node-_12500dcc-2b95-c254-a82a-d460deaec512-b9ef95db, #w-node-_12500dcc-2b95-c254-a82a-d460deaec53e-b9ef95db, #w-node-_12500dcc-2b95-c254-a82a-d460deaec54a-b9ef95db, #w-node-_12500dcc-2b95-c254-a82a-d460deaec54e-b9ef95db, #w-node-_12500dcc-2b95-c254-a82a-d460deaec56c-b9ef95db, #w-node-_12500dcc-2b95-c254-a82a-d460deaec570-b9ef95db, #w-node-_12500dcc-2b95-c254-a82a-d460deaec576-b9ef95db, #w-node-_12500dcc-2b95-c254-a82a-d460deaec586-b9ef95db, #w-node-_3efeafd8-61ba-8e4b-d9c4-cd28d23928aa-b9ef95db, #w-node-_3efeafd8-61ba-8e4b-d9c4-cd28d23928ac-b9ef95db, #w-node-_3efeafd8-61ba-8e4b-d9c4-cd28d23928ae-b9ef95db, #w-node-_3efeafd8-61ba-8e4b-d9c4-cd28d23928ba-b9ef95db, #w-node-_3efeafd8-61ba-8e4b-d9c4-cd28d23928be-b9ef95db, #w-node-_3efeafd8-61ba-8e4b-d9c4-cd28d23928ce-b9ef95db, #w-node-_3efeafd8-61ba-8e4b-d9c4-cd28d23928d0-b9ef95db, #w-node-_3efeafd8-61ba-8e4b-d9c4-cd28d23928f4-b9ef95db, #w-node-_3efeafd8-61ba-8e4b-d9c4-cd28d239290a-b9ef95db, #w-node-_3efeafd8-61ba-8e4b-d9c4-cd28d239290e-b9ef95db, #w-node-_6781db5e-793c-46a9-1eda-2ec7cbb08efa-b9ef95db, #w-node-_6781db5e-793c-46a9-1eda-2ec7cbb08f04-b9ef95db, #w-node-_6781db5e-793c-46a9-1eda-2ec7cbb08f3c-b9ef95db, #w-node-_6781db5e-793c-46a9-1eda-2ec7cbb08f40-b9ef95db, #w-node-_6781db5e-793c-46a9-1eda-2ec7cbb08f44-b9ef95db, #w-node-_6781db5e-793c-46a9-1eda-2ec7cbb08f5c-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f36085-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f36087-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f36095-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f36097-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f36099-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f3609b-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f3609f-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360ad-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360b9-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360bd-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360bf-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360c1-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360c5-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360c9-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360cd-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360d1-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360d5-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360d9-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360dd-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360df-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360e1-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360e3-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360e7-b9ef95db, #w-node-_127b93b8-84e2-bd22-fc6d-5a0c8a22b7d8-b9ef95db, #w-node-_127b93b8-84e2-bd22-fc6d-5a0c8a22b7e4-b9ef95db, #w-node-_127b93b8-84e2-bd22-fc6d-5a0c8a22b804-b9ef95db, #w-node-_127b93b8-84e2-bd22-fc6d-5a0c8a22b81c-b9ef95db, #w-node-_127b93b8-84e2-bd22-fc6d-5a0c8a22b81e-b9ef95db, #w-node-_127b93b8-84e2-bd22-fc6d-5a0c8a22b820-b9ef95db, #w-node-_127b93b8-84e2-bd22-fc6d-5a0c8a22b822-b9ef95db, #w-node-_127b93b8-84e2-bd22-fc6d-5a0c8a22b826-b9ef95db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a67c61b7-5c0f-80a1-aba6-73c68d7fc2d4-4152919c {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d8f3d1bd-9cbc-b782-dff6-c357f6fd7f2e-4152919c, #w-node-b41fb2b0-07f1-3955-e1be-da942b8a7d91-4152919c, #w-node-_0517e04d-1cb4-bcb6-952e-d2b5e8e84c1f-4152919c, #w-node-_2d412e76-8f1e-e0c5-81db-7e1dfd6ace06-4152919c, #w-node-_3e702c41-da30-5dbf-95ba-a2c86f7092fe-4152919c, #w-node-_84b19438-9edf-2f4c-c94b-7ad0a72f049e-4152919c, #w-node-c24c054c-7650-8ac2-68a5-5ce9edecc91e-4152919c, #w-node-_4f3f805e-4cec-e29c-a586-a3b1de588666-4152919c, #w-node-c92b2772-a504-d394-7cc5-0c08b94f6016-4152919c, #w-node-d7292887-1cd9-8d0b-05e8-79ccbb700baf-4152919c, #w-node-_776f0aeb-8cde-2d86-a0d2-b8f5dd0de83f-4152919c, #w-node-ed735ce7-50a4-a77b-2ddc-2ad4f6c5dc61-4152919c, #w-node-_9c88a344-3c9f-2e8f-8b29-888992bc4b73-b9ef95db, #w-node-_9c88a344-3c9f-2e8f-8b29-888992bc4b75-b9ef95db, #w-node-_3c1d7a37-b618-61c7-cb5a-a13295e4df8d-b9ef95db, #w-node-bb4a4271-8ef1-1089-967d-ada66b65ae65-b9ef95db, #w-node-_343eb715-8a97-4ba0-d762-81956bc20e7f-b9ef95db, #w-node-_22d8fc3d-8525-8bc1-c184-f2d263a3fecf-b9ef95db, #w-node-_9271c051-705b-c87d-3608-a3b1d7f14f80-b9ef95db, #w-node-_4ee6457c-d02d-5b52-8d30-6ee9237b2ce6-b9ef95db, #w-node-a4c62c87-17c1-0420-0fd7-2c8776032142-b9ef95db, #w-node-_6b443949-0823-8f31-4037-65e964c02a24-b9ef95db, #w-node-_927548dd-7467-996b-f095-9c5c7ebae63b-b9ef95db, #w-node-_3990a367-a848-80d9-a40d-1cffbc1e0731-b9ef95db, #w-node-_39f57584-1bc0-1755-dbf9-024fcbe5f0d2-b9ef95db, #w-node-e4c4ac81-dd52-bdc5-0aae-47ce396e0d0d-b9ef95db, #w-node-_9e8a8060-4079-1eef-b7ea-d46230d4ee21-b9ef95db, #w-node-_612b9f72-3c80-0fae-abac-5f345f90f0ca-b9ef95db, #w-node-f4d67218-25c0-7179-166d-5e52df481ac2-b9ef95db, #w-node-_080561f7-e066-7258-2ac2-1e325674a7bd-b9ef95db, #w-node-f3f3946a-15c0-d972-d050-0fe0b1d2450a-b9ef95db, #w-node-e50a3fd4-1e8e-3654-e954-92bddf0d8e41-b9ef95db, #w-node-c401d8b8-3d85-100d-7380-f0665b6b0be4-b9ef95db, #w-node-_7d19c2b2-54fa-c8ad-879e-191e8342f003-b9ef95db, #w-node-_59440635-655b-3ac4-215a-7e6301bebf56-b9ef95db, #w-node-_5de12d55-4156-2871-89c0-e15ca451b639-b9ef95db, #w-node-_38770f1b-400c-c9d6-a960-dcb499b22218-b9ef95db, #w-node-ef43f8fb-e919-e57c-9e64-2b5e45c0aabd-b9ef95db, #w-node-_347c3ec2-3edc-7655-a2a5-e50a60ea39f2-b9ef95db, #w-node-_4eed1e71-1b39-3955-1772-b62847fc8d13-b9ef95db, #w-node-_9f5c85d0-9a12-2063-fb4d-4f2a38562597-b9ef95db, #w-node-_5c34d302-7a97-dd76-092a-d070e54bd537-b9ef95db, #w-node-_3fda7810-769e-584a-7009-e3ee2230a49d-b9ef95db, #w-node-_8ea5ad25-eb42-39d4-a167-594fa8108205-b9ef95db, #w-node-ccdc2464-06ea-84b3-8cd5-152ec61af373-b9ef95db, #w-node-d4a7c99f-b69b-a6ac-7e4b-7caa31d0f3d0-b9ef95db, #w-node-d22aac48-cbe8-9f49-31ed-549c534ef5ae-b9ef95db, #w-node-_1e802234-9cff-7e71-b585-78377d55db95-b9ef95db, #w-node-f499ebf3-79e8-6e22-ecbb-eceadaccf790-b9ef95db, #w-node-cac93cb2-3369-4b3c-1a61-8bfc37191bbb-b9ef95db, #w-node-_609c8f33-b183-d41f-f67a-dae30bb6236d-b9ef95db, #w-node-_3180eef8-2b60-403f-c9cf-4c540017f38b-b9ef95db, #w-node-ac3bee3d-efd6-1cd7-807d-382ce557ea77-b9ef95db, #w-node-_7e0f4b74-318b-3998-158f-e55312d92e4a-b9ef95db, #w-node-fa828c69-a8ae-3cd1-3462-2aea3465eb69-b9ef95db, #w-node-bea19835-b50b-faea-63d7-7a6a280023db-b9ef95db, #w-node-_0774af63-79f4-7051-0709-65e7e5bcd280-b9ef95db, #w-node-_06b5f562-83cc-d1c0-882e-6e122a470e80-b9ef95db, #w-node-_59cc688a-29ae-0cd1-bc50-803432860126-b9ef95db, #w-node-e89028c0-f615-01bf-1b43-bfa62175979a-b9ef95db, #w-node-e78c4b5f-c9fc-07b6-31b5-d728cbd20afc-b9ef95db, #w-node-_6ced18d7-0172-1c11-8c77-16306e425335-b9ef95db, #w-node-_7e671f23-5061-1d40-5d83-6b73d89ede17-b9ef95db, #w-node-_3bcf20db-94ac-ec2f-a58a-3757d71b0ea8-b9ef95db, #w-node-da78230a-aa0a-9850-c0e2-51094dc8aa68-b9ef95db, #w-node-f2ad4dd7-28e9-4fdc-a0f1-e64e9b400aaf-b9ef95db, #w-node-_729225e9-e769-271d-2bec-ada072e4b7c7-b9ef95db, #w-node-b28ec6e7-2218-e6e4-1f61-d73323d4f1c5-b9ef95db, #w-node-b5d2a913-910d-94cd-b964-5f90366010b5-b9ef95db, #w-node-be86915c-8929-ec49-1361-f8b8455bd7a9-b9ef95db, #w-node-be86915c-8929-ec49-1361-f8b8455bd7ab-b9ef95db, #w-node-be86915c-8929-ec49-1361-f8b8455bd7ad-b9ef95db, #w-node-be86915c-8929-ec49-1361-f8b8455bd7af-b9ef95db, #w-node-be86915c-8929-ec49-1361-f8b8455bd7b1-b9ef95db, #w-node-be86915c-8929-ec49-1361-f8b8455bd7bb-b9ef95db, #w-node-_12500dcc-2b95-c254-a82a-d460deaec53e-b9ef95db, #w-node-_12500dcc-2b95-c254-a82a-d460deaec54a-b9ef95db, #w-node-_12500dcc-2b95-c254-a82a-d460deaec54e-b9ef95db, #w-node-_12500dcc-2b95-c254-a82a-d460deaec56c-b9ef95db, #w-node-_12500dcc-2b95-c254-a82a-d460deaec570-b9ef95db, #w-node-_12500dcc-2b95-c254-a82a-d460deaec576-b9ef95db, #w-node-_12500dcc-2b95-c254-a82a-d460deaec586-b9ef95db, #w-node-_3efeafd8-61ba-8e4b-d9c4-cd28d23928ae-b9ef95db, #w-node-_3efeafd8-61ba-8e4b-d9c4-cd28d23928ba-b9ef95db, #w-node-_3efeafd8-61ba-8e4b-d9c4-cd28d23928be-b9ef95db, #w-node-_3efeafd8-61ba-8e4b-d9c4-cd28d23928ce-b9ef95db, #w-node-_3efeafd8-61ba-8e4b-d9c4-cd28d23928d0-b9ef95db, #w-node-_3efeafd8-61ba-8e4b-d9c4-cd28d23928f4-b9ef95db, #w-node-_3efeafd8-61ba-8e4b-d9c4-cd28d239290a-b9ef95db, #w-node-_3efeafd8-61ba-8e4b-d9c4-cd28d239290e-b9ef95db, #w-node-_6781db5e-793c-46a9-1eda-2ec7cbb08f04-b9ef95db, #w-node-_6781db5e-793c-46a9-1eda-2ec7cbb08f3c-b9ef95db, #w-node-_6781db5e-793c-46a9-1eda-2ec7cbb08f40-b9ef95db, #w-node-_6781db5e-793c-46a9-1eda-2ec7cbb08f44-b9ef95db, #w-node-_6781db5e-793c-46a9-1eda-2ec7cbb08f5c-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f36095-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f36097-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f36099-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f3609b-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f3609f-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360ad-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360b9-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360bd-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360bf-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360c1-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360c5-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360c9-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360cd-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360d1-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360d5-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360d9-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360dd-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360df-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360e1-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360e3-b9ef95db, #w-node-_09eabab6-2ca1-f7ac-4569-de09a7f360e7-b9ef95db, #w-node-_127b93b8-84e2-bd22-fc6d-5a0c8a22b7d8-b9ef95db, #w-node-_127b93b8-84e2-bd22-fc6d-5a0c8a22b7e4-b9ef95db, #w-node-_127b93b8-84e2-bd22-fc6d-5a0c8a22b804-b9ef95db, #w-node-_127b93b8-84e2-bd22-fc6d-5a0c8a22b81c-b9ef95db, #w-node-_127b93b8-84e2-bd22-fc6d-5a0c8a22b81e-b9ef95db, #w-node-_127b93b8-84e2-bd22-fc6d-5a0c8a22b820-b9ef95db, #w-node-_127b93b8-84e2-bd22-fc6d-5a0c8a22b822-b9ef95db, #w-node-_127b93b8-84e2-bd22-fc6d-5a0c8a22b826-b9ef95db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a67c61b7-5c0f-80a1-aba6-73c68d7fc2d4-4152919c {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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


