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

ul[class],
ol[class] {
  padding: 0; }

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #464646; }

ul[class],
ol[class] {
  list-style-type: none; }

a {
  color: inherit;
  text-decoration: none; }
  a:not([class]) {
    text-decoration-skip-ink: auto; }

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%; }

input,
button,
textarea,
select {
  font: inherit; }

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #111827;
  letter-spacing: -2.5%;
  text-align: center; }
  @media (min-width: 1024px) {
    h1 {
      font-size: 60px;
      line-height: 70px;
      text-align: left; } }

h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #111827; }
  @media (min-width: 1024px) {
    h2 {
      margin-bottom: 48px;
      font-size: 52px;
      line-height: 60px; } }

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #111827;
  text-align: center; }

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6b7280; }

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 1024px) {
    .container {
      padding-left: 32px;
      padding-right: 32px; } }

.overflow-hidden {
  overflow: hidden; }

.btn {
  display: inline-block;
  padding: 12px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: white;
  border-radius: 100px;
  background-color: #2657ff;
  border: 1px solid #2657ff;
  cursor: pointer;
  transition: .25s; }
  .btn:hover {
    background-color: #1e40af;
    border: 1px solid #1e40af; }
  .btn.btn-white {
    background-color: white;
    border: 1px solid white;
    color: #2657ff; }
    .btn.btn-white:hover {
      background-color: #f3f4f6;
      border: 1px solid #f3f4f6; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 555;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fff; }
  @media (min-width: 1024px) {
    .header .header-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .header .logo {
    width: 120px; }
    @media (min-width: 1024px) {
      .header .logo {
        min-width: 200px;
        width: auto; } }
    .header .logo img {
      width: 120px; }
      @media (min-width: 1024px) {
        .header .logo img {
          min-width: 135px; } }
  .header .header-toggle-btn {
    position: fixed;
    z-index: 2;
    top: 12px;
    right: 16px;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 50%;
    background-color: transparent;
    border: none; }
    @media (min-width: 1024px) {
      .header .header-toggle-btn {
        display: none; } }
    .header .header-toggle-btn span {
      position: absolute;
      top: 19px;
      left: 12px;
      width: 16px;
      height: 2px;
      background-color: #9ca3af;
      transition: 0.25s; }
      .header .header-toggle-btn span:nth-child(1) {
        top: 13px; }
      .header .header-toggle-btn span:nth-child(3) {
        top: auto;
        bottom: 13px; }
  .header .header-nav {
    position: fixed;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 60px;
    transform: translateX(-100%);
    transition: .25s;
    flex-grow: 1; }
    @media (min-width: 1024px) {
      .header .header-nav {
        position: static;
        background-color: transparent;
        transform: translateX(0);
        display: flex;
        align-items: center;
        justify-content: space-between; } }
  .header .header-btn {
    text-align: center; }
    @media (min-width: 1024px) {
      .header .header-btn {
        min-width: 200px;
        text-align: right; } }
  .header .header-menu {
    flex-grow: 1; }
    .header .header-menu .menu {
      text-align: center; }
      @media (min-width: 1024px) {
        .header .header-menu .menu {
          display: flex;
          align-items: center;
          justify-content: center; } }
      .header .header-menu .menu li {
        padding: 14px; }
        @media (min-width: 1024px) {
          .header .header-menu .menu li {
            padding: 11px; } }
        .header .header-menu .menu li:not(:last-of-type) {
          margin-bottom: 4px; }
          @media (min-width: 1024px) {
            .header .header-menu .menu li:not(:last-of-type) {
              margin-bottom: 0;
              margin-right: 16px; } }
        .header .header-menu .menu li a {
          font-weight: 500;
          font-size: 16px;
          line-height: 24px;
          color: #111827;
          transition: .25s; }
          .header .header-menu .menu li a:hover {
            text-decoration: underline; }
        .header .header-menu .menu li.active a {
          text-decoration: underline; }
  .header.open-menu .header-nav {
    transform: translateX(0); }
  .header.open-menu .header-toggle-btn span {
    transform: rotate(45deg); }
    .header.open-menu .header-toggle-btn span:nth-child(1) {
      transform: translateY(6px) rotate(-45deg); }
    .header.open-menu .header-toggle-btn span:nth-child(3) {
      opacity: 0;
      transition: 0s; }

.hero {
  padding-top: 120px;
  padding-bottom: 60px; }
  @media (min-width: 1024px) {
    .hero {
      padding-top: 144px;
      padding-bottom: 64px; } }
  @media (min-width: 1024px) {
    .hero .hero-wrapper {
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media (min-width: 1024px) {
    .hero .content {
      max-width: 608px; } }
  .hero .content .pretitle {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 4px 12px 4px 42px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2657ff;
    background-color: rgba(38, 87, 255, 0.08);
    border-radius: 40px;
    background-image: url("../../img/check_blue.svg");
    background-repeat: no-repeat;
    background-position: center left 12px; }
    @media (min-width: 1024px) {
      .hero .content .pretitle {
        width: auto;
        font-size: 20px;
        line-height: 28px; } }
  .hero .content p {
    text-align: center;
    font-size: 18px; }
    @media (min-width: 1024px) {
      .hero .content p {
        text-align: left;
        font-size: 20px; } }
  .hero .content .btn {
    width: 100%;
    margin-top: 32px;
    text-align: center; }
    @media (min-width: 1024px) {
      .hero .content .btn {
        width: auto; } }
  .hero .image {
    margin-top: 40px; }
    @media (min-width: 1024px) {
      .hero .image {
        margin-top: 0; } }
    .hero .image img {
      margin-left: auto;
      margin-right: auto;
      max-width: 344px; }
      @media (min-width: 1024px) {
        .hero .image img {
          max-width: 582px;
          margin-right: 0; } }

.challenges {
  padding-top: 60px;
  padding-bottom: 32px;
  background-color: #f9fafb; }
  @media (min-width: 1024px) {
    .challenges {
      padding-top: 96px;
      padding-bottom: 96px; } }
  .challenges h2 {
    text-align: center; }
  .challenges .list {
    margin-bottom: -24px; }
    @media (min-width: 1024px) {
      .challenges .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: -24px; } }
    .challenges .list .item {
      margin-bottom: 24px;
      padding: 24px;
      text-align: center;
      background-color: white;
      border-radius: 28px; }
      @media (min-width: 1024px) {
        .challenges .list .item {
          width: calc(100% / 3 - 24px);
          border-radius: 32px;
          margin-right: 24px; } }
      .challenges .list .item h3:before {
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        background-image: url("../../img/icon_ challenge.png");
        background-repeat: no-repeat;
        background-position: center; }
      .challenges .list .item p:before {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        background-image: url("../../img/icon_arrow_down.png");
        background-repeat: no-repeat;
        background-position: center; }

.how-work {
  padding-top: 60px;
  padding-bottom: 40px; }
  @media (min-width: 1024px) {
    .how-work {
      padding-top: 96px;
      padding-bottom: 48px; } }
  .how-work h2 {
    text-align: center; }
  .how-work .list {
    margin-bottom: -40px; }
    @media (min-width: 1024px) {
      .how-work .list {
        margin-right: -48px;
        margin-bottom: -48px; } }
    @media (min-width: 1024px) {
      .how-work .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    .how-work .list .item {
      margin-bottom: 40px;
      text-align: center; }
      @media (min-width: 1024px) {
        .how-work .list .item {
          width: calc(100% / 2 - 48px);
          margin-bottom: 48px;
          margin-right: 48px; } }
      .how-work .list .item img {
        max-width: 344px;
        max-height: 344px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; }
        @media (min-width: 1024px) {
          .how-work .list .item img {
            max-width: 582px;
            max-height: 582px;
            margin-bottom: 32px; } }
      .how-work .list .item h3 {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 32px;
        font-size: 24px;
        letter-spacing: -2.5%;
        text-align: left; }
        @media (min-width: 1024px) {
          .how-work .list .item h3 {
            font-size: 30px;
            line-height: 36px; } }
      .how-work .list .item p {
        text-align: left; }
        @media (min-width: 1024px) {
          .how-work .list .item p {
            font-size: 18px;
            line-height: 28px; } }

.leading {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 60px; }
  @media (min-width: 1024px) {
    .leading {
      margin-bottom: 96px; } }
  .leading .leading-wrapper {
    max-width: 1216px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #fffbeb;
    border-radius: 28px; }
    @media (min-width: 1024px) {
      .leading .leading-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
        border-radius: 40px; } }
    .leading .leading-wrapper h2 {
      margin-bottom: 12px;
      font-size: 24px;
      line-height: 32px;
      text-align: center;
      color: #111827; }
      @media (min-width: 1024px) {
        .leading .leading-wrapper h2 {
          font-size: 30px;
          line-height: 36px;
          letter-spacing: -2.5%; } }
      .leading .leading-wrapper h2:before {
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        background-image: url("../../img/hands_icon.svg");
        background-repeat: no-repeat;
        background-position: center; }
        @media (min-width: 1024px) {
          .leading .leading-wrapper h2:before {
            margin-bottom: 32px; } }
    .leading .leading-wrapper p {
      text-align: center; }
      @media (min-width: 1024px) {
        .leading .leading-wrapper p {
          max-width: 600px;
          margin-left: auto;
          margin-right: auto; } }
      .leading .leading-wrapper p span {
        color: #2657ff; }
    .leading .leading-wrapper img {
      margin-top: 20px;
      max-width: 280px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 1024px) {
        .leading .leading-wrapper img {
          margin-top: 32px;
          max-width: 220px; } }

.cta {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2657ff;
  background-image: url(../../img/QR-code.png);
  background-repeat: no-repeat;
  background-position: center top; }
  @media (min-width: 1024px) {
    .cta {
      padding-top: 96px;
      padding-bottom: 96px; } }
  @media (min-width: 1024px) {
    .cta .cta-wrapper {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0; } }
  .cta h2 {
    margin-bottom: 20px;
    color: white; }
  .cta p {
    color: white;
    text-align: center; }
    @media (min-width: 1024px) {
      .cta p {
        font-size: 18px;
        line-height: 24px; } }
  .cta .btn {
    display: block;
    width: 100%;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    @media (min-width: 1024px) {
      .cta .btn {
        width: auto;
        max-width: 252px; } }

.benefits {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb; }
  @media (min-width: 1024px) {
    .benefits {
      padding-top: 96px;
      padding-bottom: 96px; } }
  .benefits .list {
    margin-bottom: -24px; }
    @media (min-width: 1024px) {
      .benefits .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: -24px; } }
    .benefits .list .item {
      margin-bottom: 24px;
      padding: 24px;
      border-radius: 32px;
      background-color: white; }
      @media (min-width: 1024px) {
        .benefits .list .item {
          width: calc(100% / 3 - 24px);
          margin-right: 24px; } }
      .benefits .list .item img {
        width: 40px;
        height: 40px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; }
      .benefits .list .item h3 {
        margin-bottom: 8px; }
      .benefits .list .item p {
        line-height: 24px;
        text-align: center; }

.business-type {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 1024px) {
    .business-type {
      padding-top: 96px;
      padding-bottom: 96px; } }
  @media (min-width: 1024px) {
    .business-type h2 {
      max-width: 634px;
      margin-left: auto;
      margin-right: auto; } }
  .business-type h2 span {
    color: #2657ff; }
  @media (min-width: 1024px) {
    .business-type .list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-right: -24px; } }
  .business-type .list .item {
    padding: 24px;
    border-radius: 32px;
    background-color: white; }
    @media (min-width: 1024px) {
      .business-type .list .item {
        width: calc(100% / 4 - 24px);
        margin-right: 24px; } }
    .business-type .list .item img {
      width: 40px;
      height: 40px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
    .business-type .list .item h3 {
      margin-bottom: 8px; }
    .business-type .list .item p {
      line-height: 24px;
      text-align: center; }

.contact-form {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2657ff; }
  @media (min-width: 1024px) {
    .contact-form {
      padding-top: 96px;
      padding-bottom: 96px; } }
  .contact-form h2 {
    margin-bottom: 20px;
    text-align: center;
    color: white; }
    @media (min-width: 1024px) {
      .contact-form h2 {
        text-align: left; } }
  .contact-form p {
    margin-bottom: 32px;
    text-align: center;
    color: #e5e7eb; }
    @media (min-width: 1024px) {
      .contact-form p {
        text-align: left;
        font-size: 18px; } }
  @media (min-width: 1024px) {
    .contact-form .contact-form-wrapper {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 1024px) {
    .contact-form .image,
    .contact-form .content {
      width: calc(50% - 24px); } }
  .contact-form .error-message {
    display: block;
    font-size: 14px;
    padding-top: 2px;
    padding-left: 4px;
    margin-bottom: -12px;
    color: #ff0000; }
  .contact-form .form-content .label {
    display: block; }
    .contact-form .form-content .label:not(:last-of-type) {
      margin-bottom: 24px; }
    .contact-form .form-content .label input,
    .contact-form .form-content .label textarea {
      display: block;
      width: 100%;
      border: 1px solid white;
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
      border-radius: 12px;
      background-color: #2657ff;
      padding: 12px 16px;
      color: white;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px; }
      .contact-form .form-content .label input::placeholder,
      .contact-form .form-content .label textarea::placeholder {
        color: #e5e7eb; }
    .contact-form .form-content .label textarea {
      min-height: 112px;
      resize: vertical; }
  .contact-form .form-content button[type="submit"] {
    margin-top: 48px;
    width: 100%; }
    @media (min-width: 1024px) {
      .contact-form .form-content button[type="submit"] {
        width: auto; } }
    .contact-form .form-content button[type="submit"]:hover {
      background-color: #f3f4f6;
      border: 1px solid #f3f4f6; }
  .contact-form .image {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 344px;
    margin-top: 40px;
    padding: 16px;
    background-image: url(../../img/form-content-image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 32px; }
    @media (min-width: 1024px) {
      .contact-form .image {
        margin-top: 0;
        padding: 32px; } }
    .contact-form .image .contacts {
      padding: 32px;
      backdrop-filter: blur(60px);
      background: rgba(0, 0, 0, 0.4);
      border-radius: 32px; }
      .contact-form .image .contacts p {
        text-align: center; }
        .contact-form .image .contacts p a {
          padding-left: 36px;
          font-weight: 600;
          font-size: 20px;
          line-height: 28px;
          color: white;
          background-repeat: no-repeat;
          background-position: center left; }
      .contact-form .image .contacts .phone {
        margin-bottom: 12px; }
        .contact-form .image .contacts .phone a {
          background-image: url(../../img/phone-icon.svg); }
      .contact-form .image .contacts .email {
        margin-bottom: 0; }
        .contact-form .image .contacts .email a {
          background-image: url(../../img/email-icon.svg); }

.footer {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 1024px) {
    .footer {
      padding-top: 48px;
      padding-bottom: 48px; } }
  .footer .footer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .footer .logo {
    margin-bottom: 32px; }
    .footer .logo img {
      width: 131px; }
  .footer .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px; }
    @media (min-width: 1024px) {
      .footer .menu {
        flex-direction: row; } }
    .footer .menu li:not(:last-of-type) {
      margin-bottom: 4px; }
      @media (min-width: 1024px) {
        .footer .menu li:not(:last-of-type) {
          margin-bottom: 0;
          margin-right: 40px; } }
    .footer .menu li a {
      display: inline-block;
      padding: 14px;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      transition: .25s; }
      @media (min-width: 1024px) {
        .footer .menu li a {
          padding: 0; } }
      .footer .menu li a:hover {
        text-decoration: underline; }
  .footer .social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px; }
    .footer .social a:not(:last-of-type) {
      margin-right: 24px; }

/*# sourceMappingURL=styles.css.map */
