@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --background--primary: #fafafc;
  --_typography---typography--font-family: "Sf Pro Display", Arial, sans-serif;
  --black--300: #1b1d1d;
  --_typography---font-size--body--m: 1rem;
  --_typography---font-size--body--line-height--body-main: 156%;
  --_typography---font-size--headings--h1: 4rem;
  --_typography---font-size--body--line-height--h1: 110%;
  --_typography---font-size--headings--h2: 3rem;
  --_typography---font-size--body--line-height--h2: 116%;
  --_typography---font-size--headings--h3: 2.25rem;
  --_typography---font-size--body--line-height--h3: 116%;
  --_typography---font-size--headings--h4: 1.75rem;
  --_typography---font-size--body--line-height--h4: 120%;
  --_typography---font-size--headings--h5: 1.5rem;
  --_typography---font-size--body--line-height--h5: 120%;
  --_layout---margin--section-outside-small: 5rem;
  --_layout---container-max-width: 85rem;
  --_layout---paddings--section-horizontal: 2.5rem;
  --black--100: #47474a;
  --white--100: #fff;
  --_typography---font-size--body--xl: 1.5rem;
  --_typography---font-size--body--line-height--body-small: 133%;
  --_typography---font-size--body--l: 1.25rem;
  --_typography---font-size--body--s: .875rem;
  --_typography---font-size--body--xs: .75rem;
  --surface--main: #e6e6ef80;
  --labels--secondary: #3c3c4399;
  --black--200: #333336;
  --labels--tertiary: #3c3c434d;
  --labels--primary: #000;
  --labels--quaternary: #d9d9d966;
  --surface--second: #e6e6efcc;
  --_layout---content-max-width-medium: 42.5rem;
  --_layout---content-max-width-small: 30rem;
  --blue--200: #00b8f5;
  --blue--100: #70dbff;
  --blue--300: #00a4e1;
  --_layout---border_radius--middle: 1.5rem;
  --_layout---border_radius--large: 2.5rem;
  --_layout---border_radius--full: 100%;
  --background--secondary: #f2f2f7;
  --black--60: #1e1e2099;
  --black--40: #1e1e2066;
  --black--4-2: #1e1e200a;
  --black--16: #1e1e2029;
  --_layout---paddings--surface--small: 2rem;
  --_layout---paddings--surface--medium: 1.5rem;
  --_layout---paddings--surface--large: 2rem;
  --white--40: #fff6;
  --white--8: #ffffff14;
  --white--88: #ffffffe0;
  --white--64: #ffffffa3;
}

body {
  background-color: var(--background--primary);
  font-family: var(--_typography---typography--font-family);
  color: var(--black--300);
  font-size: var(--_typography---font-size--body--m);
  line-height: var(--_typography---font-size--body--line-height--body-main);
  text-wrap: balance;
  font-weight: 400;
}

h1 {
  font-family: var(--_typography---typography--font-family);
  font-size: var(--_typography---font-size--headings--h1);
  line-height: var(--_typography---font-size--body--line-height--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h2 {
  font-family: var(--_typography---typography--font-family);
  font-size: var(--_typography---font-size--headings--h2);
  line-height: var(--_typography---font-size--body--line-height--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h3 {
  font-family: var(--_typography---typography--font-family);
  font-size: var(--_typography---font-size--headings--h3);
  line-height: var(--_typography---font-size--body--line-height--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h4 {
  font-family: var(--_typography---typography--font-family);
  font-size: var(--_typography---font-size--headings--h4);
  line-height: var(--_typography---font-size--body--line-height--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h5 {
  font-family: var(--_typography---typography--font-family);
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---font-size--body--line-height--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black--300);
  font-weight: 400;
  text-decoration: underline;
}

.page-wrapper {
  overflow: hidden;
}

.section {
  padding-top: var(--_layout---margin--section-outside-small);
  padding-bottom: var(--_layout---margin--section-outside-small);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section.is--hero {
  background-image: linear-gradient(#0003, #0003 0% 60%, #000), url('../images/hero_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 8rem;
}

.container {
  max-width: var(--_layout---container-max-width);
  padding-right: var(--_layout---paddings--section-horizontal);
  padding-left: var(--_layout---paddings--section-horizontal);
  margin-left: auto;
  margin-right: auto;
}

.flex_v-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.flex_v-16.black-100 {
  color: var(--black--100);
}

.h1 {
  color: var(--white--100);
  font-size: var(--_typography---font-size--headings--h1);
  line-height: var(--_typography---font-size--body--line-height--h1);
  text-shadow: 10px 10px 60px #fffc;
  font-weight: 600;
}

.h2 {
  font-size: var(--_typography---font-size--headings--h2);
  line-height: var(--_typography---font-size--body--line-height--h2);
  object-fit: scale-down;
  font-weight: 600;
}

.h3 {
  font-size: var(--_typography---font-size--headings--h3);
  line-height: var(--_typography---font-size--body--line-height--h3);
  font-weight: 600;
}

.h4 {
  font-size: var(--_typography---font-size--headings--h4);
  line-height: var(--_typography---font-size--body--line-height--h4);
  font-weight: 600;
}

.h5 {
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---font-size--body--line-height--h5);
  font-weight: 600;
}

.body_xl {
  font-size: var(--_typography---font-size--body--xl);
  line-height: var(--_typography---font-size--body--line-height--body-small);
  font-weight: 500;
}

.body_l {
  font-size: var(--_typography---font-size--body--l);
  line-height: var(--_typography---font-size--body--line-height--body-small);
  font-weight: 400;
}

.body_m-500 {
  font-size: var(--_typography---font-size--body--m);
  line-height: var(--_typography---font-size--body--line-height--body-main);
  font-weight: 500;
}

.body_m-400 {
  font-size: var(--_typography---font-size--body--m);
  line-height: var(--_typography---font-size--body--line-height--body-main);
  font-weight: 400;
}

.body_s-600 {
  font-size: var(--_typography---font-size--body--s);
  line-height: var(--_typography---font-size--body--line-height--body-small);
  font-weight: 600;
}

.body_s-400 {
  font-size: var(--_typography---font-size--body--s);
  line-height: var(--_typography---font-size--body--line-height--body-small);
  font-weight: 400;
}

.body_xs-400 {
  font-size: var(--_typography---font-size--body--xs);
  line-height: var(--_typography---font-size--body--line-height--body-small);
  font-weight: 400;
  text-decoration: none;
}

.body_xs-600 {
  font-size: var(--_typography---font-size--body--xs);
  line-height: var(--_typography---font-size--body--line-height--body-small);
  font-weight: 600;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #ffffff29;
  position: absolute;
  inset: 0% 0% auto;
}

.dropdown-lang {
  background-color: #0000;
  align-items: center;
  margin-bottom: -4rem;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 4rem;
  text-decoration: none;
  display: flex;
}

.lang-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: #f0ece8;
  background-color: #ffffff0a;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: .625rem;
  font-size: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 1px 1px 4px #fff3, inset -1px -1px 4px #ffffff26;
}

.lang-wrap.w--open {
  font-weight: 500;
}

.lang-flag {
  object-fit: cover;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 1.25rem;
  height: 1.25rem;
}

.lang-text {
  color: #f0ece8;
  margin: 0;
  font-weight: 300;
  line-height: 120%;
  position: static;
}

.lang-arrow {
  margin: 0;
  font-size: .6rem;
  line-height: 110%;
  position: static;
}

.dropdown-lang-list-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #ffffff0a;
  border-radius: .75rem;
  font-size: .75rem;
  line-height: 110%;
  text-decoration: none;
  top: 1rem;
  overflow: hidden;
  box-shadow: 0 .5rem 1rem #0003;
}

.dropdown-lang-list-wrap.w--open {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--white--100);
  font-size: var(--_typography---font-size--body--m);
  border-radius: 1rem;
  flex-flow: column;
  margin-top: 2rem;
  padding: .625rem;
  font-weight: 500;
  display: flex;
  right: 0;
  box-shadow: inset 1px 1px 4px #fff3, inset -1px -1px 4px #ffffff26;
}

.flex-h-5 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.weight-400 {
  color: var(--white--100);
  font-weight: 400;
}

.navbar_logo-wrp {
  width: 12.5rem;
  height: auto;
  padding-left: 0;
}

.navbar_logo {
  width: 100%;
  height: 100%;
}

.navbar_inner {
  justify-content: space-between;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  display: flex;
}

.navbar_links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.navbar_link {
  color: var(--white--100);
  padding: 0;
}

.lang-bg {
  z-index: -1;
  filter: blur(1rem);
  display: none;
  position: absolute;
  inset: 0%;
}

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

.hero_form-card {
  width: 100%;
  max-width: 27.5rem;
}

.card {
  background-color: var(--surface--main);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  border-radius: 2.5rem;
}

.card.min {
  border-radius: 1.5rem;
  padding: 2rem;
}

.card.faq {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 23.75rem;
  padding: 1.5rem;
  display: flex;
}

.hero_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.form {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.input {
  background-color: #f2f2f7cc;
  border: 1px solid #00000029;
  border-radius: 65.5rem;
  width: 100%;
  min-height: 3rem;
  margin-bottom: 0;
  padding: 1rem;
}

.input::placeholder {
  color: var(--labels--secondary);
}

.button {
  color: var(--white--100);
  background-color: #00b8f5;
  background-image: none;
  border-radius: 62.5rem;
  min-height: 3rem;
  padding: 0 2rem;
  font-weight: 600;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  box-shadow: inset 0 0 2rem #ffffff3d;
}

.button:hover {
  background-color: #00a4e1;
  background-image: none;
}

.button.btn-form {
  margin-top: .75rem;
}

.button.btn-cons {
  background-color: #00b8f5;
  max-width: 21rem;
}

.button.btn-cons:hover {
  color: var(--white--100);
  background-color: #00a4e1;
}

.button.btn-popup {
  background-color: #00b8f5;
  width: 100%;
  max-width: 21rem;
}

.button.btn-popup:hover {
  color: var(--white--100);
  background-color: #00a4e1;
}

.success-message {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: #0d8255;
  text-align: left;
  background-color: #0d82550d;
  border-radius: 1.5rem;
  padding: 1.5rem;
}

.error-message {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: #ff3b30;
  text-align: center;
  background-color: #ff3b301a;
  border-radius: 62.5rem;
  margin-top: 0;
  padding: .25rem 0;
  overflow: hidden;
}

.flex_v-24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.flex_v-24.black-100 {
  color: var(--black--100);
}

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

.success-icon-wrp {
  background-color: #0d8255;
  border-radius: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

.flex_v-24-sb {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.width-560 {
  width: 35rem;
}

.card_inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.list {
  flex-flow: column;
  display: flex;
}

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

.check {
  width: .5rem;
  height: .375rem;
}

.list-item_icon {
  background-color: #00e36cb3;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.code-embed {
  height: .375rem;
}

.list-item_text {
  color: var(--black--200);
  border-bottom: 1px solid #0000000a;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.list-item_text.last-item {
  border-bottom-style: none;
}

.flex_v-48 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

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

.min-card_inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.icon-80 {
  width: 5rem;
  height: 5rem;
}

.flex_v-80 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.process {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.process-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--black--100);
  flex-flow: column;
  display: flex;
}

.process-item.last-item {
  background-color: var(--background--primary);
}

.process-item_num {
  background-color: var(--black--100);
  color: var(--white--100);
  font-size: var(--_typography---font-size--body--xs);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  font-weight: 600;
  display: flex;
}

.process_line {
  z-index: -1;
  object-fit: none;
  width: 100%;
  position: absolute;
  top: 1.125rem;
}

.grid_2x1-24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.33fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex_v-32 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.grid_img {
  border-radius: 2.5rem;
  min-height: 36.25rem;
  position: relative;
  overflow: hidden;
}

.img-abs {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cases {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  display: flex;
}

.big-card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

.flex_v-40-sb {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.tag {
  background-color: #d9d9d966;
  border-radius: 62rem;
  padding: .5rem 1rem;
  font-weight: 500;
}

.big-card_img {
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
}

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

.first-award {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.first-award_info {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
}

.black-200 {
  color: var(--black--200);
}

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

.first-award_award {
  background-image: linear-gradient(90deg, #00b8f500, #00b8f533);
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.first-award_img {
  object-fit: cover;
  width: 7.5rem;
  height: 21.25rem;
  margin-right: -4rem;
}

.award {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.grid_2x1-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--surface--main);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  border-radius: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

.team_grid.min {
  border-radius: 1.5rem;
  padding: 2rem;
}

.member {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.member_circle {
  background-color: var(--labels--tertiary);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  border: 2px solid #fff;
  border-radius: 100%;
  width: 7.5rem;
  height: 7.5rem;
  position: relative;
  overflow: hidden;
}

.member_img {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.flex_v-4 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

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

.flex-v-30 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-44 {
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 100%;
}

.btn-cons {
  color: #fff;
  white-space: nowrap;
  background-color: #1eade5;
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  height: 3.4375rem;
  padding: .96875rem 4.875rem;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.btn-cons:hover {
  color: #1eade5;
  background-color: #fff;
}

.btn-cons.white {
  color: #333;
  background-color: #fff;
  border: .062rem solid #dfdfdf;
  padding: 1.125rem 2.625rem;
}

.btn-cons.white:hover {
  color: #fff;
  background-color: #1eade5;
}

.questions-wrp {
  flex-flow: column;
  display: flex;
}

.dropdown {
  border-bottom: .0625rem solid #dfdfdf;
  width: 100%;
}

.dropdown.top {
  border-top: .0625rem solid #dfdfdf;
}

.dropdown-toggle {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  white-space: pre-line;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.56rem 0;
  display: flex;
}

.text-size-28px {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 110%;
}

.text-size-28px.max-80vw {
  color: var(--labels--primary);
  font-size: var(--_typography---font-size--body--xl);
}

.faq-icon {
  width: 1.75rem;
  height: 1.75rem;
}

.dropdown-list-3 {
  background-color: #ddd0;
  display: block;
  position: static;
}

.faq-text-wrp {
  padding-bottom: 1.56rem;
}

.text-size-16px {
  color: var(--black--100);
  font-size: var(--_typography---font-size--body--m);
  font-weight: 300;
}

.text-size-16px.text-color-black-light {
  color: var(--black--100);
  text-align: center;
  width: 100%;
}

.icon-3 {
  margin: 0;
  display: none;
  position: static;
}

.footer {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

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

.flex-h-0.footer {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-h-0.footer._1 {
  justify-content: space-between;
  width: 100%;
}

.flex-h-0.footer._2 {
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  width: 100%;
}

.flex-h-0.footer {
  justify-content: flex-start;
  align-items: center;
  width: 52.5rem;
}

.flex-h-0.footer.space-between {
  justify-content: space-between;
  align-items: center;
  width: 48rem;
  margin-left: 0;
  margin-right: 0;
}

.logo-footer {
  filter: invert();
  background-image: url('../images/mpp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13rem;
  height: 3rem;
}

.footer-menu {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  display: flex;
}

.footer-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--black--300);
  font-size: var(--_typography---font-size--body--m);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.footer-link:hover {
  opacity: .65;
}

.social-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.icon-40px {
  object-fit: scale-down;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.img-contain {
  object-fit: scale-down;
  height: auto;
}

.divider-h {
  background-color: var(--labels--quaternary);
  width: 100%;
  height: .0625rem;
}

.flex-h-20 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.flex-h-20.footer-bottom {
  justify-content: center;
  align-items: stretch;
}

.palm-link {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #c7c4c4a1;
  border-radius: 1.125rem;
  justify-content: center;
  align-items: center;
  width: 13.5rem;
  height: 5rem;
  margin-top: 2rem;
  padding: .9375rem;
  text-decoration: none;
  display: flex;
}

.grid-faq {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq_img {
  width: 10rem;
}

.link-footer {
  color: var(--black--100);
  text-decoration: none;
}

.footer_top {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.modal {
  z-index: 999;
  color: #151515;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal__background {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #0f0f0f66;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
}

.modal__wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--surface--second);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: #151515;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 27.5rem;
  min-height: 0;
  padding: 1.5rem;
  position: relative;
  overflow: visible;
}

.form__root {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form__title {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 110%;
}

.beige {
  color: #01aee5;
  font-weight: 600;
}

.paragraph {
  color: #7d7d7d;
  font-size: 1rem;
}

.paragraph.hidden {
  display: none;
}

.form__input {
  color: #151515;
  border: 1px solid #7d7d7d33;
  border-radius: .5rem;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .75rem 1rem;
  font-size: .875rem;
}

.form__input::placeholder {
  color: #7d7d7db3;
  font-size: .875rem;
  line-height: 140%;
}

.form__input.margin-b {
  margin-bottom: 1rem;
}

.form__input-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.form__btn {
  color: #fff;
  background-color: #01aee5;
  border: 1px solid #01aee5;
  border-radius: .5rem;
  width: 100%;
  padding: .75rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.form__btn:hover {
  color: #01aee5;
  background-color: #0000;
}

.success-message__title {
  color: #01aee5;
  margin-bottom: 1rem;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 120%;
}

.hero__button {
  color: #fff;
  letter-spacing: normal;
  cursor: pointer;
  background-color: #01aee5;
  border: 1px solid #01aee5;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 13.75rem;
  min-width: 0;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.hero__button:hover {
  color: #01aee5;
  background-color: #0000;
}

.hero__button.full {
  width: 100%;
}

.img-contains {
  object-fit: scale-down;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.modal__cross-btn {
  cursor: pointer;
  background-color: #7d7d7d1a;
  border: 1px solid #7d7d7d1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  inset: 0% -4rem auto auto;
}

.modal__cross-btn:hover {
  background-color: #0000;
  border: 1px solid #7d7d7d;
}

.popup_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    --_typography---typography--font-family: "Sf Pro Display", Arial, sans-serif;
    --_typography---font-size--body--m: 1rem;
    --_typography---font-size--body--line-height--body-main: 156%;
    --_typography---font-size--headings--h1: 2.375rem;
    --_typography---font-size--body--line-height--h1: 110%;
    --_typography---font-size--headings--h2: 2.125rem;
    --_typography---font-size--body--line-height--h2: 116%;
    --_typography---font-size--headings--h3: 1.75rem;
    --_typography---font-size--body--line-height--h3: 116%;
    --_typography---font-size--headings--h4: 1.5rem;
    --_typography---font-size--body--line-height--h4: 120%;
    --_typography---font-size--headings--h5: 1.125rem;
    --_typography---font-size--body--line-height--h5: 120%;
    --_typography---font-size--body--xl: 1.25rem;
    --_typography---font-size--body--line-height--body-small: 133%;
    --_typography---font-size--body--l: 1.125rem;
    --_typography---font-size--body--s: .875rem;
    --_typography---font-size--body--xs: .75rem;
    --_layout---margin--section-outside-small: 2.5rem;
    --_layout---container-max-width: 85rem;
    --_layout---paddings--section-horizontal: 1rem;
    --_layout---content-max-width-medium: 42.5rem;
    --_layout---content-max-width-small: 30rem;
    --_layout---border_radius--middle: 1.25rem;
    --_layout---border_radius--large: 2.25rem;
    --_layout---border_radius--full: 100%;
    --_layout---paddings--surface--small: 1rem;
    --_layout---paddings--surface--medium: 1.25rem;
    --_layout---paddings--surface--large: 1.25rem;
  }

  .section.is--hero {
    background-position: 0 0, 50%;
  }

  .lang-wrap {
    height: auto;
  }

  .dropdown-lang-list-wrap {
    margin-top: 2rem;
  }

  .hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .hero_form-card {
    max-width: none;
  }

  .card.faq {
    width: auto;
  }

  .flex_v-24.black-100 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .width-560 {
    width: auto;
  }

  .card_inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .flex_v-48 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .flex_v-80 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid_2x1-24 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .flex_v-32 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .grid_img {
    border-radius: 2.25rem;
    min-height: 30rem;
  }

  .cases {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: -1rem;
    padding-right: 1rem;
    display: flex;
    overflow: auto;
  }

  .big-card {
    grid-template-columns: 1fr;
    min-width: 80vw;
    height: 100%;
  }

  .flex_v-40-sb {
    justify-content: space-between;
    height: 100%;
  }

  .tag {
    z-index: 1;
    background-color: var(--labels--secondary);
    color: var(--white--100);
    position: absolute;
    inset: 3rem auto auto 3rem;
  }

  .big-card_img {
    height: 20rem;
  }

  .grid_2x1-40 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-asymmetric {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .flex-v-30 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-44 {
    font-size: 2.25rem;
  }

  .questions-wrp {
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
  }

  .text-size-28px {
    font-size: 1.25rem;
  }

  .text-size-16px.text-color-black-light {
    text-align: left;
  }

  .flex-h-0 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-h-0.footer {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-h-0.footer._2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-h-0.footer.space-between {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -2.5rem;
  }

  .logo-footer {
    z-index: 1;
    width: 12rem;
    position: relative;
  }

  .footer-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer-link {
    font-weight: 500;
  }

  .social-block {
    flex-flow: row;
  }

  .flex-h-20 {
    flex-flow: column;
  }

  .flex-h-20.footer-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 95vw;
  }

  .grid-faq {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .modal__wrapper {
    min-height: 0;
    display: flex;
  }

  .form__root {
    width: 100%;
  }

  .form__input {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .section.is--hero {
    background-position: 0 0, 50%;
    padding-top: 7.5rem;
  }

  .flex_v-16 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .lang-wrap {
    border-style: none;
  }

  .navbar_logo-wrp {
    width: 10rem;
  }

  .navbar_inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .card {
    border-radius: 2.25rem;
  }

  .card.min {
    border-radius: 1.25rem;
    padding: 1rem;
  }

  .hero_form {
    padding: 1.25rem;
  }

  .button.btn-cons, .button.btn-popup {
    width: 100%;
    max-width: none;
  }

  .card_inner {
    padding: 1.25rem;
  }

  .grid_3x2 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .min-card_inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .icon-80 {
    width: 3.75rem;
    height: 3.75rem;
  }

  .process {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .process-item {
    flex-flow: row;
    align-items: center;
  }

  .process_line {
    width: auto;
    height: 100%;
    inset: 0% auto auto -47%;
    transform: rotate(90deg);
  }

  .cases {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .big-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1rem;
  }

  .flex_v-40-sb {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .tag {
    top: 2rem;
    left: 2rem;
  }

  .big-card_img {
    border-radius: 1.25rem;
    height: 13.75rem;
  }

  .awards {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .first-award {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    padding: 1rem;
    display: flex;
  }

  .first-award_info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 0;
  }

  .first-award_awards {
    width: 13.75rem;
  }

  .first-award_award {
    border: 2px solid var(--surface--main);
    background-color: var(--labels--tertiary);
    background-image: none;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    margin-right: -1rem;
  }

  .first-award_img {
    width: auto;
    height: 3rem;
    margin-right: 0;
  }

  .team_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: 2.25rem;
    grid-template-columns: 1fr 1fr;
    padding: 1.25rem 1rem;
  }

  .team_grid.min {
    border-radius: 1.25rem;
    padding: 1rem;
  }

  .member_circle {
    width: 5rem;
    height: 5rem;
  }

  .dropdown-toggle {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-size-28px.max-80vw {
    white-space: normal;
    word-break: normal;
    max-width: 80vw;
  }

  .faq-icon {
    max-width: none;
  }

  .modal {
    color: #151515;
    justify-content: center;
    align-items: flex-end;
  }

  .modal__wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .form__input {
    margin-bottom: 0;
  }

  .form__input.margin-b {
    margin-bottom: .75rem;
  }

  .form__input-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .hero__button {
    z-index: 2;
    order: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .modal__cross-btn {
    width: 1.5rem;
    height: 1.5rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .section.is--hero {
    background-position: 0 0, 50%;
  }

  .lang-wrap {
    border-style: none;
  }

  .flex-h-5 {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
  }

  .flex_v-24 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: 0 auto;
    height: auto;
  }

  .min-card_inner {
    max-width: 9rem;
    min-height: 8.75rem;
  }

  .process_line {
    left: -45.5%;
  }

  .grid_img {
    min-height: 22.5rem;
  }

  .big-card {
    flex-flow: column;
    min-width: 90vw;
    height: 100%;
    display: flex;
  }

  .flex_v-40-sb {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
  }

  .flex-v-30 {
    max-width: 90vw;
  }

  .heading-44 {
    font-size: 2rem;
  }

  .questions-wrp {
    max-width: 90vw;
  }

  .dropdown-toggle {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .faq-icon {
    flex: none;
  }

  .dropdown-list-3 {
    width: 100%;
  }

  .text-size-16px.text-color-black-light {
    text-align: left;
  }

  .footer {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .flex-h-0 {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    width: 90vw;
  }

  .flex-h-0.footer._2 {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 90vw;
  }

  .flex-h-0.footer.space-between {
    width: 100%;
  }

  .icon-40px {
    justify-content: center;
    align-items: center;
  }

  .flex-h-20.footer-bottom {
    width: 90vw;
  }

  .palm-link {
    width: 14rem;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .modal__wrapper {
    margin-right: var(--_layout---paddings--section-horizontal);
    margin-left: var(--_layout---paddings--section-horizontal);
  }

  .hero__button {
    text-align: center;
  }

  .modal__cross-btn {
    width: 2rem;
    height: 2rem;
    top: -3rem;
    right: 0;
  }
}

#w-node-_033cdffd-ec1e-ee12-2046-c9726c8299f0-a1ef6a41 {
  align-self: end;
}

#w-node-_7b6933ca-27ee-0fda-8b51-45209cacdead-a1ef6a41 {
  justify-self: end;
}

#w-node-_218b97aa-ca72-559e-1c2e-f982f13c8e2a-a1ef6a41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85e48fd9-f197-8d80-da79-70f82484d544-a1ef6a41 {
  justify-self: end;
}

#w-node-df632235-b74a-0775-90c1-d55cc9d159c8-a1ef6a41 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f6823922-548a-d643-3287-475b4fe4ce1b-a1ef6a41 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c2347950-0232-109b-8369-269147fc1483-a1ef6a41 {
  align-self: end;
}

#w-node-_342641ce-4d7f-82d7-8225-ac48e4a725c4-a1ef6a41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_93a7605a-0992-e3f0-07e1-2ac54a0f2051-a1ef6a41, #w-node-a4d9dfc0-7a04-b879-048a-43e4ed2923ee-a1ef6a41, #w-node-fbd7bd6a-37fa-15a3-d94b-5c79b78e62a0-a1ef6a41, #w-node-bc7a0ccf-2946-8f1e-99f2-20b2432148be-a1ef6a41, #w-node-a7dbb65f-aa1b-70df-fe41-be058c2d4f82-a1ef6a41, #w-node-_43b08648-75da-0aa6-9e1d-0add268a32cb-a1ef6a41 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-df632235-b74a-0775-90c1-d55cc9d159c8-a1ef6a41 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}