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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

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

p {
  margin-bottom: 10px;
}

.hero-heading-left {
  background-color: #30d5c8;
  border: 0 #000;
  min-height: auto;
  padding: 60px 30px 80px;
  position: relative;
}

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

.hero-wrapper {
  clear: none;
  object-fit: contain;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  bottom: auto;
}

.hero-split {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: block;
}

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

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff0062;
  border-radius: 12px;
  margin-right: 20px;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  z-index: auto;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: auto;
  max-width: 100%;
  margin-right: 0;
  padding-top: 40px;
  display: block;
  position: relative;
  inset: auto 0% 0% auto;
  box-shadow: 0 4px 24px #96a3b514;
}

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

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

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

.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 {
  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 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.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 {
  color: #fff;
  margin-left: 2px;
  display: flex;
}

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

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

.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 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.nav-menu-wrapper {
  flex: 0 auto;
  justify-content: flex-end;
  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-family: Pangolin, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #5100e6;
}

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

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

.nav-dropdown-toggle {
  letter-spacing: .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;
}

.hero-heading-right {
  background-color: #1c1c1c;
  border: 0 #000;
  padding: 40px 30px 60px;
  position: relative;
}

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

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

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

.gallery-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.hero-subscribe---footer {
  background-color: #1c1c1c;
  border-bottom: 1px #e4ebf3;
  padding: 40px 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

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

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

.heading {
  text-align: center;
  margin-bottom: 40px;
  font-family: Pangolin, sans-serif;
}

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

.heading-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Pangolin, sans-serif;
  font-size: 36px;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Pangolin, sans-serif;
  font-size: 40px;
}

.heading-4 {
  color: #fff;
  margin-bottom: 0;
  font-family: Pangolin, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.heading-5 {
  color: #fff;
  font-family: Pangolin, sans-serif;
}

.image {
  margin-right: 20px;
}

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

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

.text-block {
  color: #fff;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.image-2 {
  position: relative;
}

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

.heading-4-copy {
  color: #000;
  font-family: Pangolin, sans-serif;
}

.logos-without-title {
  box-sizing: content-box;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  background-color: #5100e600;
  border: 0 #000;
  flex-flow: row;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  max-width: 85%;
  padding: 0 0 20px;
  display: inline-grid;
  position: relative;
}

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

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

.image-3 {
  mix-blend-mode: normal;
  width: 17.5%;
  max-width: 75%;
  margin-bottom: -84px;
  margin-right: 7%;
  position: absolute;
  inset: auto -4% -4% auto;
}

.image-3.standing_hand {
  width: 100%;
  max-width: 12%;
  margin-bottom: -16px;
  margin-right: 14%;
}

.image-4 {
  width: 15%;
  max-width: 65%;
  margin-right: 25%;
  position: absolute;
  inset: auto 0% -10px auto;
}

.image-4.manface {
  width: 100%;
  max-width: 13%;
}

.image-5 {
  z-index: 1;
  vertical-align: baseline;
  width: 10%;
  max-width: 75%;
  position: absolute;
  inset: auto 41.5% -17% auto;
}

.image-5.hand_class {
  width: 100%;
  max-width: 6%;
  bottom: -48px;
}

.heading-6 {
  color: #5100e6;
  font-family: Pangolin, sans-serif;
  font-size: 24px;
}

.image-6 {
  z-index: auto;
  float: none;
  clear: none;
  text-align: center;
  object-fit: cover;
  align-self: center;
  max-width: 50%;
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
}

.section {
  background-color: #40e1d1;
  border-bottom: 0 #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.margin-bottom-24px-2 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

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

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

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

.heading-7 {
  margin-top: 0;
  font-family: Pangolin, sans-serif;
}

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

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

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

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

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

.gallery-slide-image {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

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

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

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

.testimonial-content {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 460px;
  margin-top: 60px;
  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 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

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

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

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

.testimonial-slider-arrow {
  color: #333;
  background-color: #333;
  width: 50px;
  height: auto;
  max-height: 90%;
  margin-top: 0;
  line-height: 20px;
  display: block;
}

.testimonial-slider-nav {
  margin-top: 10px;
  font-size: 15px;
  line-height: 17px;
  position: static;
  bottom: -60px;
}

.text-span {
  text-overflow: clip;
}

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

.hero-heading-right-3 {
  -webkit-text-stroke-color: white;
  background-color: #5100e6;
  border: 0 #000;
  padding: 40px 30px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.hero-heading-right-3.hero-wrapper {
  border-bottom-style: none;
  padding-bottom: 40px;
}

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

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

.hero-split-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  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;
  max-width: 46%;
  display: block;
}

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

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

.heading-8 {
  color: #fff;
  text-align: center;
  font-family: Pangolin, sans-serif;
}

.flex-block {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  place-items: center;
  max-width: 100%;
  display: grid;
  overflow: visible;
}

.flex-block.hero-heading-right-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  border-bottom-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  place-items: start center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.flex-block.hero-heading-right-3-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  border-bottom-style: none;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  place-items: start center;
  max-width: none;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

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

.button {
  border-radius: 4px;
}

.button.button-primary {
  border-radius: 12px;
}

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

.paragraph-3 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

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

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

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

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

.hero-heading-center {
  background-color: #30d5c8;
  border: 0 #000;
  padding: 80px 30px;
  position: relative;
}

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

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

.centered-heading-2.margin-bottom-32px {
  text-align: left;
  margin-bottom: 32px;
  font-family: Pangolin, sans-serif;
}

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

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

.margin-bottom-24px-4 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

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

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

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

.image-7 {
  object-fit: contain;
  align-self: flex-end;
  position: relative;
}

.image-8 {
  outline-offset: 0px;
  outline: 10px solid #fff;
  align-self: center;
  max-width: 65%;
  transform: rotate(10deg);
  box-shadow: 15px 14px 2px #00000080;
}

.features-list {
  background-color: #1c1c1c;
  border: 0 #000;
  padding: 40px 30px 80px;
  position: relative;
}

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

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

.features-left {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  max-width: 100%;
  display: flex;
  position: static;
}

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

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

.features-right {
  color: #fff;
  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;
}

.paragraph-4 {
  color: #fff;
}

.heading-9 {
  color: #ff0062;
  text-align: left;
  letter-spacing: 0;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.logos-title-large {
  object-fit: fill;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  display: flex;
  position: relative;
}

.container-9 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.clients-title {
  color: #fff;
  text-align: center;
  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;
}

.image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15, .image-16, .image-17 {
  max-width: 5%;
}

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

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

.clients-wrapper-three-2 {
  float: left;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  place-items: center stretch;
  max-width: 100%;
  margin-bottom: -10px;
  display: grid;
}

.clients-image-three-2 {
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.link-block {
  object-fit: none;
  display: none;
}

.italic-text, .link {
  color: #5100e6;
}

.italic-text-2 {
  color: #30d5c8;
}

.image-18 {
  margin-left: 6px;
}

.image-19 {
  height: auto;
}

.link-2, .link-3 {
  color: #5100e6;
}

.image-20, .image-21, .image-22, .image-23 {
  max-width: 100%;
}

.gallery-slider-2 {
  background-color: #1c1c1c;
  border: 0 #000;
  padding: 60px 30px 80px;
  position: relative;
}

.container-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  -webkit-text-stroke-color: white;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: start stretch;
  width: 75%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.gallery-wrapper-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: start center;
  display: grid;
}

.gallery-block-3 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.gallery-slide-2 {
  background-color: #0000;
  height: auto;
}

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

.gallery-slide-image-2 {
  position: relative;
}

.gallery-image-3 {
  width: 100%;
}

.gallery-slide-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left-2:focus-visible, .gallery-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.gallery-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right-2:focus-visible, .gallery-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav-2 {
  display: none;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ff0062;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #ff0062;
  border-radius: 12px;
  padding: 12px 25px;
  font-size: 12px;
}

.mask-2 {
  padding-left: 0;
}

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

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

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

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

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

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

.button-primary-5.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

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

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

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

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

.footer-copyright {
  color: #3a4554;
}

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

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-shadow: none;
  -webkit-text-fill-color: inherit;
  background-color: #5100e6;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  border: 0 #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: grid;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  text-align: center;
}

.hero-stack {
  background-color: #1c1c1c;
  border: 0 #000;
  margin-left: 0;
  padding: 0;
  position: relative;
}

.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-5 {
  margin-bottom: 24px;
}

.hero-image {
  align-self: flex-start;
  width: 100%;
  margin-top: 50px;
}

.team-slider-2 {
  background-color: #1c1c1c;
  border: 0 #000;
  padding: 40px 30px;
  position: relative;
}

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

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

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

.team-slide-wrapper-2 {
  color: #fff;
  width: 30%;
  margin-right: 5%;
  font-family: Montserrat, sans-serif;
}

.team-block-2 {
  text-align: center;
  background-color: #fff0;
  padding-bottom: 0;
}

.team-member-image-two-2 {
  height: 356px;
  margin-bottom: 0;
}

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

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
  font-family: Pangolin, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.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 {
  opacity: 0;
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-slider-small {
  background-color: #5100e6;
  border: 0 #000;
  margin-bottom: 0;
  padding: 10px 30px;
  position: relative;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

.testimonial-author {
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 18px;
  display: block;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

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

.heading-10 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  font-family: Pangolin, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

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

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

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

.centered-heading-4.margin-bottom-32px {
  margin-bottom: 32px;
  font-family: Pangolin, sans-serif;
}

.hero-wrapper-5 {
  aspect-ratio: auto;
  object-fit: contain;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-9 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 46%;
  text-decoration: none;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff0062;
  border-radius: 12px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

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

.video.hero-split {
  padding-left: 0;
}

.gallery-slider-3 {
  background-color: #40e1d1;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper-4 {
  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-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide-3 {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper-3 {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image-3 {
  position: relative;
}

.gallery-image-4 {
  width: 100%;
}

.gallery-slide-text-3 {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left-3 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left-3:focus-visible, .gallery-slider-left-3[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-3 {
  color: #1a1b1f;
}

.gallery-slider-right-3 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right-3:focus-visible, .gallery-slider-right-3[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav-3 {
  display: none;
}

.container-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: flex;
}

._5-images {
  float: left;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  place-items: center stretch;
  max-width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.heading-11 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Pangolin, sans-serif;
}

.section-3 {
  flex: 1;
  order: 0;
  align-self: center;
  max-width: 100%;
  position: relative;
}

.clients-wrapper-three-3 {
  float: left;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  place-items: center stretch;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  display: grid;
}

.container-w-photo {
  background-image: url('../images/School-Visit.jpg');
  background-position: 50%;
  background-size: cover;
  border: 0 #000;
  width: 100%;
  max-width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

._6-images {
  float: left;
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  place-items: center stretch;
  max-width: 100%;
  margin-bottom: -10px;
  display: grid;
}

.video-2 {
  flex: 1;
  padding-right: 20px;
}

.hero-heading-right-5 {
  background-color: #5100e6;
  border: 0 #000;
  padding: 40px 30px;
  position: relative;
}

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

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

.hero-split-10 {
  color: #fff;
  -webkit-text-stroke-color: white;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 40px;
  display: flex;
}

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

.margin-bottom-24px-7 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff0062;
  border-radius: 12px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

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

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

.hero-split-11 {
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-right: 40px;
  display: block;
}

.shadow-two-7 {
  vertical-align: baseline;
  mix-blend-mode: normal;
  border-radius: 50%;
  position: static;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-8 {
  margin-bottom: 24px;
  font-family: Montserrat, 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;
}

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

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

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

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: block;
}

.hero-heading-right-6 {
  background-color: #40e1d1;
  border: 0 #000;
  padding: 40px 30px;
  position: relative;
}

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

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

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

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

.margin-bottom-24px-9 {
  color: #1c1c1c;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.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-right-copy-1 {
  background-color: #5100e6;
  border-bottom: 0 #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.hero-subscribe-left-copy-2 {
  background-color: #5100e6;
  border: 0 #000;
  padding: 40px 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.list-3 {
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  padding-bottom: 10px;
}

.heading-5---white {
  color: #fff;
  -webkit-text-stroke-color: white;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Pangolin, sans-serif;
  display: block;
  position: relative;
}

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

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

.success-message {
  background-color: #5100e6;
  border-radius: 12px;
}

.error-message {
  background-color: #ff006200;
}

.text-block-7 {
  color: #ff0062;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Montserrat, sans-serif;
  display: block;
}

.submit-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff0062;
  border-radius: 12px;
}

.gallery-wrapper-3-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  place-items: start center;
  max-width: 75%;
  display: grid;
}

.heading-5-copy {
  color: #1c1c1c;
  font-family: Pangolin, sans-serif;
}

.heading-13 {
  font-family: Pangolin, sans-serif;
}

.gallery-slider-3-copy {
  background-color: #30d5c8;
  border: 0 #000;
  padding: 40px 30px;
  position: relative;
}

.hero-heading-center-2-copy {
  background-color: #5100e6;
  border: 0 #000;
  padding: 80px 30px;
  position: relative;
}

.section-4 {
  background-color: #1c1c1c;
  border: 0 #000;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.container-11-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  -webkit-text-stroke-color: white;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: start stretch;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

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

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

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

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

.footer-copyright-2 {
  color: #3a4554;
  font-family: Montserrat, sans-serif;
}

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

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

.hero-wrapper-copy {
  clear: none;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: contain;
  clear: none;
  object-fit: contain;
  flex-flow: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  bottom: auto;
}

.italic-text-3 {
  color: #30d5c8;
}

.field-label {
  font-weight: 500;
}

.field-label-2 {
  font-weight: 700;
}

.field-label-3, .field-label-4 {
  font-weight: 500;
}

.text-field {
  float: left;
  object-fit: fill;
  min-height: 200px;
  margin-bottom: 20px;
  text-decoration: none;
}

.textarea {
  aspect-ratio: auto;
  object-fit: contain;
  min-height: 200px;
  overflow: auto;
}

.body {
  background-color: #333;
}

.body-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #1c1c1c;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.div-block {
  padding-left: 40px;
}

.heading-2---left {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Pangolin, sans-serif;
  font-size: 36px;
}

.hero-split-copy {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: block;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  z-index: 999;
  width: 100%;
  height: 100%;
  font-size: 12px;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.div-block-2.lightbox-modal {
  z-index: 9999;
  background-color: #000000e6;
  display: none;
}

.div-block-3 {
  background-color: #fff0;
  border-radius: 10px;
  max-width: 1100px;
  margin: auto;
  padding: 40px;
}

.grid-2 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  position: relative;
}

.grid-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  padding-right: 10px;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: flex;
  overflow: auto;
}

.div-block-4.lightbox-thumbs {
  z-index: 0;
  object-fit: fill;
  background-color: #00000080;
  height: 100px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  position: relative;
  inset: 0 0% 0%;
  overflow: auto;
}

.text-block-8 {
  cursor: pointer;
  font-size: 20px;
  display: none;
  position: absolute;
  inset: 0% 0% 20px 20px;
}

.text-block-8.close-button {
  z-index: 999;
  color: #fff;
  display: block;
}

.gallery-item {
  cursor: pointer;
  width: auto;
  display: block;
}

.lightbox-left {
  height: 600px;
  padding-bottom: 0;
  position: relative;
  overflow: auto;
}

.lightbox-right {
  position: relative;
}

.preview-image {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.image-25 {
  background-color: #0000;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.image-26 {
  position: static;
}

.div-block-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center stretch;
  width: 100%;
  display: block;
}

.div-block-5.gallery-wrapper {
  display: block;
}

.image-27 {
  display: inline-block;
}

.link-block-2 {
  z-index: 10002;
  cursor: pointer;
  position: absolute;
}

.link-block-3 {
  position: absolute;
}

.arrow-prev {
  z-index: 10002;
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  font-size: 18px;
  display: block;
  position: absolute;
  inset: 50% auto auto 25px;
}

.arrow-next {
  background-color: #0000;
  font-size: 18px;
  display: block;
  position: absolute;
  inset: 50% 25px auto auto;
}

.arrow-nextnew {
  background-color: #3898ec00;
  font-size: 18px;
  position: absolute;
  inset: 50% 0% auto auto;
}

.heading-14 {
  color: #fff;
  font-family: Pangolin, sans-serif;
}

.paragraph-7 {
  color: #fff;
  font-family: Pangolin, sans-serif;
  font-size: 16px;
}

.icon {
  color: #fff;
  background-color: #0000;
}

.icon-2 {
  color: #fff;
  background-color: #333;
}

.image-group {
  display: none;
}

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

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

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

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

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

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

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

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

.hero-split-left {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 30%;
  padding-right: 40px;
  display: flex;
}

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

.paragraph-green {
  color: #30d5c8;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.link-4 {
  color: #30d5c8;
}

.hero-split-homepage-header {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 45%;
  display: block;
}

.heading-3-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Pangolin, sans-serif;
  font-size: 40px;
}

.hero-split-2-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 60px;
  display: flex;
}

.section-5 {
  outline-offset: 0px;
  color: #1c1c1c;
  -webkit-text-fill-color: inherit;
  background-color: #1c1c1c;
  background-clip: border-box;
  border: 2px solid #000;
  border-top-width: 0;
  border-radius: 0;
  outline: 0 #1c1c1c;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.grid-home {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-subscribe---homepage {
  background-color: #5100e6;
  border-bottom: 1px #e4ebf3;
  padding: 40px 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

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

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

  .hero-split {
    text-align: left;
    align-self: flex-start;
    max-width: 50%;
    margin-bottom: 40px;
    display: flex;
  }

  .shadow-two {
    align-self: center;
    max-width: 75%;
  }

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

  .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 {
    padding: 12px;
  }

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

  .gallery-wrapper {
    order: 0;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .hero-subscribe---footer {
    padding-bottom: 0;
  }

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

  .heading-3 {
    margin-top: 0;
  }

  .logos-without-title {
    max-width: 60%;
    padding-bottom: 10px;
  }

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

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

  .image-3 {
    bottom: 17%;
  }

  .image-3.standing_hand {
    bottom: 2px;
  }

  .image-4 {
    bottom: -5px;
  }

  .image-5.hand_class {
    bottom: -32px;
  }

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

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

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

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

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-slide {
    padding-left: 50px;
    padding-right: 50px;
  }

  .testimonial-content {
    align-self: flex-start;
    margin-top: 60px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-slider-arrow {
    width: 40px;
    max-height: 74.5%;
  }

  .testimonial-slider-nav {
    aspect-ratio: auto;
    object-fit: fill;
    margin-top: 0;
    font-size: 15px;
    line-height: 15px;
  }

  .mask {
    position: relative;
  }

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

  .flex-block.hero-heading-right-3, .flex-block.hero-heading-right-3-copy {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

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

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

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

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

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

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

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

  .clients-image-three-2 {
    max-width: 100%;
    margin-bottom: 0;
  }

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

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

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

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

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

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

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

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

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

  .gallery-slider-left-3 {
    left: -20px;
  }

  .gallery-slider-right-3 {
    right: -20px;
  }

  .container-w-photo, .container-14 {
    max-width: 728px;
  }

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

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

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

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

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

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

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

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

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

  .image-24 {
    align-self: center;
    max-width: 50%;
  }

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

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .hero-wrapper-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

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

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

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

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

  .hero-split-homepage-header {
    text-align: left;
    align-self: flex-start;
    max-width: 50%;
    margin-bottom: 40px;
    display: flex;
  }

  .heading-3-copy {
    margin-top: 0;
  }

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

  .hero-subscribe---homepage {
    padding-bottom: 0;
  }
}

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

  .hero-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split {
    margin-bottom: 20px;
  }

  .shadow-two {
    align-self: center;
    max-width: 75%;
  }

  .team-slider {
    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;
  }

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

  .gallery-overview {
    padding: 20px 15px 60px;
  }

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

  .heading-2 {
    padding-bottom: 20px;
  }

  .heading-3 {
    margin-top: 0;
  }

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

  .image-2 {
    align-self: center;
  }

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

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

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

  .image-5.hand_class {
    bottom: -23px;
  }

  .hero-heading-right-2, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

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

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

  .testimonial-slider-arrow {
    max-height: 85.3%;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .flex-block.hero-heading-right-3 {
    grid-template-columns: 1fr 1fr;
  }

  .flex-block.hero-heading-right-3-copy {
    grid-template-columns: 1fr;
  }

  .hero-heading-right-4, .hero-heading-left-2, .hero-heading-center, .features-list, .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;
  }

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

  .clients-wrapper-three-2 {
    box-sizing: border-box;
    float: none;
    clear: left;
    object-fit: contain;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-content: start;
    margin-bottom: 0;
    position: relative;
  }

  .clients-image-three-2 {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-slider-2 {
    padding: 60px 15px;
  }

  .gallery-slide-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text-2 {
    line-height: 30px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

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

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

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

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

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

  .hero-stack, .team-slider-2, .testimonial-slider-small {
    padding: 60px 15px;
  }

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

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .hero-heading-center-2, .gallery-slider-3 {
    padding: 60px 15px;
  }

  .gallery-slide-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text-3 {
    line-height: 30px;
  }

  .gallery-slider-left-3 {
    left: -20px;
  }

  .gallery-slider-right-3 {
    right: -20px;
  }

  ._5-images, .clients-wrapper-three-3, ._6-images {
    box-sizing: border-box;
    float: none;
    clear: left;
    object-fit: contain;
    align-content: start;
    margin-bottom: 0;
    position: relative;
  }

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

  .hero-split-11 {
    flex: 0 auto;
    order: 0;
    align-self: center;
  }

  .shadow-two-7 {
    float: left;
    clear: none;
    text-align: center;
    vertical-align: middle;
    max-width: 50%;
    display: block;
  }

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

  .hero-heading-right-copy-1 {
    padding: 40px 15px 20px;
  }

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

  .image-24 {
    align-self: center;
    max-width: 50%;
  }

  .gallery-slider-3-copy, .hero-heading-center-2-copy {
    padding: 60px 15px;
  }

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

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

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

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

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

  .hero-wrapper-copy {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .heading-2---left {
    padding-bottom: 20px;
  }

  .hero-split-copy {
    margin-bottom: 20px;
  }

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

  .hero-split-homepage-header {
    margin-bottom: 20px;
  }

  .heading-3-copy {
    margin-top: 0;
  }

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

@media screen and (max-width: 479px) {
  .hero-heading-left {
    padding-bottom: 100px;
  }

  .container {
    max-width: none;
  }

  .hero-split {
    align-self: center;
    max-width: 100%;
    margin-bottom: 0;
    display: flex;
  }

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

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

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

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

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

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

  .heading-2 {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .image {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
  }

  .logos-without-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 20px;
    display: grid;
  }

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

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

  .image-3 {
    bottom: 68px;
  }

  .image-3.standing_hand {
    max-width: 20%;
    right: -10%;
  }

  .image-4 {
    bottom: -1%;
  }

  .image-4.manface {
    max-width: 21%;
    right: 7%;
  }

  .image-5 {
    bottom: -5%;
  }

  .image-5.hand_class {
    max-width: 12%;
    bottom: -29px;
    right: 59%;
  }

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

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

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

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

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

  .testimonial-slider-arrow {
    max-height: 95.5%;
  }

  .mask {
    object-fit: fill;
    background-color: #fff;
  }

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

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

  .flex-block.hero-heading-right-3 {
    display: flex;
  }

  .flex-block.hero-heading-right-3-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-heading-center {
    padding-top: 20px;
  }

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

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

  .image-8 {
    align-self: center;
  }

  .features-list {
    padding-top: 20px;
  }

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

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

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

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

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

  .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 {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-11 {
    grid-template-columns: 1fr;
    max-width: none;
  }

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

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

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

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

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-5.footer-form-button {
    position: relative;
    right: 0;
  }

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

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

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

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

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

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

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

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

  .gallery-slide-wrapper-3 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left-3 {
    left: -20px;
  }

  .gallery-slider-right-3 {
    right: -20px;
  }

  ._5-images, .clients-wrapper-three-3 {
    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;
  }

  .container-w-photo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: block;
  }

  ._6-images {
    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;
  }

  .hero-heading-right-5 {
    padding-top: 0;
  }

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

  .hero-wrapper-6 {
    padding-top: 10px;
  }

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

  .hero-wrapper-7 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .hero-split-11 {
    flex-flow: wrap;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .shadow-two-7 {
    max-width: 80%;
    position: static;
  }

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

  .form-block {
    width: 100%;
  }

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

  .form {
    float: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    display: block;
    position: static;
  }

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

  .hero-heading-center-2-copy {
    padding-bottom: 100px;
  }

  .container-11-copy, .container-17 {
    max-width: none;
  }

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

  .footer-block-two {
    margin-top: 40px;
  }

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

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

  .heading-2---left {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .hero-split-copy {
    flex: none;
    align-self: center;
    margin-bottom: 0;
    display: flex;
  }

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

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

  .hero-split-homepage-header {
    align-self: center;
    max-width: 100%;
    margin-bottom: 0;
    display: flex;
  }

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

#w-node-_059c1791-4bca-5db2-67ca-0fd547ce86aa-04ab9dd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_059c1791-4bca-5db2-67ca-0fd547ce86af-04ab9dd2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_059c1791-4bca-5db2-67ca-0fd547ce86b3-04ab9dd2, #w-node-_059c1791-4bca-5db2-67ca-0fd547ce86bd-04ab9dd2, #w-node-_059c1791-4bca-5db2-67ca-0fd547ce86c2-04ab9dd2, #w-node-ebfcb736-3333-f392-df4e-d4a50231b53c-04ab9dd2, #w-node-ebfcb736-3333-f392-df4e-d4a50231b542-04ab9dd2, #w-node-ebfcb736-3333-f392-df4e-d4a50231b545-04ab9dd2, #w-node-_042dc43c-c2d3-4e47-ef3d-6b4bb617a146-04ab9dd2, #w-node-_042dc43c-c2d3-4e47-ef3d-6b4bb617a14c-04ab9dd2, #w-node-_042dc43c-c2d3-4e47-ef3d-6b4bb617a14f-04ab9dd2, #w-node-_0c2e2e95-eb5d-a9d4-5028-fbd2e067399d-04ab9dd2, #w-node-_0c2e2e95-eb5d-a9d4-5028-fbd2e06739a3-04ab9dd2, #w-node-_0c2e2e95-eb5d-a9d4-5028-fbd2e06739a6-04ab9dd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70f144d2-89ab-7a96-39f4-a5613fb1b472-04ab9dd2 {
  align-self: center;
}

#w-node-_70f144d2-89ab-7a96-39f4-a5613fb1b470-04ab9dd2 {
  align-self: start;
}

#w-node-_955e820b-2277-c6ed-ff36-057a8c4148f0-e264078f, #w-node-fb4161c0-19c9-41c6-278a-91887a108da8-e264078f, #w-node-_6c07533f-5519-aef6-5611-79a121ea7c65-e264078f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7298a83-4420-2042-9f4d-297ce9c511e0-e264078f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

@media screen and (max-width: 991px) {
  #w-node-_059c1791-4bca-5db2-67ca-0fd547ce86aa-04ab9dd2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_059c1791-4bca-5db2-67ca-0fd547ce86aa-04ab9dd2, #w-node-_059c1791-4bca-5db2-67ca-0fd547ce86af-04ab9dd2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_53681583-f524-d7f3-98d2-cd792715419a-04ab9dd2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


