/* @import url('https://fonts.googleapis.com/css?family=Inter&display=swap'); */

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

body {
  color: #211f1c;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.logo-carousel-container-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.card-2 {
  border: .5px dashed rgba(33, 31, 28, .36);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 24px rgba(25, 49, 80, .04), 0 6px 21px rgba(28, 125, 248, .05);
}

.card-2.contact {
  z-index: 1;
  width: 100%;
  max-width: 60rem;
  min-height: 500px;
  border-color: #b4c2d6;
  margin-top: 45px;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 66px 74px;
  position: relative;
  box-shadow: 0 6px 36px rgba(25, 49, 80, .09);
}

.card-2.contact.apple-ios-app_store {
  min-height: 300px;
}

.card-2.services {
  color: #778ba5;
  flex-direction: column;
  padding: 20px 40px;
  text-decoration: none;
  transition: border-color .35s, box-shadow .35s, transform .35s;
  display: flex;
}

.card-2.services:hover {
  border-color: #1c7df8;
  transform: translate(0, -8px);
  box-shadow: 0 1px 48px rgba(25, 49, 80, .04), 0 12px 41px rgba(28, 125, 248, .05);
}

.section.home-hero {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
  padding-bottom: 60px;
}

.section.home-hero.down-low-padding {
  padding-bottom: 10px;
}

.section.home-hero.down-low-padding.new-bg {
  background-color: #193150;
}

.white {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
}

.image-logos {
  height: auto;
}

.logo-loop-container-2-reverse {
  width: auto;
  height: 100%;
  display: flex;
}

.container-hero-logos {
  max-width: 1257px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph-hero {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

.paragraph-hero.home-hero {
  max-width: 396px;
  color: #778ba5;
  margin-bottom: 40px;
}

.paragraph-hero.home-hero.new-centre-aligned {
  color: #eff6ff;
  text-align: center;
}

.paragraph-hero.home-hero.new-centre-aligned.width {
  max-width: 50rem;
  margin-top: 20px;
}

.logo-loop-container-2 {
  width: auto;
  height: 100%;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.input-wrapper {
  position: relative;
}

.error-message {
  color: #f4263e;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f4263e;
  border-radius: 15px;
  align-self: stretch;
  margin-top: 20px;
  padding: 20px;
  font-weight: 500;
}

.input-3 {
  min-height: 62px;
  color: #193150;
  border: 1px solid #dce3ed;
  border-radius: 10px;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  transition: border-color .35s, color .35s;
  box-shadow: 0 2px 8px rgba(28, 125, 248, .07), 0 1px 3px rgba(25, 49, 80, .03);
}

.input-3:hover {
  border-color: #1c7df8;
}

.input-3:focus {
  color: #193150;
  border-color: #1c7df8;
}

.input-3::-ms-input-placeholder {
  color: #778ba5;
}

.input-3::placeholder {
  color: #778ba5;
}

.rich-text-block {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.2;
}

.logo-carousel-wrapper-2 {
  height: auto;
  flex: none;
  display: flex;
}

.logo-image-lead {
  width: 100px;
  height: 100px;
  border-radius: 25px;
}

.logo-image-lead.small-icon-platform {
  width: 36px;
  height: 36px;
  border-radius: 25%;
  position: relative;
  top: 125px;
  left: 38px;
}

.home-hero-wrapper-2 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.home-hero-wrapper-2.flex-vertical {
  flex-direction: column;
}

.home-hero-wrapper-2.flex-vertical.new-spacing {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.item-holder-2 {
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.search-box_holder {
  z-index: 200;
  height: auto;
  position: static;
}

.search-box_holder.flex-custom {
  justify-content: flex-start;
  display: flex;
}

.search-box_holder.flex-custom.width {
  width: 100%;
  max-width: 80rem;
  justify-content: space-around;
}

.html-embed-10 {
  display: none;
}

.app-logo_holder {
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  display: flex;
}

.message-2 {
  max-height: 180px;
  max-width: 100%;
  min-height: 133px;
  min-width: 100%;
  color: #193150;
  border: 1px solid #dce3ed;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 17px 18px;
  font-size: 16px;
  transition: border-color .35s, color .35s;
  box-shadow: 0 2px 8px rgba(28, 125, 248, .07), 0 1px 3px rgba(25, 49, 80, .03);
}

.message-2:hover {
  border-color: #1c7df8;
}

.message-2:focus {
  color: #193150;
  border-color: #1c7df8;
}

.message-2::-ms-input-placeholder {
  color: #778ba5;
}

.message-2::placeholder {
  color: #778ba5;
}

.html-embed-9 {
  border-radius: 8px;
}

.heading-11 {
  font-size: 3em;
}

.heading-11.new-centre-aligned {
  text-align: center;
}

.heading-11.new-centre-aligned.white {
  color: #fff;
}

.carousel-2 {
  width: auto;
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.contact-form-grid-2 {
  grid-column-gap: 28px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  display: flex;
}

.field-label {
  text-align: left;
}

.changer {
  height: 4rem;
  color: #72d962;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  top: 0;
  overflow: visible;
}

.logo-carousel-container-down {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 1rem;
}

.logo-carousel-wrapper-reverse {
  height: auto;
  flex: none;
  display: flex;
}

.hide {
  display: none;
}

.success-message {
  color: #1b76ff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1b76ff;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 20px;
  font-weight: 500;
}

.html-embed-8 {
  width: auto;
  display: block;
}

.split-content.home-hero-left {
  max-width: 46%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 20px;
}

.split-content.home-hero-left.flex-centre {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.split-content.home-hero-left.flex-centre.margin-new {
  max-width: 80rem;
  margin-bottom: 10px;
  margin-right: 0;
}

.split-content.header-right {
  height: 80px;
  align-items: center;
  margin-left: 4rem;
  display: flex;
}

.code-left {
  width: 36rem;
}

.link-2 {
  font-size: 21px;
}

.changer-move {
  display: inline-block;
  overflow: hidden;
}

.app-search-box-holder {
  flex-direction: column;
  align-self: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.changer-overflow {
  height: 3.625rem;
  float: right;
  display: inline-block;
  overflow: hidden;
}

.logo-item-2 {
  margin-left: 10px;
  margin-right: 20px;
}

.button-holder {
  margin-left: 5px;
  display: block;
}

.text-block-23 {
  color: #127502;
}

.button-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #1c7df8;
  border-radius: 10px;
  padding: 22px 32px;
  font-weight: 500;
  line-height: 1em;
  transition: box-shadow .35s, transform .35s;
  box-shadow: 0 2px 6px rgba(28, 125, 248, .22);
}

.button-primary:hover {
  color: #fff;
  transform: translate3d(0, -2px, .01px);
  box-shadow: 0 8px 20px rgba(28, 125, 248, .22);
}

.partner-container.spacing-partner {
  margin-top: 0;
  padding-top: 0;
}

.heading-wrapper {
  justify-content: center;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.sub-titile_new-2 {
  color: #1c7df8;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 4rem;
}

.sub-titile_new-2.heading-size {
  color: #101828;
  font-size: 2.23438rem;
  font-weight: 600;
  line-height: 1.2;
}

.section-logo-marquee.padding-horizontal-vertical {
  padding: 1rem 2rem 2rem;
}

.marquee {
  grid-column-gap: 1.5rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  min-width: 100%;
  grid-column-gap: 1.5rem;
  flex: none;
  justify-content: space-around;
  display: flex;
}

.features-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.competitors-blue,
.consultation-blue {
  color: #4fc9da;
}

.icon-1x1-huge {
  width: 400px;
  height: 361px;
}

.padding-vertical-2,
.padding-vertical-2.padding-huge {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-vertical-2.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.padding-vertical-2.padding-huge.flex {
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 2rem;
  display: flex;
}

.text-span-tm {
  font-weight: 400;
}

.text-align-center {
  text-align: center;
  justify-content: center;
  display: flex;
}

.heading-large-sf1 {
  color: #101828;
  font-size: 2.23438rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-size-medium-sf1 {
  color: #667085;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-medium-sf1.text-color-grey {
  color: #667085;
}

.text-size-medium-sf1.text-color-grey.text-align-center {
  text-align: center;
}

.keywords-orange {
  color: #f06445;
}

.anim-wrap-3 {
  overflow: hidden;
}

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

.max-width-large-2.align-center {
  max-width: 56rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.space-down {
  margin-bottom: 10rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-bottom: 1rem;
}

.margin-bottom.margin-xxlarge {
  margin-bottom: 2.25rem;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-size-regular {
  color: #667085;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
}

.heading-regular-sf1 {
  color: #101828;
  text-align: left;
  font-size: 1.5rem;
}

.heading-regular-sf1.text-color-black {
  margin-bottom: 0;
  font-size: 1.09688rem;
  font-weight: 600;
  line-height: 1.5;
}

.max-width-large-3 {
  width: 100%;
  max-width: 60rem;
}

.margin-bottom-5 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-5.margin-small {
  margin-top: 0;
  margin-bottom: 1rem;
}

.margin-bottom-5.margin-xxlarge {
  margin-bottom: 2.25rem;
}

.margin-bottom-5.align-centre {
  justify-content: center;
  display: flex;
}

.margin-bottom-5.align-centre.margin-down {
  margin-bottom: 10rem;
}

.margin-bottom-5.margin-small {
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.margin-bottom-5.margin-small.paragrapgh {
  width: 50%;
}

.margin-bottom-5.margin-small {
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.margin-bottom-5.margin-small.paragrapgh {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 3rem;
}

.stat-block {
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: -10px;
  right: auto;
  overflow: hidden;
  box-shadow: 5px 5px 40px rgba(0, 0, 0, .2);
}

._2-column {
  grid-column-gap: 116px;
  grid-row-gap: 312px;
  grid-template-rows: auto;
}

.image-wrapper-2.relative {
  position: relative;
}

.title-3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}

.icon-holder {
  max-width: 100%;
  margin-right: 28px;
}

.oval {
  z-index: -1;
  width: 147px;
  height: 147px;
  background-image: linear-gradient(#fedf8b, #ffc16b);
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 153px;
  left: -62px;
  right: auto;
  box-shadow: 1px 1px 40px rgba(246, 216, 135, .7);
}

.oval._2 {
  top: -47px;
  bottom: auto;
  left: auto;
  right: -56px;
}

.row-wrapper {
  margin-bottom: 100px;
}

.pointer {
  margin-bottom: 52px;
  display: flex;
}

.image-4 {
  width: 280px;
}

.container-12 {
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.image-dashboard {
  max-width: 1216px;
}

.image-15 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-outline-2 {
  height: 35px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

.button-outline-2.black {
  height: 45px;
  background-color: #f06445;
  border-style: none;
  border-color: #000;
  border-radius: 12px;
  padding: 12px 24px;
}

.cta-14-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: block;
  margin: 0 auto;
}

.cta-card {
  width: auto;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-card.bg-blue {
  max-width: 1440px;
  background-color: #4fc9da;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.cta-text-container {
  z-index: 2;
  width: 90%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  left: 44%;
}

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.text-cta {
  color: #fff;
  text-align: center;
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-medium-8 {
  color: #fafbfd;
  text-align: center;
  font-size: 2.23438rem;
  line-height: 1.1;
}

.image-16 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.margin-medium-2 {
  margin-bottom: 1.5em;
}

.heading-medium-sf1 {
  color: #101828;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-medium-sf1.text-weight-xbold {
  font-weight: 900;
}

.padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.padding-vertical.padding-huge.max-width {
  max-width: 1440px;
}

._3-grid-large {
  width: 100%;
  grid-column-gap: 4em;
  grid-row-gap: 3.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-size-xlarge-sf1 {
  color: #211f1c;
  font-size: 2rem;
}

.text-size-xlarge-sf1.text-color-purple {
  color: #7f56d9;
}

.text-size-xlarge-sf1.text-color-purple.text-weight-900 {
  font-weight: 900;
}

.text-size-xlarge-sf1.text-weight-medium {
  text-align: center;
  font-size: 1.42188rem;
  line-height: 1.5;
}

.text-size-xlarge-sf1.text-weight-medium.padding-bottom {
  margin-bottom: 10px;
}

.text-size-medium-sf1-2 {
  text-align: center;
  flex: 0 auto;
  font-size: 1rem;
  line-height: 1.5;
}

.section-stats1-2 {
  background-color: #f9fafb;
}

.contact-cards-holder.margin-up {
  margin-top: 50px;
}

.link-buttton-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-service-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}

.title {
  text-align: center;
}

.title.our-services {
  text-align: left;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 1.09688rem;
  font-weight: 500;
  line-height: 1.5;
}

.image-wrapper {
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.card-service {
  width: 80px;
  height: 80px;
  min-width: 80px;
  background-color: #eff6ff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 25px;
  padding: 10px;
  display: flex;
}

.paragraph.card-service {
  margin-bottom: 32px;
}

.image.card-service {
  width: 50px;
  height: 50px;
}

.contact-link {
  color: #211f1c;
  font-size: .934375rem;
  line-height: 1.2;
  text-decoration: none;
}

.contact-link:hover {
  color: #4fc9da;
}

.footer {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.footer-text-holder {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.brand-header {
  max-width: 160px;
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .35s;
}

.brand-header:hover {
  transform: scale3d(.95, .95, 1.01);
}

.container-header {
  height: 80px;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 24px;
  display: flex;
}

.navbar {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 4px 14px rgba(28, 125, 248, .07);
}

.navbar.mobhide {
  box-shadow: none;
}

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

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  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;
  display: none;
}

.header-logo {
  width: 130px;
  height: 26px;
}

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

.nav-menu {
  height: 80px;
  margin-left: 4rem;
  display: flex;
  position: static;
}

.nav-link {
  height: 80px;
  color: #211f1c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.09688rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: color .35s;
  display: flex;
  position: static;
}

.nav-link:hover {
  color: #4fc9da;
}

.nav-link.w--current {
  color: #193150;
  font-weight: 500;
}

.nav-link.hide {
  display: flex;
}

.navbar-logo-left.tab-mobmenu {
  display: none;
}

.button-primary-cleint {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1c7df8;
  border: 1px solid #1c7df8;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 10px 10px 0;
  padding: 18px 40px;
  font-weight: 500;
  line-height: 1em;
  transition: box-shadow .35s, transform .35s;
  display: flex;
  box-shadow: 0 2px 6px rgba(28, 125, 248, .22);
}

.button-primary-cleint:hover {
  color: #1c7df8;
  background-color: #fff;
  border: 1px solid #1c7df8;
  box-shadow: 0 8px 20px rgba(28, 125, 248, .22);
}

.button-primary-cleint.mobileonly {
  background-color: #f06445;
  border-color: #f06445;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
}

.button-primary-cleint.mobileonly:hover {
  color: #fff;
}

.button-primary-cleint.mobileonly.blue {
  background-color: #4fc9da;
  border-color: #4fc9da;
}

.button-primary-cleint.mobileonly.blue:hover {
  background-color: #30a6b6;
}

.button-primary-cleint.mobileonly.orange:hover {
  background-color: #db5437;
}

.button-holder-navbar {
  display: flex;
}

.button-holder-2 {
  margin-left: 5px;
}

.html-embed-11 {
  display: none;
}

.card-3 {
  background-color: #fff;
  border: .5px solid #dce3ed;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 1px 24px rgba(25, 49, 80, .04), 0 6px 21px rgba(28, 125, 248, .05);
}

.card-3.contact {
  z-index: 1;
  width: 100%;
  max-width: 60rem;
  min-height: 500px;
  border-color: #b4c2d6;
  margin-top: 45px;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 66px 74px;
  position: relative;
  box-shadow: 0 6px 36px rgba(25, 49, 80, .09);
}

.card-3.contact.apple-ios-app_store {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.html-embed-12 {
  display: none;
}

.html-embed-13 {
  border-radius: 8px;
}

.app-logo_holder-2 {
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.app-logo_holder-2.bottom-spacing-margin {
  margin-bottom: 2rem;
}

.contact-form-grid {
  grid-column-gap: 28px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  display: flex;
}

.html-embed-14 {
  width: auto;
  display: block;
}

.text-block-25 {
  color: #127502;
}

@media screen and (min-width: 1440px) {
  .logo-image-lead {
    border-radius: 25px;
  }

  .html-embed-8 {
    width: auto;
  }

  .code-left {
    width: 36rem;
  }

  .container-medium {
    max-width: 90rem;
  }

  .container-medium.space-down {
    margin-bottom: 10rem;
  }

  .max-width-large-3.align-center {
    max-width: 90rem;
  }

  .button-outline-2 {
    background-color: #f06445;
    border-radius: 12px;
  }

  .button-outline-2.black:hover {
    background-color: #f06445;
  }

  .padding-vertical.padding-huge.max-width {
    max-width: 1216px;
  }

  .padding-vertical.padding-medium {
    padding-bottom: 2rem;
  }

  .padding-vertical.padding-medium.max-width {
    max-width: 1216px;
  }

  ._3-grid-large {
    grid-row-gap: 3.75em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-size-xlarge-sf1 {
    color: #211f1c;
    text-align: center;
    font-family: Inter, sans-serif;
  }

  .text-size-xlarge-sf1.text-weight-medium {
    font-size: 1.42188rem;
    font-weight: 500;
  }

  .text-size-xlarge-sf1.text-weight-medium.padding-bottom {
    margin-bottom: 10px;
  }

  .text-size-medium-sf1-2 {
    color: #211f1c;
    text-align: center;
    font-family: Inter, sans-serif;
  }

  .title.our-services {
    margin-bottom: 8px;
  }

  .html-embed-14 {
    width: auto;
  }
}

@media screen and (min-width: 1920px) {
  .card-2.contact.apple-ios-app_store.hidden {
    display: none;
  }

  .container-hero-logos {
    max-width: 1457px;
  }

  .container-hero-logos.new-bg {
    background-color: rgba(0, 0, 0, 0);
  }

  .html-embed-8 {
    width: auto;
  }

  .code-left {
    width: 36rem;
    flex-wrap: nowrap;
    align-self: auto;
    display: block;
  }

  .changer-overflow {
    width: auto;
    height: 4rem;
  }

  .container-header {
    max-width: 1457px;
  }

  .card-3.contact.apple-ios-app_store.hidden {
    display: none;
  }

  .html-embed-14 {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .logo-carousel-container-2 {
    display: block;
  }

  .card-2.contact {
    margin-top: 40px;
    padding: 60px 54px;
  }

  .card-2.services {
    flex-direction: column;
  }

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

  .section.home-hero {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .white {
    line-height: 1.2;
  }

  .container-hero-logos {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .paragraph-hero.home-hero {
    margin-bottom: 30px;
  }

  .paragraph-hero.home-hero.new-centre-aligned.width {
    max-width: 30rem;
  }

  .home-hero-wrapper-2 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .search-box_holder.flex-custom.width {
    justify-content: center;
    align-items: center;
  }

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

  .html-embed-8 {
    width: auto;
    text-align: center;
  }

  .split-content.home-hero-left {
    max-width: 557px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    display: flex;
  }

  .code-left {
    width: 28rem;
  }

  .features-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .anim-wrap-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom,
  .margin-bottom-5 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-medium-sf1 {
    font-size: 1.75rem;
  }

  ._3-grid-large {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .image-wrapper.card-service {
    margin-bottom: 20px;
  }

  .menu-button {
    z-index: 99;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #1c7df8;
    border-radius: 10px;
    margin-left: 20px;
    padding: 12px;
    font-size: 30px;
    transition: box-shadow .35s, transform .35s;
    display: flex;
  }

  .menu-button:hover {
    transform: translate(0, -2px);
    box-shadow: 0 8px 20px rgba(28, 125, 248, .22);
  }

  .menu-button.w--open {
    background-color: #1c7df8;
    transform: translate(0, -2px);
    box-shadow: 0 8px 20px rgba(28, 125, 248, .3);
  }

  .brand-header {
    z-index: 99;
  }

  .navbar.mobhide {
    display: none;
  }

  .navbar-logo-left-container.shadow-three {
    display: flex;
  }

  .header-logo {
    width: 120px;
  }

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

  .nav-menu {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e7e8f1;
    padding: 110px 24px 36px;
    display: none;
    box-shadow: 0 4px 10px rgba(74, 58, 255, .18);
  }

  .nav-link {
    font-size: 30px;
    line-height: 1em;
  }

  .menu-icon {
    height: 100%;
    display: flex;
  }

  .navbar-logo-left.tab-mobmenu {
    z-index: 999999;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-primary-cleint {
    display: flex;
  }

  .button-primary-cleint.mobileonly {
    display: none;
  }

  .card-3.contact {
    margin-top: 40px;
    padding: 60px 54px;
  }

  .html-embed-14 {
    width: auto;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .card-2 {
    border-radius: 30px;
  }

  .card-2.contact {
    border-radius: 25px;
    margin-top: 30px;
    padding: 50px 44px;
  }

  .card-2.services {
    flex-direction: row;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .section.home-hero {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .container-hero-logos {
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-hero.home-hero {
    max-width: none;
  }

  .paragraph-hero.home-hero.new-centre-aligned.width {
    max-width: 26rem;
  }

  .home-hero-wrapper-2.flex-vertical.new-spacing {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .search-box_holder.flex-custom.width {
    flex-direction: column;
  }

  .html-embed-9 {
    text-align: center;
  }

  .contact-form-grid-2 {
    grid-row-gap: 28px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .success-message {
    border-radius: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
  }

  .html-embed-8 {
    width: auto;
    text-align: center;
  }

  .split-content.home-hero-left {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .code-left {
    width: 26rem;
    padding-bottom: 20px;
  }

  .button-holder {
    width: 26rem;
    margin-left: 0;
  }

  .heading-large-sf1 {
    font-size: 2rem;
  }

  .text-size-medium-sf1 {
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-bottom-5 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-medium-8 {
    font-size: 2rem;
  }

  .margin-medium-2 {
    margin-bottom: 1.25em;
  }

  .heading-medium-sf1 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  ._3-grid-large {
    grid-column-gap: 0em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .text-size-medium-sf1-2 {
    font-size: 1rem;
  }

  .title {
    text-align: center;
  }

  .image-wrapper.card-service {
    margin-right: 20px;
  }

  .menu-button {
    width: 45px;
    height: 45px;
    margin-left: 0;
    padding: 10px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu {
    flex: 1;
    justify-content: space-between;
    padding-top: 100px;
    display: none;
  }

  .button-primary-cleint {
    display: flex;
  }

  .button-holder-2 {
    width: 26rem;
    margin-left: 0;
  }

  .card-3 {
    border-radius: 30px;
  }

  .card-3.contact {
    border-radius: 25px;
    margin-top: 30px;
    padding: 50px 44px;
  }

  .html-embed-13 {
    text-align: center;
  }

  .contact-form-grid {
    grid-row-gap: 28px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .html-embed-14 {
    width: auto;
    text-align: center;
  }

  .margin-bottom-5.margin-small.paragrapgh {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .card-2 {
    border-radius: 24px;
  }

  .card-2.contact {
    border-radius: 20px;
    padding: 40px 20px;
  }

  .card-2.services {
    flex-direction: column;
    padding: 20px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.home-hero {
    margin-top: 60px;
    padding-top: 30px;
  }

  .section.nav-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section.sub-footer {
    padding-bottom: 20px;
  }

  .white {
    font-size: 2.5rem;
  }

  .container-hero-logos {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-hero.home-hero {
    margin-top: 40px;
  }

  .error-message {
    border-radius: 10px;
  }

  .home-hero-wrapper-2 {
    width: 100%;
    align-items: center;
    margin-bottom: 0;
  }

  .home-hero-wrapper-2.flex-vertical.new-spacing {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .search-box_holder.flex-custom.width {
    width: 300px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-11 {
    width: 100%;
    font-size: 1.7em;
  }

  .contact-form-grid-2 {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .changer {
    height: 5rem;
  }

  .success-message {
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .html-embed-8 {
    width: auto;
    text-align: center;
  }

  .split-content.home-hero-left {
    width: 100%;
    margin-top: 33px;
    margin-bottom: 40px;
  }

  .split-content.header-right {
    flex: 1;
    justify-content: flex-end;
    align-items: stretch;
  }

  .code-left {
    width: 18rem;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .changer-overflow {
    width: auto;
    height: 5rem;
  }

  .button-holder {
    width: 18rem;
  }

  .button-primary {
    display: block;
  }

  .sub-titile_new-2 {
    font-size: 1.5rem;
    line-height: 3rem;
  }

  .padding-vertical-2.padding-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .features-item {
    text-align: center;
  }

  .container-medium.space-down {
    margin-bottom: 2rem;
  }

  .margin-bottom,
  .margin-bottom-5 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-5.align-centre.margin-down {
    margin-bottom: 1rem;
  }

  .stat-block {
    bottom: -50px;
    left: -2px;
  }

  ._2-column {
    grid-column-gap: 116px;
    grid-row-gap: 100px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: grid;
  }

  ._2-column.flipped-mobile {
    flex-direction: column-reverse;
    display: flex;
  }

  .image-wrapper-2.relative {
    margin-top: 0;
  }

  .title-3 {
    text-align: center;
    font-size: 30px;
  }

  .icon-pointer {
    display: block;
  }

  .icon-holder {
    display: none;
  }

  .section-7 {
    padding: 10px 16px;
  }

  .content-wrapper {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .oval._2 {
    right: -6px;
  }

  .row-wrapper {
    margin-bottom: 15px;
  }

  .cta-14-grid,
  .link-buttton-holder {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .title {
    text-align: center;
  }

  .image-wrapper.card-service {
    width: 65px;
    height: 65px;
    min-width: auto;
  }

  .image.card-service {
    width: 50px;
    height: 50px;
  }

  .footer {
    margin-bottom: 0;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }

  .brand-header {
    margin-right: 10px;
  }

  .container-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar-wrapper {
    justify-content: center;
  }

  .header-logo {
    width: 160px;
    height: auto;
  }

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

  .nav-menu {
    flex: 1;
    margin: 100px 46px auto;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .button-primary-cleint {
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .button-holder-2 {
    width: 18rem;
  }

  .card-3 {
    border-radius: 24px;
  }

  .card-3.contact {
    border-radius: 20px;
    padding: 40px 20px;
  }

  .contact-form-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .html-embed-14 {
    width: auto;
    text-align: center;
  }
}

#w-node-_735c89b2-da61-ee66-4f4b-48de098091f3-7f3d5d6a,
#w-node-_735c89b2-da61-ee66-4f4b-48de09809203-7f3d5d6a,
#w-node-_735c89b2-da61-ee66-4f4b-48de09809213-7f3d5d6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}