body {  
    font-family: Arial, sans-serif;  
    overflow-x: hidden;  
}
:root {
    --brand-color: #003bff;
    --white: white;
    --purple: #393b6a;
    --dark-blue: #160042;
    --grey300: #a4a4a4;
    --grey-400:#878787;
    --grey-500:#7f7f7f;
}
  
.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.navigation-container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 2em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
  
.margin-top-20px {
    margin-top: 20px;
}

.navbar {
    background-color: #fff;
    align-items: center;
    padding-left: 5em;
    padding-right: 5em;
    padding-top: 2;
    display: flex;
}
  
.footer-content {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
  
.footer-line {
    background-color: #e4e6f1;
    width: 1px;
    height: 24px;
    margin-left: 16px;
    margin-right: 16px;
}
  
.footer-logo-id {
    width: 48px;
    height: 48px;
}
  
.container-large {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
  
.footer {
    background-color: var(--white);
    padding: 32px 5%;
    position: relative;
}
  
.paragraph-regular {
    letter-spacing: -.02em;
    font-size: 16px;
    line-height: 1.8;
}
  
.button {
    background-color: var(--brand-color);
    color: var(--white);
    text-align: center;
    letter-spacing: -.02em;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    max-height: 40px;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: background-color .3s;
    display: flex;
}
  
.button:hover {
    background-color: var(--purple);
}
  
.button.button-white {
    background-color: var(--white);
    color: var(--brand-color);
}
  
.button.button-white:hover {
    background-color: var(--purple);
    color: var(--white);
}
  
.button.hide-phone:hover {
    background-color: var(--purple);
}
  
.contact-wrapper {
    margin-top: 25px;
}
  
.text-area {
    border: 1px solid var(--grey300);
    color: var(--grey300);
    border-radius: 20px;
    min-height: 112px;
    margin-bottom: 0;
    padding: 16px;
    font-size: 14px;
    line-height: 24px;
}
  
.text-area:focus {
    border-color: var(--grey-400);
}
  
.text-area::placeholder {
    color: var(--grey-500);
}
  
.field-input {
    border: 1px solid var(--grey300);
    border-radius: 50px;
    width: 50%;
    height: 30px;
    margin-bottom: 0;
    padding: 12px 16px;
    transition: all .2s;
    font-size: 14px;
}
  
.field-input:focus {
    border-color: var(--grey-400);
}
  
.field-input::placeholder {
    color: var(--grey-500);
}
  
.contact-form {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    display: flex;
}
  
.paragraph-large {
    letter-spacing: -.02em;
    font-size: 18px;
    line-height: 32px;
}
  
.paragraph-large.white-text {
    color: var(--white);
}
  
.h3 {
    color: var(--brand-color);
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 1.2;
}
  
.h3.white-text {
    color: var(--white);
}
  
.title-left {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    display: flex;
}
  
.container-small {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    width: 100%;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}
  
.section-large {
    padding: 6em 5em;
  }
  
.h5 {
    color: var(--brand-color);
    letter-spacing: -.02em;
    margin-top: 0;
    font-size: 32px;
    line-height: 1.4;
}
  
.h5.white-text {
    color: var(--white);
}
  
.icon-benefits {
    background-color: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    display: flex;
}
  
.card-benefits {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    background-color: var(--brand-color);
    border-radius: 20px;
    flex-direction: column;
    width: 30%;
    padding: 32px;
    display: flex;
    min-width: 200px;
    flex: 1;
  }
  
  .container-regular-vertical {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }
  
  .content-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }
  
  .tab-card {
    border: 1px solid #e4e6f1;
    border-radius: 20px;
    align-items: flex-start;
    margin-bottom: 2em;
    padding: 3em;
    transition: box-shadow .3s;
    display: flex;
  }
  
  .tab-card:hover {
    box-shadow: 0 48px 140px -48px #393b6a29;
  }
  
  .title-center {
    z-index: 5;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }
  
  .list-item {
    grid-column-gap: 12px;
    align-items: center;
    display: flex;
  }
  
  .list {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }
  
  .image-cover {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    height: 100%;
  }
  
  .header-image {
    border-radius: 12px;
    width: 100%;
    max-width: 500px;
    height: 580px;
    overflow: hidden;
  }
  
  .h1 {
    color: var(--brand-color);
    letter-spacing: -.04em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 64px;
    line-height: 1.2;
  }
  
  .cta-image {
    height: 360px;
  }
  
  .cta-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1.4fr 1fr;
  }
  
  .section-regular {
    padding: 6em 5em;
    position: relative;
  }
  
  .section-regular.blue-background {
    background-color: var(--brand-color);
  }
  
  .cta-container {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
  
  .navigation-link-wrapper, .container-regular-horizontal {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .header-container {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
  
  .footer-basic {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .container-cards-benefits {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    gap: 1.5em;
  }
  
  .container-field {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  @media screen and (max-width: 991px) {
  
    .icon {
      color: var(--brand-color);
    }
  
    .button.hide-phone {
      display: none;
    }
  
    .header-image {
      max-width: none;
      height: 360px;
    }
  
    .cta-grid {
      grid-template-columns: 1fr;
    }

    
  }
  
  @media screen and (max-width: 767px) {
    .h3 {
      font-size: 40px;
    }

    .card-benefits {
        width: 100%;
    }
    .container-cards-benefits {
        grid-column-gap: 1.5em;
        grid-row-gap: 1.5em;
        flex-direction: column;
    }
    
  
    .section-large {
      padding-top: 72px;
      padding-bottom: 72px;
    }
  
    .header-image {
      height: 400px;
    }
  
    .h1 {
      margin-top: 0;
      font-size: 48px;
    }
  
    .section-regular {
      padding-top: 72px;
      padding-bottom: 72px;
    }
  
    .container-regular-horizontal {
      flex-direction: column;
    }
  }
  
  @media screen and (max-width: 479px) {
    .navbar {
      padding-left: 2em;
      padding-right: 2em;
    }
  
    .button.button-white {
      display: block;
    }
  
    .contact-wrapper {
      grid-row-gap: 24px;
      flex-flow: column wrap;
      align-items: flex-start;
    }
  
    .section-large {
      padding: 4em 2em;
    }
  
    .tab-card {
      padding: 32px 24px;
    }
  
    .section-regular {
      padding: 4em 2em;
    }
  
    .container-regular-horizontal {
      flex-flow: column;
    }
  
  }