/*colors*/
.banner-partnerships {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .banner-partnerships {
    padding-bottom: 0;
  }
}
.banner-partnerships .background {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .banner-partnerships .background {
    max-height: 1172px;
    top: 0;
  }
}
.banner-partnerships .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-partnerships .banner-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .banner-partnerships .banner-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 112px;
  }
}
.banner-partnerships .banner-bottom p {
  margin: 0;
}
.banner-partnerships-content {
  position: relative;
  z-index: 10;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 134px 40px 134px;
}
@media only screen and (max-width: 991px) {
  .banner-partnerships-content {
    padding: 85px 15px 177px;
  }
}
.banner-partnerships-content h1 {
  font-weight: 400;
  font-size: 56px;
  line-height: 120%;
  text-transform: capitalize;
  text-align: center;
  color: #18232c;
  max-width: 832px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .banner-partnerships-content h1 {
    font-weight: 400;
    font-size: 40px;
    text-transform: capitalize;
    text-align: center;
    margin: 0 auto;
  }
}
.banner-partnerships-content h1 span:nth-of-type(1) {
  font-weight: 700;
  font-size: 27px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: 14px;
}
@media only screen and (max-width: 991px) {
  .banner-partnerships-content h1 span:nth-of-type(1) {
    font-size: 27px;
    line-height: 27px;
  }
}
.banner-partnerships-content h1 span:nth-of-type(2) {
  display: inline-block;
}
.banner-partnerships-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: #fff;
  max-width: 932px;
  width: 100%;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 991px) {
  .banner-partnerships-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    text-align: center;
    color: #fff;
    margin: 0 auto 40px auto;
  }
}
.banner-partnerships-content .button-survey {
  margin: 0 auto;
  /* for testing purposes to ensure the animation lined up correctly */
}
.banner-partnerships-content .button-survey a {
  padding: 16px 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background: #248cee;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
}
.banner-partnerships-content .button-survey a:hover {
  background: rgba(36, 140, 238, 0.82);
  text-decoration: none;
}
.banner-partnerships-content .button-survey .logo-slider-wrap {
  position: relative;
  margin-top: 240px;
}
@media only screen and (max-width: 991px) {
  .banner-partnerships-content .button-survey .logo-slider-wrap {
    margin-top: 294px;
  }
}
.banner-partnerships-content .button-survey .logo-slider-wrap h3 {
  max-width: 1440px;
  margin: 0 auto 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 40px;
}
@media only screen and (max-width: 991px) {
  .banner-partnerships-content .button-survey .logo-slider-wrap h3 {
    padding: 0 15px;
    margin: 0 auto 10px;
  }
}
.banner-partnerships-content .button-survey .logo-slider {
  height: 83px;
  display: flex;
  align-items: center;
}
.banner-partnerships-content .button-survey .scroller {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.banner-partnerships-content .button-survey .scroller[data-animated=true] {
  overflow: hidden;
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}
.banner-partnerships-content .button-survey .scroller[data-animated=true] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  gap: 64px;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}
.banner-partnerships-content .button-survey .scroller[data-direction=right] {
  --_animation-direction: reverse;
}
.banner-partnerships-content .button-survey .scroller[data-direction=left] {
  --_animation-direction: forwards;
}
.banner-partnerships-content .button-survey .scroller[data-speed=fast] {
  --_animation-duration: 20s;
}
.banner-partnerships-content .button-survey .scroller[data-speed=slow] {
  --_animation-duration: 60000s;
}
.banner-partnerships-content .button-survey .scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .banner-partnerships-content .button-survey .scroller__inner {
    gap: 30px;
    display: flex;
    align-items: center;
  }
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 32px));
  }
}
.banner-partnerships-content .button-survey .tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}
.banner-partnerships-content .button-survey .tag-list li {
  display: flex;
  align-items: center;
}
.banner-partnerships-content .button-survey .tag-list li:hover svg g {
  opacity: 1;
}
.banner-partnerships-content .button-survey .tag-list li:hover img {
  opacity: 1;
}
.banner-partnerships-content .button-survey .tag-list li img {
  height: auto;
  opacity: 0.7;
  transition: opacity 0.3s, easy;
}
.banner-partnerships-content .button-survey .test {
  background: red !important;
}

.about-us-info-partnerships {
  max-width: 1140px;
  margin: 15px auto 100px auto;
  position: relative;
  z-index: 9;
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .about-us-info-partnerships {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 30px;
  }
}
.about-us-info-partnerships-cta {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media only screen and (max-width: 991px) {
  .about-us-info-partnerships-cta {
    flex-direction: column;
    gap: 40px;
  }
}
.about-us-info-partnerships-cta h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #000;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .about-us-info-partnerships-cta h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #000;
  }
}
.about-us-info-partnerships-cta p {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #000;
  max-width: 620px;
  width: 100%;
}
.about-us-info-partnerships-cta a {
  font-weight: 700;
  font-size: 17px;
  line-height: 129%;
  text-align: center;
  color: #fff;
  background: #248cee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  max-width: 300px;
}
.about-us-info-partnerships-text p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .about-us-info-partnerships-text p {
    max-width: none;
  }
}
.about-us-info-partnerships-img {
  max-width: 467px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .about-us-info-partnerships-img {
    display: none;
  }
}
.about-us-info-partnerships-img img {
  width: 100%;
  max-height: 602px;
  object-fit: cover;
  height: auto;
}

.trust-partnerships-1 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 100px;
  background: #f6fbff;
}
@media only screen and (max-width: 991px) {
  .trust-partnerships-1 {
    padding: 50px 30px;
  }
}
.trust-partnerships-1-title {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .trust-partnerships-1-title {
    height: auto;
  }
}
.trust-partnerships-1-title h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #000;
  position: relative;
  z-index: 9;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .trust-partnerships-1-title h2 {
    color: #000;
    padding: 0;
  }
}
.trust-partnerships-1-title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #000;
  max-width: 763px;
}
.trust-partnerships-1-content {
  display: flex;
  flex-direction: column;
}
.trust-partnerships-1-content h3 {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  color: #000;
  margin-bottom: 20px;
}
.trust-partnerships-1-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  max-width: 896px;
  width: 100%;
  margin: 0 auto;
}
.trust-partnerships-1-list.left-p {
  margin: 0;
}
.trust-partnerships-1-item {
  max-width: 288px;
  width: 100%;
  min-height: 104px;
  border: 1px solid #248cee;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-partnerships-1-item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #09090b;
}
.trust-partnerships-1 .sign {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  text-align: right;
  color: #000;
  max-width: 606px;
  align-self: flex-end;
  padding: 0 30px;
  margin-top: 40px;
}

.trust-partnerships-2 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 100px;
}
@media only screen and (max-width: 991px) {
  .trust-partnerships-2 {
    padding: 50px 30px;
  }
}
.trust-partnerships-2-title {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .trust-partnerships-2-title {
    height: auto;
  }
}
.trust-partnerships-2-title h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #000;
  position: relative;
  z-index: 9;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .trust-partnerships-2-title h2 {
    color: #000;
    padding: 0;
  }
}
.trust-partnerships-2-title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #000;
  max-width: 763px;
}
.trust-partnerships-2-content {
  display: flex;
  flex-direction: column;
}
.trust-partnerships-2-content h3 {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  color: #000;
  margin-bottom: 20px;
}
.trust-partnerships-2-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin: 0 auto;
}
.trust-partnerships-2-item {
  min-height: 76px;
  border: 1px solid #248cee;
  padding: 20px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-partnerships-2-item.dark {
  background: #1a242e;
}
.trust-partnerships-2-item.dark h3 {
  color: #FFF;
}
.trust-partnerships-2-item.dark p {
  color: #FFF;
}
.trust-partnerships-2-item.dark li {
  list-style: disc !important;
  color: #FFF;
}
.trust-partnerships-2-item.dark .download {
  color: #FFF;
}
.trust-partnerships-2-item p {
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #09090b;
}
.trust-partnerships-2 .sign {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  text-align: right;
  color: #000;
  max-width: 485px;
  align-self: flex-end;
  padding: 0 30px;
  margin-top: 40px;
}

.trust-partnerships-3 {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.trust-partnerships-3-title {
  display: flex;
  height: 480px;
  position: relative;
  margin-bottom: 40px;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .trust-partnerships-3-title {
    height: auto;
    padding: 0 30px;
  }
}
.trust-partnerships-3-title h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #fff;
  position: relative;
  z-index: 9;
  padding-left: 100px;
}
@media only screen and (max-width: 768px) {
  .trust-partnerships-3-title h2 {
    color: #000;
    padding: 0;
  }
}
.trust-partnerships-3-title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #fff;
  position: relative;
  z-index: 9;
  padding-left: 100px;
  padding-bottom: 25px;
  max-width: 864px;
}
@media only screen and (max-width: 768px) {
  .trust-partnerships-3-title p {
    color: #000;
    padding: 0;
  }
}
.trust-partnerships-3-title .background {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 480px;
}
@media only screen and (max-width: 768px) {
  .trust-partnerships-3-title .background {
    display: none;
  }
}
.trust-partnerships-3-title .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trust-partnerships-3-content {
  padding: 0 100px;
}
@media only screen and (max-width: 991px) {
  .trust-partnerships-3-content {
    padding: 0 30px;
  }
}
.trust-partnerships-3-content h3 {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  color: #000;
  margin-bottom: 20px;
}
.trust-partnerships-3-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1100px) {
  .trust-partnerships-3-list {
    justify-content: center;
  }
}
.trust-partnerships-3-item {
  max-width: 288px;
  width: 100%;
  min-height: 128px;
  border: 1px solid #2ecc71;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-partnerships-3-item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #09090b;
}
.trust-partnerships-3 .sign {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.03em;
  text-align: right;
  color: #09090b;
  max-width: 660px;
  align-self: flex-end;
  margin-bottom: 50px;
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .trust-partnerships-3 .sign {
    margin-bottom: 50px;
  }
}

.grid-partnerships-1 {
  padding: 50px 90px 70px;
}
@media only screen and (max-width: 991px) {
  .grid-partnerships-1 {
    padding: 50px 30px;
  }
}
.grid-partnerships-1 h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #000;
  margin-bottom: 12px;
}
.grid-partnerships-1 p {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #000;
  margin-bottom: 24px;
}
.grid-partnerships-1-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.grid-partnerships-1-item {
  display: flex;
  flex-direction: column;
  gap: 13px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  padding: 25px;
  max-width: 300px;
  width: 100%;
}
.grid-partnerships-1-item img {
  width: 40px;
  height: 40px;
}
.grid-partnerships-1-item h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 117%;
  letter-spacing: -0.02em;
  color: #09090b;
}
.grid-partnerships-1-item p {
  font-weight: 400;
  font-size: 24px;
  line-height: 117%;
  letter-spacing: -0.02em;
  color: #09090b;
}

.join {
  max-width: 1220px;
  margin: 40px auto 60px auto;
  position: relative;
  z-index: 9;
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .join {
    margin-top: 50px;
    margin-bottom: 0;
    padding: 0 30px;
  }
}
.join-cta {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .join-cta {
    flex-direction: column-reverse;
  }
}
.join-cta h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #000;
  margin-bottom: 18px;
}
@media only screen and (max-width: 991px) {
  .join-cta h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #000;
  }
}
.join-cta p {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: rgba(24, 35, 45, 0.75);
}
.join-cta .button-survey {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .join-cta .button-survey {
    justify-content: center;
  }
}
.join-cta a {
  padding: 16px 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background: #248cee;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  width: fit-content;
  text-align: center;
}
.join-cta a:hover {
  background: rgba(36, 140, 238, 0.82);
  text-decoration: none;
}
.join-text {
  padding: 30px 40px;
  border: 1px solid #248cee;
  margin: 100px 0 0 -73px;
  background: #FFF;
  height: fit-content;
}
@media only screen and (max-width: 991px) {
  .join-text {
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .join-text p {
    max-width: none;
  }
}
.join-img {
  max-width: 713px;
  width: 100%;
  margin-top: 24px;
}
@media only screen and (max-width: 991px) {
  .join-img {
    margin: 24px auto 50px;
  }
}
.join-img img {
  width: 100%;
  object-fit: contain;
  height: auto;
}

.logos {
  padding: 25px 0 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1121px;
  margin: 0 auto;
}

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