@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
  color: #000 !important;
}

img {
  max-width: 100%;
  display: block;
}

.hero, .feature-section, .how-it-works, .benefits {
  padding: 2rem 2rem 0 2rem;
}

.hero__logo {
  width: 100%;
}

.hero__title {
  font-size: 40px !important;
  font-family: "Inter", sans-serif !important;
      line-height: 1.15;
}

.hero__subtitle {
  font-size: 32px  !important;
  font-family: "Inter", sans-serif !important;
  line-height: 1.15;
  color: #000000 !important;
}

.hero__cta {
  display: block;
  width: 100%;
  padding: 8px;
  text-transform: uppercase;
  font-size: 32px  !important;
  color: white;
  background: black;
  text-decoration: none;
  text-align: center;
  font-family: "Inter", sans-serif !important;
      line-height: 1.15;
}

.hero__cta:hover {
  text-decoration: underline;
}

.hero__mask {
  height: 500px;
  background-image: url('/home/hero-easymerx.webp');
  background-size: auto;
  background-position: center;
  /*background-attachment: fixed;*/
  mask-image:  url("data:image/svg+xml,%3Csvg width='379' height='380' viewBox='0 0 379 380' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.216309' y='100.313' width='139.139' height='394.807' transform='rotate(-45 0.216309 100.313)' fill='black'/%3E%3Crect x='280.244' y='0.662109' width='139.139' height='394.807' transform='rotate(45 280.244 0.662109)' fill='black'/%3E%3C/svg%3E");
  mask-position: center center;
  mask-size: 100%;
  mask-repeat: no-repeat;
}


.feature-section__title, .how-it-works__title, .benefits__title {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 800;
  font-size: 32px  !important;
  letter-spacing: .2rem;
  text-transform: uppercase;
  color: black;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: black;
  margin-top: 0;
}

.how-it-works__title, .benefits__title {
  text-align: center;
}

.feature-section__text {
  font-size:  23px !important;
  line-height: 32px;
  font-family: "Inter", sans-serif !important;
  color: #000000 !important;
}

.feature-section__image-container {
  background-image: url("data:image/svg+xml,%3Csvg width='379' height='380' viewBox='0 0 379 380' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.216309' y='100.313' width='139.139' height='394.807' transform='rotate(-45 0.216309 100.313)' fill='black'/%3E%3Crect x='280.244' y='0.662109' width='139.139' height='394.807' transform='rotate(45 280.244 0.662109)' fill='black'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.step__icon {
  width: 50%;
  margin: 0 auto;
}

.step__title {
  font-size: 28.8px  !important;
  text-align: center;
  font-family: "Inter", sans-serif !important;
  margin: 28.8px 0px;
  color: #000000 !important;
}

.step__description {
  font-size: 24px  !important;
  line-height: 32px;
  text-align: center;
  font-family: "Inter", sans-serif !important;
  color: #000000 !important;
}

.benefits__list-container {
  display: flex;
  justify-content: center;
}

.benefits__list {
  list-style-image: url('/home/bullet-check.svg');
  padding-left: 2rem;
}

.benefits__item {
  font-size: 24px  !important;
  font-weight: 500;
  padding: 0 0 24px 8px;
  font-family: "Inter", sans-serif !important;
      color: #000000;
  margin: 0 !important;
}

.footer {
  background: black;
  color: white;
  text-align: center;
  padding: 64px 32px;
}

.footer__title {
  font-size: 24px  !important;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif !important;
  line-height: 1.15;
  color: white;
}

.footer__text {
  font-size: 16px  !important;
  color: white;
  line-height: 18.4px;
  margin: 16px 0;
}

.footer__link {
  font-style: italic;
  color: white;
}

.footer__cta {
  display: inline-block;
  width: 100%;
  padding: 8px;
  text-transform: uppercase;
  font-size: 16px  !important;
  font-weight: 500;
  background: white;
  color: black;
  text-decoration: none;
  border: none;
  font-family: "Inter", sans-serif !important;
  line-height: 18.4px;
}

.footer__cta:hover {
  text-decoration: underline;
}

.fadeInBottom {
  animation-name: fadeInBottom;
  animation-timeline: view();
  animation-range: entry 0% exit 100%;
}

@keyframes fadeInBottom {
  from {
    transform: translateY(50%);
  }
  to {
    transform: translateY(0);
  }
}

@media screen and (width >= 768px) {
  .hero, .feature-section, .how-it-works, .benefits {
    max-width: 1390px;
    margin: 0 auto;
    padding: 48px 0;
  }

  .hero {
    display: flex;
    align-items: center;
    padding-top: 32px;
  }

  .hero__content {
    flex: 0 1 50%;
  }

  .hero__logo {
    width: 400px;
  }

  .hero__title {
    font-size: 64px !important;
  }

  .hero__subtitle {
    font-size: 40px  !important;
  }

  .hero__cta {
    width: 300px;
  }

  .hero__mask {
    flex: 0 1 50%;
    height: 700px;
    mask-size: 100% 600px;
  }

  .feature-section {
    display: flex;
    flex-direction: row-reverse;
    gap: 8rem;
    align-items: center;
  }

  .feature-section__content {
    flex: 0 1 60%;
  }

  .feature-section__text {
    line-height: 48px;
  }

  .feature-section__image-container {
    flex: 0 1 40%;
  }

  .how-it-works__steps-container {
    display: flex;
    gap: 2rem;
  }
  
  .step {
    flex: 0 1 33%;
  }

  .benefits__list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  .benefits__item {
    padding: 0 0 40px 8px;
    line-height: 28px;
  }

  .footer__cta {
    display: block;
    margin: 1rem auto 0;
    width: 300px;
  }
}