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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 62px;
  line-height: 74px;
  font-weight: 300;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #00567d;
  font-size: 30px;
  line-height: 43px;
  font-weight: 700;
  text-align: left;
}

.body {
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #000;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  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 {
  width: 100%;
  max-width: 250px;
  margin-top: 20px;
}

.logo.w--current {
  margin-top: 10px;
  cursor: pointer;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 3% 15px;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.2);
}

.nav-link {
  margin-right: 6px;
  margin-left: 6px;
  border-top: 6px solid rgba(0, 86, 125, 0.2);
  color: #246681;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.nav-link:hover {
  border-top-color: #a8813d;
}

.nav-link:active {
  border-style: solid none none;
  border-width: 6px 1px 1px;
  border-color: #a8813d;
}

.nav-link:focus {
  border-top-color: #a8813d;
}

.nav-link.w--current {
  margin-right: 6px;
  margin-left: 6px;
  border-top-color: #a8813d;
  color: #246681;
}

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

.section {
  margin-right: auto;
  margin-left: auto;
  padding-right: 3%;
  padding-bottom: 70px;
  padding-left: 3%;
}

.section.hero {
  position: relative;
  display: block;
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url('../images/Asset-21.5x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.section.hero.top {
  margin-top: -86px;
  padding-top: 60px;
  padding-bottom: 0px;
}

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

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

.section.four {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/Asset-31.5x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.section.five {
  padding-top: 60px;
  padding-bottom: 10px;
}

.section.team {
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.section.footer {
  margin-top: -50px;
  padding-top: 86px;
}

.section.slider {
  display: block;
  padding-top: 40px;
  background-color: #6fa5ba;
}

.section.slider.padding-top {
  padding: 86px 0% 0px;
  background-color: transparent;
}

.section.section02 {
  padding-top: 70px;
}

.section.mobile {
  display: none;
  padding-right: 0%;
  padding-left: 0%;
  background-color: #6fa5ba;
}

.container {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

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

.container.align-center.hero {
  padding-top: 45px;
  padding-bottom: 60px;
}

.container._3-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.flex-apart {
  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;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.container.flex-apart.grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.flex-apart._20 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.container.flex-apart._20.top-40 {
  padding-top: 80px;
  grid-column-gap: 46px;
  grid-row-gap: 46px;
}

.container.relative {
  position: relative;
}

.extra-bold {
  font-weight: 900;
}

._26px {
  font-size: 26px;
  line-height: 42px;
}

._26px.center {
  text-align: center;
}

._26px._32-height {
  line-height: 32px;
}

.max-1019-px {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

._28px {
  min-height: 99px;
  font-size: 28px;
  line-height: 33px;
}

._28px._33px {
  min-height: 0px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: left;
}

._28px._40 {
  line-height: 40px;
}

._20px {
  max-width: 50ch;
  font-size: 20px;
  line-height: 26px;
}

._20px.center {
  margin-bottom: 60px;
  font-family: Optima, sans-serif;
  font-size: 17px;
  text-align: center;
}

._20px.center.a8813d {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #a8813d;
  font-weight: 700;
}

._20px.center.fff {
  font-family: Roboto, sans-serif;
}

._20px.center._20 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

._20px.light {
  color: #000;
  font-weight: 300;
}

._20px.align-center {
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

._20px.align-center.bottom-10 {
  margin-bottom: 40px;
}

._40-top {
  margin-top: 40px;
}

.arrow-and-text {
  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;
  color: #00567d;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.a-a8813d {
  margin-right: 5px;
  color: #a8813d;
}

.team-wrap {
  position: relative;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

._18px {
  min-height: 50px;
  margin-top: 0px;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.team-card {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 710px;
  min-height: 710px;
  background-color: #8db7c8;
  opacity: 1;
  -webkit-transform: rotateX(0deg) rotateY(3deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(3deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.white-back {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 100%;
  max-height: 710px;
  min-height: 710px;
  padding: 60px 16px 16px;
  -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;
  background-color: #fff;
  opacity: 0;
  color: #000;
}

.card-wrap-2 {
  position: relative;
  width: 100%;
  color: #fff;
}

.head-and-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
}

.max-82px {
  max-width: 82px;
}

.max-82px.big {
  max-width: 100px;
}

.max-82px.last {
  max-width: 110px;
}

._24px {
  color: #00567d;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

._24px._40down {
  margin-bottom: 30px;
}

.line-7px {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 7px;
  background-color: #a8813d;
}

._36px {
  color: #fff;
  font-size: 36px;
}

._36px._30-down {
  margin-bottom: 30px;
}

._36px.blue {
  font-family: Roboto, sans-serif;
  color: #00567d;
  font-size: 32px;
  line-height: 43px;
  font-weight: 700;
}

._36px.blue._20-20 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

._36px._000 {
  margin-bottom: 15px;
  color: #00567d;
  line-height: 46px;
  font-weight: 700;
  text-align: left;
}

._36px.center {
  text-align: center;
}

._36px.center._60-down {
  margin-bottom: 60px;
  padding-left: 14%;
}

._22px {
  font-size: 22px;
  line-height: 29px;
}

.max-400 {
  max-width: 400px;
}

.card-one {
  width: 50%;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #9c9c9c;
}

.card-one._8db7c8 {
  border-color: #8db7c8;
  background-color: #8db7c8;
}

.card-one.nopad {
  padding: 0px;
  border-style: none;
}

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

.right-arrow {
  color: #9c9c9c;
}

.left-arrow {
  color: #9c9c9c;
}

.max-344px {
  display: block;
  width: 70%;
  max-width: 344px;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav {
  display: none;
}

._19px {
  font-size: 18px;
  line-height: 23px;
  font-weight: 900;
}

._19px._60-top {
  margin-top: 40px;
  color: #a8813d;
  text-align: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  -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: 1px solid #a8813d;
  border-radius: 8px;
  background-color: #a8813d;
  font-size: 19px;
  line-height: 23px;
  font-weight: 900;
}

.line-00567d {
  width: 100%;
  height: 8px;
  margin-top: 60px;
  background-color: #00567d;
}

.tab-link-tab-2 {
  padding-left: 0px;
  border-top: 7px solid rgba(0, 86, 125, 0.2);
  background-color: transparent;
  color: #00567d;
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
}

.tab-link-tab-2:hover {
  border-top-color: #a8813d;
}

.tab-link-tab-2.w--current {
  border-top-color: #a8813d;
  background-color: transparent;
  font-weight: 700;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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;
}

.tab-image-wrap {
  background-image: url('../images/Asset-111.5x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-image-wrap._04 {
  height: 100%;
}

.tab-text {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 749.7646px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  opacity: 1;
  font-size: 20px;
  line-height: 26px;
}

.image {
  min-height: 465px;
  -o-object-fit: cover;
  object-fit: cover;
}

.parent-wrap {
  margin-right: auto;
  margin-left: auto;
}

.head-and-para {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.tab-link-tab-1 {
  width: 100%;
  margin-bottom: 10px;
  padding: 0px;
  background-color: transparent;
  opacity: 0.4;
}

.tab-link-tab-1.w--current {
  width: 100%;
  margin-bottom: 10px;
  padding: 0px;
  opacity: 1;
}

.tab-link-tab-2-2 {
  width: 100%;
  margin-bottom: 10px;
  padding: 0px;
  opacity: 0.4;
}

.tab-link-tab-2-2.w--current {
  background-color: transparent;
}

.tab-link-tab-3 {
  width: 100%;
  padding: 0px;
  background-color: transparent;
  opacity: 0.4;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -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;
  cursor: pointer;
}

.tabs-content {
  width: 60%;
  padding-top: 0px;
}

.card-text {
  width: 100%;
  margin-bottom: 40px;
  padding-right: 5%;
  padding-left: 5%;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
}

.ecosystem_img {
  width: 100%;
  max-width: 700px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.case-study {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 15%;
  height: 0px;
}

.about-tag {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
}

.tab-link-tab-0 {
  display: none;
}

.tab-link-tab-0.w--current {
  display: none;
}

.image-2 {
  width: 100%;
}

.image-3 {
  width: 100%;
}

.image-4 {
  width: 100%;
}

.div-block-3 {
  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;
}

.button-border {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
}

.button--text {
  padding: 12px 24px;
  font-size: 18px;
}

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

.teamnamegrid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.teamnamegrid.hide {
  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;
}

.text-block {
  padding-bottom: 6px;
  color: #00567d;
  font-size: 28px;
  font-weight: 700;
}

.bioborderop {
  width: 185px;
  margin-bottom: 20px;
  border-top: 8px solid #ccdde5;
}

.team_name_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.bio-container {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: url('../images/Asset-111.5x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.bio-container.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bg-white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: hsla(0, 0%, 100%, 0.75);
  background-image: none;
  opacity: 1;
}

.oky {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
  max-width: 749.7646px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  opacity: 1;
  font-size: 20px;
  line-height: 26px;
}

.close {
  position: absolute;
  left: auto;
  top: 4%;
  right: 3%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 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-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -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;
  color: #8b8b8b;
}

.html-embed-2 {
  width: 100%;
}

.div-block-5 {
  width: 100%;
}

.more-info {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
}

.flex-align {
  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;
}

.tab-pane-tab-1 {
  height: 500px;
  background-image: url('../images/Asset-111.5x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-pane-tab-4 {
  position: static;
  height: 500px;
}

.tab-pane-tab-2 {
  height: 500px;
  background-image: url('../images/Asset-111.5x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-pane-tab-3-2 {
  height: 500px;
  background-image: url('../images/Asset-111.5x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-content-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: hsla(0, 0%, 100%, 0.75);
  background-image: none;
  opacity: 0;
}

.tab-content-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: hsla(0, 0%, 100%, 0.75);
  background-image: none;
  opacity: 0;
}

.tab-content-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: hsla(0, 0%, 100%, 0.75);
  background-image: none;
  opacity: 0;
}

.tab-content-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: hsla(0, 0%, 100%, 0.75);
  background-image: none;
  opacity: 0;
}

.tabs-2 {
  display: none;
}

.text-block-2 {
  padding: 5px 10px;
  background-color: #246681;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.div-block-6 {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-5 {
  width: 100%;
}

.section-2 {
  position: relative;
  margin-top: 86px;
  margin-bottom: 0px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 20px;
  grid-column-gap: 60px;
}

.div-block-8 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 3% 60px;
  background-color: #6fa5ba;
}

.div-block-8.white {
  background-color: transparent;
}

@media screen and (min-width: 1280px) {
  h2 {
    font-size: 36px;
  }

  .section.five {
    padding-bottom: 30px;
  }

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

  .container {
    overflow: hidden;
  }

  .container._3-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  ._28px {
    min-height: 0px;
  }

  ._20px.center {
    font-size: 20px;
  }

  .white-back {
    opacity: 1;
  }

  ._36px.blue {
    font-size: 36px;
  }

  ._36px.center._60-down {
    padding-left: 9%;
  }

  .card-one._8db7c8 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .max-344px {
    width: 100%;
  }

  .html-embed {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ecosystem_img {
    max-width: 800px;
  }
}

@media screen and (min-width: 1440px) {
  .white-back {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._36px.center._60-down {
    padding-left: 7%;
  }

  .ecosystem_img {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
    line-height: 60px;
  }

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

  .navbar {
    padding-top: 15px;
  }

  .nav-link {
    border-top-width: 3px;
  }

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

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

  .container.flex-apart.grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container.flex-apart._20.top-40 {
    padding-top: 40px;
  }

  ._26px.center {
    font-size: 18px;
    line-height: 32px;
  }

  ._26px._32-height {
    font-size: 16px;
    line-height: 24px;
  }

  ._28px {
    min-height: 0px;
    font-size: 18px;
    line-height: 24px;
  }

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

  ._20px {
    font-size: 15px;
    line-height: 22px;
  }

  .arrow-and-text {
    font-size: 15px;
  }

  .head-and-image {
    padding: 20px;
  }

  ._36px.center._60-down {
    padding-left: 26%;
  }

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

  .card-one {
    width: 100%;
  }

  .tab-link-tab-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .tab-link-tab-2.w--current {
    font-size: 20px;
    line-height: 24px;
  }

  .tab-text {
    font-size: 16px;
    line-height: 24px;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .line-1 {
    width: 40px;
    height: 3px;
    max-height: 3px;
    max-width: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    border-radius: 5px;
    background-color: #00567d;
  }

  .line-2 {
    width: 40px;
    height: 3px;
    max-height: 3px;
    max-width: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    background-color: #00567d;
  }

  .line-3 {
    width: 40px;
    height: 3px;
    max-height: 3px;
    max-width: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    background-color: #00567d;
  }

  .nav-menu {
    background-color: #fff;
  }

  .tab-link-tab-1 {
    width: 100%;
  }

  .tab-link-tab-2-2.w--current {
    width: 100%;
  }

  .tabs-menu-2 {
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .ecosystem_img {
    max-width: 100%;
  }

  .image-3 {
    display: block;
  }

  .oky {
    font-size: 16px;
    line-height: 24px;
  }

  .tab-pane-tab-1 {
    height: 400px;
  }

  .tab-pane-tab-4 {
    height: 400px;
  }

  .tab-pane-tab-2 {
    height: 400px;
  }

  .tab-pane-tab-3-2 {
    height: 400px;
  }

  .image-5 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .container._3-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._20px {
    font-size: 14px;
  }

  ._40-top {
    margin-top: 10px;
  }

  ._36px.center._60-down {
    padding-left: 35%;
    font-size: 32px;
  }

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

  .teamnamegrid.hide {
    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;
    grid-template-rows: auto;
  }

  .tab-pane-tab-1 {
    height: 420px;
  }

  .tab-pane-tab-4 {
    height: 430px;
  }

  .tab-pane-tab-2 {
    height: 400px;
  }

  .tab-pane-tab-3-2 {
    height: 500px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 44px;
  }

  .logo.w--current {
    max-width: 200px;
  }

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

  .nav-link {
    display: block;
    font-size: 16px;
    line-height: 20px;
  }

  .nav-link.mobile {
    display: block;
  }

  .nav-link.desktop {
    display: none;
  }

  .section {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .section.footer {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .section.slider {
    display: none;
  }

  .section.slider.mobile {
    display: block;
  }

  .section.mobile {
    display: block;
    margin-top: 0px;
    padding-top: 73px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .container.align-center.hero {
    padding-bottom: 20px;
  }

  .container.flex-apart.grid {
    width: 95%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._26px.center {
    padding-right: 12%;
    padding-left: 12%;
    font-size: 16px;
    line-height: 24px;
  }

  ._28px {
    font-size: 16px;
  }

  ._28px._33px.ui-mobile {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._28px._40 {
    line-height: 28px;
  }

  ._20px.center._20 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .white-back {
    display: none;
    opacity: 0;
  }

  ._36px.blue._20-20 {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._36px.center._60-down {
    margin-bottom: 40px;
    padding-left: 0%;
  }

  .card-one {
    padding-right: 0px;
    padding-left: 0px;
  }

  .card-one._8db7c8 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link-tab-2 {
    max-height: 100px;
    min-width: 150px;
  }

  .tab-link-tab-2.w--current {
    overflow: hidden;
    max-height: 100px;
    min-width: 150px;
  }

  .tabs-menu {
    display: -ms-grid;
    display: grid;
    overflow: visible;
    max-height: 200px;
    margin-bottom: 0px;
    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;
  }

  .tab-image-wrap {
    background-image: url('../images/Asset-111.5x.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }

  .tab-image-wrap._04 {
    height: auto;
  }

  .tab-image-wrap._03 {
    height: auto;
  }

  .tab-image-wrap._02 {
    height: auto;
  }

  .tab-image-wrap._01 {
    height: auto;
  }

  .tab-text {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .head-and-para {
    max-width: 95%;
  }

  .menu-button {
    margin-right: 10px;
    padding: 0px;
  }

  .line-1 {
    width: 30px;
    max-width: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .line-2 {
    width: 30px;
    max-width: 30px;
  }

  .line-3 {
    width: 30px;
    max-width: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tab-link-tab-3 {
    width: 100%;
  }

  .tabs-menu-2 {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tabs-content {
    width: 100%;
    padding-top: 40px;
  }

  .teamnamegrid.hide {
    display: none;
    overflow: scroll;
  }

  .bio-container {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .bio-container.hide {
    position: static;
    display: none;
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 50% 0%;
    background-size: cover;
  }

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

  .bg-white {
    position: relative;
    opacity: 0;
  }

  .oky {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .close {
    overflow: hidden;
    max-height: 30px;
    max-width: 30px;
    min-height: 30px;
    min-width: 30px;
  }

  .tab-pane-tab-1 {
    height: auto;
  }

  ._02 {
    height: 760px;
  }

  ._03 {
    height: 930px;
  }

  ._04 {
    height: 830px;
  }

  .tab-pane-tab-4 {
    height: auto;
  }

  .tab-pane-tab-2 {
    height: auto;
  }

  .tab-pane-tab-3-2 {
    height: auto;
  }

  .tab-content-1 {
    position: relative;
    width: 100%;
    min-height: 500px;
    opacity: 1;
  }

  .tab-content-2 {
    position: relative;
    display: none;
  }

  .tab-content-3 {
    position: relative;
    display: none;
  }

  .tab-content-4 {
    position: relative;
    display: none;
  }

  .tabs-2 {
    display: block;
  }

  .tabs-content-2 {
    margin-top: 20px;
  }

  .text-block-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-3 {
    padding: 8px;
    background-color: #246681;
    color: #fff;
    font-size: 14px;
    text-align: center;
  }

  .case-studies-container-mobile {
    margin-bottom: 40px;
    padding-bottom: 0px;
  }

  .section-2 {
    margin-top: 72px;
  }

  .div-block-8 {
    padding-bottom: 10px;
  }

  .div-block-8.white {
    padding-top: 0px;
  }
}

#w-node-_970f5877-ca68-d6b7-0361-96af51b59247-82e527cb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_41746f48-cc7d-689c-5128-8545b3449d06-82e527cb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ba7a4ae4-e06a-595e-13ca-e7e219e4fdaf-82e527cb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_31528894-07c1-b4f5-5778-0c7312f7315f-82e527cb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8b8b4b44-3b15-76e4-3d83-07196fd79659-82e527cb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_94f7d369-c6dd-d780-caba-03a3ad621daa-82e527cb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b6d22519-0f65-503f-a936-a48437bff039-82e527cb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c740d71e-1332-6b0f-6a69-c01e11335557-82e527cb {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c740d71e-1332-6b0f-6a69-c01e1133555d-82e527cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c740d71e-1332-6b0f-6a69-c01e1133555d-82e527cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Optima b';
  src: url('../fonts/OPTIMA_B.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../fonts/OPTIMA.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../fonts/Optima_Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../fonts/Optima-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}