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

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

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 20px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.container {
  display: block;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  text-align: left;
}

.container.space-below {
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.container.space-below._788 {
  display: block;
}

.container.space-below.etg {
  display: block;
}

.container._1 {
  display: block;
}

.container._45.rfg {
  display: block;
}

.container._45.rfg.ef {
  display: none;
}

.container._789 {
  display: block;
}

.content-wrap {
  position: relative;
  max-width: 590px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #001632;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.5px;
}

.paragraph {
  max-width: 490px;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 16px;
  line-height: 1.6;
  font-style: normal;
  font-weight: 400;
}

.paragraph.paragraph-centre-white {
  max-width: 570px;
  color: #fff;
  text-align: center;
}

.paragraph._345 {
  display: none;
}

.button {
  margin-right: 15px;
  padding: 18px 35px;
  border-radius: 45px;
  background-color: #001632;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.button.button-space {
  margin-top: 25px;
}

.service-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.footer-title {
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #0a1f44;
  font-size: 18px;
  font-weight: 600;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-column-large {
  width: 60%;
}

.footer-icon {
  margin-right: 10px;
}

.footer-logo {
  display: inline-block;
  width: 200px;
  margin-bottom: 25px;
}

.footer {
  padding: 140px 5% 20px;
  background-color: #fff;
}

.footer-text-02 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.footer-link {
  margin-bottom: 15px;
  margin-left: 1px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: #484dff;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4e5d78;
  text-decoration: none;
}

.column {
  width: 33%;
  padding: 10px;
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 350px;
  padding: 40px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 14px 14px 200px 0 rgba(0, 22, 50, 0.06);
}

.service-card.sd {
  padding-top: 10px;
  padding-bottom: 10px;
}

.card-content-wrap {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #6b539a;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #001632;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
}

.heading-3.wf.wrr {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
}

.paragraph-2 {
  max-width: 320px;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  text-align: left;
}

.hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 25px 55px 25px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-content {
  padding: 100px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f4f6fa;
  background-image: url('../images/bg_shade.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-icon {
  width: 70px;
  margin-bottom: 25px;
}

.column-wrap-reversed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.title {
  max-width: 500px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.title.w {
  max-width: none;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  text-align: center;
}

.title.sdf {
  max-width: none;
  color: #fff;
  text-align: center;
}

.heading-primary {
  display: none;
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #001632;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.heading-primary.h3-centre {
  max-width: 700px;
  margin-bottom: 20px;
  color: #001632;
  font-size: 42px;
  line-height: 1.1;
  text-align: left;
}

.heading-primary.h3-centre.hf {
  max-width: none;
  color: #001632;
}

.heading-primary.h3-centre.df {
  display: inline-block;
  color: #fff;
  text-align: center;
}

.heading-primary.h3-centre-white {
  max-width: 700px;
  color: #fff;
  text-align: center;
}

.heading-primary._123.lmk {
  display: block;
}

.heading-primary.ef {
  display: block;
}

.button-wrap-hero {
  display: block;
  margin-top: 35px;
}

.link {
  background-color: #f1f7f8;
  font-family: 'Open Sans', sans-serif;
  color: #001632;
  font-size: 16px;
  text-decoration: none;
}

.link:hover {
  color: #546681;
}

.link:active {
  color: #546681;
}

.section-logo {
  display: block;
  padding: 0px 5% 15px;
  background-color: #fff;
}

.full-logo-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrap {
  display: block;
  width: 20%;
  padding: 0px 36px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.light-logo {
  width: 130px;
}

.column-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.phone-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #546681;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.dropdown-list-wrap {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 15px 12px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 rgba(44, 62, 80, 0.1);
}

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

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 10px 7px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #546681;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.navigation-link:hover {
  color: #001632;
}

.navigation-link.w--current {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navigation-link.dg {
  padding-right: 10px;
  padding-left: 10px;
}

.navigation-link.sfgh.fhh {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navigation-link.sfgh.fhh.w--current {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navigation-link.fdg {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navigation-block-left {
  display: block;
  width: 78%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navigation-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.w--open {
  z-index: 7;
  min-width: 460px;
  padding-top: 15px;
  border-radius: 15px;
}

.dropdown-list.dropdown-smaller {
  left: -30px;
  min-width: 360px;
}

.logo-image {
  display: inline-block;
  width: 100%;
  max-width: none;
}

.dropdown-mobile {
  display: none;
}

.navigation-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navigation-text {
  width: 100.00006628201584%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.navigation-text:hover {
  color: #001632;
}

.navigation-text.ewt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  direction: ltr;
  font-size: 16px;
}

.phone-image {
  display: block;
  margin-right: 8px;
  text-align: center;
}

.container-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.phone-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.mobile-button-link {
  display: none;
}

.arrow-down {
  margin-right: 7px;
  margin-left: 8px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #001632;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 9999999;
  min-height: 100px;
  margin-bottom: 0px;
  padding: 10px 2% 20px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  background-color: #fff;
  box-shadow: 0 0 17px -17px #2e3642;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.title-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.dropdown-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 12px 15px 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.feature-wrap:hover {
  background-color: rgba(72, 77, 255, 0.03);
}

.feature-icon {
  width: 26px;
  margin-right: 16px;
}

.feature-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.short-title {
  margin-bottom: 2px;
  color: #2e3642;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}

.paragraph-small {
  max-width: 450px;
  margin-bottom: 0px;
  color: #3b4c5b;
  font-size: 14px;
  letter-spacing: -0.2px;
}

.hero-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: transparent;
  opacity: 1;
  background-clip: border-box;
}

.content-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.testimonial-slider {
  height: 100%;
  background-color: transparent;
}

.slider-arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.icon-3 {
  color: #4c4172;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 45px 0 rgba(0, 22, 50, 0.1);
}

.testimonial-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  display: none;
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 55px 0 rgba(0, 22, 50, 0.08);
}

.testimonial-content-block {
  position: relative;
  max-width: 590px;
}

.arrow {
  width: 28px;
}

.left-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 40%;
  bottom: 0%;
  display: none;
}

.testimonial-image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.author-name {
  margin-top: 0px;
  color: #546681;
  font-size: 17px;
  font-weight: 400;
}

.arrow-disabled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 35%;
  bottom: 0%;
  display: none;
}

.testimonial-paragraph {
  color: #546681;
  font-size: 18px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
}

.logo {
  width: 110px;
  margin-bottom: 6px;
}

.quote-image {
  position: absolute;
  left: -15px;
  top: -25px;
  min-width: 70px;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.text-span {
  color: #001632;
}

.button-default {
  padding: 18px 35px;
  border-radius: 50px;
  background-color: #001632;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.button-default:hover {
  background-color: #546681;
}

.button-default.ew {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  text-align: center;
}

.button-default.ew:hover {
  background-color: #001632;
  color: #fff;
}

.new-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  padding: 4px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(45, 202, 115, 0.1);
  color: #2dca73;
  font-size: 12px;
}

.title-wrap-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-hero {
  max-width: 490px;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 16px;
  line-height: 1.6;
  font-style: normal;
  font-weight: 400;
}

.content-block-hero {
  position: relative;
  max-width: 590px;
}

.button-navigation {
  margin-right: 15px;
  padding: 18px 35px;
  border-radius: 50px;
  background-color: #001632;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.title-wrap {
  display: block;
  margin-bottom: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-statistics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #001632;
}

.footer-text {
  max-width: 320px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 17px;
  line-height: 1.4;
  text-align: left;
}

.legal-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.legal-text {
  color: rgba(107, 111, 154, 0.61);
  font-size: 16px;
}

.social-link-wrap {
  display: none;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fbdee3;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.circle-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 250px;
  max-width: 250px;
  min-height: 250px;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 7px 7px 150px 0 rgba(84, 102, 129, 0.08);
}

.statistic-circle-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-capped {
  color: #546681;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.counte2rup {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
}

.flowbase-close-card {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 13px 10px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.43;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.flowbase-home-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.flowbase-title {
  margin-bottom: 4px;
  font-family: Circularstd;
  color: #5b3acc;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.25px;
}

.flowbase-author {
  display: inline-block;
  color: #9b9eb8;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.3px;
  text-decoration: none;
}

.flowbase-left-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flowbase-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flowbase-card-wrap {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 99999;
  min-width: 520px;
  margin-bottom: 30px;
  margin-left: 30px;
  border-radius: 200px;
  background-color: #fff;
  box-shadow: 8px 1px 20px 0 rgba(128, 124, 142, 0.15);
}

.flowbase-underline {
  text-decoration: underline;
}

.flowbase-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #7020ff;
}

.text-span-2 {
  color: #5b3acc;
}

.arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section-content-plain {
  min-height: 500px;
  padding: 80px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.blog-article-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.blog-card {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  padding: 15px 16px 0px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 13px 0 rgba(79, 84, 110, 0.08);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.blog-card:hover {
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.12);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.blog-placeholder-image {
  width: 100%;
  min-height: 220px;
  border-radius: 14px;
  background-image: url('../images/unsplash_img_03.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 140px;
  padding-top: 15px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.category-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 12px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #e9f9f0;
}

.category-title {
  color: #38cb89;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.blog-content {
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.section-blog {
  display: block;
  min-height: 500px;
  padding: 120px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-blog.ll {
  display: none;
}

.section-blog.ll.er {
  display: none;
}

.section-testimoinals {
  display: none;
  padding: 60px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f7ff;
}

.arrow-image-mobile {
  display: none;
}

.arrow-image-mobile-02 {
  display: none;
}

.section-cta {
  display: none;
  padding: 145px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #001632;
}

.section-cta._44 {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f4f6fa;
}

.section-cta._44.dgg {
  display: block;
  background-color: #fff;
}

.section-cta.e3 {
  display: none;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-right: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-icon {
  width: 40px;
  margin-right: 15px;
}

.content-title {
  margin-top: 7px;
  margin-bottom: 15px;
  color: #484dff;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}

.blog-placeholder-image-03 {
  width: 100%;
  min-height: 220px;
  border-radius: 14px;
  background-image: url('../images/unsplash_img_02.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-placeholder-image-02 {
  width: 100%;
  min-height: 220px;
  border-radius: 14px;
  background-image: url('../images/unsplash_img.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-02 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.link-02:hover {
  color: hsla(0, 0%, 100%, 0.58);
}

.clone-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  min-height: 50px;
  min-width: 150px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #7020ff;
  background-image: linear-gradient(159deg, #7020ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.clone-button:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.text-span-3 {
  color: #5b3acc;
}

.hero-image {
  opacity: 1;
  -webkit-filter: grayscale(8%);
  filter: grayscale(8%);
}

.remove-before-use {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(46, 54, 66, 0.93);
}

.flowbase-card-delete {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  padding: 15px 40px 15px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-info-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: justify;
}

.link-4 {
  margin-top: 19px;
  padding-top: 5px;
  padding-bottom: 6px;
  border-radius: 5px;
  background-color: #3e82fd;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0px;
  text-decoration: none;
}

.feature-info-title {
  margin-top: 12px;
  margin-bottom: 30px;
  font-size: 21.2px;
  font-weight: 500;
}

.feature-info-column {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.container-2 {
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 12px;
}

.container-2.above-image-section {
  padding-top: 0px;
  padding-right: 14px;
  padding-left: 24px;
  text-align: center;
}

.feature-info-row {
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-info-paragraph {
  opacity: 0.7;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.feature-info-icon {
  height: 35px;
  margin-right: 15px;
  float: left;
}

.subpage-header {
  padding-top: 190px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.9)), to(rgba(31, 111, 255, 0.9))), url('../images/Photo-5.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.9), rgba(31, 111, 255, 0.9)), url('../images/Photo-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.subpage-header.about-1 {
  padding-top: 190px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.75)), to(rgba(31, 111, 255, 0.75))), url('../images/Photo-2.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.75), rgba(31, 111, 255, 0.75)), url('../images/Photo-2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-align: left;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-video-column-right {
  padding-left: 50px;
}

.bold-text-7 {
  font-weight: 300;
}

.about-column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
}

.subpage-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 40px;
  font-weight: 400;
}

.subpage-title.smaller {
  position: static;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.heading-4 {
  font-size: 50px;
  text-align: center;
}

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

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

.container-3 {
  display: block;
}

.html-embed {
  display: none;
}

.button-2 {
  display: block;
}

.img-hero {
  position: relative;
  display: none;
  width: 50%;
  margin-top: -4%;
  margin-bottom: -4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.steps.right {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.steps.left {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.steps.dots {
  margin-right: 24px;
  margin-left: 24px;
  padding-top: 11%;
  padding-bottom: 11%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-hero {
  width: 50%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.bg-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-radius: 16px;
  box-shadow: 7px 7px 20px 0 rgba(18, 18, 18, 0.07);
}

.paragraph-4 {
  font-size: 18px;
}

.scroll-base {
  width: 6px;
  height: 100%;
  background-color: #eeeff4;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.scroll-animate {
  position: absolute;
  bottom: 0px;
  width: 6px;
  height: 100%;
  background-color: #006cd0;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.scroll-animate._2 {
  height: 100%;
  background-color: #001632;
}

.scroll-animate._2 {
  height: 100%;
  border-radius: 12px;
  background-color: #546681;
}

.scoll-wrap-hero {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding: 100px 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.label {
  color: #001632;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.step-block-hero {
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.hero-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dot-hero {
  position: relative;
  z-index: 3;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 6px -2px #000;
}

.scroll-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.step-hero {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
}

.container-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home_grid {
  margin-top: 0px;
  grid-auto-flow: row;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: minmax(200px, 1fr) 1fr 1fr;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
}

.card {
  padding: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(155, 56, 236, 0.05);
  border-radius: 5px;
  background-color: rgba(155, 56, 236, 0.05);
  -webkit-transition: background-color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease;
  text-decoration: none;
}

.card:hover {
  border-color: #9b38ec;
}

.card.w--current {
  border-color: #9b38ec;
  background-color: rgba(155, 56, 236, 0);
}

.card.button {
  height: auto;
  min-height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 45px;
  background-color: #fff;
  box-shadow: 3px 3px 6px -6px #000;
}

.card.button.dg {
  border-style: none;
  background-color: #e2ebf7;
  box-shadow: none;
}

.card.button.ll {
  border-style: none;
  background-color: #e2ebf7;
  box-shadow: none;
}

.heading-6 {
  margin-bottom: 0px;
  color: #1a3066;
  font-size: 38px;
  font-weight: 700;
}

.heading-6.frg {
  font-size: 30px;
  line-height: 30px;
}

.heading-7 {
  color: #546681;
  font-weight: 500;
  text-align: center;
}

.heading-8 {
  color: #546681;
  font-weight: 500;
  text-align: center;
}

.heading-9 {
  color: #546681;
  font-weight: 500;
  text-align: center;
}

.heading-10 {
  color: #546681;
  font-weight: 500;
  text-align: center;
}

.heading-11 {
  color: #546681;
  font-weight: 500;
  text-align: center;
}

.heading-12 {
  color: #546681;
  font-weight: 500;
  text-align: center;
}

.img-hero-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: -4%;
  margin-bottom: -4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.label-2 {
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #001632;
  text-align: center;
}

.heading-13.w {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 3px;
}

.image {
  -webkit-filter: grayscale(37%);
  filter: grayscale(37%);
}

.footer-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 0.7fr 0.7fr 0.7fr;
  grid-template-columns: 1.5fr 0.7fr 0.7fr 0.7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-link-2 {
  display: block;
  width: 100%;
  max-width: 70px;
}

.symbol-bullet {
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 100%;
  background-color: #004a43;
}

.text-primary {
  color: #484dff;
  text-decoration: none;
}

.text-capitalize {
  text-transform: capitalize;
}

.footer-navbar-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 25px;
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-title-2 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.container-5 {
  display: block;
  width: 100vw;
  max-width: 1332px;
  min-height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.container-5.relative {
  position: relative;
  z-index: 1;
  display: none;
}

.nav-link-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 12px;
  padding: 5px;
  border-radius: 3px;
  background-color: #f4f6fa;
}

.nav-horizontal-item {
  text-decoration: none;
}

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

.data-list {
  position: relative;
  overflow: hidden;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.page-title-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-description-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 42%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.title-art {
  position: absolute;
  left: -160px;
  top: -36px;
  right: 0px;
  z-index: -1;
  overflow: hidden;
  width: 39%;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.container-6 {
  width: auto;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.data-list-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100px;
  padding: 40px 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
}

.data-collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-description {
  margin-bottom: 0px;
  line-height: 30px;
  font-weight: 500;
}

.page-content {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.page-title-wrapper {
  position: relative;
  padding-top: 0%;
  padding-bottom: 0%;
}

.page-title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #001632;
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-icon {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 150px;
  min-height: 150px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.2;
}

.page-header-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 52%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-container {
  padding-top: 70px;
  padding-bottom: 100px;
}

.page-container.no-padding-top {
  margin-top: 10px;
  background-color: #e2ebf7;
}

.page-container.no-padding-top {
  background-color: #fff;
}

.page-container.no-padding-top.no-padding-bottom {
  max-width: 1280px;
  margin-top: 0px;
  padding: 0px 5% 60px;
}

.sidebar {
  width: 100%;
  max-width: 380px;
}

.button-filed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-right: -18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50vw;
  height: 100%;
  background-color: #169b6d;
}

.color-primary {
  font-family: 'Open Sans', sans-serif;
  color: #001632;
}

.sidebar-number {
  color: #169b6d;
  font-size: 34px;
  line-height: 39px;
  font-weight: 700;
  letter-spacing: 1px;
}

.form-wrapper {
  position: relative;
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 8%;
  background-color: #169b6d;
  color: #fff;
}

.input-group {
  margin-bottom: 40px;
}

.textarea {
  min-height: 100px;
  margin-bottom: 0px;
  padding: 10px 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #5dd2a1;
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.textarea:focus {
  border-bottom-color: #5dd2a1;
}

.textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.textarea::-ms-input-placeholder {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.textarea::placeholder {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.sidebar-block-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 39px;
}

.form-control {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-wrap {
  position: relative;
  z-index: 1;
  margin-top: 26px;
}

.form-block {
  margin-bottom: 0px;
}

.underline-link {
  color: #ccf8e9;
  text-decoration: underline;
}

.underline-link:hover {
  color: #fff;
}

.form-paragraph {
  margin-left: 30px;
}

.section-title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 50px;
}

.section-title.heading-1 {
  font-size: 42px;
  line-height: 50px;
}

.section-title.heading-1.our-value-heading {
  position: relative;
  z-index: 1;
  margin-top: -7px;
}

.sidebar-block-item {
  margin-top: 70px;
}

.sidebar-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 42px;
  line-height: 50px;
}

.form-title {
  margin-bottom: 20px;
}

.sidebar-paragraph {
  margin-top: 36px;
  margin-bottom: 0px;
}

.page-title-2 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-3 {
  display: inline-block;
  padding: 20px 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #169b6d;
  border-radius: 5px;
  background-color: #169b6d;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  color: #fff;
  font-size: 15px;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-3:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button-3.small {
  padding: 14px 36px;
}

.button-3.button-white {
  background-color: #fff;
  color: #169b6d;
}

.input-filed {
  width: 100%;
  height: 56px;
  margin-bottom: 0px;
  padding: 18px 0px 10px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #5dd2a1;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.input-filed:focus {
  border-bottom-color: #5dd2a1;
}

.input-filed::-webkit-input-placeholder {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.input-filed:-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.input-filed::-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.input-filed::placeholder {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.form-image {
  position: absolute;
  right: -35px;
  bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.2;
}

.content-block-right-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-2 {
  max-width: 500px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.heading-primary-2 {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #001632;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.button-4 {
  margin-right: 15px;
  padding: 18px 35px;
  border-radius: 45px;
  background-color: #001632;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.button-4.button-space {
  margin-top: 25px;
  background-color: #001632;
  font-family: 'Open Sans', sans-serif;
}

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

.image-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-5 {
  max-width: 490px;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 17px;
  line-height: 1.5;
  font-style: normal;
}

.section {
  padding: 20px 5% 100px;
  background-color: #fff;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #f4f6fa;
}

.breadcrumb-pic-right {
  position: absolute;
  right: 5%;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  max-width: 128px;
}

.page-description-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
  text-align: center;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3.breadcrumb {
  min-height: auto;
  border: 1px none #000;
  background-color: #f4f6fa;
}

.section-3.breadcrumb.fsd {
  background-color: #f4f6fa;
}

.section-3.breadcrumb.fsd.sxf {
  border: 1px none #000;
}

.page-title-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 3.056rem;
  line-height: 3.5rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.page-title-wrapper-2 {
  width: 100%;
  max-width: 70%;
}

.breadcrumb-pic-left {
  position: absolute;
  left: 5%;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  max-width: 167px;
}

.logo-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.newsletter-subtitle {
  margin-bottom: 0px;
}

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #e1306c;
}

.navbar {
  width: 60%;
}

.page-description-3 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.footer-2 {
  padding-top: 126px;
  padding-bottom: 116px;
  border-top: 1px solid #dde7e5;
}

.subscribe-form-wrapper {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0px;
}

.breadcrumb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 380px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dde7e5;
  background-color: #001632;
  text-align: center;
}

.contact-form-wrapper {
  padding: 50px 40px;
  border-style: none;
  border-width: 1px;
  border-color: #dde7e5;
  border-radius: 20px;
  background-color: #f1f6f6;
}

.header-2 {
  background-color: #fff;
}

.facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #3b5998;
}

.nav-link {
  position: relative;
  padding: 0px 25px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.nav-link:hover {
  color: #ffad3d;
}

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

.page-wrapper {
  overflow: hidden;
  border-bottom: 1px solid #9fb1cc;
}

.page-wrapper.page2 {
  display: block;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-2.justify-content-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-description {
  margin-top: 15px;
  margin-bottom: 0px;
}

.button-5 {
  padding: 11px 36px;
  border-radius: 10px;
  background-color: #004a43;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: background-color 300ms ease-in-out, color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out;
  transition: transform 300ms ease-in-out, background-color 300ms ease-in-out, color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-5:hover {
  background-color: #ffad3d;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.button-5.button-warning {
  border-radius: 100px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #001632;
}

.button-5.button-warning:hover {
  background-color: #fff;
  color: #546681;
}

.button-5.button-warning.gf {
  background-color: #001632;
  color: #fff;
  font-size: 16px;
}

.button-5.button-warning.gf:focus {
  font-size: 17px;
}

.button-5.open-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffad3d;
  color: #fff;
  font-size: 18px;
}

.button-5.open-account:hover {
  background-color: #004a43;
}

.contact-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding: 50px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #ffe3bd;
  border-radius: 20px;
  background-color: #fff4e5;
  background-image: url('../images/service_pattern.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
}

.contact-sidebar.last {
  margin-bottom: 0px;
  border-style: none;
  background-color: #001632;
  background-image: none;
}

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

.layout-grid.social-media-grid {
  padding-top: 130px;
  grid-column-gap: 140px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.layout-grid.contact-body-grid {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.layout-grid.contact-header-grid {
  padding-bottom: 126px;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.layout-grid.contact-child-grid {
  grid-column-gap: 70px;
  grid-row-gap: 50px;
}

.layout-grid.mission-grid {
  position: relative;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.page-title-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 3.056rem;
  line-height: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.mt-15 {
  margin-top: 15px;
}

.section-title-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-title-2.left {
  width: 100%;
  max-width: 550px;
}

.section-title-2.left.mb-0 {
  margin-bottom: 0px;
}

.section-title-2.center {
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.social-media-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.input-single-group {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.callout-description {
  margin-top: 10px;
  margin-bottom: 0px;
}

.input-group-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #546681;
}

.nav-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-title-wrapper-3 {
  width: 100%;
  max-width: 430px;
}

.small-text {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
}

.title-icon-2 {
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
}

.nav-menu {
  float: none;
  text-align: center;
}

.texture-four {
  position: absolute;
  right: 40px;
  bottom: 35px;
  z-index: 10;
  display: none;
  width: 80px;
}

.callout-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  min-width: 80px;
  margin-top: 5px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter-signup {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f1f6f6;
}

.texture-five {
  position: absolute;
  left: 0px;
  bottom: -80px;
  z-index: 3;
  display: none;
  width: 130px;
}

.title-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  text-transform: capitalize;
}

.title-3.contact-title {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #001632;
  text-transform: none;
}

.title-3.contact-title.mb-0 {
  margin-bottom: 0px;
  color: #fff;
}

.twitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #00acee;
}

.newsletter-wrapper {
  display: -ms-grid;
  display: grid;
  padding: 50px 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.newsletter-wrapper.rounded {
  position: relative;
  z-index: 2;
  -ms-grid-columns: 0.9fr 1fr;
  grid-template-columns: 0.9fr 1fr;
}

.nav-ball {
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffad3d;
  opacity: 0;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.texure-two {
  position: absolute;
  left: 40%;
  bottom: 40px;
  z-index: 1;
  display: none;
  width: 70px;
}

.texture-one {
  position: absolute;
  left: 30px;
  top: 30px;
  display: none;
  width: 70px;
}

.social-media-item {
  width: 75px;
  height: 75px;
  margin-bottom: 0px;
  margin-left: 16px;
}

.align-right {
  text-align: right;
}

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

.texture-three {
  position: absolute;
  top: 30px;
  right: 32px;
  display: none;
  width: 70px;
}

.open-account-icon {
  display: none;
}

.input-text {
  height: 46px;
  margin-bottom: 32px;
  padding: 10px 20px;
  border: 0px solid #000;
  border-radius: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 16px;
  line-height: 24px;
}

.input-text::-webkit-input-placeholder {
  color: #546681;
}

.input-text:-ms-input-placeholder {
  color: #546681;
}

.input-text::-ms-input-placeholder {
  color: #546681;
}

.input-text::placeholder {
  color: #546681;
}

.input-text.textarea {
  height: 130px;
  background-color: #fff;
  color: #546681;
  font-weight: 500;
}

.input-text.textarea::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.input-text.textarea:-ms-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.input-text.textarea::-ms-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.input-text.textarea::placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.input-text.subscribe-input {
  height: 51px;
  margin-right: 16px;
  margin-bottom: 0px;
  border-width: 1px;
  border-color: #d5e1df;
  background-color: #f1f6f6;
  color: #004a43;
}

.input-text.subscribe-input::-webkit-input-placeholder {
  color: #004a43;
}

.input-text.subscribe-input:-ms-input-placeholder {
  color: #004a43;
}

.input-text.subscribe-input::-ms-input-placeholder {
  color: #004a43;
}

.input-text.subscribe-input::placeholder {
  color: #004a43;
}

.mb-0 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.page-container-2 {
  display: block;
  padding-top: 60px;
  padding-bottom: 130px;
  border-style: none;
  border-width: 1px;
  border-color: #aeb9ca;
  border-radius: 1px;
  font-family: 'Open Sans', sans-serif;
}

.newsletter-title {
  margin-top: 0px;
  font-size: 23px;
  line-height: 30px;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.callout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.callout-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
}

.block-footer-large {
  margin-top: 50px;
}

.form-block-2 {
  color: #546681;
}

.paragraph-6 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.paragraph-7 {
  font-family: 'Open Sans', sans-serif;
  color: #001632;
  text-decoration: none;
}

.text-block {
  color: #fff;
}

.link-5 {
  opacity: 1;
}

.our-value-info {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 85px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.our-story-wrap {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.our-story-wrap.gdj {
  padding-bottom: 40px;
}

.partner-brand {
  padding: 15px 30px;
}

.title-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 760px;
  margin-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.title-4.our-value-title {
  margin-bottom: 0px;
}

.hero-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-big-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 1px solid #e0ddd6;
}

.button-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.our-story-meta {
  color: #2e3642;
  font-size: 17px;
  line-height: 1.7;
}

.our-story-meta.hyxk {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 400;
}

.our-story-meta.bt {
  line-height: 1.7;
}

.color-green {
  color: #5dd2a1;
}

.hero-about-title {
  margin-top: 0px;
  margin-bottom: 26px;
}

.hero-about-title.first {
  font-size: 24px;
  line-height: 32px;
}

.hero-about-title.last {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 32px;
}

.our-value-title {
  margin-bottom: 10px;
}

.our-value-image {
  position: absolute;
  right: 80px;
  bottom: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 250px;
  height: 232px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-brand-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  margin: -15px -30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 100%;
}

.our-value-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #4e4e4e;
}

.circle-line {
  position: relative;
  width: 100%;
  height: 100%;
}

.our-value-cricle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-brand-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 31vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.inline-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #169b6d;
  font-size: 18px;
  line-height: 28px;
}

.hero-about-image {
  position: absolute;
  top: 0px;
  right: 30px;
  height: 100%;
}

.number {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 62px;
  line-height: 62px;
  letter-spacing: 2px;
}

.our-partners {
  padding-bottom: 100px;
}

.our-story {
  display: block;
  padding-top: 60px;
  padding-bottom: 0px;
}

.our-story.sdf {
  padding-top: 10px;
}

.our-value-description {
  margin-bottom: 0px;
}

.hero-about-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 34%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.our-story-paragraph {
  width: 100%;
  max-width: 310px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.uppercase-large-text {
  color: #169b6d;
  font-size: 43px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.our-story-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.our-value-wrap {
  z-index: 1;
}

.our-story-title {
  margin-bottom: 30px;
}

.our-value-meta {
  display: -ms-grid;
  display: grid;
  margin-top: 154px;
  grid-auto-columns: 1fr;
  grid-column-gap: 85px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.label-link {
  padding-left: 10px;
}

.partners-title {
  margin-bottom: 94px;
}

.page-title-wrapper-4 {
  position: relative;
  padding-top: 7%;
  padding-bottom: 7%;
}

.bold-text {
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 30px;
  font-weight: 600;
}

.hero-about-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.our-story-image {
  display: none;
  overflow: hidden;
  width: 100%;
  max-width: 292px;
  min-height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-partner-title {
  width: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 38px;
}

.our-value {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #373737;
  color: #fff;
}

.circle-image {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 800px;
  max-width: 32%;
}

.mission-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 32px;
}

.sub-title {
  margin-bottom: 10px;
  color: #7da29f;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.flower-pattern {
  position: absolute;
  left: -55px;
  bottom: -55px;
  z-index: -1;
  display: none;
  overflow: hidden;
  width: 120px;
  height: 120px;
  background-image: url('../images/Flower.svg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mission-description {
  margin-top: 10px;
  margin-bottom: 0px;
}

.mission-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.1);
}

.bold-text-8 {
  font-family: 'Open Sans', sans-serif;
  color: #2e3642;
  font-weight: 300;
}

.bold-text-9 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.bold-text-10 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.page-header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header-block {
  width: 100%;
  max-width: 600px;
  text-align: center;
}

.page-header-block.contact-page-header {
  max-width: 560px;
}

.page-header-block.about-page-header {
  max-width: 800px;
}

.badge {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 20px;
  background-color: #f6f7f8;
  color: #050404;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.badge.badge-light {
  padding-bottom: 0px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #1a3066;
}

.badge.badge-light:hover {
  background-color: transparent;
  color: #1a3066;
}

.badge.badge-light {
  background-color: #ffede4;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #ff5e14;
}

.badge.badge-light:hover {
  background-color: #ff5e14;
  color: #fff;
}

.page-header-title-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #001632;
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
  text-transform: capitalize;
}

.page-header-description {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #001632;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
}

.page-header-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 370px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.contact-office-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 700px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-filed {
  width: 48%;
  min-height: 50px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.error-message {
  background-color: red;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f4f6fa;
}

.form-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
}

.gray-light-color {
  background-color: #f4f6fa;
}

.primary-light-color {
  background-color: #f4f6fa;
}

.secondary-light-color {
  background-color: #f4f6fa;
}

.section-description-2 {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #001632;
  font-size: 17px;
}

.contact-offices-social {
  width: 100%;
  max-width: 280px;
}

.button-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease-in-out, opacity 400ms ease-in-out, color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out, opacity 400ms ease-in-out, color 400ms ease-in-out;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.button-6:hover {
  border-style: none;
  border-color: #fff;
  background-color: #fff;
  color: #fff;
}

.button-6:active {
  border-color: #00aaf8;
  background-color: #fff;
}

.button-6:focus {
  border-color: #00aaf8;
  background-color: #fff;
  color: #fff;
}

.button-6:visited {
  border-color: #00aaf8;
  background-color: #fff;
  color: #fff;
}

.button-6.has-arrow {
  padding-right: 52px;
  background-color: #001632;
  background-image: url('../images/right-arrow-white.svg');
  background-position: 83% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.button-6.gfx {
  padding-top: 18px;
  padding-right: 35px;
  padding-bottom: 18px;
  background-color: #001632;
  color: #001632;
  font-size: 17px;
  text-decoration: none;
}

.page-header-description-2 {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
}

.page-header-description-2.header-about-description {
  margin-top: 20px;
  padding-right: 87px;
  padding-left: 87px;
}

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

.contact-fact-image {
  width: 60px;
  height: 60px;
}

.social-list-item {
  width: 52px;
  height: 52px;
  margin-right: 15px;
  margin-bottom: 0px;
}

.social-list-item.last {
  margin-right: 0px;
}

.contact-offices-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #001632;
  font-size: 21px;
  line-height: 25px;
  text-transform: capitalize;
}

.contact-form {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.contact-offices-info {
  width: 100%;
  max-width: 250px;
}

.contact-offices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #d7d7d7;
}

.text-field {
  margin-bottom: 30px;
  padding: 23px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d7d7d7;
  border-radius: 2px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #a0a0a0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-transform: none;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #14b5ff;
}

.text-field::-webkit-input-placeholder {
  color: #546681;
}

.text-field:-ms-input-placeholder {
  color: #546681;
}

.text-field::-ms-input-placeholder {
  color: #546681;
}

.text-field::placeholder {
  color: #546681;
}

.text-field.textarea {
  min-height: 120px;
  padding-top: 15px;
  text-transform: none;
}

.help-slide-item {
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
}

.page-header-title-3 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
  text-transform: capitalize;
}

.contact-offices-description {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #001632;
  font-size: 17px;
}

.paragraph-light {
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 17px;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-top: 0px;
  margin-right: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #d7d7d7;
  border-radius: 0px;
}

.checkbox.w--redirected-checked {
  border-color: #14b5ff;
  background-color: #14b5ff;
}

.checkbox.w--redirected-focus {
  border-color: #14b5ff;
  box-shadow: none;
}

.form-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subtitle {
  padding-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.section-4 {
  min-height: 180px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-4.page-content {
  padding-top: 70px;
  border-bottom: 1px solid #546681;
}

.section-4.page-content {
  display: none;
}

.heading-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 525px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.contact-fact-title {
  margin-top: 35px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #001632;
  font-size: 21px;
  line-height: 25px;
  text-transform: capitalize;
}

.checkbox-field-label {
  margin-bottom: 0px;
}

.none {
  display: none;
}

.social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.title-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #001632;
  font-size: 42px;
  line-height: 50px;
  text-transform: capitalize;
}

.contact-form-container {
  padding-top: 90px;
}

.link-6 {
  color: #14b5ff;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 40px;
}

.help-slide-mask {
  height: 100%;
  margin-right: -15px;
  margin-left: -15px;
}

.help-slider {
  overflow: hidden;
  height: auto;
  background-color: transparent;
}

.image-2 {
  -webkit-filter: sepia(100%) invert(100%);
  filter: sepia(100%) invert(100%);
}

.image-3 {
  -webkit-filter: sepia(100%) invert(100%);
  filter: sepia(100%) invert(100%);
}

.image-4 {
  -webkit-filter: sepia(100%) invert(100%);
  filter: sepia(100%) invert(100%);
}

.image-5 {
  -webkit-filter: sepia(100%) contrast(200%) invert(100%);
  filter: sepia(100%) contrast(200%) invert(100%);
}

.field-label {
  font-family: 'Open Sans', sans-serif;
  color: #001632;
  font-size: 17px;
}

.field-label-2 {
  font-family: 'Open Sans', sans-serif;
  color: #001632;
  font-size: 17px;
}

.field-label-3 {
  font-family: 'Open Sans', sans-serif;
  color: #001632;
  font-size: 17px;
}

.field-label-4 {
  font-family: 'Open Sans', sans-serif;
  color: #001632;
  font-size: 17px;
}

.field-label-5 {
  font-family: 'Open Sans', sans-serif;
  color: #001632;
  font-size: 17px;
}

.process-slide-mask {
  margin-right: -15px;
  margin-left: -15px;
}

.about-vision {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.process-slider {
  overflow: hidden;
  height: auto;
  background-color: transparent;
}

.process-title {
  margin-top: 35px;
  margin-bottom: 18px;
  font-size: 21px;
  line-height: 25px;
  text-transform: capitalize;
}

.about-mission {
  padding-top: 90px;
  padding-bottom: 90px;
}

.team-slider {
  overflow: hidden;
  height: auto;
  background-color: transparent;
}

.button-icon {
  margin-left: 10px;
}

.process-description {
  margin-bottom: 0px;
}

.hero-about-title-2 {
  margin-top: 0px;
  font-size: 38px;
  line-height: 44px;
}

.process-icon {
  width: 60px;
  height: 60px;
}

.pattern-in-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 75%;
  height: 100%;
  background-image: url('../images/BG_Pattern.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.button-team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gray-light-color-2 {
  background-color: #eff2f5;
}

.primary-light-color-2 {
  background-color: #e7f7ff;
}

.team-slide-item {
  width: 33.33%;
  padding: 0px 15px;
}

.about-process {
  padding: 0px;
}

.secondary-light-color-2 {
  background-color: #ffede4;
}

.section-description-3 {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #001632;
  font-size: 17px;
  line-height: 1.5;
}

.section-description-3.ds {
  color: #fff;
}

.team-member-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-about-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.about-team {
  padding-top: 90px;
  padding-bottom: 90px;
}

.button-label {
  font-family: 'Open Sans', sans-serif;
  color: #001632;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}

.button-label.fdh {
  color: #fff;
}

.about-title {
  width: 100%;
  max-width: 600px;
}

.mission-side-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Mission-Vector.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.empty-state {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #d32f2f;
  color: #fff;
  text-align: center;
}

.team-slide-mask {
  margin-right: -15px;
  margin-left: -15px;
}

.subtitle-2 {
  padding-bottom: 15px;
  color: #546681;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.subtitle-2.fh {
  display: none;
}

.about-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.hero-about-2 {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.about-join-team {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 1px solid #d7d7d7;
  background-color: #001632;
}

.about-join-team.hj {
  background-color: #f4f6fa;
}

.mission-side-wrapper {
  position: relative;
  min-height: 550px;
  margin-top: 90px;
  padding: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(25%, #e7f7ff), color-stop(50%, #e7f7ff), color-stop(75%, #e7f7ff), to(#fff));
  background-image: linear-gradient(0deg, #fff, #e7f7ff 25%, #e7f7ff 50%, #e7f7ff 75%, #fff);
}

.hero-about-intro-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #d7d7d7;
}

.team-member-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  text-transform: capitalize;
}

.title-6.dgg {
  color: #001632;
}

.process-slide-item {
  width: 33.33%;
  height: 100%;
  padding: 0px 15px;
}

.process-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

.html-embed-3 {
  background-color: transparent;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.link-block-2 {
  width: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.html-embed-4 {
  margin-bottom: 0px;
}

@media screen and (min-width: 1280px) {
  .container.space-below._788.fwe {
    max-width: none;
  }

  .navigation {
    margin-bottom: 0px;
  }

  .page-content.jg {
    display: block;
    max-width: 1332px;
  }

  .page-container {
    padding-top: 80px;
  }

  .page-container.no-padding-top.no-padding-bottom {
    max-width: 1332px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-title {
    font-size: 46px;
    line-height: 54px;
  }

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

  .texture-five {
    left: -50px;
  }

  .hero-about {
    min-height: 41vh;
  }

  .our-story {
    padding-bottom: 40px;
  }

  .page-header-title-2 {
    font-size: 58px;
    line-height: 68px;
  }

  .section-description-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .contact-offices {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-header-title-3 {
    font-size: 58px;
    line-height: 68px;
  }

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

  .heading-content {
    max-width: 537px;
  }

  .title-5 {
    font-size: 46px;
    line-height: 54px;
  }

  .contact-form-container {
    padding-top: 100px;
  }

  .about-vision {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-mission {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-team-wrapper {
    padding-top: 60px;
  }

  .section-description-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .about-team {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-join-team {
    padding-top: 100px;
  }

  .mission-side-wrapper {
    min-height: 600px;
    margin-top: 100px;
  }

  .title-6 {
    font-size: 46px;
    line-height: 54px;
  }
}

@media screen and (min-width: 1440px) {
  .container.space-below.etg {
    max-width: none;
  }

  .service-card {
    width: 400px;
  }

  .heading-3 {
    font-size: 25px;
  }

  .heading-3.wf.wrr {
    font-size: 25px;
  }

  .page-description-wrap {
    max-width: 528px;
  }

  .title-art {
    width: 45%;
  }

  .data-list-item {
    padding: 45px 30px;
  }

  .page-title {
    font-size: 78px;
    line-height: 78px;
  }

  .page-container {
    padding-bottom: 120px;
  }

  .sidebar {
    max-width: 400px;
  }

  .button-filed {
    margin-right: 0px;
  }

  .section-title {
    font-size: 50px;
    line-height: 58px;
  }

  .page-title-2 {
    font-size: 78px;
    line-height: 78px;
  }

  .input-filed {
    font-size: 20px;
    line-height: 30px;
  }

  .input-filed::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 30px;
  }

  .input-filed:-ms-input-placeholder {
    font-size: 20px;
    line-height: 30px;
  }

  .input-filed::-ms-input-placeholder {
    font-size: 20px;
    line-height: 30px;
  }

  .input-filed::placeholder {
    font-size: 20px;
    line-height: 30px;
  }

  .callout-header {
    height: 80px;
    min-width: 86px;
  }

  .callout-title {
    font-size: 23px;
    line-height: 30px;
  }

  .block-footer-large {
    margin-top: 50px;
  }

  .hero-about {
    min-height: 48vh;
  }

  .hero-big-title {
    margin-right: 70px;
  }

  .hero-about-title.first {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-about-title.last {
    font-size: 28px;
    line-height: 36px;
  }

  .partner-brand-list {
    height: 35vh;
  }

  .our-partners {
    padding-bottom: 120px;
  }

  .our-story {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .partners-title {
    margin-bottom: 120px;
  }

  .our-partner-title {
    font-size: 35px;
    line-height: 43px;
  }

  .circle-image {
    max-height: 820px;
  }

  .page-header-description {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-wrapper {
    padding-bottom: 60px;
  }

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

  .page-header-description-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

@media screen and (min-width: 1920px) {
  .page-description-wrap {
    max-width: 580px;
  }

  .title-art {
    width: 55%;
  }

  .data-list-item {
    padding: 50px 36px;
  }

  .page-content {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .page-title {
    font-size: 90px;
    line-height: 90px;
  }

  .page-container {
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .page-container.no-padding-top.no-padding-bottom {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .section-title {
    position: relative;
    font-size: 54px;
    line-height: 62px;
  }

  .page-title-2 {
    font-size: 90px;
    line-height: 90px;
  }

  .input-filed {
    font-size: 22px;
    line-height: 32px;
  }

  .input-filed::-webkit-input-placeholder {
    font-size: 22px;
    line-height: 32px;
  }

  .input-filed:-ms-input-placeholder {
    font-size: 22px;
    line-height: 32px;
  }

  .input-filed::-ms-input-placeholder {
    font-size: 22px;
    line-height: 32px;
  }

  .input-filed::placeholder {
    font-size: 22px;
    line-height: 32px;
  }

  .texture-four {
    right: 95px;
    display: block;
    width: 117px;
  }

  .texture-five {
    left: -160px;
    display: block;
    width: 200px;
  }

  .texure-two {
    bottom: 25px;
    display: block;
    width: 98px;
  }

  .texture-one {
    top: 50px;
    display: block;
    width: 128px;
  }

  .texture-three {
    top: 50px;
    display: block;
    width: 128px;
  }

  .block-footer-large {
    margin-top: 60px;
  }

  .hero-about {
    min-height: 55vh;
  }

  .hero-big-title {
    margin-right: 70px;
  }

  .hero-about-title.first {
    font-size: 43px;
    line-height: 50px;
  }

  .hero-about-title.last {
    font-size: 43px;
    line-height: 50px;
  }

  .number {
    font-size: 96px;
    line-height: 96px;
  }

  .our-partners {
    padding-bottom: 160px;
  }

  .our-story {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .hero-about-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 570px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .partners-title {
    margin-bottom: 154px;
  }

  .our-partner-title {
    font-size: 43px;
    line-height: 50px;
  }

  .our-value {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .circle-image {
    max-height: 950px;
    max-width: 36%;
  }

  .flower-pattern {
    display: block;
  }

  .page-header-block {
    max-width: 650px;
  }

  .page-header-title-2 {
    font-size: 67px;
    line-height: 77px;
  }

  .contact-office-grid {
    width: 100%;
    max-width: 700px;
  }

  .heading-wrapper {
    padding-bottom: 70px;
  }

  .section-description-2 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .contact-offices {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .page-header-title-3 {
    font-size: 67px;
    line-height: 77px;
  }

  .section-4 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .heading-content {
    max-width: 595px;
  }

  .title-5 {
    font-size: 51px;
    line-height: 58px;
  }

  .contact-form-container {
    padding-top: 120px;
  }

  .about-vision {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .about-mission {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .button-team-wrapper {
    padding-top: 70px;
  }

  .section-description-3 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .about-team {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .about-title {
    max-width: 660px;
  }

  .about-join-team {
    padding-top: 120px;
  }

  .mission-side-wrapper {
    min-height: 700px;
    margin-top: 120px;
  }

  .title-6 {
    font-size: 51px;
    line-height: 58px;
  }
}

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

  .container.space-below {
    margin-bottom: 80px;
  }

  .container.space-below._788.fwe {
    margin-bottom: 0px;
  }

  .container._1 {
    display: block;
  }

  .container._1.et {
    display: none;
  }

  .container._45.rfg {
    display: block;
  }

  .container._45.rfg.ef.etr {
    display: block;
  }

  .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    text-align: center;
  }

  .paragraph {
    text-align: center;
  }

  .service-card-wrap.ewt {
    margin-bottom: 10px;
  }

  .footer-column {
    width: 20%;
  }

  .footer-column-large {
    width: 40%;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column {
    width: 215px;
  }

  .column._678 {
    width: 100%;
  }

  .service-card {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .card-content-wrap {
    min-width: 500px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .heading-3 {
    font-size: 24px;
    text-align: center;
  }

  .paragraph-2 {
    max-width: none;
    text-align: center;
  }

  .hero-block {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-block._23 {
    padding-top: 40px;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .content-block-left {
    width: 100%;
    padding-right: 25px;
  }

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

  .column-wrap-reversed {
    margin-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .title {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

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

  .heading-primary._123 {
    display: none;
  }

  .heading-primary._123.lmk {
    display: none;
  }

  .heading-primary.ef {
    margin-right: auto;
    margin-left: auto;
    font-size: 45px;
  }

  .heading-primary._39 {
    font-size: 42px;
  }

  .column-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-link {
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 10px;
    color: #3b4c5b;
    font-size: 16px;
  }

  .dropdown-link:hover {
    background-color: rgba(115, 167, 213, 0.09);
  }

  .dropdown-link.w--current {
    color: #ff6f20;
  }

  .navigation-block-left {
    width: 70%;
  }

  .navigation-block-right {
    width: 100%;
  }

  .logo-image {
    width: 100%;
  }

  .dropdown-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 15px;
  }

  .navigation-link-wrap {
    display: none;
  }

  .dropdown-toggle {
    padding: 0px;
  }

  .container-navigation {
    position: relative;
    z-index: 99;
  }

  .mobile-button-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    height: 55px;
    padding: 17px;
    border-radius: 50px;
    background-color: rgba(84, 102, 129, 0.08);
  }

  .mobiel-dropdown {
    right: 10%;
  }

  .mobiel-dropdown.w--open {
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(84, 102, 129, 0.13);
  }

  .navigation {
    margin-bottom: 0px;
  }

  .title-wrap-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .hero-image-wrap {
    width: 100%;
    min-height: auto;
  }

  .content-block-right {
    width: 100%;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .hero-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .content-block-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .legal-wrap.sfh {
    display: none;
  }

  .statistic-circle-wrap {
    width: 100%;
  }

  .flowbase-card-wrap {
    display: block;
    max-width: 610px;
    min-width: auto;
    margin-right: 15px;
  }

  .arrow-image {
    display: none;
  }

  .arrow-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .feature-number-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-content-plain.ewt {
    display: block;
  }

  .blog-article-wrap {
    margin-bottom: 10px;
  }

  .blog-card {
    width: auto;
    padding: 20px 20px 35px;
  }

  .blog-content-wrap {
    min-height: auto;
  }

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

  .arrow-image-mobile {
    position: relative;
    left: 55px;
    display: block;
  }

  .arrow-image-mobile._2 {
    display: none;
  }

  .arrow-image-mobile-02 {
    position: relative;
    left: -55px;
    display: block;
  }

  .arrow-image-mobile-02._2 {
    display: none;
  }

  .feature {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-icon {
    margin-bottom: 15px;
  }

  .container-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-info-title {
    margin-top: 0px;
    font-size: 17px;
  }

  .feature-info-paragraph {
    text-align: center;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.about-1 {
    padding-top: 140px;
  }

  .subpage-title.smaller {
    font-size: 29px;
  }

  .img-hero {
    display: none;
    width: 100%;
    min-height: 40vh;
    margin-top: 5%;
    margin-bottom: 0%;
  }

  .content-hero {
    width: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .scoll-wrap-hero {
    height: 75%;
  }

  .hero-section {
    min-height: 90vh;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .scroll-hero {
    min-height: 40vh;
  }

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

  .img-hero-2 {
    width: 100%;
    min-height: 40vh;
    margin-top: 5%;
    margin-bottom: 0%;
  }

  .footer-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .container-5 {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-title-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .page-description-wrap {
    max-width: none;
    padding-right: 70px;
    padding-left: 70px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .title-art {
    left: 0px;
    display: none;
  }

  .container-6 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .data-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .page-description {
    margin-top: 10px;
  }

  .page-title-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-title {
    font-size: 52px;
    line-height: 60px;
  }

  .title-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 200px;
    margin: auto;
    opacity: 0.1;
  }

  .page-header-title {
    position: static;
    max-width: none;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-container {
    padding-bottom: 80px;
  }

  .sidebar {
    text-align: center;
  }

  .block-background {
    display: none;
  }

  .form-wrapper {
    padding-right: 8%;
    text-align: center;
  }

  .sidebar-block-title {
    font-size: 28px;
    line-height: 36px;
  }

  .contact-wrapper {
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-title {
    font-size: 36px;
    line-height: 44px;
  }

  .section-title.heading-1 {
    font-size: 36px;
    line-height: 44px;
  }

  .section-title.heading-1.our-value-heading {
    margin-top: 0px;
  }

  .sidebar-block-item {
    margin-top: 40px;
  }

  .sidebar-title {
    font-size: 36px;
    line-height: 44px;
  }

  .page-title-2 {
    font-size: 52px;
    line-height: 60px;
  }

  .content-block-right-2 {
    width: 100%;
    padding-left: 25px;
  }

  .image-block-2 {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .section {
    padding-bottom: 40px;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .breadcrumb-pic-right {
    right: 16px;
    display: none;
    max-width: 80px;
  }

  .section-3.breadcrumb {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .section-3.breadcrumb.fsd.sxf {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-title-3 {
    font-size: 2.6rem;
    line-height: 3rem;
  }

  .breadcrumb-pic-left {
    left: 20px;
    display: none;
    max-width: 100px;
  }

  .logo-2 {
    width: 8%;
  }

  .menu-line-one {
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
    padding: 0px;
    background-color: #004a43;
  }

  .subscribe-form {
    margin-top: 0px;
  }

  .footer-2 {
    padding-top: 65px;
    padding-bottom: 45px;
  }

  .menu-line-small {
    width: 18px;
    height: 2px;
    padding: 0px;
    background-color: #004a43;
  }

  .menu-button-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 23px;
    height: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .menu-button-icon:focus {
    background-color: transparent;
  }

  .menu-button-icon.w--open {
    background-color: transparent;
  }

  .breadcrumb {
    min-height: 280px;
  }

  .header-2 {
    position: relative;
  }

  .nav-link {
    display: block;
    padding: 14px 20px;
    border-bottom: 1px solid #336e69;
    color: #fff;
    text-align: left;
  }

  .nav-link.last {
    border-bottom-width: 0px;
  }

  .column-2 {
    width: 100%;
    max-width: none;
  }

  .column-2.justify-content-end {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-5.open-account {
    padding: 5px 20px;
    border-radius: 8px;
  }

  .contact-sidebar {
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .layout-grid.social-media-grid {
    padding-top: 65px;
    grid-column-gap: 0px;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }

  .layout-grid.contact-body-grid {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .layout-grid.contact-header-grid {
    padding-bottom: 65px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .page-title-4 {
    font-size: 2.6rem;
    line-height: 3rem;
  }

  .section-title-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .section-title-2.left {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .section-title-2.center {
    margin-bottom: 56px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-line-two {
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
    padding: 0px;
    background-color: #004a43;
  }

  .nav-group {
    width: auto;
    margin-right: 45px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #004a43;
  }

  .texture-four {
    display: none;
  }

  .callout-header {
    overflow: visible;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .newsletter-signup {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .texture-five {
    display: none;
  }

  .title-3 {
    font-size: 36px;
    line-height: 44px;
  }

  .newsletter-wrapper {
    padding: 50px 32px;
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .newsletter-wrapper.rounded {
    padding: 60px 15% 65px;
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .nav-ball {
    display: none;
  }

  .texure-two {
    display: none;
  }

  .texture-one {
    display: none;
  }

  .social-media-item {
    width: 55px;
    height: 55px;
  }

  .block-footer-medium {
    margin-top: 30px;
  }

  .texture-three {
    display: none;
  }

  .page-container-2 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

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

  .navigation-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .callout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .our-value-info {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .our-story-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .partner-brand {
    padding: 0px;
  }

  .title-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .title-4.our-value-title {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-about {
    min-height: auto;
  }

  .button-link-wrapper {
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partner-brand-item {
    width: 340px;
    height: 340px;
    margin: 0px;
  }

  .partner-brand-list {
    display: -ms-grid;
    display: grid;
    height: auto;
    margin-top: 36px;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .inline-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-about-image {
    display: none;
  }

  .our-partners {
    padding-bottom: 80px;
  }

  .our-story {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .hero-about-intro {
    max-width: 73%;
  }

  .our-story-paragraph {
    max-width: none;
  }

  .uppercase-large-text {
    font-size: 34px;
    line-height: 42px;
  }

  .our-story-wrapper {
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .our-story-title {
    margin-bottom: 10px;
  }

  .our-value-meta {
    margin-top: 76px;
    grid-column-gap: 36px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .partners-title {
    margin-bottom: 70px;
  }

  .page-title-wrapper-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-about-section {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .our-partner-title {
    font-size: 25px;
    line-height: 33px;
  }

  .our-value {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .circle-image {
    display: none;
  }

  .mission-item {
    padding: 30px 40px;
  }

  .page-header-2 {
    min-height: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .page-header-block {
    max-width: 100%;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-header-block.contact-page-header {
    max-width: none;
  }

  .badge.badge-light {
    padding: 8px 23px;
    font-size: 12px;
    line-height: 20px;
  }

  .badge.badge-light {
    padding: 8px 23px;
    font-size: 12px;
    line-height: 20px;
  }

  .page-header-title-2 {
    margin-bottom: 0px;
    font-size: 47px;
    line-height: 55px;
  }

  .page-header-description {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-header-3 {
    min-height: 100px;
    padding-bottom: 50px;
  }

  .contact-list-item {
    min-height: 364px;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .button-6 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-6.gfx {
    padding-left: 35px;
  }

  .page-header-description-2 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-8 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .social-list-item {
    width: 56px;
    height: 56px;
  }

  .contact-offices-title {
    font-size: 24px;
    line-height: 30px;
  }

  .contact-offices {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .help-slide-item {
    width: 50%;
  }

  .page-header-title-3 {
    margin-bottom: 0px;
    font-size: 47px;
    line-height: 55px;
  }

  .section-4 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .title-5 {
    font-size: 38px;
    line-height: 44px;
  }

  .contact-form-container {
    padding-top: 70px;
  }

  .about-vision {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-mission {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-about-title-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .pattern-in-left {
    width: 50%;
  }

  .team-slide-item {
    width: 50%;
  }

  .hero-about-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-team {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-about-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .about-join-team {
    padding-top: 70px;
  }

  .about-join-team.hj {
    padding-bottom: 70px;
  }

  .mission-side-wrapper {
    min-height: 468px;
    margin-top: 50px;
  }

  .hero-about-intro-2 {
    padding: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-width: 0px;
    border-right-width: 1px;
    background-size: auto;
    text-align: center;
  }

  .title-6 {
    font-size: 38px;
    line-height: 44px;
  }

  .process-slide-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-title {
    display: none;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .footer-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 99.9999024357536%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-column._45 {
    display: none;
  }

  .footer-column-large {
    width: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-logo {
    display: block;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer {
    padding: 40px 10% 0px;
  }

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

  .footer-link-wrap {
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .column {
    width: 100%;
  }

  .card-content-wrap {
    min-width: auto;
  }

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

  .heading-3.wf.wrr {
    text-align: center;
  }

  .heading-3.hjl {
    text-align: center;
  }

  .heading-3.hjk {
    text-align: center;
  }

  .heading-3.reg {
    text-align: center;
  }

  .heading-3.qe {
    text-align: center;
  }

  .section-content {
    padding: 60px 3% 10px;
  }

  .title {
    color: #546681;
  }

  .section-logo {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .full-logo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .logo-image {
    width: 250px;
  }

  .navigation-link-wrap {
    display: none;
  }

  .phone-wrap {
    display: block;
    margin-right: 0px;
    padding-top: 23px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .navigation {
    margin-bottom: 0px;
    padding: 10px 5% 0px;
  }

  .content-block-right {
    padding: 10px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo {
    width: 130px;
  }

  .button-navigation {
    display: none;
  }

  .section-statistics {
    padding-top: 60px;
  }

  .legal-wrap {
    display: none;
  }

  .circle-div {
    max-height: 200px;
    max-width: 200px;
    min-height: 200px;
    min-width: 200px;
  }

  .counte2rup {
    font-size: 26px;
    line-height: 1;
  }

  .flowbase-card-wrap {
    min-width: auto;
    margin-left: 15px;
  }

  .arrow-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .blog-card {
    width: 100%;
    margin-bottom: 35px;
  }

  .blog-content {
    margin-bottom: 0px;
  }

  .section-blog {
    padding-right: 3%;
    padding-left: 3%;
  }

  .section-cta._44 {
    padding: 60px 8%;
  }

  .container-flex {
    display: block;
    padding-bottom: 40px;
  }

  .clone-button.w--current {
    text-align: center;
  }

  .flowbase-card-delete {
    display: none;
  }

  .feature-info-block.icolegal {
    margin-left: 20px;
    padding-top: 58px;
  }

  .feature-info-block.icomarketing {
    margin-left: 20px;
  }

  .feature-info-title {
    margin-bottom: 13px;
  }

  .feature-info-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .container-2.above-image-section {
    display: block;
    margin-bottom: 148px;
    padding-top: 30px;
    padding-right: 24px;
  }

  .feature-info-row {
    margin-top: 0px;
  }

  .feature-info-paragraph {
    padding-right: 44px;
    padding-left: 44px;
    text-align: center;
  }

  .feature-info-icon {
    margin-top: -12px;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.about-1 {
    padding-top: 100px;
  }

  .header-video-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .about-column-left {
    padding: 37px 0px 10px;
  }

  .subpage-title {
    font-size: 30px;
  }

  .subpage-title.smaller {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 31px;
  }

  .img-hero {
    margin-top: 15%;
  }

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

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

  .img-hero-2 {
    margin-top: 15%;
  }

  .heading-13.w {
    margin-bottom: 60px;
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-navbar-item {
    margin-bottom: 10px;
  }

  .container-5.relative {
    position: relative;
    z-index: 1;
  }

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

  .page-title-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-description-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .title-art {
    top: -30px;
  }

  .data-list-item {
    min-height: 528px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .data-collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .page-title-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .page-title {
    font-size: 38px;
    line-height: 48px;
  }

  .title-icon {
    height: 150px;
    max-width: 150px;
  }

  .page-header-title {
    width: auto;
  }

  .page-container {
    padding-bottom: 70px;
  }

  .button-filed {
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .form-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-wrapper {
    grid-row-gap: 60px;
  }

  .form-paragraph.small-text {
    margin-top: 30px;
    margin-left: 0px;
  }

  .section-title {
    font-size: 32px;
    line-height: 40px;
  }

  .section-title.heading-1 {
    font-size: 34px;
  }

  .sidebar-title {
    font-size: 32px;
    line-height: 40px;
  }

  .page-title-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .content-block-right-2 {
    padding: 10px;
  }

  .breadcrumb-pic-right {
    max-width: 50px;
  }

  .section-3.breadcrumb {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-title-3 {
    font-size: 2.3rem;
    line-height: 2.7rem;
  }

  .page-title-wrapper-2 {
    max-width: 400px;
  }

  .breadcrumb-pic-left {
    max-width: 60px;
  }

  .logo-2 {
    width: 11%;
  }

  .subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar {
    width: 30%;
  }

  .footer-2 {
    padding-top: 65px;
    padding-bottom: 45px;
  }

  .subscribe-form-wrapper {
    max-width: none;
  }

  .breadcrumb {
    min-height: 260px;
  }

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

  .contact-sidebar {
    padding-top: 40px;
  }

  .layout-grid.social-media-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .layout-grid.contact-child-grid {
    grid-column-gap: 40px;
  }

  .layout-grid.mission-grid {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .page-title-4 {
    font-size: 2.3rem;
    line-height: 2.7rem;
  }

  .section-title-2.center {
    margin-bottom: 46px;
  }

  .page-title-wrapper-3 {
    max-width: 400px;
  }

  .title-3 {
    font-size: 30px;
    line-height: 38px;
  }

  .newsletter-wrapper.rounded {
    padding: 60px 5%;
  }

  .social-media-item {
    margin-right: 16px;
    margin-left: 0px;
  }

  .align-right {
    text-align: center;
  }

  .input-text.subscribe-input {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .brand {
    padding-left: 0px;
  }

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

  .our-value-info {
    padding-right: 60px;
    padding-left: 60px;
    grid-column-gap: 0px;
    grid-row-gap: 76px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .our-story-wrap {
    grid-row-gap: 10px;
  }

  .title-4 {
    margin-bottom: 50px;
  }

  .title-4.our-value-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .partner-brand-item {
    height: 250px;
  }

  .our-value-item {
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 0px none transparent;
    text-align: center;
  }

  .our-partners {
    padding-bottom: 70px;
  }

  .our-story {
    padding-top: 40px;
  }

  .uppercase-large-text {
    font-size: 26px;
    line-height: 34px;
  }

  .our-story-wrapper {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .our-story-title {
    margin-bottom: 10px;
  }

  .our-value-meta {
    padding-right: 60px;
    padding-left: 60px;
    grid-column-gap: 0px;
    grid-row-gap: 76px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .page-title-wrapper-4 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .our-value {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .page-header-title-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .page-header-description {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-list-item {
    min-height: 264px;
  }

  .contact-office-grid {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-description-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-offices-social {
    max-width: none;
  }

  .button-6 {
    padding: 10px 20px;
  }

  .page-header-description-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .container-8 {
    text-align: left;
  }

  .social-list-item {
    width: 50px;
    height: 50px;
  }

  .contact-offices-info {
    max-width: none;
    margin-bottom: 40px;
  }

  .contact-offices {
    text-align: center;
  }

  .page-header-title-3 {
    font-size: 38px;
    line-height: 48px;
  }

  .contact-offices-description {
    margin-top: 20px;
  }

  .heading-content {
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .social-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .title-5 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-description-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-about-intro-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title-6 {
    font-size: 30px;
    line-height: 40px;
  }

  .process-slide-item {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-top: 10px;
  }

  .container._45.rfg.ef.etr {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .content-wrap {
    width: 270px;
    max-width: none;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    font-size: 25px;
    line-height: 1.2;
  }

  .paragraph {
    display: none;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }

  .paragraph._345 {
    display: block;
  }

  .paragraph.sd.wqe {
    display: block;
  }

  .button {
    margin-right: 0px;
    margin-bottom: 15px;
    padding: 15px 20px;
    font-size: 16px;
  }

  .footer-column {
    width: 100%;
  }

  .footer-column-large {
    width: 100%;
  }

  .footer-text-02 {
    font-size: 14px;
  }

  .service-card {
    min-width: auto;
    padding: 20px 30px;
  }

  .heading-3 {
    font-size: 16px;
    text-align: center;
  }

  .heading-3.wf.wrr {
    font-size: 18px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .hero-block._23 {
    padding-top: 20px;
  }

  .image-block {
    margin-bottom: 0px;
    padding: 8px;
  }

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

  .column-wrap-reversed {
    margin-bottom: 0px;
  }

  .title {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .title.w {
    margin-bottom: 10px;
    color: #001632;
    font-size: 14px;
  }

  .title.sdf {
    margin-bottom: 10px;
  }

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

  .heading-primary.h3-centre {
    font-size: 22px;
    text-align: center;
  }

  .heading-primary.h3-centre.df {
    font-size: 22px;
  }

  .heading-primary.ef {
    font-size: 22px;
    line-height: 1.5;
  }

  .heading-primary._39 {
    font-size: 22px;
    line-height: 1.2;
  }

  .heading-primary._45 {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.5;
  }

  .button-wrap-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link {
    background-color: #fff;
    font-size: 14px;
  }

  .section-logo {
    display: none;
  }

  .dropdown-link.w--current {
    color: #001632;
  }

  .logo-image {
    width: 220px;
  }

  .container-navigation {
    padding-bottom: 15px;
  }

  .phone-wrap {
    display: none;
  }

  .navigation {
    min-height: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .title-wrap-left {
    margin-bottom: 0px;
  }

  .hero-image-wrap {
    padding: 10px;
  }

  .testimonial-content-wrap {
    padding: 15px;
  }

  .testimonial-image-block {
    padding: 15px;
  }

  .button-default {
    padding: 10px 15px;
    font-size: 14px;
  }

  .button-default.ew {
    padding: 10px 5px;
  }

  .paragraph-hero {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .content-block-hero {
    margin-bottom: 10px;
  }

  .title-wrap.h3centre {
    margin-bottom: 0px;
  }

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

  .circle-div {
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
  }

  .statistic-circle-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .counte2rup {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
  }

  .flowbase-close-card {
    top: 0px;
    right: 0px;
    bottom: auto;
  }

  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .flowbase-card-wrap {
    min-width: auto;
    margin-right: 5px;
    margin-left: 5px;
  }

  .flowbase-icon-wrap {
    min-width: 60px;
  }

  .arrow-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-content-plain.ewt {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .blog-card {
    margin-bottom: 20px;
    padding: 10px 10px 0px;
  }

  .blog-content-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .arrow-image-mobile {
    display: none;
  }

  .arrow-image-mobile._2 {
    display: block;
  }

  .arrow-image-mobile-02 {
    display: none;
  }

  .arrow-image-mobile-02._2 {
    display: block;
  }

  .section-cta._44 {
    padding: 40px 15%;
  }

  .flowbase-card-delete {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .feature-info-block.icolegal {
    margin-left: 14px;
  }

  .feature-info-block.icomarketing {
    margin-left: 14px;
  }

  .feature-info-title {
    margin-bottom: 12px;
  }

  .feature-info-paragraph {
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-info-icon {
    height: 25px;
    margin-top: -3px;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }

  .subpage-title.smaller {
    font-size: 22px;
    line-height: 25px;
  }

  .steps.left {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .steps.dots {
    padding-top: 9%;
    padding-bottom: 9%;
  }

  .scoll-wrap-hero {
    height: 77%;
    margin-top: 12px;
  }

  .hero-section._456 {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .step-block-hero {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .scroll-hero {
    margin-top: 5%;
    margin-left: 0px;
    padding-left: 0px;
  }

  .step-hero {
    padding: 10px;
  }

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

  .img-hero-2 {
    padding-left: 0px;
  }

  .img-hero-2.reg {
    display: none;
    width: auto;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-13.w {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .logo-link-2.w--current {
    max-width: 50px;
  }

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

  .page-header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .data-list-item {
    min-height: auto;
    padding-top: 34px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-description {
    font-size: 18px;
    line-height: 28px;
  }

  .page-title {
    font-size: 32px;
    line-height: 34px;
  }

  .color-primary {
    font-size: 22px;
    line-height: 1px;
  }

  .form-wrapper {
    padding: 40px 20px;
  }

  .input-group {
    margin-bottom: 30px;
  }

  .textarea {
    font-size: 18px;
    line-height: 28px;
  }

  .textarea::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 22px;
  }

  .textarea:-ms-input-placeholder {
    font-size: 18px;
    line-height: 22px;
  }

  .textarea::-ms-input-placeholder {
    font-size: 18px;
    line-height: 22px;
  }

  .textarea::placeholder {
    font-size: 18px;
    line-height: 22px;
  }

  .section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .section-title.heading-1 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
  }

  .sidebar-title {
    font-size: 30px;
    line-height: 40px;
  }

  .page-title-2 {
    font-size: 32px;
    line-height: 34px;
  }

  .input-filed {
    font-size: 18px;
    line-height: 28px;
  }

  .input-filed::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 22px;
  }

  .input-filed:-ms-input-placeholder {
    font-size: 18px;
    line-height: 22px;
  }

  .input-filed::-ms-input-placeholder {
    font-size: 18px;
    line-height: 22px;
  }

  .input-filed::placeholder {
    font-size: 18px;
    line-height: 22px;
  }

  .title-2 {
    font-size: 14px;
    text-align: center;
  }

  .heading-primary-2 {
    width: 250px;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
  }

  .button-4 {
    display: block;
    width: 160px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    padding: 15px 10px;
    font-size: 16px;
    text-align: center;
  }

  .button-4.button-space {
    padding: 15px 10px;
    font-size: 16px;
  }

  .image-block-2 {
    margin-bottom: 10px;
    padding: 8px;
  }

  .paragraph-5 {
    font-size: 14px;
    text-align: center;
  }

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

  .breadcrumb-pic-right {
    display: none;
    max-width: 20px;
  }

  .section-3.breadcrumb.fsd.sxf {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .page-title-3 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  .page-title-wrapper-2 {
    max-width: 291px;
  }

  .breadcrumb-pic-left {
    display: none;
    max-width: 30px;
  }

  .logo-2 {
    width: 18%;
  }

  .subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar {
    width: 10%;
  }

  .breadcrumb {
    min-height: auto;
    padding: 60px 20px;
  }

  .contact-form-wrapper {
    padding: 30px 20px;
  }

  .button-5.open-account {
    width: 36px;
    height: 36px;
    padding: 0px;
  }

  .contact-sidebar {
    padding: 30px 20px;
  }

  .layout-grid.contact-child-grid {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .page-title-4 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  .section-title-2.center {
    margin-bottom: 46px;
  }

  .input-group-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .page-title-wrapper-3 {
    max-width: 291px;
  }

  .title-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .newsletter-wrapper.rounded {
    padding-right: 7%;
    padding-left: 7%;
  }

  .open-account-icon {
    display: block;
  }

  .input-text {
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .input-text.subscribe-input {
    margin-right: 0px;
    margin-bottom: 16px;
    text-align: center;
  }

  .input-text.subscribe-input::-webkit-input-placeholder {
    text-align: center;
  }

  .input-text.subscribe-input:-ms-input-placeholder {
    text-align: center;
  }

  .input-text.subscribe-input::-ms-input-placeholder {
    text-align: center;
  }

  .input-text.subscribe-input::placeholder {
    text-align: center;
  }

  .open-account-label {
    display: none;
  }

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

  .our-value-info {
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 66px;
  }

  .our-story-wrap.gdj {
    padding-bottom: 20px;
  }

  .hero-big-title {
    margin-right: 0px;
    margin-bottom: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .our-story-meta {
    font-size: 14px;
    text-align: center;
  }

  .our-story-meta.hyxk {
    font-size: 14px;
  }

  .our-story-meta.bt {
    text-align: center;
  }

  .hero-about-title.first {
    font-size: 22px;
    line-height: 30px;
  }

  .hero-about-title.last {
    font-size: 22px;
    line-height: 32px;
  }

  .partner-brand-item {
    width: 260px;
    height: 260px;
  }

  .partner-brand-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .number {
    font-size: 72px;
    line-height: 70px;
  }

  .our-story {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .hero-about-intro {
    max-width: none;
  }

  .uppercase-large-text {
    font-size: 20px;
    line-height: 28px;
  }

  .our-story-wrapper {
    padding-right: 18px;
    padding-bottom: 10px;
    padding-left: 18px;
  }

  .our-story-title {
    margin-bottom: 0px;
  }

  .our-value-meta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-about-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .mission-title {
    font-size: 20px;
    line-height: 30px;
  }

  .mission-item {
    padding: 20px;
  }

  .page-header-block.about-page-header {
    padding-right: 30px;
    padding-left: 30px;
  }

  .page-header-title-2 {
    font-size: 25px;
    line-height: 46px;
  }

  .page-header-description {
    font-size: 16px;
    line-height: 1.4;
  }

  .contact-list-item {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .form-filed {
    width: 100%;
  }

  .heading-wrapper {
    padding-bottom: 36px;
  }

  .section-description-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-6.gfx {
    padding: 15px 20px;
    font-size: 16px;
  }

  .page-header-description-2.header-about-description {
    padding-right: 0px;
    padding-left: 0px;
  }

  .help-slide-item {
    width: 100%;
  }

  .page-header-title-3 {
    font-size: 36px;
    line-height: 46px;
  }

  .checkbox {
    margin-left: 0px;
  }

  .form-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-fact-title {
    margin-top: 30px;
  }

  .checkbox-field-label {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }

  .title-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .checkbox-field {
    padding-left: 0px;
  }

  .process-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .team-slide-item {
    width: 100%;
  }

  .section-description-3 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.5;
  }

  .hero-about-intro-text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-label {
    font-size: 16px;
  }

  .button-label.fdh {
    font-size: 16px;
  }

  .about-join-team.hj {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mission-side-wrapper {
    min-height: 400px;
  }

  .hero-about-intro-2 {
    background-size: cover;
  }

  .title-6 {
    font-size: 24px;
    line-height: 34px;
  }

  .title-6.dgg {
    font-size: 25px;
  }

  .process-item {
    padding: 40px 20px;
  }

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

@media screen and (max-width: 991px) {
  #w-node-a0cef671-cfaa-c0bf-f3da-182a9dd46c61-965524d4 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}