<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero-with-logos {
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.hero-with-logos .column-left {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding: 3rem 6rem;
}

.hero-with-logos .column-right {
    flex: 0 0 41.66%;
    max-width: 41.66%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 3rem 2rem;
}

.hero-with-logos .logos {
    display: inline-flex;
    justify-content: space-between;
    height: 88px;
    aspect-ratio: 1;
    position: relative;
    margin-bottom: 1rem;
}

.hero-with-logos .logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-right: 1rem;
}

.hero-with-logos .logo:first-child {
    margin-right: 3rem;
}

.hero-with-logos .content {
    padding-top: 3.75rem
}

.hero-with-logos .icon-list {
    display: flex;
    flex: 0 0 75%;
    flex-direction: row;
    max-width: 75%;
    padding: 1.5rem 0;
    align-items: center;
}


.hero-with-logos .icon {
    width: 44px;
    height: auto;
    margin-right: 1rem;
    margin-left: 0;
}

.hero-with-logos .list-text {
    font-size: 1.25rem;
    margin: 0;
}

.hero-with-logos .column-right .form-wrapper {
    height: auto;
    display: block;
    position: relative;
    z-index: 10;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(216, 226, 225, 0.68);
    padding: 2rem;
    width: 100%;
    max-width: 550px;
}

.hero-with-logos .form-title {
    text-align: center;
    font-size: 2rem;
}

.hero-with-logos .form-wrapper .hs_submit {
    text-align: center;
}

.hero-with-logos .form-wrapper .form-columns-1:first-child  {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
   padding-right: 1.25rem;
}

.hero-with-logos .form-wrapper .form-columns-1:nth-child(2) {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
}

.hero-with-logos .form-wrapper .hs-error-msg {
    font-size: .75rem;
    color: #EF6B51;
}

.hero-with-logos .form-wrapper .hs-form-required {
    color: #414247;
    padding-left: 0.15rem;
}

.hero-with-logos .form-wrapper input {
    border-radius: 8px;
    border: 1px solid #008564;
}

.hero-with-logos .form-wrapper label {
    color: #414247;
    font-family: 'Inter';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
}

.hero-with-logos .form-wrapper .hs-button {
    border-radius: 4px;
    background: #2637DE;
    padding: 16px 25px;
    color: #FFF;
    text-align: center;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 1rem;
}

@media (max-width: 1440px) {
  .hero-with-logos .column-right .form-wrapper {
    right: 8rem;
}

@media (max-width: 1200px) {
    .hero-with-logos .column-right .form-wrapper {
        right: 0;
    }
  
  .hero-with-logos::after {
    background-size: cover !important;
    background-position: left bottom !important;
  }
  
  .hero-with-logos .column-left {
    padding: 3rem 2rem;
  }
}

@media (max-width: 992px) {
    .hero-with-logos {
        padding: 0 2rem;
    }

    .hero-with-logos .column-left {
        flex: 0 0 50%;
        max-width: 50%;
    }
  
   .hero-with-logos .column-right {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .hero-with-logos {
       flex-direction: column;
       padding: 0
    }
  
    
  .hero-with-logos::after {
      background-image: none !important;
 
  }

    .hero-with-logos .column-left {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 2rem 2rem 7rem;
    }

    .hero-with-logos .column-right {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 2rem;
           background: #E5F2F0;
    }
  
    .hero-with-logos .column-right .form-wrapper {
        top: -5rem;
    }

    .hero-with-logos .content {
        padding-top: 2rem;
    }

    .hero-with-logos .icon-list {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media (max-width: 576px) {
    .hero-with-logos .column-left {
        padding: 1rem 1rem 7rem;
    }

    .hero-with-logos .column-right {
        padding: 1rem;
    }
  
    .hero-with-logos .column-right .form-wrapper {
        width: 85%;
    }

    .hero-with-logos .content {
        padding-top: 1rem;
    }

    .hero-with-logos .icon-list {
       padding: 1rem 0;
    }

    .hero-with-logos .logos {
        height: 75px;
    }

    .hero-with-logos .logos .logo:not(:first-child) {
        height: 60px;
    }

    .hero-with-logos .logo:first-child {
        margin-right: 1rem;
    }
  
    .hero-with-logos .form-title {
      font-size: 1.5rem;
    }
  
   .hero-with-logos .form-wrapper .form-columns-1:first-child {
      width: 100% !important;
      display: block !important;
  }
  .hero-with-logos .form-wrapper .form-columns-1:nth-child(2) {
      width: 100% !important;
      display: block !important;
  }
  
  .hero-with-logos .form-wrapper .form-columns-1:first-child {
      padding-right: 0;
  }
}

@media (max-width: 390px) {
    .hero-with-logos .logos {
        height: 60px;
    }

    .hero-with-logos .logos .logo:not(:first-child) {
        height: 45px;
    }
}</pre></body></html>