:root {
  --white: white;
  --dark-sea-green: #97c680;
  --black-2: #1e1e2f;
  --occamy-1: #3b758c;
  --sandy-brown: #feba88;
  --occamy-2: #1797a6;
  --black: black;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --waves-library--black: #131313;
  --elements-webflow-library--neutral--400: #dcddeb;
  --waves-library--white: white;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray600: #475467;
  --waves-library--dark-elevation: #ede0d8;
}

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

body {
  color: #1e1e2f;
  font-family: Archia, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 90px;
  font-size: 76px;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  line-height: 1.4em;
}

a {
  text-decoration: underline;
  transition: all .3s;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.header {
  z-index: 90;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.main {
  background-image: url('../images/Asset-1bg.svg'), linear-gradient(-5deg, #fff3d9 60%, #f8edd2 98%);
  background-position: 50% 60%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.main.main-services {
  background-image: linear-gradient(-5deg, #f8f4f1, #fefeff 25%);
}

.footer {
  z-index: 99;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 0;
  position: relative;
}

.remodal.remodal--global {
  background-color: var(--white);
  text-align: left;
  color: #222736;
  text-align: left;
  text-align: left;
  background-color: #fff;
  background-image: linear-gradient(#0a4c4a 15%, #fff 15%);
  border-radius: 1.875rem;
  width: 100%;
  min-width: 47.25em;
  max-width: 38rem;
  height: 650px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.content {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.content.homeservices {
  display: block;
}

.content.footer-content {
  background-color: #fff3d9;
  border-radius: 0;
  max-width: none;
  padding-bottom: 22px;
  padding-left: 80px;
  padding-right: 80px;
}

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

.section {
  padding: 64px 80px;
}

.section.section--overflow-hidden {
  overflow: hidden;
}

.section.section--overflow-hidden.footer-section {
  padding: 0;
}

.section.section--hero {
  padding-top: 150px;
  overflow: hidden;
}

.section.section--hero.product-page {
  padding-top: 0;
}

.section.section--hero.impact {
  padding-bottom: 20px;
}

.section.section--cat {
  display: block;
}

.section.mod--profess {
  min-height: 200vh;
  padding: 0 2.5rem;
}

.hero__columns {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav {
  margin-top: 0;
  display: block;
}

.nav__link {
  box-shadow: inset 0 0 0 0 var(--dark-sea-green);
  color: var(--black-2);
  text-align: center;
  margin-right: 40px;
  text-decoration: none;
  display: inline-block;
}

.nav__link.mod--fixed {
  display: none;
}

.nav__link.mod--fixed.w--current {
  box-shadow: inset 0 -9px 0 0 var(--dark-sea-green);
  margin-top: 0;
  transition: all .3s;
}

.btn {
  background-color: var(--dark-sea-green);
  box-shadow: inset 0 45px 0 0 var(--black-2);
  text-align: center;
  border-radius: 100px;
  min-width: 160px;
  padding: 10px 30px;
}

.btn:hover {
  box-shadow: inset 0 45px 0 -50px var(--black-2);
  color: var(--black-2);
}

.btn.stroke--btn-01 {
  display: none;
}

.btn.mod--menu {
  background-color: var(--occamy-1);
}

.header__col.col--3 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header__col.col--3.header__col__services {
  color: var(--white);
}

.header__col.col--1 {
  min-width: 250px;
}

.header__col.col--2 {
  display: none;
}

.hero__col.col--2 {
  z-index: 0;
  flex: 1;
}

.hero__col.col--1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 75px;
  padding-bottom: 0;
  display: flex;
}

.input {
  z-index: 0;
  border: 1px solid #1e1e2f33;
  border-radius: 0;
  width: 300px;
  height: 64px;
  padding-left: 25px;
  font-size: 16px;
  transition: all .3s;
  position: relative;
}

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

.input:focus {
  border-color: #97c680;
}

.input::placeholder {
  color: var(--black-2);
}

.input.mod--footer {
  width: 240px;
  margin-bottom: 0;
  margin-right: -1px;
}

.input.mod--hero {
  border-width: 1px;
  border-color: #fff;
  width: 450px;
  height: 120px;
  margin-bottom: 0;
  padding-left: 50px;
  font-size: 20px;
  box-shadow: 0 46px 50px #00000008;
}

.input.mod--hero:hover {
  box-shadow: 0 46px 50px #0000001a;
}

.input.mod--hero:focus {
  border-color: #97c680;
  box-shadow: 0 46px 50px #0000001a;
}

.input.mod--modal {
  background-color: #fff0;
  border-width: 0 0 1px;
  flex: 1;
  width: auto;
  height: 72px;
  margin-bottom: 0;
  padding-left: 0;
}

.input.mod--modal::placeholder {
  color: #1e1e2f99;
}

.btn-submit {
  z-index: 1;
  background-color: var(--dark-sea-green);
  box-shadow: inset 0 0 0 0 var(--sandy-brown);
  color: var(--black-2);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 100%;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-submit:hover {
  box-shadow: inset 0 -70px 0 0 var(--sandy-brown);
}

.btn-submit.mod--hero {
  width: 120px;
  font-size: 34px;
}

.btn-submit.mod--hero:hover {
  box-shadow: inset 0 -120px 0 0 var(--sandy-brown);
}

.btn-submit.mod--hero.stroke--btn-1 {
  box-shadow: none;
  text-align: center;
  cursor: pointer;
  background-color: #505079;
  background-image: linear-gradient(#573168, #1987a3);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  align-items: stretch;
  width: 75px;
  height: 100%;
  padding-top: 0;
  transition-property: none;
  display: flex;
  position: static;
}

.btn-submit.stroke--btn-1.active {
  opacity: 0;
  background-color: #0000;
  transition-duration: .2s;
}

.btn-submit.mod--form-footer {
  background-color: var(--occamy-1);
  cursor: pointer;
  height: auto;
  position: relative;
}

.btn-submit.mod--form-footer.btn-contactform {
  background-color: var(--occamy-2);
  box-shadow: inset 0 0 0 0 var(--occamy-2);
  color: var(--white);
  border-radius: 20px;
  margin-top: 30px;
  padding: 15px 50px;
}

.btn-submit.mod--form-footer.btn-contactform:hover {
  box-shadow: inset 0 -70px 0 0 var(--occamy-1);
  color: var(--black-2);
}

.btn-submit.mod--modal {
  flex: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: auto;
  bottom: 1rem;
}

.form {
  position: relative;
}

.form-block {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.form-block.mod--modal {
  width: 100%;
}

.hero__persons {
  z-index: 0;
  justify-content: flex-end;
  height: 525px;
  margin-left: 20px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.hero__person {
  cursor: pointer;
  border-radius: 20px;
  width: 21%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.hero__person.active {
  width: 58%;
}

.hero__person.mod--1 {
  border-radius: 16px;
}

.hero__person.mod--4 {
  display: block;
}

.hero__person-img {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  height: 115%;
  display: block;
  position: relative;
}

.hero__person-img.mod--3, .hero__person-img.mod--2 {
  height: 100%;
  margin-top: -50px;
}

.hero__person-img.mod--1 {
  height: 100%;
  margin-top: -90px;
}

.hero__person-img.mod--4 {
  height: 100%;
  margin-top: -50px;
}

.hero__person-grad {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#0000 50%, #000c);
  position: absolute;
  inset: 0%;
}

.hero__person-txt-wrap {
  justify-content: space-between;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .5s;
  display: flex;
  position: absolute;
  transform: rotate(-90deg);
}

.hero__person-txt-wrap.active {
  width: 100%;
  margin-bottom: 55px;
  transform: none;
}

.hero__person-txt-wrap.mod--first {
  margin-left: auto;
  transform: rotate(-90deg);
}

.hero__person-txt-wrap.mod--first.active {
  padding-left: 100px;
  transform: none;
}

.hero__person-title {
  flex: none;
  font-size: 34px;
  line-height: 1.1em;
}

.hero__person-title.active {
  height: 80px;
}

.hero__person-title.stroke--white-02 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--black);
}

.hero__person-title.stroke--white-02.vertical {
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
}

.hero__person-count {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 0%;
  font-size: 52px;
  transition: all .6s;
  display: none;
  overflow: hidden;
}

.hero__person-count.active {
  opacity: 1;
  height: 100%;
}

.hero__person-count-title {
  margin-bottom: -20px;
  line-height: 1em;
  display: inline-block;
}

.hero__person-count-span {
  flex: none;
  width: 100%;
  font-size: 14px;
  display: inline-block;
}

.hero__person-square {
  z-index: -1;
  background-color: var(--black-2);
  text-align: left;
  background-image: linear-gradient(100deg, #1987a3, #573168);
  width: 240px;
  height: 50%;
  margin-left: -20px;
  display: block;
  position: absolute;
}

.hero__person-square.active {
  width: 0;
}

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

.heading--center.heading--center--services {
  margin-bottom: 0;
  font-size: 36px;
}

.category__tab-link {
  background-color: #0000;
  border-bottom: 2px solid #0000;
  border-radius: 0;
  min-height: 32px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  line-height: 1.5em;
}

.category__tab-link:hover {
  border-bottom-color: #0003;
  min-height: 26px;
}

.category__tab-link.w--current {
  background-color: #0000;
  border-bottom-color: #000;
  min-height: 26px;
}

.category__tab-link.w--current:hover {
  border-bottom-color: #000;
}

.category__tabs-menu {
  text-align: center;
  margin-bottom: 56px;
  display: none;
}

.category__columns {
  flex-flow: row;
  place-content: stretch center;
  align-items: flex-start;
  margin-left: -16px;
  margin-right: -16px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.category__col {
  align-self: flex-start;
  width: 30%;
  padding-left: 60px;
  padding-right: 60px;
  position: sticky;
  top: 40vh;
}

.category__card {
  color: var(--black-2);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.category__card:hover {
  color: var(--occamy-2);
}

.category__card-img {
  border-radius: 20px;
  margin-bottom: 24px;
  display: block;
}

.category__card-img.mod--desctop {
  display: block;
}

.category__card-img.mod--mob {
  display: none;
}

.category__card-title {
  margin-bottom: 12px;
  font-size: 24px;
}

.category__card-title.stroke--skills-06 {
  text-align: center;
  line-height: 32px;
}

.category__card-title.stroke--skills-06:hover {
  color: var(--occamy-2);
}

.category__card-month {
  color: var(--black-2);
  display: none;
}

.skills__head-desc {
  z-index: 1;
  width: 100%;
  max-width: 765px;
  margin-right: 80px;
  position: relative;
}

.skills__txt-desc {
  margin-bottom: 0;
  font-size: 20px;
}

.skills__achieve {
  background-color: var(--dark-sea-green);
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: -185px;
  display: flex;
  overflow: hidden;
}

.skills__achieve.mod--desctop {
  background-color: var(--occamy-1);
  background-image: linear-gradient(#573168, #1987a3);
  border-radius: 16px;
}

.skills__achieve.mob--mob {
  display: none;
}

.skills__achieve-title {
  margin-right: 16px;
  font-size: 52px;
  line-height: 1em;
}

.skills__achieve-title.stroke--08 {
  color: var(--white);
}

.skills__achieve-desc {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4em;
}

.skills__achieve-desc.stroke--06 {
  color: var(--white);
  -webkit-text-stroke-color: transparent;
}

.skills__achieve-txt-wrap {
  justify-content: flex-end;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 36px;
  display: flex;
}

.skills__achieve-line {
  background-color: var(--white);
  color: var(--white);
  flex: none;
  width: 1px;
  height: 40px;
  margin-left: 32px;
  margin-right: 32px;
}

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

.skills__col.mod--video {
  flex: 1;
}

.skills__video-wrap {
  z-index: 0;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 950px;
  min-height: 470px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.skills__list {
  max-width: 270px;
  margin-right: 60px;
}

.skills__list-item {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.skills__list-ico {
  background-color: var(--white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 24px;
  display: flex;
  box-shadow: 0 4px 40px #0000000d;
}

.skills__list-title {
  margin-bottom: 16px;
  font-size: 20px;
}

.skills__list-title.stroke--06 {
  margin-bottom: 0;
}

.skills__list-desc {
  color: #1e1e2fcc;
}

.skills__list-line {
  border-left: 1px dashed #1e1e2f99;
  width: 1px;
  margin-top: 103px;
  margin-bottom: -14px;
  position: absolute;
  inset: 0% auto 0% 28px;
}

.hide {
  display: none;
}

.dot-green {
  color: #1987a3;
  padding-left: 5px;
  font-family: Varela, sans-serif;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: block;
  position: relative;
}

.swiper-slide.mod--profess2 {
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.swiper-slide.mod--profess1 {
  flex: none;
  width: 100%;
  left: auto;
}

.swiper {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.swiper.swiper--persons {
  display: none;
}

.swiper.mod--profess1 {
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
}

.swiper.mod--profess2 {
  height: 90%;
  margin-bottom: 0;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer__columns {
  border-bottom: 1px solid #1e1e2f1a;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 120px;
  margin-bottom: 24px;
  padding-top: 56px;
  padding-bottom: 36px;
  display: flex;
}

.footer__col.col--nav {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.footer__subs-title {
  margin-bottom: 20px;
  font-size: 20px;
}

.footer__subs-title.stroke--06 {
  color: var(--black);
  font-size: 18px;
  line-height: 22px;
}

.footer__copyright {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer__nav-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 400px;
  display: block;
}

.footer__nav-list.footerquicklinks {
  display: block;
}

.footer__nav-list-item {
  width: auto;
  margin-bottom: 20px;
}

.hero__h1 {
  font-size: 28px;
  line-height: 1.2em;
}

.hero__h1.hero_mobile {
  display: none;
}

.nav__link {
  box-shadow: inset 0 0 0 0 var(--occamy-1);
  margin-left: 40px;
  margin-right: 0;
}

.nav__link:hover {
  box-shadow: inset 0 -9px 0 0 var(--occamy-1);
}

.nav__link.mod--login {
  box-shadow: inset 0 0 0 0 var(--occamy-1);
  margin-left: 40px;
  margin-right: 0;
}

.nav__link.mod--login.w--current {
  box-shadow: inset 0 0 0 0 var(--occamy-1);
}

.nav__link.mod--login.nav__link__services {
  color: var(--black-2);
}

.category__card-arrow {
  z-index: 2;
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: -60px 16px auto auto;
}

.skills__video {
  width: 110%;
  height: 120%;
  margin-bottom: -40px;
  margin-right: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.header-block {
  z-index: 90;
  padding: 38px 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.header-block.mod--fixed {
  z-index: 99999999;
  background-color: #fff3d9;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: all .5s;
  position: fixed;
  top: 0%;
  transform: translate(10px, -100px);
  box-shadow: 0 2px 5px #00000012;
}

.header-block.mod--fixed.header-block-services {
  display: none;
}

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

.category__tabs-mask {
  overflow: visible;
}

.hero__person-txt-more {
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 78px;
}

.hero__person-txt-more.mod--1 {
  padding-left: 40px;
  bottom: 50px;
}

.hero__person-txt-more.mod--2, .hero__person-txt-more.mod--3, .hero__person-txt-more.mod--4 {
  bottom: 50px;
}

.hero__person-txt-less {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  bottom: 80px;
  transform: rotate(-90deg);
}

.hero__person-txt-less.mod--1 {
  padding-top: 20px;
  right: 0;
}

.hero__person-txt-less.mod--1.hide {
  display: none;
}

.hero__person-txt-less.mod--2, .hero__person-txt-less.mod--3, .hero__person-txt-less.mod--4 {
  width: 50px;
  bottom: 20px;
}

.skills__top {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero__person-cont {
  border: 1px solid #000;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.header__btn-menu {
  background-color: var(--black-2);
  cursor: pointer;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 24px;
  display: none;
  position: relative;
}

.header__btn-menu-line {
  background-color: var(--white);
  width: 16px;
  height: 2px;
  position: absolute;
  transform: none;
}

.header__btn-menu-line.mod--1 {
  transform: translate(0, -3px);
}

.header__btn-menu-line.mod--2 {
  transform: translate(0, 3px);
}

.menu {
  display: none;
  position: static;
}

.btn-border {
  background-color: var(--dark-sea-green);
  box-shadow: inset 0 45px 0 0 var(--black-2);
  text-align: center;
  border-radius: 100px;
  min-width: 160px;
  padding: 10px 30px;
}

.btn-border:hover {
  box-shadow: inset 0 45px 0 -50px var(--black-2);
  color: var(--black-2);
}

.footer__nav-link {
  box-shadow: inset 0 0 0 0 var(--occamy-1);
  color: var(--black);
  text-align: left;
  margin-right: 0;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer__nav-link:hover {
  box-shadow: inset 0 -9px 0 0 var(--occamy-1);
}

.skills__video-nav {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: auto 32px 32px auto;
}

.skills__video-nav-ico {
  z-index: 0;
  opacity: 0;
  cursor: pointer;
  transition: all .3s;
  position: absolute;
  transform: scale(.7);
}

.skills__video-nav-ico.active {
  z-index: 1;
  opacity: 1;
  display: block;
  transform: translate(0);
}

.skills__video-nav-ico.active:hover {
  opacity: .7;
}

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

.footer__social {
  justify-content: flex-end;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.footer__soc-link {
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.footer__soc-link:hover {
  background-color: var(--black-2);
}

.footer__soc-link.facebook {
  display: none;
}

.footer__soc-link.instagram {
  display: flex;
}

.footer__soc-img {
  filter: none;
  color: var(--white);
  -webkit-text-stroke-color: var(--black);
  object-fit: scale-down;
  border: 1px solid #1e1e2f1a;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: block;
}

.footer__soc-img:hover {
  filter: brightness(0%) invert();
}

.footer__copyright-logo {
  flex: none;
  margin-right: 0;
}

.footer__follow-link {
  color: #fff;
  display: inline-block;
}

.footer__follow-and {
  color: #fff;
}

.form__content {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.form__submit {
  z-index: 3;
  background-color: var(--occamy-1);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.form__submit-result-wrap {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.4rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form__submit-result-wrap.mod--modal {
  padding-left: .75rem;
}

.form__submit-result {
  align-items: center;
  width: 0;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.form__submit-result.active {
  width: .625rem;
  transition-duration: 1s;
}

.form__submit-result-ico {
  filter: invert(90%);
  flex: none;
  width: 1rem;
  max-width: none;
  display: block;
}

.modal__content {
  z-index: 2;
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.5rem 3rem 3rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal__close {
  z-index: 5;
  opacity: .4;
  filter: invert();
  cursor: pointer;
  background-image: url('../images/ico-close-modal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.modal__close:hover {
  opacity: .9;
}

.modal__img {
  object-fit: cover;
  object-position: 50% 0%;
  width: auto;
  height: auto;
  display: block;
  position: relative;
  overflow: auto;
}

.modal__heading {
  max-width: 11.25rem;
  font-size: 1.25rem;
}

.modal__text-wrap {
  justify-content: center;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.modal__text {
  max-width: 15rem;
  margin-bottom: 0;
  line-height: 1.5rem;
}

.btn-submit__arrow {
  opacity: 1;
  transition: all .2s;
  display: block;
}

.btn-submit__arrow.active {
  opacity: 0;
}

.text-block {
  color: var(--black);
  text-align: center;
  padding-top: 5px;
  display: block;
}

.columns {
  justify-content: space-between;
  display: flex;
}

.columns.mod--featured-choose {
  border-top: .0625rem solid #14173126;
  height: 8.75rem;
  position: relative;
}

.columns.mod--featured {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: stretch;
  height: 6.625rem;
  margin-bottom: 2rem;
}

.columns.mod--header {
  grid-column-gap: 5.75rem;
  grid-row-gap: 5.75rem;
  align-items: center;
}

.columns.mod--app {
  grid-column-gap: 7rem;
}

.columns.mod--reviews {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
  position: relative;
}

.columns.mod--footer.mod--2 {
  border-top: .0625rem solid #14173126;
  border-bottom: .0625rem solid #14173126;
  align-items: center;
  margin-top: 4.625rem;
  margin-bottom: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.columns.mod--profess {
  align-items: flex-end;
  height: 100%;
}

.columns.mod--services-heading {
  max-width: 72.8125rem;
  margin-bottom: 5.5rem;
  margin-left: auto;
  margin-right: auto;
}

.columns.mod--services {
  grid-column-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.columns.mod--about {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.columns.mod--about-heading {
  max-width: 73rem;
  margin-bottom: 9.375rem;
  margin-left: auto;
  margin-right: auto;
}

.columns.mod--reviews {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.col {
  flex: 1;
}

.col.mod--featured-choose {
  opacity: .2;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.col.mod--featured-choose:hover, .col.mod--featured-choose.active {
  opacity: 1;
}

.col.col--1.mod--featured {
  max-width: 22.1875rem;
  display: block;
}

.col.col--1.mod--about-heading {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 28.125rem;
  display: flex;
}

.col.col--1.mod--services {
  max-width: 25rem;
}

.col.col--1.mod--profess {
  background-color: #137576;
  background-image: linear-gradient(to top, var(--occamy-2), transparent);
  color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 35%;
  height: 80%;
  padding: 9rem 5rem 9rem 2.5rem;
  display: flex;
  overflow: hidden;
}

.col.col--1.mod--services-heading {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 28.125rem;
  display: flex;
}

.col.col--1.mod--footer.mod--copyright {
  align-items: center;
  display: flex;
}

.col.col--3.mod--featured {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 12.5rem;
  display: flex;
}

.col.col--3.mod--header, .col.col--3.mod--app {
  flex: 0 auto;
}

.col.col--3.mod--footer {
  max-width: 21rem;
  margin-left: 9.25rem;
}

.col.col--3.mod--footer.mod--copyright {
  grid-column-gap: 2.125rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  margin-left: 0;
  font-size: .75rem;
  display: flex;
}

.col.col--2.mod--featured {
  max-width: none;
}

.col.col--2.mod--app {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 17rem;
  display: flex;
}

.col.col--2.mod--footer {
  max-width: 19.375rem;
}

.col.col--2.mod--header {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.col.col--2.mod--profess {
  background-color: #e4cfa9;
  background-image: linear-gradient(5deg, var(--occamy-1), white);
  border-top-left-radius: 1.875rem;
  flex: 0 auto;
  width: 65%;
  height: 100%;
  padding-right: 2.5rem;
  overflow: hidden;
}

.col.mod--reviews {
  border-radius: 1.875rem;
  position: relative;
}

.col.mod--reviews.mod--2 {
  padding-top: 0;
  padding-left: 4rem;
}

.col.mod--reviews.mod--3 {
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.col.mod--about {
  border-radius: 1.875rem;
  position: relative;
}

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

.featured__logo.mod--4 {
  width: 6.5625rem;
}

.featured__logo.mod--3 {
  width: 8.1875rem;
}

.featured__logo.mod--2 {
  width: 9.375rem;
}

.featured__logo.mod--1 {
  width: 7.375rem;
}

.featured__logo.mod--5 {
  width: 5rem;
}

.overflow-hidden {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.overflow-hidden.mod--featured {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.overflow-hidden.mod--featured.mod--by-logo {
  height: 3.125rem;
  min-height: 3.125rem;
}

.overflow-hidden.mod--services-arrow {
  position: absolute;
  top: 6.1875rem;
  right: 5.5rem;
}

.overflow-hidden.mod--btn {
  z-index: 2;
  position: relative;
}

.overflow-hidden.mod--about-arrow {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.featured__by {
  color: #141731b3;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: .75rem;
}

.text-size-20 {
  font-size: 1.25rem;
}

.text-size-20.opacity-70 {
  flex: 1;
  width: 70%;
  margin-bottom: 0;
  padding-right: 80px;
  font-size: 16px;
}

.featured__anim {
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: all .8s;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 110%);
}

.featured__anim.active {
  opacity: 1;
  justify-content: flex-start;
  transition: all .8s;
  transform: none;
}

.featured__anim.done {
  opacity: 0;
  transition: all .8s;
  transform: translate(0, -110%);
}

.featured__anim.active {
  opacity: 1;
  flex: 0 auto;
  justify-content: flex-start;
  transition: all .8s;
  transform: none;
}

.featured__line {
  background-image: linear-gradient(10deg, var(--occamy-2), var(--occamy-1));
  width: 33.33%;
  height: .25rem;
  transition: all .5s;
  position: absolute;
  inset: -.0625rem 0% auto;
}

.featured__block {
  background-color: #fff;
  border-radius: 1.875rem;
  margin-top: 0;
  padding: 3rem 4rem 0;
}

.profess__btn {
  justify-content: center;
  align-items: center;
  width: 3.625rem;
  height: 3.625rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.profess__btn.mod--2 {
  inset: 0% 0% auto auto;
}

.swiper-wrapper-2 {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.services__hover-pen-line {
  background-color: #fff;
  width: .125rem;
  height: .125rem;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  bottom: .25rem;
  left: .3125rem;
}

.btn__bg {
  z-index: 0;
  margin: -.0625rem;
  position: absolute;
  inset: 0%;
}

.btn__bg.mod--2:hover {
  background-color: #e4cfa9;
}

.btn__bg.mod--2:focus {
  background-color: var(--occamy-1);
}

.btn__bg.mod--1:hover, .btn__bg.mod--1:focus {
  background-color: #e4cfa999;
}

.btn__bg.mod--2 {
  background-color: #ff8049;
}

.btn__bg.mod--2.mod--blue {
  background-color: #304761;
}

.btn__bg.mod--2.mod--white {
  background-color: #fff;
}

.btn__bg.mod--1 {
  background-color: #ff804980;
}

.btn__bg.mod--1.mod--white {
  background-color: #ffffff80;
}

.btn__bg.mod--1.mod--blue {
  background-color: #30476180;
}

.btn-arrow {
  letter-spacing: .05em;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.footer__follow-wrap-2 {
  z-index: 1;
  color: #ffffffb3;
  background-color: #233053;
  border-top: .0625rem solid #0000001a;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  margin-top: 2rem;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  font-size: 1.125rem;
  display: flex;
  position: relative;
}

.btn-big__border {
  z-index: -1;
  border: .0625rem solid #00000026;
  border-radius: 1.25rem;
  margin: -1.5rem -1.5rem 1.5rem 1.5rem;
  position: absolute;
  inset: 0%;
}

.form-wrapper {
  margin-bottom: 0;
  position: relative;
}

.services__btn {
  z-index: 1;
  color: #141731;
  background-color: #fff;
  border-radius: 1.875rem 0 0;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 11.875rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.remodal__img {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 16.5rem;
  display: block;
  position: relative;
}

.hero__join-shadow {
  z-index: 0;
  opacity: .56;
  position: absolute;
  top: -1.67188rem;
  left: -2.875rem;
}

.btn-big__content {
  background-image: linear-gradient(60deg, #497a79, #5ca78a);
  border-radius: 1.25rem;
  width: 14.5rem;
  height: 7.625rem;
  padding: 1.5rem;
  position: relative;
}

.profess__p {
  color: #fff;
  font-size: 1.125rem;
  transition: all .8s;
  position: relative;
  transform: translate(0, 110%);
}

.profess__p.active {
  color: var(--white);
  transform: none;
}

.remodal__text-wrap {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.about__total-wrap {
  z-index: 1;
  color: #141731;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 11.8rem;
}

.margin-bottom-10 {
  margin-bottom: .625rem;
}

.btn-big__bg {
  z-index: 0;
  opacity: 0;
  background-image: linear-gradient(60deg, #5ca78a, #497a79);
  border-radius: 1.25rem;
  position: absolute;
  inset: 0%;
}

.swiper-slide-2.mod--profess1 {
  background-color: #ff8049;
  flex: none;
  width: 100%;
  height: auto;
}

.swiper-slide-2.mod--profess2 {
  background-color: #115b5c;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.reviews__block {
  background-color: #fff;
  border-radius: 1.875rem;
  height: 100%;
  padding: 2.5rem;
}

.reviews__block.mod--review {
  color: #304761;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.reviews__btn-star {
  filter: brightness(400%);
  width: 1.5rem;
  transition: all .1s;
}

.appstore__img {
  width: 7.125rem;
  transition: all .5s cubic-bezier(.55, .055, .675, .19);
}

.appstore__img.mod--absolute {
  position: absolute;
  bottom: -2rem;
  left: 0;
}

.nav-2 {
  grid-column-gap: 3.375rem;
  grid-row-gap: 3.375rem;
  align-items: flex-end;
  display: flex;
}

.nav-2.mod--footer {
  grid-column-gap: 5.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: start;
  display: grid;
}

.form__submit-result-ico-2 {
  flex: none;
  width: .625rem;
  max-width: none;
  display: block;
}

.about__lottie-graph {
  z-index: 1;
  width: 16.875rem;
  position: absolute;
  top: auto;
  bottom: -.5rem;
  right: 4rem;
}

.profess__btns {
  z-index: 2;
  background-image: url('../images/communication-bg-btns_1communication-bg-btns.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.125rem;
  height: 7.125rem;
  position: absolute;
  inset: 2.5rem 2.5rem auto auto;
}

.cards__card-wrap {
  flex: none;
  width: 23.1em;
  height: 13.1em;
  position: absolute;
  top: 0;
  left: 0;
}

.cards__card-wrap.mod--2 {
  transform-style: preserve-3d;
  top: 11.3em;
  left: 7.7em;
  transform: rotateX(34deg)rotateY(2deg)rotateZ(-35deg);
}

.cards__card-wrap.mod--1 {
  z-index: 2;
  transform-style: preserve-3d;
  left: -3.1em;
  transform: rotateX(-4deg)rotateY(-32deg)rotateZ(37deg)perspective(93.75rem);
}

.reviews__woman {
  border-radius: 20px;
  width: 100%;
  display: block;
}

.text-size-18 {
  font-size: 16px;
  line-height: 1.2em;
}

.text-size-18.mod--hero-overheading {
  color: #ffffffb3;
  margin-bottom: 2.25rem;
}

.services__icon-wrap {
  background-color: #ff8049;
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.875rem;
  display: flex;
}

.reviews__ava {
  object-fit: contain;
  object-position: 50% 100%;
  background-color: #ff8049;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  margin-bottom: 2.5rem;
  display: none;
}

.services__hover-pen {
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  transform: none;
}

.remodal__heading {
  max-width: 11.25rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}

.about__text-wrap {
  margin-left: 2.5rem;
}

.reviews__connect {
  z-index: 1;
  width: 9.8125rem;
  max-width: none;
  display: none;
  position: absolute;
  bottom: -6.5rem;
  right: -6.25rem;
}

.swiper__pagination-dot {
  opacity: 0;
  background-color: #fff;
  border-radius: .25rem;
  flex: none;
  width: 33.3333%;
  position: relative;
}

.swiper__pagination-dot.active {
  opacity: 1;
}

.margin-bottom-58 {
  margin-bottom: 3.625rem;
}

.profess__avatars-wrap {
  align-items: center;
  max-width: 19rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btn-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #233053;
  border-radius: .625rem;
  padding: 1rem 2rem;
  font-weight: 700;
  transition: all .2s;
  overflow: hidden;
  transform: translate(0);
}

.btn-3.mod--submit {
  background-color: #137576;
  min-width: 10.125rem;
  margin-top: 1.625rem;
}

.btn-3.btn--border {
  background-color: #23305300;
  border: .0625rem solid #141731;
}

.btn-3.btn--border.btn--white {
  color: #fff;
  border-color: #ffffff80;
}

.btn-3.mod--submit {
  min-width: 10.125rem;
  margin-top: 1.625rem;
}

.services__list {
  grid-row-gap: 3.625rem;
  flex-direction: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.section-2 {
  padding: 9rem 2.5rem;
}

.section-2.padding-top-144 {
  padding-top: 9rem;
}

.section-2.mod--profess {
  min-height: 200vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section-2.mod--header {
  z-index: 90;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 1.75rem 0% auto;
}

.section-2.mod--reviews.gradientcontactpage {
  background-image: none;
}

.section-2.mod--runline {
  background-image: url('../images/running-words.svg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  border-top: .0625rem solid #14173126;
  border-bottom: .0625rem solid #14173126;
  height: 18rem;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-2.mod--footer {
  background-color: #fff;
  padding-top: 5.5rem;
  padding-bottom: 0;
}

.section-2.mod--hero {
  background-image: linear-gradient(60deg, #2d3d5c, #64ba91);
  min-height: 83.875rem;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-2.mod--reviews {
  background-image: linear-gradient(20deg, #24305a, #69c895);
}

.remodal__text {
  max-width: 15rem;
  margin-bottom: 0;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.about__balance-wrap {
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 1.4375rem;
  font-weight: 500;
  position: absolute;
  top: auto;
  bottom: 13.4375rem;
  left: 6.1875rem;
}

.about__balance-wrap.mod--3 {
  bottom: .3125rem;
  left: 14.1875rem;
}

.about__balance-wrap.mod--2 {
  bottom: .3125rem;
  left: 5.9375rem;
}

.about__balance-wrap.mod--4 {
  color: #141731;
  padding-left: .3125rem;
  inset: auto 0% 7.375rem;
}

.text-color-white {
  color: #fff;
}

.about__connect {
  z-index: 0;
  width: 11.875rem;
  display: block;
  position: absolute;
  inset: -7.5rem auto auto -7.5rem;
}

.services__border-delta {
  position: absolute;
}

.services__border-delta.mod--1 {
  inset: auto auto -.0625rem -2rem;
}

.services__border-delta.mod--2 {
  top: -2rem;
  right: 0;
}

.btnbig {
  color: #fff;
  border-radius: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  position: relative;
}

.services__hover-graph {
  background-color: #fff;
  border-radius: .125rem;
  width: .375rem;
  height: 100%;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.services__hover-graph.mod--1 {
  height: 45%;
}

.services__hover-graph.mod--3 {
  height: 65%;
}

.services__hover-graph.mod--2 {
  height: 80%;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
  display: none;
}

.overflow__anim {
  transition: all .5s;
  position: relative;
  bottom: 0;
  left: 0;
}

.overflow__anim.mod--interact {
  transition: none;
  display: none;
}

.btn-big__text {
  z-index: 1;
  position: relative;
}

.profess__title {
  color: #fff;
  transition: all .8s;
  transform: translate(0, 110%);
}

.profess__title.active {
  color: var(--white);
  margin-bottom: 10px;
  transform: none;
}

.app__total-span {
  min-width: 6.375rem;
  display: inline-block;
}

.footer__copyright-logo-2 {
  width: 2.5rem;
  margin-right: 1.125rem;
  display: block;
}

.reviews__rating-star {
  width: 1.5rem;
}

.about__img-ava {
  object-fit: contain;
  object-position: 50% 100%;
  background-color: #ff8049;
  border-radius: 50%;
  width: 2.125rem;
  height: 2.125rem;
  display: block;
  position: absolute;
  inset: 5.875rem 4.875rem auto auto;
}

.content-2 {
  z-index: 2;
  width: 100%;
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btn__hover-zoom {
  z-index: -1;
  width: 2rem;
  max-width: none;
  transition: transform .8s cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: absolute;
  bottom: 0;
  left: .75rem;
  transform: translate(0)scale(0);
}

.btn__hover-zoom.mod--reviews {
  filter: brightness(400%);
  transition: filter .1s, transform .8s cubic-bezier(.215, .61, .355, 1);
}

.footer__follow-heart-2 {
  z-index: -1;
  background-image: url('../images/follow-heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  position: absolute;
  top: -.3rem;
  left: 0;
}

.profess__ico {
  width: 1.5rem;
}

.reviews__rating-wrap {
  color: #141731;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  display: none;
}

.swiper__pagination {
  background-color: #ffffff4d;
  border-radius: .25rem;
  flex: 1;
  width: 17.9375rem;
  height: .125rem;
  max-height: .125rem;
  display: flex;
  position: absolute;
  top: 9.125rem;
  left: -8.75rem;
  transform: rotate(90deg);
}

.profess__avatars {
  flex: none;
  width: 9rem;
  margin-right: 1.5rem;
  display: none;
}

.btn__txt.mod--absolute {
  display: inline;
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
}

.btn__txt.mod--normal {
  display: inline;
}

.btn-arrow__text {
  margin-right: .5rem;
}

.app__total-wrap {
  z-index: 1;
  color: #141731;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 11.8rem;
}

.services__img {
  z-index: 0;
  object-fit: cover;
  border-radius: 1.875rem;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.page-wrap.bg-test {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.reviews__btn-star-bg {
  z-index: -2;
  -webkit-backdrop-filter: blur(5rem);
  backdrop-filter: blur(5rem);
  background-color: #ffffff0d;
  border-radius: .875rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.cards__shadow {
  z-index: 0;
  opacity: .9;
  display: block;
  position: absolute;
  bottom: .875rem;
  left: 17.25rem;
  transform: skew(0deg, -10deg)rotate(-36deg);
}

.input-2 {
  color: #304761;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: .0625rem solid #14173126;
  border-radius: 0;
  height: 2.75rem;
  margin-bottom: 1.5rem;
  padding: 0;
  font-size: 1.125rem;
  transition: all .2s;
}

.input-2:focus {
  border-bottom-color: #1417314d;
}

.input-2::placeholder {
  color: #304761b3;
}

.input-2.mod--footer {
  height: 3.375rem;
  margin-bottom: 0;
}

.input-2.input-2-last {
  margin-bottom: .25rem;
}

.services__icon {
  z-index: 1;
  width: 2rem;
  height: 2rem;
  position: relative;
}

.services__icon.mod--graph {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.form__submit-2 {
  z-index: 2;
  opacity: 0;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.remodal__content {
  z-index: 2;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2.5rem 3rem 3rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form__submit-result-wrap-2 {
  justify-content: flex-start;
  align-items: center;
  padding-left: .375rem;
  padding-right: .375rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.app__img {
  width: 100%;
  display: block;
  overflow: hidden;
}

.reviews__btn-star-wrap {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  top: 4rem;
  right: -2rem;
  transform: translate(0);
}

.reviews__woman-small {
  border-radius: 1.875rem;
  width: 12.5rem;
  display: block;
  position: absolute;
  inset: -12.5rem 0% auto auto;
}

.hero__bg-orange {
  z-index: -1;
  background-image: linear-gradient(#ff8049, #f37038);
  border-top-right-radius: 3.75rem;
  width: 62.5rem;
  height: 62.5rem;
  position: absolute;
  top: 39.375rem;
  left: -30.5rem;
}

.appstore__link {
  border: .0625rem solid #14173126;
  border-radius: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 10.125rem;
  height: 4.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
}

.icon.mod--social {
  width: 1.375rem;
  height: 1.375rem;
}

.icon.mod--social.mod--absolute {
  position: absolute;
  bottom: -2rem;
  left: 0;
}

.icon.mod--social.mod--dribble {
  width: 1.125rem;
  height: 1.125rem;
}

.icon.mod--arrow-btn {
  justify-content: center;
  align-items: center;
  width: .6rem;
  position: relative;
}

.icon.mod--overflow-anim {
  position: absolute;
  bottom: 0;
  left: -2rem;
}

.icon.mod--overflow-anim.mod--services-arrow, .icon.mod--overflow-anim.mod--about-arrow {
  bottom: -2rem;
}

.icon.mod--arrow-submit {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: .6rem;
  transition: all .2s;
  position: relative;
}

.icon.mod--arrow-submit.active {
  opacity: 0;
}

.icon.mod--services-arrow {
  width: 2.125rem;
  height: 2.125rem;
}

.card__shine {
  opacity: .3;
  background-color: #fff;
  width: 0;
  height: 200%;
  position: relative;
  transform: rotate(40deg);
  box-shadow: 0 0 2.5rem .625rem #fff;
}

.card__shine.mod--2 {
  opacity: .2;
  transform: rotate(-40deg);
}

.remodal__close {
  z-index: 5;
  opacity: 1;
  filter: none;
  cursor: pointer;
  background-image: url('../images/ico-close-modal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.remodal__close:hover {
  opacity: .9;
}

.reviews__bg-orange {
  z-index: -1;
  background-image: linear-gradient(180deg, var(--occamy-2), var(--occamy-1));
  border-top-right-radius: 3.75rem;
  width: 62.5rem;
  height: 20.0625rem;
  display: none;
  position: absolute;
  bottom: -9rem;
  left: -24.4rem;
}

.services__hover-finance {
  z-index: -1;
  opacity: .6;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  inset: 0 auto auto 0;
  transform: none;
}

.heading-2 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.2em;
  position: relative;
}

.heading-2.mod--hero {
  color: #fff;
}

.heading-2.mod--support {
  text-align: center;
  margin-bottom: 80px;
  font-size: 36px;
}

.about__total-span {
  min-width: 7rem;
  display: inline-block;
}

.services__list-item {
  padding-left: 4rem;
  padding-right: 4.375rem;
}

.app__img-ava {
  object-fit: contain;
  object-position: 50% 100%;
  background-color: #62b790;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  display: block;
  position: absolute;
  inset: 6.5625rem 5.8125rem auto auto;
}

.social-link {
  border: .0625rem solid #14173126;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

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

.swiper-2 {
  width: 100%;
  position: relative;
}

.swiper-2.mod--profess2 {
  height: 100%;
  overflow: hidden;
}

.swiper-2.mod--profess1 {
  max-width: 20rem;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
}

.footer__copyright-2 {
  letter-spacing: .05em;
  text-transform: uppercase;
  align-items: center;
  font-size: .75rem;
  display: flex;
}

.hero__join {
  z-index: 1;
  -webkit-backdrop-filter: blur(5rem);
  backdrop-filter: blur(5rem);
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  border: .0625rem solid #ffffff4d;
  border-radius: 1.25rem;
  align-items: center;
  width: 100%;
  max-width: 28rem;
  padding: 1.875rem 3.9375rem;
  font-size: 1.1875rem;
  font-weight: 700;
  display: flex;
  position: relative;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.about__img {
  z-index: 0;
  width: 25rem;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
  display: block;
  position: relative;
}

.about__balance-circle {
  border-radius: 50%;
  width: 6.6875rem;
  transition: all .8s;
  display: block;
  position: absolute;
  bottom: 4.75rem;
  left: 9.1875rem;
  transform: none;
}

.arrow-wrap {
  z-index: 1;
  color: #141731;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  padding: .1875rem .1875rem .1875rem .25rem;
  transition: all .3s;
  display: flex;
  transform: scale(1);
}

.arrow-wrap.text-color-orange.mod--join {
  margin-left: 2rem;
}

.arrow-wrap.text-color-orange.mod--form {
  color: #fff;
  background-color: #ff8049;
  position: relative;
}

.arrow-wrap.text-color-greendark.mod--btn-big {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}

.nav-link {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  top: 0;
}

.nav-link:hover {
  margin-bottom: -.25rem;
  padding-bottom: .25rem;
  top: -.25rem;
}

.hero__content {
  z-index: 2;
  margin-left: 4.0625rem;
  padding-top: 9.9375rem;
  position: relative;
}

.footer__follow-2 {
  z-index: 1;
  padding-left: 2.3rem;
  position: relative;
}

.appstore {
  grid-column-gap: .75rem;
  display: flex;
}

.app__lottie {
  width: 15.1875rem;
  position: absolute;
  inset: auto auto -.3125rem 4.875rem;
}

.form__submit-wrap {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  bottom: 1rem;
  right: 0;
}

.form__submit-wrap:hover {
  transform: scale(1.1);
}

.hero__bg {
  z-index: 0;
  background-image: url('../images/bg-hero-02.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 83.875rem;
  position: absolute;
  inset: 0%;
}

.sticky {
  height: 100vh;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.cards__card {
  z-index: 1;
  background-image: url('../images/Card-Orange.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.cards__card.mod--2 {
  background-image: url('../images/Card-Dark.svg');
  background-position: 0 0;
  background-size: cover;
}

.card__shine-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo.mod--header {
  width: 7.125rem;
}

.logo.mod--footer {
  width: 4rem;
}

.cards__parallax {
  opacity: 1;
  perspective: 93.75rem;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 30rem;
  font-size: 1rem;
  display: flex;
  position: absolute;
  top: 15.4375rem;
  right: 9.6875rem;
}

.reviews__rating {
  grid-column-gap: .625rem;
  align-items: center;
  display: flex;
}

.hero__join-wrap {
  align-items: center;
  margin-top: 4.5625rem;
  display: flex;
  position: relative;
}

.about__img-small {
  z-index: 2;
  border-radius: .875rem;
  width: 10.375rem;
  display: block;
  position: absolute;
  box-shadow: -4px 5px 2.5rem #ababab33;
}

.about__img-small.mod--1 {
  top: 4rem;
  left: -4rem;
}

.about__img-small.mod--2 {
  top: 17rem;
  left: -6.25rem;
}

.app__img-wrap {
  width: 25rem;
  position: relative;
}

.footer__title {
  text-transform: uppercase;
  margin-bottom: .875rem;
  font-weight: 600;
}

.footer__title.mod--form {
  margin-bottom: 1.25rem;
}

.margin-bottom-48 {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  padding-left: 8px;
  text-decoration: none;
}

.social {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.reviews__connect-grad {
  z-index: 1;
  width: 8.8125rem;
  max-width: none;
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.profess__slider1-wrap {
  color: var(--white);
  width: 100%;
  max-width: 23rem;
  margin-left: auto;
  position: relative;
}

.profess__img {
  width: 42rem;
  display: block;
}

.cards__card-content {
  flex: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cards__card-content.mod--1 {
  transform: rotate(0);
}

.line {
  background-color: #14173126;
  width: .0625rem;
  height: 2rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.about__card {
  z-index: 1;
  color: #141731;
  background-color: #f5f5f5;
  border-radius: 1.875rem;
  width: 100%;
  transition: none;
  display: block;
  position: relative;
}

.about__card.mod--3 {
  z-index: 0;
  color: #fff;
}

.about__card.mod--4 {
  margin-bottom: 2.5rem;
}

.about__card.mod--6 {
  background-image: linear-gradient(#f5f5f5e6, #f5f5f5e6), url('../images/financial-pattern.svg');
  background-position: 0 0, 6.25rem -14.375rem;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  margin-bottom: 2.5rem;
}

.obj__images {
  min-height: 385px;
  position: relative;
}

.overflow-hidden-2 {
  position: relative;
  overflow: hidden;
}

.overflow-hidden-2.mod--p {
  margin-bottom: 40px;
}

.overflow-hidden-2.mod--heading {
  margin-bottom: 48px;
}

.obj__img-wrap.mod--1 {
  width: 448px;
}

.obj__img-wrap.mod--2 {
  z-index: 1;
  width: 224px;
  position: absolute;
  top: 140px;
  right: -40px;
}

.btn-4 {
  color: #222736;
  letter-spacing: .01em;
  text-transform: uppercase;
  background-color: #fff;
  align-items: center;
  width: 160px;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  text-decoration: none;
  transition-duration: 1s;
  transition-timing-function: linear;
  display: none;
  position: relative;
  overflow: hidden;
}

.btn-4:hover {
  background-position: -100%;
}

.btn-4.mod--black {
  color: #fff;
  background-color: #222736;
}

.section-3 {
  padding: 170px 20px;
  position: relative;
}

.section-3.mod--obj {
  color: #fff;
  padding-bottom: 75px;
  padding-left: 50px;
  padding-right: 50px;
}

.section-3.mod--hero {
  color: #fff;
  padding: 0 50px;
  display: none;
}

.section-3.mod--about {
  margin-bottom: 0;
  padding-top: 120px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section-3.mod--prod {
  flex-direction: column;
  min-height: 200vh;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.section-3.mod--footer {
  opacity: 1;
  color: #fff;
  padding-top: 340px;
  padding-bottom: 20px;
}

.section-3.mod--footer.team-section {
  margin-top: -145px;
  padding-top: 0;
}

.heading2 {
  margin-bottom: 3px;
  font-size: 36px;
  position: relative;
}

.content-3 {
  z-index: 2;
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-3.mod--prod {
  height: 100%;
  display: none;
}

.p {
  color: var(--black-2);
  font-size: 18px;
}

.p.mod--obj {
  color: var(--black-2);
  font-size: 16px;
  line-height: 1.6em;
}

.p.mod--hero {
  max-width: 340px;
}

.p.team-info {
  color: var(--black);
  font-size: 14px;
}

.notice__txt {
  margin-top: 8px;
  line-height: 1.3em;
}

.hero__content-2 {
  z-index: 2;
  color: var(--black-2);
  max-width: 370px;
  margin-left: 16%;
  padding-top: 228px;
  position: relative;
}

.obj__columns {
  z-index: 1;
  justify-content: space-around;
  margin-top: 95px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.hero__img-wrap {
  z-index: 0;
  width: 642px;
  height: 560px;
  position: absolute;
  top: 0;
  right: 0;
}

.notice__cube-wrap {
  width: 32px;
  height: 32px;
  margin-bottom: 15px;
  position: relative;
}

.hero__heading-wrap {
  margin-bottom: 40px;
  margin-right: -320px;
}

.btn__txt-2 {
  z-index: 1;
  opacity: 1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.btn__txt-2:hover {
  opacity: 0;
  background-color: #fff0;
}

.btn__txt-2.mod--black {
  background-color: #222736;
}

.hero__heading {
  margin-bottom: 0;
  margin-left: -5px;
  padding-bottom: 10px;
}

.obj__img-txt-wrap {
  z-index: 1;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.hero__img {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  display: block;
  position: relative;
}

.notice__cube {
  background-color: #fff;
  width: 14px;
  height: 14px;
  position: absolute;
}

.notice__cube.mod--1 {
  background-color: var(--black-2);
  top: 0;
  left: 0;
}

.notice__cube.mod--2 {
  background-color: var(--black-2);
  top: 0;
  right: 0;
}

.notice__cube.mod--3 {
  background-color: var(--black-2);
  bottom: 0;
  right: 0;
}

.notice__cube.mod--4 {
  background-color: var(--black-2);
  bottom: 0;
  left: 0;
}

.notice-wrap {
  z-index: 2;
  position: absolute;
  left: 0;
}

.notice-wrap.mod--obj {
  overflow: hidden;
}

.notice-wrap.mod--gallery {
  top: 240px;
}

.notice-wrap.mod--about {
  overflow: hidden;
}

.obj__img {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  display: block;
  position: relative;
}

.obj__img.mod--2 {
  border-radius: 16px;
}

.obj__img.mod--1 {
  border-radius: 16px;
  display: block;
}

.obj__col {
  flex: 1;
}

.obj__col.mod--2 {
  color: var(--black-2);
  margin-top: -25px;
  margin-left: 100px;
  padding-left: 0;
}

.obj__col.mod--1 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 448px;
  display: flex;
}

.btn__bg-2 {
  z-index: 0;
  background-image: url('../images/btn-txt.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.btn__bg-2:hover {
  opacity: 1;
  background-position: -800%;
}

.btn__bg-2.mod--black {
  filter: brightness(1000%);
}

.obj__img-txt {
  color: #fff;
  text-transform: uppercase;
}

.obj__img-txt.mod--2 {
  color: #969697;
  text-transform: none;
  margin-top: 5px;
}

.notice {
  color: var(--black-2);
  text-transform: uppercase;
  line-height: 1.5em;
  text-decoration: none;
  transition: none;
  display: block;
}

.notice.mod--juo {
  color: #222736;
  margin-left: 0;
}

.bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.bg.mod--hero {
  min-height: 1360px;
}

.hero__img-shadow {
  z-index: -1;
  width: 1340px;
  max-width: 1340px;
  display: block;
  position: absolute;
  top: -45px;
  left: -145px;
}

.notice__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1em;
}

.prod__col {
  box-shadow: none;
  cursor: pointer;
  flex: none;
  width: 240px;
  margin-right: 248px;
  transition: all .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.prod__col:hover {
  box-shadow: 38px 32px 60px #00000080;
}

.about__img-shadow {
  z-index: -1;
  opacity: 1;
  mix-blend-mode: normal;
  max-width: 653px;
  margin-bottom: 0;
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
}

.about__col {
  flex: 1;
}

.about__col.mod--2 {
  flex: 1;
  padding-left: 0;
  position: relative;
  right: -40px;
}

.about__col.mod--1 {
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 750px;
  margin-top: -10px;
  display: block;
}

.about__img-bg-grey {
  z-index: 1;
  background-color: #ededed;
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0 16px 16px 0;
  width: 200px;
  position: absolute;
  top: 0;
  bottom: 67px;
  right: -200px;
}

.about__images {
  position: absolute;
  top: -540px;
  left: 224px;
}

.about__img-2 {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 0%;
  display: block;
  position: relative;
}

.about__img-2.mod--right {
  border-radius: 20px;
  width: 400px;
  max-width: none;
  height: 600px;
}

.about__img-2.mod--2, .about__img-2.mod--1 {
  border-radius: 16px;
}

.about__columns {
  z-index: 1;
  justify-content: space-between;
  min-height: 505px;
  padding-left: 224px;
  display: flex;
  position: relative;
}

.prod__content {
  z-index: 1;
  background-image: url('../images/product_bg_1product_bg.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-left: -20px;
  margin-right: -20px;
  display: none;
  position: sticky;
  inset: 0%;
  overflow: hidden;
}

.about__img-wrap.mod--1 {
  z-index: 0;
  width: 448px;
  position: relative;
}

.about__img-wrap.mod--2 {
  z-index: 2;
  width: 224px;
  position: absolute;
  top: -40px;
  right: -40px;
}

.profess__img-2 {
  width: 52.5rem;
  display: block;
}

.reviews__bg-orange-2 {
  z-index: -1;
  background-image: linear-gradient(#ff8049, #f37038);
  border-top-right-radius: 3.75rem;
  width: 62.5rem;
  height: 20.0625rem;
  position: absolute;
  bottom: -9rem;
  left: -24.4rem;
}

.section-4 {
  margin-left: 150px;
  margin-right: 150px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: none;
}

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

.downloadcp {
  z-index: 1;
  border: 1px solid var(--occamy-1);
  background-color: var(--white);
  border-radius: 12px;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.downloadcptext {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: block;
}

.link-block {
  color: var(--black-2);
  background-color: #0000;
  text-decoration: none;
}

.link-block:hover {
  transform: translate(10px);
}

.div-block-2 {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.contactaddresstag {
  width: 25px;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

.quick-links {
  margin-right: 15px;
  padding-right: 0;
}

.heading-4 {
  opacity: .78;
  color: var(--black);
  font-weight: 400;
}

.certificates {
  width: 550px;
}

.new-modal {
  z-index: 100;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cert-image {
  z-index: 1;
  height: 85%;
  margin: 40px auto;
  position: absolute;
  inset: 0%;
}

.cert-bg {
  background-color: var(--occamy-2);
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.cert-bg-2 {
  background-color: var(--occamy-1);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.cert-wrapper {
  z-index: 2147483647;
  object-fit: fill;
  background-color: #f9f5ef;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  max-height: 90%;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
  box-shadow: 2px 2px 15px 1px #0000001a;
}

.closenew {
  cursor: pointer;
  background-image: url('../images/close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  border: 1px solid #c19a5b;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-right: 10px;
  transition: all .5s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.closenew:hover {
  background-color: #c19a5b;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}

.fancyheading {
  color: #c19a5b;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
  display: none;
}

.image-45 {
  display: none;
}

.cert-holder {
  background-image: url('../images/ISO-14001-2015.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  display: block;
  position: absolute;
  inset: 0%;
}

.cert-holder.two {
  background-image: url('../images/ISO-14001-2015.png');
}

.cert-holder-2 {
  background-image: url('../images/ISO-50001_2018.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
}

.cert-holder-3 {
  background-image: url('../images/ROHS.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
}

.cert-holder-4 {
  background-image: url('../images/ISO-10002_2018.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
}

.cert-holder-5 {
  background-image: url('../images/ISO-45001-2018.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
}

.cert-holder-6 {
  background-image: url('../images/ISO-9001-2015.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 80%;
}

.columns-2 {
  align-items: center;
  width: auto;
  display: flex;
}

.column {
  align-items: center;
  padding-left: 0;
  padding-right: 15px;
  display: flex;
}

.column-2 {
  padding-right: 15px;
}

.div-block-3 {
  flex: 0 auto;
  overflow: scroll;
}

.c-custom-code {
  display: none;
}

.c-text-1 {
  color: #5f6668;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.c-section {
  color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.c-section.cc-body-bg {
  z-index: 1;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.c-title-wrapper {
  margin-bottom: 16px;
}

.c-title-wrapper.cc-title_intro {
  margin-bottom: 50px;
}

.c-title-wrapper.cc-title-nomargin {
  margin-bottom: 0;
}

.cc-color-primary {
  color: var(--black-2);
}

.c-autotabs_paragraph {
  color: #5f6668;
}

.c-autotabs {
  z-index: 1;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.c-autotabs_load {
  background-color: var(--occamy-1);
  border-radius: 20px;
  width: 100%;
  height: 0%;
  overflow: visible;
}

.c-autotabs_line {
  background-color: var(--occamy-2);
  border-radius: 20px;
  width: 6px;
  position: absolute;
  inset: 20px auto 20px 40px;
  overflow: hidden;
}

.c-title-2 {
  color: var(--occamy-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2em;
}

.c-autotabs_content {
  align-self: stretch;
  width: 50%;
  position: static;
  overflow: visible;
}

.c-title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6em;
}

.c-autotabs_image {
  border-radius: 20px;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c-autotabs_image.cc-pane-crypto {
  margin-right: auto;
}

.c-autotabs_image.cc-pane-crypto-mobile {
  display: none;
}

.c-autotabs_link {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 22px 80px 22px 90px;
}

.c-autotabs_link.w--current {
  background-color: var(--white);
  box-shadow: 0 0 16px -10px var(--occamy-1);
  border-radius: 20px;
  padding-top: 49px;
  padding-bottom: 49px;
}

.c-page {
  width: 100%;
  height: auto;
  margin: 135px 0 20px;
  padding-left: 0;
  font-weight: 400;
}

.c-autotabs_pane {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
  position: sticky;
  inset: 30% auto 0%;
}

.c-autotabs_menu {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.c-container {
  border-radius: 4px;
  max-width: 1364px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

.c-container.cc-10cols {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.c-body_bg {
  opacity: .41;
  filter: grayscale();
  width: 90%;
  max-width: none;
  position: absolute;
  inset: 13% 0% auto 141px;
}

.text-block-2 {
  cursor: pointer;
}

.text-block-3 {
  line-height: 22px;
}

.skills__video-wrap-copy {
  z-index: 0;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 950px;
  min-height: 470px;
  margin-left: auto;
  display: none;
  position: relative;
  overflow: hidden;
}

.dropdown-toggle {
  color: #304761b3;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2.75rem;
  padding-left: 0;
  font-size: 1.125rem;
  display: flex;
}

.dropdown {
  width: 100%;
}

.slider {
  width: 100vw;
  height: 100vh;
}

.slide {
  background-image: url('../images/web1.jpg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/web2.jpg');
  background-position: 80%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/web3.jpg');
  background-position: 80%;
  background-size: cover;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-slider-arrow-right---top-right {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-left {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -100px 84px auto auto;
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: center;
  justify-items: center;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---text-200-medium {
  color: var(--black-2);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---heading-h3-size {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h3-size:hover {
  color: var(--black-2);
}

.brix---heading-h3-size-link {
  color: var(--elements-webflow-library--neutral--800);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.brix---heading-h3-size-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

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

.brix---avatar-image-link {
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---avatar-circle-06 {
  border-radius: 50%;
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-team-v1 {
  border: 1px solid var(--occamy-1);
  box-shadow: none;
  outline-color: var(--occamy-1);
  outline-offset: 0px;
  text-align: center;
  background-color: #0000;
  border-radius: 24px;
  outline-width: 1px;
  outline-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px 56px;
  display: flex;
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---slider-mask-width-388px {
  max-width: 388px;
  height: 100%;
  overflow: visible;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-overflow-hidden {
  padding-top: 176px;
  padding-bottom: 176px;
  overflow: hidden;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves-socials-wrap-team-4 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.waves---paragraph-regular {
  color: var(--black-2);
  font-size: 18px;
  line-height: 130%;
}

.waves---paragraph-big {
  color: var(--black-2);
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-team-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-image-team-3 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.waves-tile-team-3 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.waves-grid-team-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.waves---heading-3-no-margins-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  border-top-right-radius: 16px;
  width: auto;
  height: auto;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-features-2 {
  grid-row-gap: 16px;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 44px;
  display: flex;
}

.waves---master-tiles-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 725px;
  display: flex;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 130%;
}

.waves---content-sticky-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves---sticky-halves {
  position: sticky;
  top: 88px;
}

.waves---sticky-halves-left {
  padding-top: 0;
  position: relative;
}

.waves---grid-halves-sticky {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  padding-top: 0;
  padding-bottom: 100px;
}

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

.text-block-4 {
  margin-top: 15px;
}

.waves---paragraph-big-3 {
  color: #1e1e2f;
  font-size: 16px;
  line-height: 130%;
}

.waves---heading-3-no-margins-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-team-1 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-image-team-1 {
  border-radius: 13px;
  width: auto;
  max-width: 80%;
  height: auto;
}

.waves-tile-team-1 {
  grid-row-gap: 24px;
  text-align: center;
  background-color: #0000;
  background-image: none;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.waves-grid-team-1 {
  grid-column-gap: 32px;
  grid-row-gap: 68px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---heading-2-no-margins-3 {
  color: #1e1e2f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1.2em;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-3 {
  padding-top: 0;
  padding-bottom: 100px;
}

.skills__achieve-txt-wrap-1 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: 20px;
  display: flex;
}

.skills__achieve-txt-wrap-2 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 36px;
  margin-right: 20px;
  display: flex;
}

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

.about-sdg {
  border-radius: 16px;
}

.brix---logo-strip-image-06, .brix---logo-strip-image-04 {
  width: 100%;
}

.brix---logo-strip-image-03, .brix---logo-strip-image-02 {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--400);
  width: 100%;
}

.support-icon {
  border: 0 #000;
  width: 100px;
  max-width: 150px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.support-icon.wep {
  width: 50px;
}

.logo-strip-support {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-strip-support.accelerator {
  grid-template-columns: 1fr 1fr 1fr;
}

.logo-strip-support.incubators {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.logo-strip-support.finance {
  grid-template-columns: 1fr 1fr;
}

.logo-strip-support.collaborators, .logo-strip-support.insitutions, .logo-strip-support.govt-institutions {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.brix---logo-strip-v5-card {
  border: 1px solid var(--black);
  background-color: #0000;
  border-radius: 16px;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-center-tablet {
  text-align: left;
}

.brix---grid-2-logo-strip-v5 {
  grid-column-gap: 10px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 30px;
  display: grid;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.section-5 {
  background-image: url('../images/Asset-1bg.svg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  position: relative;
  inset: auto;
}

.image-46 {
  position: sticky;
}

.div-block-5 {
  height: 100vh;
  position: sticky;
}

.body {
  background-image: linear-gradient(#fff3d9 60%, #f8edd2 98%);
}

.section-6 {
  background-image: url('../images/Asset-3footer.svg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.div-block-6 {
  background-image: url('../images/Asset-2bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.image-47 {
  display: block;
}

.footer-icon {
  width: 80px;
}

.grid-2 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  place-items: center;
}

.body-2 {
  background-color: #fff3d9;
}

.body-3 {
  background-color: #0000;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---cta-dark-2.wide-cta {
  min-width: 200px;
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---paragraph-big-4 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-3 {
  border-radius: 12px;
  width: 100%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---main-container-4 {
  max-width: 1310px;
}

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

.waves-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(#fff3d9, #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(0deg, #fff3d9, #faebe300);
  inset: auto 0% -1px;
}

.waves-image-hero-1 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.waves-image-wrap-hero-1 {
  border-radius: 12px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-gallery-hero-1.mobile {
  display: none;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  margin-top: 50px;
  margin-bottom: 80px;
}

.waves---main-container-5 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.image-48 {
  object-fit: fill;
  max-width: none;
  display: block;
}

.section-7 {
  z-index: 99;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.image-49 {
  object-fit: fill;
  max-width: none;
  display: none;
  overflow: hidden;
}

.div-block-7 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.image-50 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100vw;
  max-width: none;
  height: auto;
  margin-bottom: -40px;
  margin-left: 0;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---mg-top-18 {
  margin-top: 16px;
}

.waves---subtitle-2 {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-481 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves---main-container-6 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-gradient-hero-5 {
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.waves-section-hero-5 {
  color: var(--waves-library--white);
  background-image: url('../images/bg-footer-2.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.uui-layout30_image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 32.25rem;
}

.uui-layout30_image-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-layout30_number-text {
  color: var(--untitled-ui--gray900);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.uui-layout30_number {
  color: var(--occamy-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-layout30_text-wrapper {
  display: flex;
}

.uui-layout30_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archia, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}

.uui-heading-subheading {
  color: var(--occamy-1);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout30_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 0;
}

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

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

.waves---heading-3-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.waves-icon-33 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-17 {
  margin-bottom: 16px;
}

.waves-tile-small-feature-7 {
  grid-row-gap: 16px;
  background-color: #fff3d9;
  border: 1px solid #000;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.image-vertical-feature-7 {
  width: 100%;
}

.waves-inside-tile-vertical-features-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.waves-vertical-tile-features-7 {
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fff3d9;
  border: 1px solid #000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.waves-image-wide-feature-7 {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  width: 50%;
  max-height: 100%;
  margin-top: auto;
  padding: 15px 10px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.waves-inside-wide-feature-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 365px;
  display: flex;
  position: relative;
}

.waves-wide-tile-features-7 {
  background-color: #fff3d9;
  border: 1px solid #000;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 410px;
  padding: 36px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.impact-grid-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.waves---cta-dark-3 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-3:hover {
  background-color: #131313e6;
}

.waves---heading-2-no-margins-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container-7 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-5 {
  padding-top: 0;
  padding-bottom: 100px;
  display: none;
}

.impact-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 25px;
}

.heading-contact {
  margin-bottom: 0;
  font-size: 36px;
}

.div-block-8 {
  background-image: linear-gradient(#fff3d9, #fff3d9);
  border: 1px #000;
  border-radius: 16px;
  padding: 15px 10px;
}

.div-block-9 {
  background-image: url('../images/Asset-1footer.svg'), linear-gradient(#fff3d9, #fff3d9);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
  padding-top: 170px;
}

.image-51 {
  max-width: 40%;
}

.footer-image-mpcb {
  width: auto;
}

.div-block-10 {
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.waves-image-wide-feature-7-copy {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  width: 50%;
  max-height: 100%;
  margin-top: auto;
  padding: 15px 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-52, .image-53 {
  max-width: 75%;
}

.image-54 {
  max-width: 85%;
}

.textarea {
  color: #304761;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: .0625px solid #14173126;
  height: 2.75rem;
  min-height: 100px;
  margin-bottom: .25rem;
  padding: 0;
  font-size: 1.125rem;
  overflow: clip;
}

.waves---cta-dark-4 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-4:hover {
  background-color: #131313e6;
}

.waves---mg-top-19 {
  margin-top: 16px;
}

.waves---paragraph-big-5 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.2em;
}

.waves---content-image-halves-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-4 {
  border-radius: 24px;
  width: 100%;
}

.waves---grid-image-halves-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---main-container-8 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.bold-text {
  color: var(--elements-webflow-library--neutral--800);
  font-size: 24px;
  line-height: 1.2em;
}

.waves---cta-dark-5 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-5:hover {
  background-color: #131313e6;
}

.waves---mg-top-20 {
  margin-top: 16px;
}

.waves---paragraph-big-6 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-5 {
  border: 1px solid #000;
  border-radius: 16px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px 10px;
}

.waves---grid-image-halves-3 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---main-container-9 {
  max-width: 1352px;
  padding: 50px 24px;
}

.waves---section-medium-7 {
  padding-top: 0;
  padding-bottom: 100px;
}

.waves-image-gallery-1 {
  border-radius: 24px;
  width: 100%;
}

.waves-text-wrap-gallery-1 {
  padding-top: 16px;
  padding-bottom: 16px;
  display: none;
}

.waves-column-gallery-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.waves-column-gallery-1.mobile {
  display: none;
}

.waves-grid-gallery-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

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

.waves-master-gallery-1 {
  width: 100%;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.waves---main-container-10 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-8 {
  padding: 100px 34px;
}

.waves---section-medium-8.media-gallery {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 175px;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves-circle-blog-1 {
  background-color: var(--waves-library--black);
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.waves-blog-details-1 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.waves---paragraph-regular-2 {
  font-size: 18px;
  line-height: 130%;
}

.waves---heading-3-no-margins-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-bottom-blog-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-tag-blog-1 {
  z-index: 3;
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 4px 16px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: 16px auto auto 16px;
}

.waves-image-blog-1 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-image-wrap-blog-1 {
  border-radius: 12px;
  padding-top: 62%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-tile-blog-1 {
  grid-row-gap: 32px;
  color: #1e1e2f;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.waves-blog-grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 48px;
}

.waves---paragraph-big-7 {
  color: #1e1e2f;
  font-size: 16px;
  line-height: 130%;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---heading-2-no-margins-8 {
  color: #1e1e2f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1.2em;
}

.waves---center-heading-3 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container-11 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-9 {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.div-block-11 {
  align-self: center;
  width: 80px;
  margin-top: .5em;
  margin-right: 15px;
}

.image-56 {
  height: 75px;
}

.image-57 {
  width: 80px;
  margin-left: 25px;
}

.div-block-12 {
  margin-top: 15px;
}

.image-56-copy {
  width: 120px;
}

.image-57-copy {
  width: 120px;
  margin-left: 0;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.image-57-copy-copy {
  width: 80px;
  margin-left: 0;
}

.image-58, .image-59 {
  width: 120px;
}

.div-block-13, .div-block-14, .div-block-15 {
  align-self: center;
}

.bold-text-2 {
  font-size: 28px;
  line-height: 1.2em;
}

.graphmobile {
  display: none;
}

@media screen and (min-width: 1440px) {
  .section.section--hero.impact {
    padding-bottom: 64px;
  }

  .section.section--cat {
    padding-top: 0;
    padding-bottom: 0;
  }

  .certificates {
    width: 700px;
  }

  .support-icon {
    width: 115px;
  }

  .support-icon.wep {
    width: 60px;
  }

  .logo-strip-support {
    align-items: center;
  }

  .logo-strip-support.accelerator {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .logo-strip-support.incubators {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .logo-strip-support.finance {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .logo-strip-support.collaborators {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .brix---grid-2-logo-strip-v5 {
    grid-column-gap: 10px;
    grid-template-columns: .6fr 1fr;
  }

  .waves---limit-480 {
    max-width: none;
  }

  .waves-image-wide-feature-7 {
    width: 45%;
  }

  .waves-inside-wide-feature-7 {
    max-width: 400px;
  }

  .div-block-9 {
    padding-top: 270px;
  }

  .waves-image-wide-feature-7-copy {
    width: 45%;
  }

  .waves---content-image-halves-2 {
    max-width: 750px;
  }

  .waves-image-features-4 {
    width: 75%;
  }

  .waves---grid-image-halves-2 {
    grid-template-columns: .75fr 1fr;
  }

  .waves---content-image-halves-3 {
    max-width: 800px;
  }

  .waves-image-features-5 {
    vertical-align: middle;
    width: 100%;
  }

  .waves---grid-image-halves-3 {
    grid-template-columns: .5fr 1fr;
  }

  .waves---grid-image-halves-3.reverse {
    grid-template-columns: 1fr .5fr;
  }

  .waves---main-container-9 {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

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

  .div-block-18 {
    height: 150px;
  }
}

@media screen and (min-width: 1920px) {
  .brix---grid-2-logo-strip-v5 {
    grid-template-columns: .55fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 40px;
  }

  .header {
    position: fixed;
  }

  .main {
    display: block;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section.section--overflow-hidden {
    padding-top: 10px;
  }

  .section.section--hero {
    padding-bottom: 0;
  }

  .section.section--cat {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero__columns {
    display: block;
  }

  .nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .nav__link {
    text-align: left;
    border-bottom: 1px solid #1e1e2f1a;
    margin-bottom: -1px;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav__link:hover {
    box-shadow: none;
  }

  .nav__link.nav__link__mobile {
    text-align: center;
    margin-left: 0;
  }

  .nav__link.nav__link__mobile.w--current {
    text-align: center;
  }

  .header__col.col--3 {
    display: none;
  }

  .header__col.col--1 {
    min-width: auto;
  }

  .header__col.col--2, .hero__col.col--2 {
    display: none;
  }

  .hero__col.col--1 {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .input.mod--hero {
    width: 100%;
  }

  .btn-submit.mod--hero.stroke--btn-1 {
    justify-content: center;
  }

  .form-block {
    width: 100%;
    max-width: 300px;
  }

  .form-block.mod--hero {
    width: 100%;
    max-width: 450px;
  }

  .hero__persons {
    padding-left: 0;
  }

  .hero__person {
    width: 240px;
    height: 376px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__person.mod--3, .hero__person.mod--2 {
    width: 180px;
    height: 300px;
  }

  .hero__person.mod--1 {
    width: 180px;
    height: 300px;
    padding-left: 0;
  }

  .hero__person-img.mod--3 {
    margin-top: -30px;
  }

  .hero__person-img.mod--2 {
    object-fit: cover;
    margin-top: -30px;
  }

  .hero__person-img.mod--1 {
    margin-top: -50px;
  }

  .hero__person-title {
    font-size: 22px;
  }

  .hero__person-count-title {
    font-size: 32px;
  }

  .hero__person-count-span {
    font-size: 12px;
  }

  .heading--center.heading--center--services.products {
    text-align: left;
  }

  .category__columns {
    flex-wrap: wrap;
    max-width: 800px;
    margin-bottom: -40px;
    margin-left: auto;
    margin-right: auto;
  }

  .category__col {
    flex-direction: column;
    align-items: center;
    width: 30%;
    margin-bottom: 40px;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
    position: relative;
    top: auto;
  }

  .skills__txt-desc {
    margin-top: -14px;
  }

  .skills__achieve.mod--desctop {
    display: none;
  }

  .skills__achieve.mob--mob {
    z-index: 3;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--occamy-2);
    vertical-align: baseline;
    border-radius: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 250px;
    height: 70px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: absolute;
    inset: -35px 16px auto auto;
  }

  .skills__achieve-title {
    margin-right: 8px;
    font-size: 28px;
  }

  .skills__achieve-desc {
    font-size: 12px;
    line-height: 1.2em;
  }

  .skills__achieve-desc.stroke--02 {
    color: var(--white);
  }

  .skills__achieve-txt-wrap {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    transform: translate(0, -60px);
  }

  .skills__achieve-txt-wrap.active {
    opacity: 1;
    transition: all .3s;
    transform: none;
  }

  .skills__achieve-txt-wrap.active.done {
    transform: translate(0, 60px);
  }

  .skills__achieve-line {
    display: none;
  }

  .skills__col {
    flex: none;
  }

  .skills__col.mod--video {
    position: relative;
  }

  .skills__video-wrap {
    align-items: stretch;
    max-width: 50vw;
    height: 26.5vw;
    min-height: auto;
  }

  .swiper-slide.slide--persons {
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    display: inline-block;
  }

  .swiper.swiper--persons {
    margin-bottom: 40px;
    display: flex;
    overflow: visible;
  }

  .swiper-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
  }

  .footer__columns {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 16px;
  }

  .footer__col {
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .footer__col.col--nav {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer__col.footer__col__enquire {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .footer__subs-title {
    margin-bottom: 16px;
  }

  .footer__nav-list {
    text-align: center;
    margin-bottom: 0;
    margin-right: auto;
  }

  .footer__nav-list-item {
    margin-bottom: 24px;
  }

  .hero__h1 {
    margin-bottom: 30px;
    font-size: 48px;
    display: none;
  }

  .hero__h1.hero_mobile {
    text-align: center;
    align-self: center;
    font-size: 24px;
    display: block;
  }

  .nav__link.mod--login {
    margin-right: 24px;
  }

  .category__card-arrow {
    display: none;
    top: 16px;
  }

  .skills__video {
    height: 29vw;
    margin-bottom: -5px;
    margin-left: -22px;
  }

  .header-block {
    padding: 24px;
  }

  .header-block.mod--fixed {
    display: none;
  }

  .header-block.mod--absolute {
    background-color: #0000;
  }

  .hero__person-txt-more {
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 20px;
  }

  .hero__person-txt-more.mod--1, .hero__person-txt-more.mod--2, .hero__person-txt-more.mod--3 {
    padding-left: 10px;
    padding-right: 10px;
    bottom: 20px;
  }

  .hero__person-txt-less {
    display: none;
  }

  .skills__top {
    margin-bottom: 30px;
    display: block;
  }

  .header__btn-menu {
    background-color: var(--occamy-2);
    cursor: pointer;
    width: 32px;
    height: 32px;
    padding: 0;
    transition: all .2s;
    display: flex;
  }

  .menu {
    z-index: -1;
    background-color: #fff3d9;
    height: 0%;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .menu__btns {
    border-top: 1px solid #1e1e2f1a;
    width: 100%;
    padding-top: 24px;
    display: none;
  }

  .menu__content {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-top: 150px;
    padding-bottom: 24px;
    display: flex;
  }

  .btn-border {
    box-shadow: none;
    color: var(--black-2);
    background-color: #0000;
    border: 1px solid #1e1e2f33;
  }

  .btn-border.mod--menu {
    margin-right: 16px;
  }

  .footer__nav-link {
    text-align: left;
  }

  .footer__nav-link:hover {
    box-shadow: none;
  }

  .skills__video-nav {
    bottom: 20px;
    right: 20px;
  }

  .footer__bottom {
    display: block;
  }

  .footer__social {
    justify-content: center;
    margin-top: 20px;
  }

  .columns.mod--featured {
    height: 12rem;
  }

  .columns.mod--reviews {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    display: block;
  }

  .col.mod--reviews {
    margin-bottom: 0;
  }

  .col.mod--reviews.mod--2 {
    padding-left: 0;
  }

  .col.mod--reviews.col--mobile {
    display: none;
  }

  .featured__anim.active {
    height: auto;
  }

  .reviews__block, .reviews__block.mod--review {
    margin-top: 30px;
  }

  .reviews__woman {
    display: none;
  }

  .text-size-18 {
    text-align: center;
  }

  .reviews__connect {
    display: none;
  }

  .section-2.mod--reviews.gradientcontactpage {
    display: block;
  }

  .reviews__connect-grad {
    display: none;
  }

  .section-3.mod--obj {
    padding-top: 150px;
  }

  .section-3.mod--about {
    padding: 0 50px 420px;
  }

  .section-3.mod--footer {
    padding-top: 160px;
  }

  .p.mod--obj {
    max-width: none;
  }

  .obj__columns {
    flex-direction: column-reverse;
    margin-top: 20px;
    padding-left: 0;
  }

  .notice-wrap.mod--obj {
    display: none;
  }

  .obj__col.mod--2 {
    max-width: none;
    margin-top: 0;
    margin-left: 0;
  }

  .obj__col.mod--1 {
    margin-left: auto;
    margin-right: auto;
  }

  .notice.mod--juo, .about__col.mod--2 {
    display: none;
  }

  .about__col.mod--1 {
    max-width: 100%;
  }

  .about__images {
    left: 25px;
  }

  .about__columns {
    padding-left: 0;
  }

  .section-4 {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    display: none;
  }

  .downloadcp {
    justify-content: flex-end;
    align-items: center;
    width: 200px;
  }

  .downloadcptext {
    padding-left: 5px;
    padding-right: 10px;
  }

  .link-block {
    align-self: center;
    margin-top: 20px;
  }

  .heading-3, .heading-4 {
    text-align: center;
  }

  .certificates {
    width: 700px;
    margin-top: 20px;
  }

  .cert-wrapper {
    display: none;
  }

  .cert-holder {
    height: 700px;
  }

  .columns-2 {
    justify-content: center;
    align-items: center;
  }

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

  .column-2 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

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

  .c-section.cc-main {
    margin-left: -15px;
    padding-bottom: 0;
  }

  .c-title-3 {
    font-size: 28px;
  }

  .c-autotabs_image {
    width: 300px;
  }

  .c-page {
    height: auto;
    margin-top: 160px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    overflow: visible;
  }

  .skills__video-wrap-copy {
    align-items: stretch;
    max-width: 50vw;
    height: 26.5vw;
    min-height: auto;
  }

  .brix---btn-slider-arrow-right---top-right {
    inset: auto 39.5% -90px auto;
  }

  .brix---btn-slider-arrow-right---top-left {
    inset: auto auto -90px 39.5%;
  }

  .brix---social-media-grid-center {
    grid-column-gap: 10px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size, .brix---heading-h3-size-link {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---avatar-circle-06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .brix---slider-mask-width-388px {
    position: static;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .waves-grid-team-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---master-tiles-features-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---heading-2-no-margins-2 {
    text-align: left;
  }

  .waves---content-sticky-features-2 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    max-width: 850px;
  }

  .waves---sticky-halves {
    flex-direction: column;
    align-items: center;
  }

  .waves---sticky-halves-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---grid-halves-sticky {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .text-block-4 {
    text-align: left;
  }

  .waves-grid-team-1 {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: none;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .skills__achieve-txt-wrap-1 {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    transform: translate(0, -60px);
  }

  .skills__achieve-txt-wrap-1.active {
    opacity: 1;
    transition: all .3s;
    transform: none;
  }

  .skills__achieve-txt-wrap-1.active.done {
    transform: translate(0, 60px);
  }

  .skills__achieve-txt-wrap-2 {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    transform: translate(0, -60px);
  }

  .skills__achieve-txt-wrap-2.active {
    opacity: 1;
    transition: all .3s;
    transform: none;
  }

  .skills__achieve-txt-wrap-2.active.done {
    transform: translate(0, 60px);
  }

  .grid {
    margin-top: 50px;
  }

  .brix---logo-strip-image-04 {
    border-bottom: 1px solid var(--elements-webflow-library--neutral--400);
  }

  .logo-strip-support {
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---logo-strip-v5-card {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---text-center-tablet {
    text-align: center;
  }

  .brix---grid-2-logo-strip-v5 {
    grid-template-columns: 1fr;
  }

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

  .grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-image-wrap-hero-1 {
    height: 100%;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-gallery-hero-1.desktop {
    display: none;
  }

  .waves-gallery-hero-1.mobile {
    display: flex;
  }

  .waves---limit-480 {
    text-align: left;
    max-width: none;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary {
    text-align: center;
    padding-top: 160px;
    padding-bottom: 0;
  }

  .waves---mega-heading-2 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 240px;
  }

  .uui-layout30_number {
    font-size: 3.25rem;
  }

  .uui-layout30_component {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .waves---heading-3-no-margins-4 {
    text-align: left;
  }

  .waves-inside-wide-feature-7 {
    max-width: 280px;
  }

  .waves-wide-tile-features-7 {
    min-height: 330px;
  }

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

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

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

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

  .waves---content-image-halves-2 {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-4 {
    max-width: 470px;
  }

  .waves---grid-image-halves-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves-3 {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-5 {
    max-width: 470px;
  }

  .waves---grid-image-halves-3 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---section-medium-7 {
    padding-bottom: 75px;
  }

  .waves-column-gallery-1.mobile {
    display: none;
  }

  .waves-blog-grid-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-55 {
    width: 80px;
    max-width: none;
  }

  .column-3, .column-4, .column-5, .column-6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .remodal.remodal--global {
    min-width: auto;
    max-width: 30rem;
    height: 100%;
  }

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

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

  .hero__columns {
    display: block;
  }

  .hero__col.col--1 {
    padding-bottom: 20px;
  }

  .input.mod--hero {
    height: 86px;
    padding-left: 32px;
    font-size: 16px;
    box-shadow: 0 32px 36px #00000008;
  }

  .input.mod--hero:hover, .input.mod--hero:focus {
    box-shadow: 0 32px 36px #0000001a;
  }

  .btn-submit.mod--hero {
    width: 86px;
    font-size: 24px;
  }

  .form-block.mod--hero {
    max-width: 340px;
  }

  .hero__person.mod--3, .hero__person.mod--2, .hero__person.mod--1 {
    width: 240px;
    height: 375px;
  }

  .hero__person-img.mod--1 {
    margin-top: 0;
  }

  .category__tab-link {
    flex: none;
    margin-left: 0;
    margin-right: 32px;
  }

  .category__tabs-menu {
    margin-bottom: 32px;
    margin-left: -24px;
    margin-right: -24px;
    padding-bottom: 6px;
    padding-left: 24px;
    display: none;
    overflow: auto;
  }

  .category__columns {
    flex-wrap: wrap;
  }

  .category__col {
    width: 50%;
    position: static;
    top: auto;
  }

  .category__card {
    width: 100%;
  }

  .category__card-img {
    object-fit: cover;
    width: 100%;
    height: 42vw;
    margin-bottom: 20px;
  }

  .category__card-title {
    font-size: 22px;
  }

  .skills__columns {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .skills__video-wrap {
    max-width: none;
    height: 48vw;
  }

  .skills__list {
    margin-right: 0;
  }

  .swiper-slide {
    width: 100%;
  }

  .footer__columns {
    margin-bottom: 24px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .footer__col {
    margin-bottom: 40px;
  }

  .footer__col.col--nav {
    margin-top: -8px;
  }

  .footer__subs-title {
    font-size: 16px;
  }

  .footer__copyright {
    justify-content: center;
  }

  .footer__nav-list {
    max-width: 310px;
    margin-bottom: -14px;
  }

  .skills__video {
    height: 52vw;
  }

  .header-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .skills__top {
    margin-bottom: 68px;
  }

  .menu__content {
    padding-top: 125px;
  }

  .footer__bottom {
    flex-direction: column-reverse;
  }

  .footer__social {
    margin-bottom: 24px;
  }

  .footer__soc-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer__copyright-logo {
    width: 30px;
  }

  .modal__content {
    padding: 6rem 1.5rem 3.5rem;
  }

  .modal__close {
    top: 1rem;
  }

  .columns.mod--featured {
    flex-direction: row;
    height: 14rem;
  }

  .columns.mod--reviews {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr 1fr;
  }

  .col.mod--reviews.mod--3 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-20.opacity-70 {
    width: 100%;
    padding-right: 0;
    display: block;
  }

  .featured__anim.active {
    display: block;
  }

  .featured__block {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-size-18 {
    width: 100%;
  }

  .section-2.mod--reviews.gradientcontactpage {
    padding-bottom: 6rem;
  }

  .swiper__pagination {
    display: flex;
  }

  .remodal__content {
    padding: 6rem 1.5rem 3.5rem;
  }

  .remodal__close {
    top: 1rem;
  }

  .reviews__bg-orange {
    width: 52rem;
  }

  .footer__follow-2 {
    text-align: center;
    margin-top: 1.375rem;
  }

  .cards__card {
    border-radius: .8rem;
  }

  .cards__parallax {
    width: 26.8rem;
    height: 22.5rem;
    margin-top: 4.5rem;
    font-size: .65rem;
  }

  .section-3.mod--obj {
    padding-top: 120px;
  }

  .section-3.mod--footer {
    padding-top: 170px;
  }

  .section-3.mod--footer.team-section {
    margin-top: -270px;
  }

  .p.mod--obj {
    text-align: left;
  }

  .notice-wrap.mod--obj {
    display: none;
  }

  .obj__col.mod--2 {
    margin-top: 35px;
  }

  .obj__col.mod--1 {
    margin-left: 0;
  }

  .about__col.mod--1 {
    margin-top: -20px;
  }

  .downloadcp {
    width: 180px;
  }

  .cert-wrapper {
    display: none;
  }

  .cert-holder {
    height: 700px;
  }

  .columns-2 {
    display: flex;
  }

  .c-text-1 {
    font-size: 16px;
    line-height: 28px;
  }

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

  .c-section.cc-body-bg {
    width: 90%;
  }

  .c-autotabs {
    flex-direction: column-reverse;
  }

  .c-title-2 {
    font-size: 7vw;
    font-weight: 500;
    line-height: 44px;
  }

  .c-autotabs_content {
    width: 100%;
    margin-bottom: 30px;
  }

  .c-title-3 {
    font-size: 24px;
    line-height: 38px;
  }

  .c-autotabs_image {
    width: 450px;
    margin-right: auto;
  }

  .c-autotabs_image.cc-pane-crypto {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .c-autotabs_image.cc-pane-crypto-mobile {
    margin-right: -24px;
    display: block;
  }

  .c-page {
    margin-left: 0;
    margin-right: 0;
  }

  .c-autotabs_menu {
    width: auto;
    margin-left: 35px;
    margin-right: 35px;
  }

  .c-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-body_bg {
    width: auto;
    height: 70vh;
    top: 8%;
  }

  .text-block-3 {
    margin-top: 25px;
  }

  .skills__video-wrap-copy {
    max-width: none;
    height: 48vw;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---social-media-grid-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---avatar-circle-06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

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

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

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

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

  .waves---heading-2-no-margins-2 {
    font-size: 24px;
    line-height: 1.2em;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .waves-image-team-1 {
    max-width: 50%;
  }

  .waves-tile-team-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .about-sdg {
    border-radius: 10px;
  }

  .logo-strip-support {
    grid-template-columns: 1fr 1fr;
  }

  .logo-strip-support.incubators {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .brix---logo-strip-v5-card {
    max-width: 490px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-2-logo-strip-v5 {
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .waves---main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-50 {
    margin-bottom: -20px;
  }

  .waves---subtitle-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-2 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .waves---main-container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-section-hero-5 {
    padding-top: 160px;
  }

  .uui-layout30_image {
    width: 100vw;
    min-width: 100vw;
    max-width: none;
    height: 22rem;
  }

  .uui-layout30_image-wrapper {
    margin-top: 3rem;
    display: flex;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-layout30_number {
    font-size: 2.25rem;
  }

  .uui-layout30_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout30_component {
    grid-row-gap: 1rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .waves-image-wide-feature-7 {
    width: auto;
    height: 320px;
    position: static;
  }

  .waves-inside-wide-feature-7 {
    text-align: center;
    align-items: center;
    max-width: 80%;
  }

  .waves-wide-tile-features-7 {
    grid-row-gap: 30px;
    align-items: center;
    padding-bottom: 0;
  }

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

  .waves---heading-2-no-margins-5 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

  .waves-image-wide-feature-7-copy {
    width: auto;
    height: 320px;
    position: static;
  }

  .waves---heading-2-no-margins-6 {
    text-align: left;
    font-size: 44px;
    line-height: .5em;
  }

  .waves---content-image-halves-2 {
    line-height: 1.2em;
  }

  .waves---main-container-8 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .waves---heading-2-no-margins-7 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-image-features-5 {
    max-width: none;
  }

  .waves---grid-image-halves-3 {
    grid-template-columns: 1fr;
  }

  .waves---main-container-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-7 {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .waves-image-gallery-1 {
    border-radius: 16px;
  }

  .waves-column-gallery-1 {
    grid-row-gap: 16px;
  }

  .waves-column-gallery-1.desktop {
    display: none;
  }

  .waves-column-gallery-1.mobile {
    display: flex;
  }

  .waves-grid-gallery-1 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

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

  .waves-master-gallery-1 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---main-container-10 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .waves---section-medium-8.media-gallery {
    padding-bottom: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .waves---heading-2-no-margins-8 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-11 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .image-55 {
    width: 80px;
    max-width: none;
  }

  .heading-5 {
    margin-bottom: 20px;
  }

  .column-9, .column-10, .column-11, .column-12 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .graphdesktop {
    display: none;
  }

  .graphmobile {
    display: block;
  }

  .div-block-16, .div-block-17 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 28px;
  }

  .remodal.remodal--global {
    max-width: 100%;
  }

  .section.section--overflow-hidden {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.section--hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav__link {
    font-size: 14px;
  }

  .btn.mod--menu {
    background-color: var(--black-2);
    box-shadow: none;
    color: var(--white);
    flex: 1;
    min-width: auto;
  }

  .input {
    width: 100%;
  }

  .input.mod--footer {
    width: 210px;
  }

  .form-block, .form-block.mod--hero {
    max-width: 100%;
  }

  .hero__person {
    border-radius: 14px;
  }

  .hero__person.mod--1 {
    padding-left: 0;
  }

  .heading--center.heading--center--services {
    text-align: left;
  }

  .heading--center.heading--center--services.products {
    padding-left: 0;
  }

  .category__tabs-menu {
    display: none;
  }

  .category__col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .category__card-img {
    height: 300px;
  }

  .category__card-img.mod--desctop {
    display: none;
  }

  .category__card-img.mod--mob {
    display: block;
  }

  .skills__txt-desc {
    font-size: 16px;
  }

  .skills__achieve.mob--mob {
    background-image: linear-gradient(180deg, var(--occamy-2), var(--occamy-1));
    justify-content: center;
    align-items: flex-start;
    height: 135px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    top: -160px;
    left: 0;
    right: 0;
  }

  .skills__achieve-txt-wrap.active, .skills__achieve-txt-wrap.active.done {
    color: var(--white);
  }

  .skills__columns {
    margin-top: 185px;
  }

  .skills__video-wrap {
    border-radius: 8px;
    align-items: center;
    height: 55vw;
    margin-bottom: 20px;
  }

  .skills__list-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .skills__list-ico {
    margin-right: 20px;
  }

  .skills__list-title {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .skills__list-line {
    margin-top: 88px;
    margin-bottom: 0;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.slide--persons {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 25px;
    left: 10px;
    right: auto;
    overflow: hidden;
  }

  .swiper.swiper--persons {
    margin-bottom: 20px;
    display: block;
  }

  .swiper-wrapper {
    margin-bottom: 25px;
    padding-bottom: 0;
    display: block;
    overflow: auto;
  }

  .footer__col.col--nav {
    flex-direction: row;
  }

  .footer__nav-list {
    max-width: none;
    margin-bottom: 0;
  }

  .hero__h1.hero_mobile {
    padding-left: 24px;
    padding-right: 24px;
  }

  .skills__video {
    min-width: 110vw;
    height: 70vw;
    margin-bottom: -14px;
    margin-left: -5vw;
  }

  .header-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-img {
    max-width: 215px;
  }

  .btn-border.mod--menu {
    flex: 1;
    min-width: auto;
  }

  .footer__nav-link {
    font-size: 14px;
  }

  .form__content {
    justify-content: center;
  }

  .form__submit {
    background-color: var(--occamy-1);
  }

  .modal__content {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .columns.mod--featured-choose {
    height: 75px;
  }

  .columns.mod--featured {
    height: 19rem;
  }

  .col.mod--featured-choose {
    padding-left: 10px;
    padding-right: 10px;
  }

  .featured__block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-2.mod--reviews.gradientcontactpage {
    padding-bottom: 6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer__follow-heart-2 {
    top: -.4375rem;
    right: -.1875rem;
  }

  .remodal__content {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .reviews__bg-orange {
    width: 38rem;
  }

  .footer__follow-2 {
    align-items: flex-start;
    max-width: 14.375rem;
  }

  .cards__parallax {
    width: 20rem;
    height: 17rem;
    font-size: .5rem;
  }

  .obj__images {
    min-height: auto;
  }

  .obj__img-wrap.mod--1 {
    width: 250px;
  }

  .obj__img-wrap.mod--2 {
    width: 120px;
  }

  .section-3.mod--obj {
    margin-bottom: 50px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-3.mod--footer {
    padding-top: 0;
    top: auto;
  }

  .obj__col.mod--1 {
    justify-content: center;
    align-self: center;
    margin-left: auto;
  }

  .about__col.mod--1 {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about__img-bg-grey {
    display: none;
    overflow: visible;
  }

  .about__images {
    width: 100%;
    margin-top: 125px;
    top: -490px;
    left: auto;
  }

  .about__img-2.mod--1 {
    display: none;
  }

  .about__img-wrap.mod--1 {
    width: 250px;
    margin-top: 45px;
  }

  .about__img-wrap.mod--2 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    left: 0;
    right: 0;
  }

  .downloadcp {
    width: 180px;
  }

  .heading-4 {
    margin-top: 25px;
    margin-bottom: 35px;
  }

  .cert-wrapper {
    display: none;
    overflow: auto;
  }

  .closenew {
    z-index: 100;
    width: 40px;
    height: 40px;
  }

  .image-45 {
    display: block;
  }

  .cert-holder {
    height: auto;
    display: none;
  }

  .columns-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .column {
    margin-bottom: 15px;
    padding-right: 0;
  }

  .column-2 {
    margin-bottom: 15px;
    padding-left: 0;
  }

  .c-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .c-section.cc-main {
    margin-left: 0;
  }

  .c-section.cc-body-bg {
    width: 100%;
    left: 0%;
  }

  .c-autotabs_line {
    left: 25px;
  }

  .c-title-2 {
    font-size: 32px;
    line-height: 36px;
  }

  .c-title-3 {
    font-size: 20px;
    line-height: 34px;
  }

  .c-autotabs_image {
    width: 275px;
  }

  .c-autotabs_image.cc-pane-crypto-mobile {
    width: auto;
    height: auto;
    margin-right: 0;
    position: static;
    transform: translate(16px);
  }

  .c-autotabs_link {
    padding-left: 53px;
    padding-right: 40px;
  }

  .c-autotabs_link.w--current {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .c-page {
    padding-left: 26px;
    padding-right: 26px;
  }

  .c-autotabs_pane {
    padding-bottom: 30px;
  }

  .c-autotabs_menu {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .skills__video-wrap-copy {
    border-radius: 8px;
    align-items: center;
    height: 55vw;
    margin-bottom: 20px;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -72px;
    right: 26%;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -72px;
    left: 26%;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-center {
    flex: 1;
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---avatar-image-link {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-grid-team-3 {
    grid-row-gap: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
    line-height: 1.2em;
  }

  .waves---main-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---section-medium-2 {
    padding-top: 0;
    padding-bottom: 64px;
  }

  .div-block-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .waves---heading-3-no-margins-3 {
    font-size: 22px;
  }

  .waves-image-team-1 {
    max-width: 100%;
  }

  .waves-tile-team-1 {
    padding: 16px;
  }

  .waves-grid-team-1 {
    grid-row-gap: 32px;
    margin-top: 0;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 34px;
  }

  .waves---center-heading-2, .waves---main-container-3 {
    margin-top: 50px;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .logo-strip-support, .logo-strip-support.accelerator, .logo-strip-support.incubators, .logo-strip-support.collaborators, .logo-strip-support.insitutions, .logo-strip-support.govt-institutions {
    grid-template-columns: 1fr 1fr;
  }

  .brix---logo-strip-v5-card {
    max-width: 100%;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---grid-2-logo-strip-v5 {
    margin-top: 55px;
  }

  .brix---container-default-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves---section-medium-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---section-hero-primary {
    padding-top: 150px;
    padding-bottom: 0;
  }

  .image-50 {
    width: 150vw;
    margin-bottom: -10px;
    margin-left: -85px;
  }

  .waves---subtitle-2 {
    font-size: 20px;
  }

  .waves---mega-heading-2 {
    font-size: 36px;
  }

  .waves-section-hero-5 {
    padding-bottom: 48px;
  }

  .uui-layout30_image {
    height: 15rem;
  }

  .uui-layout30_text-wrapper {
    align-items: center;
  }

  .uui-layout30_item-list {
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .uui-padding-vertical-xhuge {
    padding-bottom: 0;
  }

  .waves---heading-3-no-margins-4 {
    font-size: 22px;
  }

  .waves-tile-small-feature-7 {
    text-align: center;
    align-items: center;
  }

  .waves-inside-tile-vertical-features-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-image-wide-feature-7 {
    width: 100%;
    height: auto;
  }

  .waves-inside-wide-feature-7 {
    max-width: 100%;
  }

  .waves-wide-tile-features-7 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins-5 {
    font-size: 34px;
  }

  .waves---section-medium-5 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-9 {
    padding-top: 70px;
  }

  .waves-image-wide-feature-7-copy {
    width: 100%;
    height: auto;
  }

  .waves---heading-2-no-margins-6 {
    font-size: 34px;
  }

  .waves---content-image-halves-2 {
    align-items: stretch;
  }

  .waves---section-medium-6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-7 {
    font-size: 34px;
  }

  .waves---content-image-halves-3 {
    align-items: stretch;
  }

  .waves---section-medium-7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .waves---section-medium-8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-3-no-margins-5 {
    font-size: 22px;
  }

  .waves-tag-blog-1 {
    top: 12px;
    left: 12px;
  }

  .waves---heading-2-no-margins-8 {
    font-size: 34px;
  }

  .waves---section-medium-9 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .image-55 {
    object-fit: contain;
    width: 80px;
    max-width: none;
    height: 100%;
  }

  .div-block-11 {
    width: 85px;
  }

  .column-4, .column-6 {
    margin-bottom: 15px;
  }

  .bold-text-3 {
    font-size: 24px;
    line-height: 0;
  }

  .column-7 {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .column-8 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-9 {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .column-10, .column-11 {
    margin-bottom: 15px;
  }

  .column-13 {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .column-14 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .graphmobile {
    display: block;
  }

  .div-block-16, .div-block-17 {
    align-self: center;
  }

  .column-15 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .column-16 {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }
}

#w-node-_847671ac-bdb8-fb23-54a4-eb95541da250-cbd957d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_847671ac-bdb8-fb23-54a4-eb95541da251-cbd957d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3dbe61f0-73ed-8ce1-a2ea-90a6dba4b717-cbd957d8, #w-node-_3dbe61f0-73ed-8ce1-a2ea-90a6dba4b718-cbd957d8, #w-node-_3dbe61f0-73ed-8ce1-a2ea-90a6dba4b719-cbd957d8, #w-node-_5ade2a23-a07c-01d0-67e9-e7a821b05800-cbd957d8, #w-node-_5a667222-a9de-b225-d07c-49ac40ea112d-cbd957d8 {
  place-self: center;
}

#w-node-ecf2a2e1-1481-3ef2-d547-e1cfa943859c-cbd957d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecf2a2e1-1481-3ef2-d547-e1cfa943859f-cbd957d8, #w-node-_490bbe8a-d23c-c444-7799-92748d834712-cbd957d8, #w-node-ecf2a2e1-1481-3ef2-d547-e1cfa94385a0-cbd957d8, #w-node-_6be3ae50-8db0-2e4d-b825-9e133f05d9a6-cbd957d8, #w-node-ecf2a2e1-1481-3ef2-d547-e1cfa94385a1-cbd957d8, #w-node-ecf2a2e1-1481-3ef2-d547-e1cfa94385a4-cbd957d8, #w-node-ecf2a2e1-1481-3ef2-d547-e1cfa94385a3-cbd957d8, #w-node-ecf2a2e1-1481-3ef2-d547-e1cfa94385a2-cbd957d8, #w-node-_85710dfd-aade-e1bf-9d74-cd96746322d6-cbd957d8, #w-node-f793b94c-5819-b5e4-3ee6-646cca755ebc-cbd957d8, #w-node-d4e4fd28-d35c-02e3-8e9f-5e2b7771a919-cbd957d8, #w-node-d4e4fd28-d35c-02e3-8e9f-5e2b7771a918-cbd957d8, #w-node-a76c78b9-14c3-1a29-daf9-a79ce4bddce6-cbd957d8, #w-node-_8f875bf9-d039-32c9-5362-8312e62e3a15-cbd957d8, #w-node-_5a1aca70-eb11-a47a-e969-a3d225a6b3e3-cbd957d8, #w-node-_6b638518-2026-e522-6b1b-9a660f344c0b-cbd957d8, #w-node-e8e23dbd-8e01-a1c6-bce9-2172480dae2a-cbd957d8, #w-node-_9fb85ba0-682f-20b7-6278-f89533037299-cbd957d8, #w-node-_20d0abc4-8160-93d5-d3fe-a5563fd4c7dd-cbd957d8, #w-node-d0b8b6a3-8def-2c58-4540-453c49cf464e-cbd957d8, #w-node-d0b8b6a3-8def-2c58-4540-453c49cf464f-cbd957d8, #w-node-d0b8b6a3-8def-2c58-4540-453c49cf4650-cbd957d8, #w-node-d0b8b6a3-8def-2c58-4540-453c49cf4651-cbd957d8, #w-node-_5701595c-7658-c737-7942-06dbff4caa93-cbd957d8, #w-node-_5701595c-7658-c737-7942-06dbff4caa94-cbd957d8, #w-node-_5701595c-7658-c737-7942-06dbff4caa95-cbd957d8, #w-node-_5701595c-7658-c737-7942-06dbff4caa96-cbd957d8, #w-node-_5701595c-7658-c737-7942-06dbff4caa97-cbd957d8, #w-node-_71a42e8e-99b8-0d8d-cae4-8240ea1af15f-cbd957d8, #w-node-e49cc78e-7b08-c40f-e95b-695f3c8e15a7-cbd957d8, #w-node-_7a8e1ff8-9071-3fd0-add5-f98fdc3f95b5-cbd957d8 {
  place-self: center;
}

#w-node-b57d79ac-0753-6f97-df80-fc3487b2ad4d-8c243eb1, #w-node-b57d79ac-0753-6f97-df80-fc3487b2ad54-8c243eb1, #w-node-b57d79ac-0753-6f97-df80-fc3487b2ad5b-8c243eb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_284c1b3e-f152-1def-fb00-18c442a3fbfb-6d84abc0, #w-node-_284c1b3e-f152-1def-fb00-18c442a3fc02-6d84abc0 {
  align-self: center;
}

#w-node-_284c1b3e-f152-1def-fb00-18c442a3fc06-6d84abc0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5aefccd8-9f2c-3dd7-ca20-bc61f8cd0043-88161cc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_5aefccd8-9f2c-3dd7-ca20-bc61f8cd0051-88161cc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bcd4bb97-0517-280b-f321-88762ed4edfa-4eafdf62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-bcd4bb97-0517-280b-f321-88762ed4ee03-4eafdf62, #w-node-a329a1a7-f2f0-bc1a-a3b5-2b3fa47f4c2a-4eafdf62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-a329a1a7-f2f0-bc1a-a3b5-2b3fa47f4c21-4eafdf62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-cdada135-868a-62c6-6917-b45eca541912-4eafdf62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-ee93f9db-d71f-481a-d5e3-42bbef27ae99-4eafdf62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-ee93f9db-d71f-481a-d5e3-42bbef27aea2-4eafdf62, #w-node-bba8819c-f6ae-7439-b772-2a35a58a5c8c-4eafdf62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-bba8819c-f6ae-7439-b772-2a35a58a5caf-4eafdf62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7af58dbc-b6d0-6529-f08c-433795036afb-4eafdf62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-cb9b5ad4-7de5-c022-2264-6f0c28a80e3f-4eafdf62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-cb9b5ad4-7de5-c022-2264-6f0c28a80e45-4eafdf62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_34e4d3c2-647b-f318-8b7d-1c91dbf9da82-c2236428 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f47c32ad-ecf1-7b4f-6cad-2e52e1035ab6-c2236428 {
  align-self: center;
}

#w-node-f06ba24d-a37e-c864-c5bf-5b5908ec2181-c2236428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f06ba24d-a37e-c864-c5bf-5b5908ec2182-c2236428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d9e9ea0f-43a6-b4ad-b7f4-1bc65d6dad01-c2236428 {
  align-self: center;
}

#w-node-d9e9ea0f-43a6-b4ad-b7f4-1bc65d6dad02-c2236428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71d408b2-76b2-9e0d-9dcb-e30fb1252c94-c2236428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_71d408b2-76b2-9e0d-9dcb-e30fb1252c91-c2236428 {
  align-self: center;
}

#w-node-_71d408b2-76b2-9e0d-9dcb-e30fb1252c92-c2236428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57f18562-95da-cca8-7602-d3712e578173-c2236428 {
  align-self: center;
}

#w-node-_57f18562-95da-cca8-7602-d3712e578174-c2236428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57f18562-95da-cca8-7602-d3712e578176-c2236428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_43767c8e-396f-2f6d-f91f-2e80ae3a149a-c2236428 {
  align-self: center;
}

#w-node-_43767c8e-396f-2f6d-f91f-2e80ae3a149b-c2236428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_030b8f10-b81e-167a-6189-a8e20396ca18-c2236428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_030b8f10-b81e-167a-6189-a8e20396ca20-c2236428 {
  align-self: center;
}

#w-node-_030b8f10-b81e-167a-6189-a8e20396ca21-c2236428, #w-node-ede1043a-3bc7-4e45-6c1f-4200664f349b-4cae4fe8, #w-node-ede1043a-3bc7-4e45-6c1f-4200664f34ac-4cae4fe8, #w-node-af94f387-70d4-7978-9943-edf4fd907571-4cae4fe8, #w-node-af94f387-70d4-7978-9943-edf4fd907576-4cae4fe8, #w-node-_12920a8b-aa53-7def-9f5c-98ffe4d79961-4cae4fe8, #w-node-_12920a8b-aa53-7def-9f5c-98ffe4d7996a-4cae4fe8, #w-node-_12920a8b-aa53-7def-9f5c-98ffe4d79976-4cae4fe8, #w-node-_9914417e-f05b-0b6e-156c-805e00dc1fc0-4cae4fe8, #w-node-_8cb7fc4b-cd95-2e43-3964-8a024b47f201-4cae4fe8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_847671ac-bdb8-fb23-54a4-eb95541da250-cbd957d8 {
    justify-self: center;
  }

  #w-node-f47c32ad-ecf1-7b4f-6cad-2e52e1035ab6-c2236428, #w-node-d9e9ea0f-43a6-b4ad-b7f4-1bc65d6dad01-c2236428, #w-node-_71d408b2-76b2-9e0d-9dcb-e30fb1252c91-c2236428, #w-node-_57f18562-95da-cca8-7602-d3712e578173-c2236428, #w-node-_43767c8e-396f-2f6d-f91f-2e80ae3a149a-c2236428, #w-node-_030b8f10-b81e-167a-6189-a8e20396ca20-c2236428 {
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_847671ac-bdb8-fb23-54a4-eb95541da250-cbd957d8 {
    place-self: center;
  }

  #w-node-_284c1b3e-f152-1def-fb00-18c442a3fbfb-6d84abc0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_284c1b3e-f152-1def-fb00-18c442a3fc02-6d84abc0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f06ba24d-a37e-c864-c5bf-5b5908ec2181-c2236428, #w-node-d9e9ea0f-43a6-b4ad-b7f4-1bc65d6dad02-c2236428, #w-node-_71d408b2-76b2-9e0d-9dcb-e30fb1252c92-c2236428, #w-node-_57f18562-95da-cca8-7602-d3712e578174-c2236428, #w-node-_43767c8e-396f-2f6d-f91f-2e80ae3a149b-c2236428, #w-node-_030b8f10-b81e-167a-6189-a8e20396ca21-c2236428 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_284c1b3e-f152-1def-fb00-18c442a3fc06-6d84abc0, #w-node-_284c1b3e-f152-1def-fb00-18c442a3fc13-6d84abc0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34e4d3c2-647b-f318-8b7d-1c91dbf9da82-c2236428 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_42d18169-c256-a998-782b-e22e96021a26-c2236428, #w-node-_42d18169-c256-a998-782b-e22e96021a2b-c2236428 {
    place-self: center start;
  }
}


@font-face {
  font-family: 'Archia';
  src: url('../fonts/archia-regular-webfont.eot') format('embedded-opentype'), url('../fonts/archia-regular-webfont.woff') format('woff'), url('../fonts/archia-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}