<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* About Us Header container */
.container.about-us-header-container {
  padding: 35px;
}

h5.about-us {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: #45457F;
  margin-bottom: 30px;
}

h1.about-us-main {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #45457F;
  margin-bottom: 30px;
}

.about-us-header-image {
  text-align: center;
}

.about-us-header-image-desktop {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (min-width: 768px) {
  h5.about-us {
    padding-bottom: 5px;
    border-bottom: 7px solid #AEC79C;
  }

  .about-us-header-text {
    max-width: calc(100% - 45.56%);
    padding-right: 40px;
  }

  h1.about-us-main {
    font-size: 35px;
    line-height: 42px;
  }

  .container.about-us-header-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .about-us-header-image-mobile {
    display: none;
  }

  .about-us-header-image-desktop {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  h1.about-us-main {
    /* font-size: 40px;  */
    /* line-height: 47px;  */
    /* font-size: 48px; */
    /* line-height: 58px; */
  }
}

/* Description blocks */
.about-us-description-block {
  padding: 0px 30px;
  margin: 0 auto;
  max-width: 830px;
  margin-bottom: 40px;
}

h2.about-us-description-block-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #45457F;
  margin-bottom: 20px;
}

.about-us-description-block-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #3F3E43;
}

@media screen and (min-width: 768px) {
  .about-us-description-block {
    margin-bottom: 70px;
  }

  .about-us-description-block.small-jump {
    margin-bottom: 40px;
  }

  h2.about-us-description-block-title {
    margin-bottom: 35px;
  }
}

/* About us quote */
.about-us-quote{
  padding: 0px 30px;
  margin: 0 auto;
  max-width: 830px;
  margin-bottom: 40px;
}

.about-us-quote-text {
  padding-left: 25px;
  border-left: 8px solid #ABA9FF;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  color: #45457F;
}

@media screen and (min-width: 768px) {
  .about-us-quote {
    margin-bottom: 70px;
  }
}

/* built on relationships */
.relationships {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.relationships-image {
  margin-bottom: 20px;
}

.relationships-image img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (min-width: 768px) {
  .relationships {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .relationships-image {
    min-width: 33.6%;
    width: 33.6%;
    max-width: 210px;
    margin-right: 40px;
    margin-bottom: 0px;
  }
}

/* Get started */
.about-us-get-started {
  background-color: #45457F;
  padding: 30px 30px 38px 30px;
  margin-bottom: 40px;
}

.about-us-get-started h2 {
  color: #FFF !important;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 35px;
  text-align: center;
}

.about-us-get-started-content {
  max-width: 300px;
  padding: 0px 13px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.about-us-get-started-input {
  width: 100%;
  margin-bottom: 20px;
}

.about-us-get-started-input input[type="text"] {
  padding: 13px 25px;
  min-height: 50px;
  /* border: 1px solid rgb(54, 54, 54); */
  color: #9A9DC6 !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  border-radius: 6px;
  text-align: center;
}

.about-us-get-started-input input[type="text"]::placeholder {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #9A9DC6;
}

.about-us-get-started-button {
  width: 100%;
}

.about-us-get-started-button button[type=button] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #9FD96F;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  min-height: 50px;
  border-radius: 6px;
  color: #3F3E43;
  margin-top: 0px;
}

@media screen and (min-width: 768px) {
  .hide-line-break {
    display: none;
  }

  .about-us-get-started-content {
    max-width: 610px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .about-us-get-started-input {
    margin-bottom: 0px;
    width: 60%;
    max-width: 307px;
  }

  .about-us-get-started-button {
    width: 40%;
  }
}

/* Values */
.about-us-values-container {
  max-width: 100% !important;
}

.about-us-values {
  max-width: 1090px !important;
  margin: 0 auto;
}

.about-us-value {
  padding: 30px 25px 34px 25px;
  border: 1px solid #C4C4C4;
  border-radius: 20px;
  margin-bottom: 25px;
}

.about-us-value-image {
  max-width: 90px;
  aspect-ratio: 1;
  margin-bottom: 30px;
}

.about-us-value-image img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: contain;
  object-position: center;
}


.about-us-value-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  color: #45457F;
  margin-bottom: 30px;
}

.about-us-value-text {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.43);
  line-height: 26px;
}

@media screen and (min-width: 768px) {
  .about-us-values {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .about-us-value {
    padding: 50px 43px 43px 50px;
    width: calc(50% - (35px / 2));
    margin-bottom: 30px;
  }

  .about-us-value:first-of-type {
    width: 100% !important;
  }
}

/* Team section */
.about-us-team-container {
  padding: 40px 25px 25px 25px !important;
  background-color: #F1F1F5;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05);
}

.about-us-team-content {
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #C4C4C4;
  max-width: 1090px !important;
  margin: 0 auto;
}

.about-us-team-title {
  margin: 72px 41px 30px 41px;
}

.about-us-team-member {
  padding: 29px 22px 29px 22px;
}

.about-us-team-member-avatar {
  min-width: 164px;
  max-width: 164px;
  margin: 0px auto 12px auto;
}

.about-us-team-member-name {
  font-size: 28px;
  font-weight: 600;
  line-height: 29px;
  color: #45457F;
  text-align: center;
  margin-bottom: 15px;
  white-space: nowrap;
}

.about-us-team-member-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: #919095;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .about-us-team-container {
    padding-top: 70px !important;
    padding-bottom: 128px !important;
  }

  .about-us-team {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-us-team-member-container {
    display: flex;
    justify-content: center;
    min-width: 50%;
    max-width: 50%;
    margin-bottom: 25px;
  }

  .about-us-team-member {
    max-width: 234px;
    padding: 35px 28px 30px 28px;
  }

  .about-us-team-member-avatar {
    margin-bottom: 30px;
  }

  .about-us-team-member-name {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .about-us-team-title {
    font-size: 40px !important;
    line-height: 48px !important;
    margin: 51px 0px 100px 152px;
  }
  
  .about-us-team {
    padding: 0px 112px 25px 112px;
  }

  .about-us-team-member-container {
    min-width: calc(100% / 3);
    max-width: calc(100% / 3);
  }
}</pre></body></html>