.hero-single-topic.component {
  overflow: hidden;
  background-color: #ffffff;
  color: #ffffff;
}
.hero-single-topic .hero-single-topic__image {
  display: flex;
  height: 300px;
}
.hero-single-topic .hero-single-topic__gradient {
  background-image: linear-gradient(to right, #0090da 0%, #a4ce4e 104%);
  height: 25px;
}
.hero-single-topic .hero-single-topic__background {
  background-color: #ffffff;
}
.hero-single-topic .hero-single-topic__content {
  padding-top: 20px;
}
.hero-single-topic .hero-single-topic__eyebrow {
  margin-bottom: 8px;
}
.hero-single-topic .hero-single-topic__eyebrow .eyebrow {
  font-family: 'MetLifeCircular', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2.67px;
  line-height: 24px;
  color: #000000;
  text-transform: uppercase;
}
.hero-single-topic .hero-single-topic__title .title {
  font-family: 'MetLifeCircular', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.37px;
  color: #000000;
  margin-bottom: 0;
}
.hero-single-topic .hero-single-topic__copy {
  font-family: 'Noto Sans', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.16px;
  color: #333333;
}
.hero-single-topic .hero-single-topic__copy p:last-child {
  margin-bottom: 0;
}
.hero-single-topic .hero-single-topic__btn {
  margin-top: 32px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .hero-single-topic.component:not(.component__spacing-bottom) {
    margin-bottom: 15px;
  }
  .hero-single-topic .hero-single-topic__button {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .hero-single-topic .hero-single-topic__image {
    height: 350px;
  }
  .hero-single-topic .hero-single-topic__background {
    margin-top: -20px;
  }
  .hero-single-topic .hero-single-topic__content {
    padding-top: 30px;
  }
  .hero-single-topic .hero-single-topic__gradient {
    height: 10px;
  }
  .hero-single-topic .hero-single-topic__eyebrow .eyebrow {
    line-height: 1.5;
    letter-spacing: 2.67px;
  }
  .hero-single-topic .hero-single-topic__title .title {
    font-size: 38px;
    line-height: 1.26;
    letter-spacing: -0.59px;
  }
  .hero-single-topic .hero-single-topic__left,
  .hero-single-topic .hero-single-topic__right {
    padding-left: 50px;
  }
  .hero-single-topic .hero-single-topic__copy {
    margin-top: 8px;
  }
  .hero-single-topic .hero-single-topic__btn {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-single-topic .hero-single-topic__image {
    height: 500px;
  }
  .hero-single-topic .hero-single-topic__background {
    margin-top: -30px;
  }
  .hero-single-topic .hero-single-topic__content {
    display: flex;
    padding-top: 40px;
  }
  .hero-single-topic .hero-single-topic__title .title {
    font-size: 44px;
    line-height: 1.25;
    letter-spacing: -0.04px;
  }
  .hero-single-topic .hero-single-topic__copy {
    margin-top: 0;
  }
  .hero-single-topic .hero-single-topic__left,
  .hero-single-topic .hero-single-topic__right {
    padding-left: 0;
  }
  .hero-single-topic .hero-single-topic__btn {
    margin-top: 32px;
  }
}
body[dir="rtl"] .hero-single-topic .hero-single-topic__gradient {
  background-image: linear-gradient(to left, #0090da 0%, #a4ce4e 104%);
}
@media screen and (min-width: 768px) {
  body[dir="rtl"] .hero-single-topic .hero-single-topic__left,
  body[dir="rtl"] .hero-single-topic .hero-single-topic__right {
    padding-right: 50px;
    padding-left: initial;
  }
}
@media screen and (min-width: 1024px) {
  body[dir="rtl"] .hero-single-topic .hero-single-topic__left,
  body[dir="rtl"] .hero-single-topic .hero-single-topic__right {
    padding-right: 0;
    padding-left: initial;
  }
}
