/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v2.0.0
* Docs at http://ramseyinhouse.github.io/scut
*/
.sn_content_summary__content.__first_bigger > p:first-child, .sn_content_summary__content.__first_bigger > p:first-child p, .sn_content_summary__content.__first_bigger > p:first-child .p {
  font-weight: 400;
}
.sn_content_summary__content.__first_bigger > p:first-child, .sn_content_summary__content.__first_bigger > p:first-child p, .sn_content_summary__content.__first_bigger > p:first-child .p {
  font-size: 1rem;
}
@media only screen and (min-width: 62em) {
  .sn_content_summary__content.__first_bigger > p:first-child, .sn_content_summary__content.__first_bigger > p:first-child p, .sn_content_summary__content.__first_bigger > p:first-child .p {
    font-size: 1.25rem;
  }
}
.sn_content_summary__content.__first_bigger > p:first-child, .sn_content_summary__content.__first_bigger > p:first-child p, .sn_content_summary__content.__first_bigger > p:first-child .p {
  line-height: 1.2;
}
.sn_content_summary__content.__first_bigger > p:first-child, .sn_content_summary__content.__first_bigger > p:first-child p, .sn_content_summary__content.__first_bigger > p:first-child .p {
  letter-spacing: 0;
}
.sn_content_summary__info {
  position: relative;
  height: 100%;
}
.sn_content_summary__info__box {
  position: -webkit-sticky;
  position: sticky;
  top: 5.375rem;
  left: 0;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  background: #fff;
}
@media only screen and (min-width: 62em) {
  .sn_content_summary__info__box {
    top: 7.5rem;
  }
}
.sn_content_summary__info__box__data__i {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.sn_content_summary__info__box__data__i:not(:first-child) {
  margin-top: 1rem;
}
.sn_content_summary__info__box__data__i .data_title {
  text-transform: uppercase;
  color: #546881;
}
.sn_content_summary__info__box__data__i .data_value {
  color: #1D1D1B;
  margin-bottom: 0;
}