@media screen and (min-width: 991px) {
  .card-resource:hover .card-resource__image {
    outline: 1px solid #30E4D0;
    box-shadow: 0 4px 24px 0 rgba(48, 228, 208, 0.4);
    background-size: 140%;
  }
}
.card-resource__image {
  width: 100%;
  height: 230px;
  background-repeat: no-repeat;
  background-size: 135%;
  transition: background-size 0.5s ease-in-out;
}
.card-resource__image:has(.card-resource__image--embed-video) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
}
.card-resource__created-date {
  margin: 0;
  padding-top: 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9E9E9E;
}
.card-resource__title h1 {
  margin: 0;
  padding-top: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #fff;
}
.card-resource__summary {
  padding-top: 5px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}
.card-resource__tags {
  padding: 15px 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #30E4D0;
}
.card-resource__tags a {
  color: #30E4D0;
}
.card-resource__tags span {
  padding: 0 5px;
}
.card-resource__read-more a {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
}
.card-resource__read-more a span {
  color: #30E4D0;
  font-size: 20px;
  padding-left: 5px;
}

.paragraph--type--resource-library-search {
  margin-top: 80px;
  padding: 50px;
  background-color: #242424;
}
.paragraph--type--resource-library-search h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0;
  color: #30E4D0;
}
.paragraph--type--resource-library-search .field--name-field-headline h1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #fff;
}
.paragraph--type--resource-library-search input {
  background-image: url(/themes/wr/global/images/svg/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 20px;
  width: 100%;
  border-radius: 8px;
  padding: 11px 20px;
  color: #1c1c1c;
}

.block-hero--wrapper-to-edge--image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(/themes/wr/clean/images/green-pattern.png);
  width: 1440px;
  height: 256px;
  -webkit-mask-image: linear-gradient(to right, #1c1c1c 80%, transparent 100%);
  mask-image: linear-gradient(to right, #1c1c1c 80%, transparent 100%);
}
@media (max-width: 1095px) {
  .block-hero--wrapper-to-edge--image {
    max-width: 100%;
  }
}
.block-hero--wrapper-to-edge h1 {
  font-weight: 600;
  font-size: 50.41px;
  line-height: 100%;
  letter-spacing: 0;
}
.block-hero--wrapper-to-edge h1 em {
  color: #00ADA4;
  font-style: normal;
}
.block-hero--wrapper-to-edge p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
}

.region-content {
  background-image: none;
}

.latest-resources {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.latest-resources-header {
  padding-bottom: 30px;
}
.latest-resources-header__title {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #30E4D0;
}
.latest-resources-header__link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.latest-resources-header__link a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}
.latest-resources-header__link a span {
  color: #30E4D0;
  font-size: 20px;
  padding-left: 5px;
}
.latest-resources-items .card-resource:first-child {
  padding-bottom: 30px;
}
.latest-resources-items .card-resource__image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
}

.related-products {
  padding-top: 40px;
  margin: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.related-products-header {
  padding-bottom: 30px;
}
.related-products-header__title {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #30E4D0;
}
.view-display-id-block_6 .related-products-header__title {
  text-transform: none;
  color: #fff;
}
.related-products .card-product {
  margin-bottom: 20px;
}
.related-products .card-product__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: background-size 0.5s ease-in-out;
}
.related-products .card-product__title {
  width: 80%;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
.related-products .card-product__title h1 {
  margin: 0;
  padding-top: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (min-width: 991px) {
  .related-products .card-product a:hover .card-product__image {
    outline: 1px solid #30E4D0;
    box-shadow: 0 4px 24px 0 rgba(48, 228, 208, 0.4);
    background-size: 105%;
  }
}

.upcoming-events-webinars {
  padding-top: 50px;
  margin-top: 80px;
  margin-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.upcoming-events-webinars-header {
  padding-bottom: 30px;
}
.upcoming-events-webinars-header__title {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #30E4D0;
}
.upcoming-events-webinars-header__link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.upcoming-events-webinars-header__link a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}
.upcoming-events-webinars-header__link a span {
  color: #30E4D0;
  font-size: 20px;
  padding-left: 5px;
}
.upcoming-events-webinars-items article {
  height: 100%;
}
.upcoming-events-webinars-items article .card-event {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.upcoming-events-webinars .card-event__date {
  color: #30E4D0;
  font-weight: 400;
  font-size: 32px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.upcoming-events-webinars .card-event__time {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  padding-top: 5px;
  letter-spacing: 3px;
}
.upcoming-events-webinars .card-event hr {
  margin: 0.5rem 0;
  color: #00ADA4;
}
.upcoming-events-webinars .card-event__title h1 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}
.upcoming-events-webinars .card-event__register a {
  margin-top: auto;
  border-radius: 10px;
  padding: 8px 16px;
  background-color: #00ADA4;
  width: fit-content;
  font-weight: 600;
  font-size: 18px;
  color: #1c1c1c;
}

.feature-resources-header {
  padding-bottom: 30px;
}
.feature-resources-header__title {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #30E4D0;
}
.feature-resources-header__links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.feature-resources-header__links ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 0.5em;
}
.feature-resources-header__links ul li::after {
  content: "|";
  color: #9E9E9E;
  margin-left: 0.5em;
}
.feature-resources-header__links ul li:last-child::after {
  content: "";
}
.feature-resources-header__links li {
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}
@media (max-width: 530px) {
  .feature-resources-header__links li {
    font-size: 14px;
  }
}
.feature-resources-header__links li a {
  color: #D8D8D8;
}
.feature-resources-header__links li a.active {
  font-weight: 600;
  color: #30E4D0;
}
.feature-resources-items .card-resource__image {
  height: 260px;
}

.industry-resources.latest-resources .latest-resources-header__title {
  font-size: 30px;
  text-transform: capitalize;
  color: #fff;
}
.industry-resources.latest-resources .card-resource__image {
  background-size: 185%;
}
/*# sourceMappingURL=insights.css.map */
