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

.about-us-info-research {
  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-research {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 30px;
  }
}
.about-us-info-research-cta {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media only screen and (max-width: 991px) {
  .about-us-info-research-cta {
    flex-direction: column;
    gap: 40px;
  }
}
.about-us-info-research-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-research-cta h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #000;
  }
}
.about-us-info-research-cta p {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #000;
  max-width: 620px;
  width: 100%;
}
.about-us-info-research-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-research-text p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .about-us-info-research-text p {
    max-width: none;
  }
}
.about-us-info-research-img {
  max-width: 467px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .about-us-info-research-img {
    display: none;
  }
}
.about-us-info-research-img img {
  width: 100%;
  max-height: 602px;
  object-fit: cover;
  height: auto;
}

.key-research {
  background: #f6fbff;
  padding: 50px 100px;
}
@media only screen and (max-width: 991px) {
  .key-research {
    padding: 50px 30px;
  }
}
.key-research h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #000;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .key-research h2 {
    margin-bottom: 40px;
  }
}
.key-research-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 991px) {
  .key-research-list {
    gap: 24px;
  }
}
.key-research-t {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .key-research-t {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.key-research-b {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .key-research-b {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.key-research-item {
  padding: 26px 30px;
  width: 100%;
  background: linear-gradient(0deg, #fff 0%, #fff 100%);
  display: flex;
  flex-direction: column;
}
.key-research-item.dark {
  background: #1a242e;
}
.key-research-item.dark h3 {
  color: #FFF;
}
.key-research-item.dark p {
  color: #FFF;
}
.key-research-item.dark li {
  list-style: disc !important;
  color: #FFF;
}
.key-research-item.dark .download {
  color: #FFF;
}
.key-research-list {
  margin-top: 32px;
}
.key-research li {
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: #060606;
  margin-left: 30px;
  list-style: disc !important;
}
.key-research .download {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #060606;
  align-self: flex-end;
  margin-top: 40px;
}
.key-research-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(206, 206, 206, 0.2);
  margin-bottom: 29px;
  padding-bottom: 23px;
}
@media only screen and (max-width: 768px) {
  .key-research-title {
    margin-bottom: 0;
  }
}
.key-research-title span {
  font-weight: 400;
  font-size: 44px;
  line-height: 125%;
  color: rgba(147, 166, 212, 0.5);
}
.key-research-title img {
  width: 37px;
  height: 37px;
}
.key-research h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #15295e;
}
.key-research p {
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: #060606;
}

.trust-research {
  max-width: 1440px;
  margin: 0 auto;
}
.trust-research-title {
  height: 480px;
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .trust-research-title {
    height: auto;
    padding: 0 30px;
  }
}
.trust-research-title h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #fff;
  position: relative;
  z-index: 9;
  padding-left: 100px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .trust-research-title h2 {
    color: #000;
    padding: 0;
  }
}
.trust-research-title .background {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 480px;
}
@media only screen and (max-width: 768px) {
  .trust-research-title .background {
    display: none;
  }
}
.trust-research-title .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trust-research-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
  padding: 0 30px;
}
.trust-research-item {
  max-width: 288px;
  width: 100%;
  min-height: 134px;
  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;
}
.trust-research-item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #09090b;
}

.trust-research-1 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 100px;
  background: #f6fbff;
}
@media only screen and (max-width: 991px) {
  .trust-research-1 {
    padding: 50px 30px;
  }
}
.trust-research-1-title {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .trust-research-1-title {
    height: auto;
  }
}
.trust-research-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-research-1-title h2 {
    color: #000;
    padding: 0;
  }
}
.trust-research-1-title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #000;
  max-width: 650px;
}
.trust-research-1-content h3 {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  color: #000;
  margin-bottom: 20px;
}
.trust-research-1-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.trust-research-1-item {
  max-width: 288px;
  width: 100%;
  min-height: 134px;
  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;
}
.trust-research-1-item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.03em;
  text-align: center;
  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;
}

/*# sourceMappingURL=research-publications.css.map */
