@keyframes screenAnime {
  0%, 100% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(2rem);
    opacity: 0; } }

*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

a {
  color: black;
  text-decoration: none;
  outline: none; }

button {
  outline: none;
  cursor: pointer; }

html {
  font-size: 62.5%;
  overflow-x: hidden; }
  @media (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media (min-width: 112.5em) {
    html {
      font-size: 75.5%; } }

body {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  background: url("../images/bg-pattern.svg") no-repeat;
  background-size: 99%;
  overflow-x: hidden;
  background-attachment: fixed; }
  @media (max-width: 37.5em) {
    body {
      background-size: 150%; } }

.heading-1, .heading-1--white {
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 161.9%;
  margin-bottom: 4rem;
  width: 41.4rem; }
  .heading-1--white {
    color: white; }

.heading-2, .heading-2--white {
  font-style: normal;
  font-weight: 500;
  font-size: 3rem;
  line-height: 4.2rem;
  margin-bottom: 7rem;
  width: 47.2rem; }
  .heading-2--white {
    color: white; }

.paragraph-main, .paragraph-main--white {
  font-size: 2.4rem;
  line-height: 3.8rem;
  font-weight: 300;
  color: #8B8B8B;
  width: 45.2rem; }
  .paragraph-main--white {
    color: white; }

.paragraph-secondary, .paragraph-secondary--white {
  font-style: normal;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 166.4%;
  width: 48.3rem; }
  .paragraph-secondary--white {
    color: white; }

.btn {
  background-color: red;
  padding: 1.5rem 2.5rem;
  background-color: #39D192;
  color: white;
  border-radius: 100vh;
  border: none;
  font-weight: bold;
  font-size: 1.6rem;
  text-transform: capitalize;
  cursor: pointer;
  font-family: montserrat;
  transition: background-color .3s ease; }
  .btn:hover {
    background-color: #249a69; }

.header {
  max-width: 144rem;
  height: 8.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem;
  margin: 0 auto;
  z-index: 3;
  position: relative;
  z-index: 20; }
  @media (max-width: 37.5em) {
    .header {
      padding: 0 3rem;
      position: fixed;
      width: 100vw;
      background-color: white; } }
  .header__logo {
    margin-right: 8.7rem; }
  .header__burger {
    display: none;
    cursor: pointer; }
    @media (max-width: 75em) {
      .header__burger {
        display: block;
        z-index: 21; } }
    @media (max-width: 37.5em) {
      .header__burger {
        display: block !important; } }
  .header__nav {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all cubic-bezier(0, 0.9, 0.4, 0.99) 0.3s;
    z-index: 20; }
    @media (max-width: 75em) {
      .header__nav {
        opacity: 0;
        transform: translateX(100%);
        display: inline-block;
        background-color: #39D192;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 20;
        width: 100vw;
        height: 100vh;
        text-align: center;
        margin: 0;
        font-size: 4rem;
        padding: 10rem 0;
        overflow: hidden; }
        .header__nav button {
          background-color: white;
          color: #39D192;
          font-size: 2rem; }
        .header__nav__menu {
          display: flex;
          flex-direction: column;
          justify-content: center;
          color: white; }
          .header__nav__menu__item {
            margin-bottom: 5rem !important; }
            .header__nav__menu__item a {
              color: white; } }
    .header__nav__menu {
      list-style: none; }
      .header__nav__menu__item {
        display: inline-block;
        margin: 0 1rem;
        cursor: pointer;
        text-transform: capitalize; }
        @media (max-width: 75em) {
          .header__nav__menu__item {
            margin-bottom: 2rem; } }
        .header__nav__menu__item:hover {
          text-decoration: underline; }

.nav-open {
  opacity: 1;
  transform: translateY(0%);
  position: fixed !important; }

.hero {
  display: flex;
  align-items: center;
  min-height: 89rem;
  padding-top: 9rem;
  padding-bottom: 2rem; }
  @media (max-width: 56.25em) {
    .hero {
      flex-direction: column;
      align-items: flex-start;
      margin-top: 10rem !important;
      padding-left: 4rem !important; } }
  @media (max-width: 37.5em) {
    .hero {
      padding-left: 3rem !important; } }
  .hero__left {
    padding-bottom: 20rem; }
    @media (max-width: 56.25em) {
      .hero__left {
        align-self: stretch;
        padding-bottom: 15rem; } }
    .hero__left span {
      display: inline-block; }
    .hero__left__heading {
      font-weight: 700;
      font-size: 3.5rem;
      line-height: 146.4%;
      width: 53.2rem;
      margin-bottom: 3rem; }
      @media (max-width: 37.5em) {
        .hero__left__heading {
          width: 100%;
          font-size: 3.2rem; } }
    .hero__left__paragraph {
      font-weight: 300;
      font-size: 1.8rem;
      line-height: 166.4%;
      width: 41.7rem;
      margin-bottom: 7rem;
      overflow: hidden; }
      @media (max-width: 37.5em) {
        .hero__left__paragraph {
          line-height: 166.4%; } }
    .hero__left__btn-google {
      margin-right: 1rem;
      cursor: pointer; }
      .hero__left__btn-google > * {
        user-select: none; }
      @media (max-width: 37.5em) {
        .hero__left__btn-google {
          margin-bottom: 2rem;
          margin-left: 0; } }
    .hero__left__btn-apple {
      cursor: pointer; }
      .hero__left__btn-apple > * {
        user-select: none; }
      @media (max-width: 37.5em) {
        .hero__left__btn-apple {
          margin-bottom: 2rem;
          margin-left: 0; } }
  .hero__right {
    position: relative; }
    @media (max-width: 56.25em) {
      .hero__right {
        align-self: center; } }
    @media (max-width: 37.5em) {
      .hero__right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; } }
    .hero__right__circle {
      width: 67.2rem;
      height: 67.2rem;
      background-color: #EBFCF5;
      border-radius: 100vh;
      position: absolute;
      top: -15rem;
      left: 0;
      z-index: -1; }
      @media (max-width: 37.5em) {
        .hero__right__circle {
          width: 90vw;
          height: 90vw; } }
    .hero__right__card {
      position: absolute; }
      .hero__right__card-1 {
        left: -7rem;
        top: 20%; }
        @media (max-width: 37.5em) {
          .hero__right__card-1 {
            width: 19rem;
            left: -5rem;
            top: -5rem; } }
      .hero__right__card-2 {
        bottom: 10rem;
        right: -5rem; }
        @media (max-width: 63.12em) {
          .hero__right__card-2 {
            right: 5rem;
            bottom: 0; } }
        @media (max-width: 37.5em) {
          .hero__right__card-2 {
            width: 15rem;
            right: -1rem;
            bottom: 0; } }
      .hero__right__card-3 {
        top: -10rem;
        left: 60%; }
        @media (max-width: 37.5em) {
          .hero__right__card-3 {
            width: 15rem;
            top: -10rem;
            right: -20rem; } }
    .hero__right__phone {
      width: 66.2rem; }
      @media (max-width: 63.12em) {
        .hero__right__phone {
          width: 55rem; } }
      @media (max-width: 56.25em) {
        .hero__right__phone {
          width: 66.2rem; } }

.section {
  max-width: 117rem;
  margin: 0 auto; }
  @media (max-width: 75em) {
    .section {
      padding: 0 2rem; } }

.section-partners-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6rem auto;
  padding: 2rem 0;
  flex-wrap: wrap;
  position: relative; }
  .section-partners-logos::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    transform: translateX(-50%) translate3d(0, 0, 0); }
  @media (max-width: 75em) {
    .section-partners-logos {
      padding: 2rem; } }
  @media (max-width: 37.5em) {
    .section-partners-logos {
      margin: 15rem auto;
      width: 100%; }
      .section-partners-logos > * {
        width: 9.2rem; } }
  .section-partners-logos__logo {
    margin: 2rem 6rem;
    display: flex;
    justify-content: center;
    align-items: center; }
  .section-partners-logos--partner {
    margin-top: 25rem; }
    @media (max-width: 37.5em) {
      .section-partners-logos--partner {
        margin-top: 12rem; } }

.section-location {
  display: flex;
  align-items: center;
  margin-top: 20rem; }
  @media (max-width: 63.12em) {
    .section-location {
      flex-direction: column;
      align-items: stretch; } }
  .section-location__left__img {
    background-color: #39D192;
    background-image: url("../assets/bg-pattern-green.svg");
    width: 60rem;
    height: 44rem;
    border-radius: 1.8rem;
    display: flex;
    justify-content: center;
    overflow: hidden; }
    @media (max-width: 63.12em) {
      .section-location__left__img {
        width: 100%; } }
    .section-location__left__img img {
      height: 100%; }
  .section-location__right {
    padding: 7rem; }
    @media (max-width: 63.12em) {
      .section-location__right {
        padding: 2rem; }
        .section-location__right > * {
          width: 100%; }
          .section-location__right > *:last-child {
            width: 80%; } }
    @media (max-width: 37.5em) {
      .section-location__right {
        padding: 1rem; }
        .section-location__right > * {
          width: 100%; }
          .section-location__right > *:last-child {
            width: 100%; } }

.section-tajine {
  display: flex;
  align-items: center;
  margin-top: 20rem;
  padding: 0 7rem; }
  @media (max-width: 56.25em) {
    .section-tajine {
      flex-direction: column-reverse;
      align-items: stretch; } }
  @media (max-width: 37.5em) {
    .section-tajine {
      padding: 2rem;
      margin-top: 10rem; } }
  .section-tajine__left {
    flex: 1; }
    @media (max-width: 56.25em) {
      .section-tajine__left > * {
        width: 100%; }
        .section-tajine__left > *:last-child {
          width: 80%; } }
    @media (max-width: 37.5em) {
      .section-tajine__left {
        padding: 2rem; }
        .section-tajine__left > * {
          width: 100%; }
          .section-tajine__left > *:last-child {
            width: 100%; } }
  @media (max-width: 56.25em) {
    .section-tajine__right {
      align-self: center;
      margin-bottom: 2rem; } }

.section-app-workflow {
  background-color: #F8F8F8;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 0rem;
  margin-top: 15rem;
  height: 90vh;
  overflow: hidden;
  position: relative; }
  @media (max-width: 37.5em) {
    .section-app-workflow {
      height: 100vh;
      margin-top: 8rem; } }
  .section-app-workflow__heading {
    text-align: center;
    width: 60rem;
    margin-bottom: 2rem;
    font-size: 3rem; }
    @media (max-width: 37.5em) {
      .section-app-workflow__heading {
        font-size: 3rem;
        width: 100%; } }
  .section-app-workflow__paragraph {
    width: 70.2rem;
    text-align: center;
    min-height: 11.4rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 3rem; }
    @media (max-width: 37.5em) {
      .section-app-workflow__paragraph {
        width: 100%;
        height: 25rem;
        font-size: 2rem; } }
  .section-app-workflow__checkboxes {
    display: flex;
    margin: 4rem 0; }
    @media (max-width: 37.5em) {
      .section-app-workflow__checkboxes span {
        display: none; } }
    .section-app-workflow__checkboxes__step {
      margin: 0 2rem;
      cursor: pointer; }
      @media (max-width: 37.5em) {
        .section-app-workflow__checkboxes__step {
          margin-bottom: 2rem; } }
      .section-app-workflow__checkboxes__step input[type="radio"] {
        display: none; }
        .section-app-workflow__checkboxes__step input[type="radio"]:checked + label svg rect {
          fill: #39D192; }
      .section-app-workflow__checkboxes__step label {
        display: flex;
        align-items: center;
        cursor: pointer;
        user-select: none;
        transition: all ease .3s; }
        .section-app-workflow__checkboxes__step label svg {
          margin-right: 1rem; }
  .section-app-workflow__circle {
    position: absolute;
    width: 45.8rem;
    height: 45.8rem;
    border-radius: 100vh;
    background-color: #39D192;
    bottom: 0;
    transform: translateY(50%); }
  .section-app-workflow__screen {
    z-index: 1;
    transition: all ease .5s;
    width: 23.9rem;
    height: 51.5rem;
    position: relative; }
    .section-app-workflow__screen img {
      position: absolute;
      opacity: 0;
      transform: translateY(2rem);
      transition: all ease .3s;
      width: 23.9rem; }

.section-testimonials {
  background-color: #0A1C2D;
  display: flex;
  align-items: center;
  height: 50rem;
  padding: 0 7rem;
  position: relative;
  margin-top: 15rem; }
  @media (max-width: 75em) {
    .section-testimonials {
      padding: 0 2rem; } }
  @media (max-width: 63.12em) {
    .section-testimonials {
      padding-bottom: 3rem;
      flex-direction: column;
      height: auto;
      padding-top: 5rem;
      align-items: flex-start; } }
  @media (max-width: 37.5em) {
    .section-testimonials {
      padding: 2rem;
      padding-top: 10rem; } }
  .section-testimonials::after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #0A1C2D;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -5; }
  .section-testimonials__img {
    position: absolute;
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 3; }
    .section-testimonials__img--1 {
      top: -2rem;
      left: 20rem; }
      @media (max-width: 37.5em) {
        .section-testimonials__img--1 {
          left: 1rem; } }
    .section-testimonials__img--2 {
      width: 4rem;
      height: 4rem;
      right: 0;
      top: -2rem; }
      @media (max-width: 37.5em) {
        .section-testimonials__img--2 {
          display: none; } }
    .section-testimonials__img--3 {
      width: 5.4rem;
      height: 5.4rem;
      bottom: -8rem;
      left: 10rem; }
    .section-testimonials__img img {
      width: 100%; }
  .section-testimonials__left {
    text-transform: none; }
    @media (max-width: 63.12em) {
      .section-testimonials__left {
        padding-left: 5rem; } }
    @media (max-width: 56.25em) {
      .section-testimonials__left > * {
        width: 100%; }
        .section-testimonials__left > *:last-child {
          width: 80%; } }
    @media (max-width: 37.5em) {
      .section-testimonials__left {
        padding: 2rem; }
        .section-testimonials__left > * {
          width: 100%; }
          .section-testimonials__left > *:last-child {
            width: 100%; } }
  .section-testimonials__right {
    flex: 1;
    height: 100%;
    padding-top: 12rem;
    padding-left: 5rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 2rem;
    row-gap: 2rem; }
    @media (max-width: 63.12em) {
      .section-testimonials__right {
        align-self: stretch;
        padding-left: 0;
        align-self: center; } }
    @media (max-width: 56.25em) {
      .section-testimonials__right {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-self: center;
        font-size: 2rem; } }
    @media (max-width: 37.5em) {
      .section-testimonials__right {
        padding-top: 8rem; } }
    .section-testimonials__right::before {
      content: "";
      width: 40.7rem;
      height: 40.7rem;
      border-radius: 50%;
      background-color: #39D192;
      position: absolute;
      top: 50%;
      left: -.5rem;
      transform: translateY(-50%); }
      @media (max-width: 63.12em) {
        .section-testimonials__right::before {
          width: 70rem;
          height: 70rem;
          left: -50%;
          top: 80%; } }
    .section-testimonials__right__testimony {
      z-index: 3;
      position: relative;
      width: 29rem;
      background: white;
      padding: 2rem 3rem;
      border-radius: .9rem; }
      @media (max-width: 63.12em) {
        .section-testimonials__right__testimony {
          width: 40rem; } }
      @media (max-width: 56.25em) {
        .section-testimonials__right__testimony:not(:last-child) {
          margin-bottom: 2rem; } }
      .section-testimonials__right__testimony__top {
        display: flex;
        margin-bottom: 2rem;
        align-items: center; }
        .section-testimonials__right__testimony__top__img {
          width: 4.7rem;
          height: 4.7rem;
          border-radius: 50%;
          overflow: hidden;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 1.3rem; }
          .section-testimonials__right__testimony__top__img img {
            width: 100%; }
        .section-testimonials__right__testimony__top__naming {
          flex: 1; }
          .section-testimonials__right__testimony__top__naming__position {
            color: #777777;
            font-weight: normal;
            font-size: 1.2rem;
            line-height: 1.4rem; }
      .section-testimonials__right__testimony__body {
        font-weight: normal;
        font-size: 1.6rem;
        line-height: 2rem; }

.section-statistics {
  padding-top: 25rem;
  padding-bottom: 20rem;
  background-color: #F8F8F8;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-image: url("../assets/bg-pattern-darker.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right; }
  .section-statistics::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    background-color: #F8F8F8;
    z-index: -1;
    top: 0; }
  .section-statistics__heading {
    text-align: center; }
  .section-statistics__paragraph {
    text-align: center;
    width: 90rem;
    margin-bottom: 6rem; }
    @media (max-width: 56.25em) {
      .section-statistics__paragraph {
        width: 100%; } }
  .section-statistics__numbers {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 56.25em) {
      .section-statistics__numbers {
        flex-direction: column;
        align-items: center;
        align-self: center; } }
    .section-statistics__numbers__card {
      width: 33.3rem;
      height: 20.6rem;
      background-color: #39D192;
      border-radius: 1rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: white;
      padding: 2rem; }
      @media (max-width: 63.12em) {
        .section-statistics__numbers__card:not(:last-child) {
          margin-right: 2rem; } }
      @media (max-width: 56.25em) {
        .section-statistics__numbers__card {
          width: 100%; }
          .section-statistics__numbers__card:not(:last-child) {
            margin-bottom: 2rem;
            margin-right: 0; } }
      .section-statistics__numbers__card__number {
        font-style: normal;
        font-weight: bold;
        font-size: 6rem;
        line-height: 7.3rem;
        text-align: center;
        margin-bottom: 2rem; }
      .section-statistics__numbers__card__text {
        text-align: center;
        font-weight: 300;
        font-size: 2rem;
        line-height: 2.4rem; }

.section-press {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6.5rem 0;
  background-color: #ffffff;
  position: relative; }
  .section-press::after {
    content: "";
    position: absolute;
    background-color: white;
    width: 100vw;
    height: 27.77rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; }
  @media (max-width: 37.5em) {
    .section-press {
      margin: 10rem 0; } }
  .section-press__heading {
    width: auto;
    text-align: center; }

.section-become-partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20rem;
  padding-bottom: 15rem;
  background-color: #F8F8F8;
  background-image: url("../assets/bg-pattern-darker.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  position: relative; }
  @media (max-width: 56.25em) {
    .section-become-partner {
      height: 100rem; } }
  @media (max-width: 37.5em) {
    .section-become-partner {
      height: 120rem; } }
  .section-become-partner::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    background-color: #F8F8F8;
    z-index: -1;
    top: 0; }
  .section-become-partner::before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to bottom, transparent 80%, white);
    top: 0;
    pointer-events: none;
    z-index: 3; }
  .section-become-partner__heading {
    text-align: center;
    width: 79.8rem;
    position: relative;
    z-index: 10; }
    @media (max-width: 56.25em) {
      .section-become-partner__heading {
        width: 100%; } }
    @media (max-width: 37.5em) {
      .section-become-partner__heading {
        font-size: 3rem; } }
  .section-become-partner__paragraph {
    text-align: center;
    width: 70.5rem;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 10; }
    @media (max-width: 56.25em) {
      .section-become-partner__paragraph {
        width: 100%; } }
  .section-become-partner__link {
    color: #39D192;
    text-decoration: underline; }
    @media (max-width: 37.5em) {
      .section-become-partner__link {
        font-size: 2rem;
        margin-top: 2rem; } }
  .section-become-partner__logo {
    position: absolute;
    bottom: 0; }
    .section-become-partner__logo--1 {
      bottom: 4rem;
      left: 5rem; }
      @media (max-width: 56.25em) {
        .section-become-partner__logo--1 {
          bottom: 5rem; } }
      @media (max-width: 37.5em) {
        .section-become-partner__logo--1 {
          left: -9rem;
          bottom: 5rem; } }
    .section-become-partner__logo--2 {
      bottom: 1.7rem;
      left: -6rem; }
      @media (max-width: 37.5em) {
        .section-become-partner__logo--2 {
          left: 2rem; } }
    .section-become-partner__logo--3 {
      bottom: 5rem;
      right: 1rem; }
      @media (max-width: 56.25em) {
        .section-become-partner__logo--3 {
          bottom: 0rem;
          right: 12rem; } }
      @media (max-width: 37.5em) {
        .section-become-partner__logo--3 {
          right: -4rem;
          bottom: 3rem; } }
    .section-become-partner__logo--4 {
      bottom: 30.2rem;
      right: -4rem; }
      @media (max-width: 56.25em) {
        .section-become-partner__logo--4 {
          bottom: 20rem; } }
      @media (max-width: 37.5em) {
        .section-become-partner__logo--4 {
          display: none; } }
    .section-become-partner__logo--5 {
      bottom: 6rem;
      right: -7rem; }
      @media (max-width: 56.25em) {
        .section-become-partner__logo--5 {
          right: 1rem;
          bottom: 15rem; } }
      @media (max-width: 37.5em) {
        .section-become-partner__logo--5 {
          bottom: 0;
          right: 8rem; } }
    .section-become-partner__logo--6 {
      bottom: 32.2rem;
      left: -4rem; }
      @media (max-width: 37.5em) {
        .section-become-partner__logo--6 {
          display: none; } }

.mini-heading {
  color: #39D192;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 500; }

.section-app-CTA {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 0;
  border-radius: 1.8rem;
  background-color: #39D192;
  background-image: url("../assets/bg-pattern-green.svg");
  background-repeat: no-repeat;
  background-position: 700% -500px;
  margin-top: 7rem; }
  @media (max-width: 75em) {
    .section-app-CTA {
      width: 90vw; } }
  @media (max-width: 37.5em) {
    .section-app-CTA {
      width: 100%;
      border-radius: 0;
      background-position: 100% 100%;
      background-size: cover; } }
  .section-app-CTA__icons {
    display: flex; }
    @media (max-width: 37.5em) {
      .section-app-CTA__icons {
        flex-direction: column; } }
  .section-app-CTA__btn button {
    background-color: #fff;
    border-radius: 1.6rem;
    padding: 1.8rem 5rem;
    border: none;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #39D192;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize; }
  .section-app-CTA__heading {
    width: 90%;
    text-align: center;
    margin-bottom: 1.5rem; }

.footer {
  margin-top: 10rem;
  background-color: #0A1C2D;
  position: relative;
  color: white;
  padding: 9rem 7rem; }
  .footer::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    background-color: #0A1C2D;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .footer__email {
    margin-top: 1rem;
    color: white;
    position: relative;
    letter-spacing: .1rem;
    margin-left: 3rem; }
    .footer__email::before {
      content: "";
      width: 2.2rem;
      height: 2.2rem;
      background-image: url("../assets/mail.svg");
      background-size: cover;
      position: absolute;
      left: -3rem; }
  .footer__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    border-bottom: .05rem solid #315271; }
    @media (max-width: 37.5em) {
      .footer__top {
        flex-direction: column; } }
    .footer__top > * {
      margin-bottom: 5rem; }
    .footer__top a {
      color: white; }
    .footer__top__menu {
      list-style: none; }
      .footer__top__menu h3 {
        margin-bottom: 3rem; }
      .footer__top__menu li {
        font-weight: 300;
        margin-bottom: 1rem; }
    .footer__top__get-in-touch {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 15rem; }
      .footer__top__get-in-touch > * {
        flex: 1; }
      .footer__top__get-in-touch p {
        width: 28.4rem;
        font-weight: lighter;
        font-size: 1.6rem;
        line-height: 2rem;
        margin: 2rem 0; }
      .footer__top__get-in-touch__icons a {
        margin-right: 1rem; }
  .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 37.5em) {
      .footer__bottom {
        height: 12rem;
        flex-direction: column-reverse;
        justify-content: space-between; } }
  .footer__copy-write {
    font-weight: 300; }
    .footer__copy-write a {
      color: #ffffff;
      text-decoration: underline; }

.payment-methods {
  display: flex;
  align-items: center;
  flex: 0; }
  .payment-methods__logo {
    margin-right: 2rem;
    width: 5rem;
    filter: grayscale(4); }
    .payment-methods__logo:hover {
      filter: none; }

.partner-hero {
  display: flex;
  padding-top: 18rem;
  background-image: linear-gradient(to top, #F8F8F8 20%, transparent 80%);
  position: relative;
  height: 68.9rem; }
  @media (max-width: 56.25em) {
    .partner-hero {
      flex-direction: column;
      height: 110rem;
      align-items: center;
      padding-top: 10rem; } }
  .partner-hero::after {
    content: "";
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background-image: linear-gradient(to top, #F8F8F8 20%, transparent 80%);
    z-index: -1; }
  @media (max-width: 56.25em) {
    .partner-hero__left {
      margin-bottom: 10rem;
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .partner-hero__left__heading {
    font-weight: 600;
    font-size: 3rem;
    line-height: 4.8rem;
    width: 56.8rem;
    margin-bottom: 4rem; }
    @media (max-width: 56.25em) {
      .partner-hero__left__heading {
        text-align: center; } }
    @media (max-width: 37.5em) {
      .partner-hero__left__heading {
        width: 100%; } }
  .partner-hero__left__paragraph {
    margin-bottom: 4rem;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 166.4%; }
    @media (max-width: 56.25em) {
      .partner-hero__left__paragraph {
        text-align: center;
        width: 80%; } }
  .partner-hero__right {
    padding-left: 6rem; }
    @media (max-width: 56.25em) {
      .partner-hero__right {
        padding-left: 0; } }
    .partner-hero__right__dashboard {
      width: 113.2rem; }
      @media (max-width: 37.5em) {
        .partner-hero__right__dashboard {
          width: 150%; } }

.section-advantages {
  padding: 0 7rem;
  margin-top: 18rem; }
  @media (max-width: 63.12em) {
    .section-advantages {
      padding: 0 4rem; } }
  .section-advantages__heading {
    width: 54.3rem;
    margin-bottom: 8rem; }
    @media (max-width: 37.5em) {
      .section-advantages__heading {
        width: 100%; } }
  .section-advantages__cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 37.5em) {
      .section-advantages__cards {
        flex-direction: column; } }
    .section-advantages__cards__card:not(:last-child) {
      margin-right: 2rem; }
    @media (max-width: 56.25em) {
      .section-advantages__cards__card {
        margin-bottom: 4rem; } }
    .section-advantages__cards__card__icon {
      margin-bottom: 3rem; }
    .section-advantages__cards__card__title {
      font-weight: 500;
      font-size: 1.8rem;
      line-height: 2.2rem;
      margin-bottom: 2rem; }
    .section-advantages__cards__card__body {
      font-weight: 300;
      font-size: 1.5rem;
      line-height: 166.4%;
      width: 27.5rem; }

.section-features {
  margin-top: 14rem;
  background-image: url("../assets/features-bg.png");
  background-size: cover;
  background-position: center;
  height: 44.7rem;
  border-radius: 1rem;
  padding: 0 7rem;
  padding-top: 22.3rem;
  margin-bottom: 22rem; }
  @media (max-width: 63.12em) {
    .section-features {
      width: 100%;
      border-radius: 0; } }
  @media (max-width: 37.5em) {
    .section-features {
      padding: 0 2rem;
      padding-top: 10rem; } }
  .section-features__body {
    padding: 7.5rem 7rem;
    border-radius: 1rem;
    display: flex;
    background-color: #fff; }
    @media (max-width: 63.12em) {
      .section-features__body {
        padding: 7.5rem 5rem; } }
    @media (max-width: 56.25em) {
      .section-features__body {
        flex-direction: column;
        align-items: center; } }
    .section-features__body__left__heading {
      font-weight: 500;
      font-size: 2.5rem;
      line-height: 166.4%;
      width: 40rem; }
      @media (max-width: 56.25em) {
        .section-features__body__left__heading {
          text-align: center;
          width: 100%; } }
    .section-features__body__right {
      padding-left: 11rem; }
      @media (max-width: 63.12em) {
        .section-features__body__right {
          padding-left: 5rem; } }
      @media (max-width: 56.25em) {
        .section-features__body__right {
          margin-top: 3rem;
          padding-left: 0; } }
      .section-features__body__right ul {
        font-weight: normal;
        font-size: 1.8rem;
        line-height: 240.9%;
        list-style: none; }
        @media (max-width: 56.25em) {
          .section-features__body__right ul {
            text-align: center; } }
        .section-features__body__right ul li::before {
          content: "\2022";
          color: #39D192;
          font-weight: bold;
          display: inline-block;
          width: 2rem;
          font-size: 3rem; }

.section-solutions {
  padding-top: 25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  position: relative; }
  .section-solutions__heading {
    width: 75.7rem;
    text-align: center;
    margin-bottom: 13rem; }
    @media (max-width: 56.25em) {
      .section-solutions__heading {
        width: 100%; } }
  .section-solutions__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 56.25em) {
      .section-solutions__bottom {
        flex-direction: column-reverse;
        align-items: center; } }
    .section-solutions__bottom__left {
      padding-right: 10rem; }
      @media (max-width: 63.12em) {
        .section-solutions__bottom__left {
          padding-right: 5rem; } }
      @media (max-width: 56.25em) {
        .section-solutions__bottom__left {
          margin-top: 5rem;
          padding: 0; }
          .section-solutions__bottom__left > * {
            text-align: center;
            width: 100%; } }
    .section-solutions__bottom__right {
      padding-left: 5rem; }
      @media (max-width: 56.25em) {
        .section-solutions__bottom__right {
          padding: 0; } }
      .section-solutions__bottom__right__img {
        width: 40.7rem;
        height: 55.5rem;
        border-radius: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; }
        .section-solutions__bottom__right__img img {
          height: 100%; }

.section-solutions-2 {
  background-color: #39D192;
  display: flex;
  align-items: center;
  height: 54.8rem;
  position: relative;
  z-index: 3;
  margin-top: 13rem; }
  @media (max-width: 56.25em) {
    .section-solutions-2 {
      flex-direction: column-reverse;
      padding-top: 10rem;
      height: 100rem;
      align-items: center; } }
  .section-solutions-2::before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    background-color: #39D192;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2; }
  .section-solutions-2__left {
    flex: 1;
    position: relative; }
    @media (max-width: 56.25em) {
      .section-solutions-2__left {
        margin-top: 4rem; } }
    .section-solutions-2__left img {
      width: 84.4rem;
      position: absolute;
      right: 10rem;
      top: -20rem; }
      @media (max-width: 56.25em) {
        .section-solutions-2__left img {
          position: relative;
          top: 0;
          left: 0;
          width: 70rem; } }
  .section-solutions-2__right {
    flex: 1; }
    @media (max-width: 56.25em) {
      .section-solutions-2__right > * {
        text-align: center;
        width: 100%; }
        .section-solutions-2__right > *:first-child {
          margin-bottom: 2rem; } }

.section-anti-waste {
  display: flex;
  align-items: center;
  padding: 9rem;
  background-color: #F8F8F8;
  position: relative; }
  @media (max-width: 63.12em) {
    .section-anti-waste {
      padding: 4rem; } }
  @media (max-width: 56.25em) {
    .section-anti-waste {
      flex-direction: column-reverse; } }
  @media (max-width: 37.5em) {
    .section-anti-waste {
      padding-bottom: 20rem; } }
  .section-anti-waste::before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #F8F8F8;
    z-index: -2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .section-anti-waste__left {
    margin-right: 9.5rem; }
    @media (max-width: 63.12em) {
      .section-anti-waste__left {
        margin-right: 3rem; } }
    @media (max-width: 37.5em) {
      .section-anti-waste__left {
        padding-bottom: 0; } }
  .section-anti-waste__right {
    flex: 1; }
    @media (max-width: 56.25em) {
      .section-anti-waste__right {
        margin-bottom: 15rem; } }
    .section-anti-waste__right__point {
      font-style: normal;
      font-weight: 500;
      font-size: 3rem;
      line-height: 4.2rem; }
      .section-anti-waste__right__point::before {
        content: '';
        width: 1.8rem;
        height: 1.8rem;
        margin-right: 2rem;
        background-image: url("../assets/list-icon.svg");
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block; }
      .section-anti-waste__right__point:first-child {
        margin-bottom: 7.3rem; }

.section-location-partner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 19rem;
  background-color: #F8F8F8;
  background-image: url("../assets/bg-pattern-darker.svg");
  background-size: cover;
  background-position: center;
  border-radius: 1.8rem;
  padding: 0 7rem;
  margin-bottom: 10rem;
  height: 31.1rem; }
  @media (max-width: 75em) {
    .section-location-partner {
      width: 90vw;
      margin: 0 auto;
      margin-top: 20rem;
      padding: 0 3em; } }
  @media (max-width: 56.25em) {
    .section-location-partner {
      width: 100%;
      border-radius: 0;
      height: 50rem;
      padding-top: 4rem; } }
  @media (max-width: 37.5em) {
    .section-location-partner {
      height: 76rem;
      padding: 4rem 2rem 0;
      margin-top: 0; } }
  .section-location-partner__left {
    flex: 1; }
    @media (max-width: 56.25em) {
      .section-location-partner__left {
        align-self: flex-start; } }
    .section-location-partner__left__heading {
      width: 62.8rem;
      margin-bottom: 2rem; }
      @media (max-width: 56.25em) {
        .section-location-partner__left__heading {
          width: 50rem;
          font-size: 3rem; } }
      @media (max-width: 37.5em) {
        .section-location-partner__left__heading {
          width: 100%; } }
    @media (max-width: 56.25em) {
      .section-location-partner__left__paragraph {
        width: 40rem; } }
    @media (max-width: 37.5em) {
      .section-location-partner__left__paragraph {
        width: 100%; } }
  .section-location-partner__right {
    align-items: flex-end;
    position: relative;
    height: 100%; }
    .section-location-partner__right img {
      position: absolute;
      bottom: 0;
      right: -6rem; }
      @media (max-width: 75em) {
        .section-location-partner__right img {
          width: 40rem; } }
      @media (max-width: 56.25em) {
        .section-location-partner__right img {
          width: 50rem; } }

sup {
  font-weight: 500;
  font-size: 1.6rem; }

.main {
  display: flex;
  min-height: 100vh;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 56.25em) {
    .main {
      flex-direction: column-reverse; } }
  .main__left {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5vh 0; }
    @media (max-width: 56.25em) {
      .main__left {
        min-height: 80vh;
        align-self: stretch; } }
    @media (max-width: 37.5em) {
      .main__left {
        padding: 2rem 0; } }
    .main__left__heading {
      margin-bottom: 3rem;
      width: 100%; }
    .main__left__form {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      padding: 2vw 0; }
      @media (max-width: 56.25em) {
        .main__left__form {
          padding: 2rem 0; } }
      @media (max-width: 63.12em) {
        .main__left__form {
          padding: 0; } }
      .main__left__form__form-control {
        position: relative; }
      .main__left__form__separator {
        display: inline-block;
        width: 33.3rem;
        height: .1rem;
        background-color: #EBEBEB;
        margin: 2rem 0 3rem 0; }
      .main__left__form input {
        background: #F8F8F8;
        border-radius: 1rem;
        width: 33.6rem;
        height: 4.7rem;
        border: none;
        outline: none;
        font-size: 1.6rem;
        padding-left: 2.2rem; }
        .main__left__form input:not(:last-child) {
          margin-bottom: 3rem; }
        .main__left__form input:focus + label, .main__left__form input:not(:placeholder-shown) + label {
          transform: translateY(-3.5rem) scale(0.9);
          color: #39D192; }
      .main__left__form label {
        transition: all ease .3s;
        position: absolute;
        color: #999999;
        font-weight: normal;
        font-size: 1.6rem;
        line-height: 4.7rem;
        left: 2.2rem;
        pointer-events: none; }
  .main__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #39D192;
    padding: 10rem 0 4.8rem 0;
    background-image: url(../assets/bg-pattern-green.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    align-self: stretch; }
    @media (max-width: 56.25em) {
      .main__right {
        height: 30rem;
        justify-content: center;
        flex: 0; } }
    .main__right h3 {
      width: 37.9rem;
      font-style: normal;
      font-weight: 600;
      font-size: 4rem;
      line-height: 4.9rem;
      text-align: center;
      color: white; }
      @media (max-width: 56.25em) {
        .main__right h3 {
          display: none; } }

.go-back {
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  box-shadow: 0 0.3rem 0.5rem rgba(128, 128, 128, 0.5);
  border-radius: 100vh;
  position: fixed;
  left: 3rem;
  top: 3rem;
  display: flex;
  align-self: center;
  justify-content: center;
  cursor: pointer; }
  .go-back div {
    display: flex;
    align-self: center;
    justify-content: center; }

.section-conditions {
  margin-top: 10rem;
  background-color: #fff;
  color: #777;
  padding: 0 7rem; }
  @media (max-width: 37.5em) {
    .section-conditions {
      width: 100%;
      padding: 0 3rem; } }
  .section-conditions h1 {
    background-color: #39D192;
    color: white;
    padding: 5rem;
    margin-bottom: 10rem;
    font-size: 3.3rem; }
  .section-conditions p {
    font-size: 1.6rem;
    line-height: 150%;
    font-weight: 500;
    margin: 4rem 0;
    margin-left: 3rem; }
    .section-conditions p a {
      color: #39D192;
      text-decoration: underline; }
    .section-conditions p:first-of-type {
      margin: 3rem 0 7rem;
      margin-left: 0; }
  .section-conditions ul {
    margin-left: 10rem;
    margin-top: 0; }
    @media (max-width: 37.5em) {
      .section-conditions ul {
        margin-left: 5rem; } }
    .section-conditions ul li {
      margin: 1rem 0;
      line-height: 150%;
      list-style: none; }
      .section-conditions ul li::before {
        content: "\2022";
        color: #39D192;
        font-weight: bold;
        font-size: 3rem;
        display: inline-block;
        width: .5rem;
        position: relative;
        left: -2rem; }
    .section-conditions ul a {
      text-decoration: underline;
      color: #39D192; }
  .section-conditions h2 {
    margin-top: 8rem;
    position: relative;
    color: #000000;
    margin-left: 1rem;
    margin-bottom: 3rem; }
    .section-conditions h2::before {
      content: "";
      width: 1rem;
      height: 1rem;
      background-color: #39D192;
      position: absolute;
      left: -2rem;
      border-radius: 100vh;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 37.5em) {
        .section-conditions h2::before {
          left: -2rem; } }

.list-paragraph {
  margin-bottom: 1rem !important; }
