.history-timeline-hero {
    --text-content-blue-tint: #eff4f7;
    margin: 2rem 0 2.75rem;
    background: #fff;
}

.history-timeline-hero__title {
    margin: 0;
    color: var(--utef-dark-blue);
    font-size: 2.45rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0;
}

.history-timeline {
    margin-bottom: 3rem;
}

.history-timeline__items {
    display: grid;
}

.history-timeline__item {
    display: grid;
    grid-template-columns: minmax(5rem, 8.75rem) 1.5rem minmax(0, 1fr);
    column-gap: 1.25rem;
    align-items: start;
    min-width: 0;
    margin-bottom: 2.75rem;
    padding: 1rem;
    background: #fff;
    border: 0;
}

.history-timeline__item:last-child {
    margin-bottom: 0;
}

.history-timeline__media {
    min-width: 0;
}

.history-timeline__figure {
    width: clamp(5rem, 12vw, 8.25rem);
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 50%;
}

.history-timeline__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history-timeline__marker {
    position: relative;
    min-height: 100%;
}

.history-timeline__marker::before {
    content: "";
    position: absolute;
    top: 0.2rem;
    bottom: -3.95rem;
    left: 50%;
    width: 1px;
    background: var(--utef-nav-underline);
    transform: translateX(-50%);
}

.history-timeline__item:last-child .history-timeline__marker::before {
    bottom: 0;
}

.history-timeline__marker::after {
    content: "";
    position: absolute;
    top: 0.2rem;
    left: 50%;
    width: 0.46rem;
    height: 0.46rem;
    background: var(--utef-nav-underline);
    transform: translate(-50%, -50%);
}

.history-timeline__content {
    min-width: 0;
    padding-top: 0.05rem;
}

.history-timeline__date {
    margin: 0 0 0.85rem;
    color: #000;
    font-size: 1.35rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
}

.history-timeline__description {
    max-width: 48rem;
    color: var(--utef-ink);
    line-height: 1.42;
}

.history-timeline__description > :first-child {
    margin-top: 0;
}

.history-timeline__description > :last-child {
    margin-bottom: 0;
}

.history-timeline-empty {
    margin: 2rem 0 3rem;
}

.history-timeline-layout {
    --text-content-blue-tint: #eff4f7;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: start;
    background: #fff;
}

.history-timeline-layout--timeline-only {
    display: block;
}

.history-timeline-layout__timeline {
    min-width: 0;
}

.history-articles {
    min-width: 0;
    display: grid;
    gap: 2rem;
    margin-bottom: 3rem;
}

.history-articles__section {
    min-width: 0;
}

.history-articles__heading {
    margin: 0 0 1rem;
    color: var(--utef-dark-blue);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.2;
}

.history-featured-articles,
.history-mini-articles {
    display: grid;
    gap: 1rem;
}

.history-featured-card,
.history-mini-card {
    min-width: 0;
    background: var(--text-content-blue-tint);
    border: 0;
}

.history-featured-card__media {
    display: block;
}

.history-featured-card__image {
    display: block;
    width: 100%;
    height: auto;
}

.history-featured-card__body,
.history-mini-card {
    padding: 1rem;
}

.history-featured-card__title,
.history-mini-card__title {
    margin: 0;
    color: #000;
    font-size: 1.05rem;
    line-height: 1.25;
    font-weight: 700;
}

.history-featured-card__title a,
.history-mini-card__title a {
    color: inherit;
    text-decoration: none;
}

.history-featured-card__title a:hover,
.history-featured-card__title a:focus,
.history-mini-card__title a:hover,
.history-mini-card__title a:focus {
    color: var(--utef-link);
    text-decoration: none;
}

.history-featured-card__teaser,
.history-mini-card__teaser {
    margin: 0.65rem 0 0;
    color: var(--utef-ink);
    line-height: 1.45;
}

.history-featured-card__cta,
.history-mini-card__cta {
    margin-top: 1rem;
}

.history-mini-card__cta {
    margin-top: 0.85rem;
}

@media (max-width: 991.98px) {
    .history-timeline-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.text-content-page {
    --text-content-container-max: 100%;
    --text-content-container-padding: 0.75rem;
    --text-content-viewport-gutter: max(0px, calc((100vw - var(--text-content-container-max)) / 2));
    --text-content-blue-tint: #eff4f7;
    --text-content-section-gap: 2.5rem;
    --text-content-section-y: 40px;
    --text-content-block-gap: 2rem;
}

.text-content-title,
.text-content-section,
.text-content-related-block {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.text-content-title__inner,
.text-content-section__inner,
.text-content-related-block__inner {
    box-sizing: border-box;
    width: 100%;
    max-width: var(--text-content-container-max);
    margin-inline: auto;
    padding-inline: var(--text-content-container-padding);
}

.text-content-title {
    position: relative;
    margin-bottom: 0;
}

.text-content-title--text {
    padding-block: 2.5rem 3rem;
    background: #fff;
}

.text-content-title--hero {
    display: flex;
    align-items: end;
    min-height: 250px;
    height: clamp(250px, var(--text-content-title-height, 500px), 900px);
    overflow: hidden;
    background: var(--utef-dark-blue);
    color: #fff;
}

.text-content-title__image,
.text-content-title__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.text-content-title__image {
    object-fit: cover;
}

.text-content-title__overlay {
    background:
        linear-gradient(
            to top,
            rgba(0, 0, 0, 0.85) 0,
            rgba(0, 0, 0, 0.7) 95px,
            rgba(0, 0, 0, 0.35) 185px,
            rgba(0, 0, 0, 0) 275px
        );
}

.text-content-title--hero .text-content-title__inner {
    position: relative;
    z-index: 1;
    padding-block: 3rem;
}

.text-content-title__heading {
    max-width: 56rem;
    margin: 0;
    font-size: 2.35rem;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: 0;
}

.text-content-title__teaser {
    max-width: 48rem;
    margin-top: 1rem;
    font-size: 1.08rem;
    line-height: 1.6;
}

.text-content-title--text .text-content-title__teaser {
    color: var(--utef-muted);
}

.text-content-title--hero .text-content-title__teaser {
    color: rgba(255, 255, 255, 0.88);
}

.text-content-title__author {
    max-width: 48rem;
    margin: 0.85rem 0 0;
    color: var(--utef-muted);
    font-size: 0.98rem;
    line-height: 1.45;
}

.text-content-title__author span {
    font-weight: 700;
}

.text-content-title__author .text-content-title__meta-separator {
    margin: 0 0.45rem;
    color: currentColor;
    font-weight: 400;
    opacity: 0.55;
}

.text-content-title--hero .text-content-title__author {
    color: rgba(255, 255, 255, 0.84);
}

.text-content-title__teaser > :last-child,
.text-content-rich-text > :last-child,
.text-content-attachment > :last-child,
.text-content-related > :last-child,
.text-content-cta > :last-child {
    margin-bottom: 0;
}

.text-content-page__body {
    display: block;
}

.text-content-section {
    padding-block: var(--text-content-section-y);
}

.text-content-section--bg-white {
    background: #fff;
}

.text-content-section--bg-blue-tint {
    background: var(--text-content-blue-tint);
}

.text-content-section__grid {
    --text-content-main-fr: 5fr;
    --text-content-aside-fr: 5fr;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--text-content-section-gap);
    align-items: stretch;
}

.text-content-section__grid--single {
    grid-template-columns: 1fr;
}

.text-content-section__main {
    display: flex;
    flex-direction: column;
    gap: var(--text-content-block-gap);
    min-width: 0;
    order: 1;
}

.text-content-section__aside {
    display: flex;
    flex-direction: column;
    gap: var(--text-content-block-gap);
    min-width: 0;
    order: 2;
}

.text-content-section--main-20 .text-content-section__grid {
    --text-content-main-fr: 2fr;
    --text-content-aside-fr: 8fr;
}

.text-content-section--main-30 .text-content-section__grid {
    --text-content-main-fr: 3fr;
    --text-content-aside-fr: 7fr;
}

.text-content-section--main-40 .text-content-section__grid {
    --text-content-main-fr: 4fr;
    --text-content-aside-fr: 6fr;
}

.text-content-section--main-50 .text-content-section__grid {
    --text-content-main-fr: 5fr;
    --text-content-aside-fr: 5fr;
}

.text-content-section--main-60 .text-content-section__grid {
    --text-content-main-fr: 6fr;
    --text-content-aside-fr: 4fr;
}

.text-content-section--main-70 .text-content-section__grid {
    --text-content-main-fr: 7fr;
    --text-content-aside-fr: 3fr;
}

.text-content-section--main-80 .text-content-section__grid {
    --text-content-main-fr: 8fr;
    --text-content-aside-fr: 2fr;
}

.text-content-rich-text {
    line-height: 1.7;
}

.text-content-rich-text h2,
.text-content-rich-text h3,
.text-content-rich-text h4 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.text-content-rich-text > :first-child,
.text-content-media > :first-child,
.text-content-embed > :first-child,
.text-content-attachment > :first-child,
.text-content-related > :first-child,
.text-content-cta > :first-child {
    margin-top: 0;
}

.text-content-media,
.text-content-embed,
.text-content-attachment,
.text-content-related,
.text-content-cta {
    margin-block: 0;
}

.text-content-media img {
    display: block;
    width: 100%;
    height: auto;
}

.text-content-media figcaption {
    margin-top: 0.65rem;
    color: var(--utef-muted);
    font-size: 0.95rem;
}

.text-content-media--custom_width {
    width: min(100%, var(--text-content-media-width, 50%));
}

.text-content-media--custom_width.text-content-media--h-left {
    margin-right: auto;
}

.text-content-media--custom_width.text-content-media--h-center {
    margin-inline: auto;
}

.text-content-media--custom_width.text-content-media--h-right {
    margin-left: auto;
}

.text-content-media--custom_width.text-content-media--v-center {
    margin-block: auto;
}

.text-content-media--custom_width.text-content-media--v-bottom {
    margin-top: auto;
}

.block-image_with_caption:has(.text-content-media--custom_width.text-content-media--v-center) {
    margin-block: auto;
}

.block-image_with_caption:has(.text-content-media--custom_width.text-content-media--v-bottom) {
    margin-top: auto;
}

.text-content-rich-text::after,
.rich-text-block::after {
    content: "";
    display: block;
    clear: both;
}

.text-content-rich-text .richtext-image,
.rich-text-block .richtext-image,
.text-content-rich-text .richtext-image-figure,
.rich-text-block .richtext-image-figure {
    display: block;
    max-width: 100%;
    height: auto;
    margin-block: 0.25rem 1rem;
}

.text-content-rich-text .richtext-image.full-width,
.rich-text-block .richtext-image.full-width,
.text-content-rich-text .richtext-image-figure.full-width,
.rich-text-block .richtext-image-figure.full-width {
    width: 100%;
}

.text-content-rich-text .richtext-image.left,
.rich-text-block .richtext-image.left,
.text-content-rich-text .richtext-image-figure.left,
.rich-text-block .richtext-image-figure.left {
    float: left;
    width: var(--richtext-image-width, 50%);
    margin-right: 1.25rem;
}

.text-content-rich-text .richtext-image.right,
.rich-text-block .richtext-image.right,
.text-content-rich-text .richtext-image-figure.right,
.rich-text-block .richtext-image-figure.right {
    float: right;
    width: var(--richtext-image-width, 50%);
    margin-left: 1.25rem;
}

.text-content-rich-text .richtext-image-figure__image,
.rich-text-block .richtext-image-figure__image {
    display: block;
    width: 100%;
    height: auto;
}

.text-content-rich-text .richtext-image-figure__caption,
.rich-text-block .richtext-image-figure__caption {
    margin-top: 0.55rem;
    color: var(--utef-muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.text-content-rich-text .richtext-image--width-10,
.rich-text-block .richtext-image--width-10 { --richtext-image-width: 10%; }
.text-content-rich-text .richtext-image--width-15,
.rich-text-block .richtext-image--width-15 { --richtext-image-width: 15%; }
.text-content-rich-text .richtext-image--width-20,
.rich-text-block .richtext-image--width-20 { --richtext-image-width: 20%; }
.text-content-rich-text .richtext-image--width-25,
.rich-text-block .richtext-image--width-25 { --richtext-image-width: 25%; }
.text-content-rich-text .richtext-image--width-30,
.rich-text-block .richtext-image--width-30 { --richtext-image-width: 30%; }
.text-content-rich-text .richtext-image--width-35,
.rich-text-block .richtext-image--width-35 { --richtext-image-width: 35%; }
.text-content-rich-text .richtext-image--width-40,
.rich-text-block .richtext-image--width-40 { --richtext-image-width: 40%; }
.text-content-rich-text .richtext-image--width-45,
.rich-text-block .richtext-image--width-45 { --richtext-image-width: 45%; }
.text-content-rich-text .richtext-image--width-50,
.rich-text-block .richtext-image--width-50 { --richtext-image-width: 50%; }
.text-content-rich-text .richtext-image--width-55,
.rich-text-block .richtext-image--width-55 { --richtext-image-width: 55%; }
.text-content-rich-text .richtext-image--width-60,
.rich-text-block .richtext-image--width-60 { --richtext-image-width: 60%; }
.text-content-rich-text .richtext-image--width-65,
.rich-text-block .richtext-image--width-65 { --richtext-image-width: 65%; }
.text-content-rich-text .richtext-image--width-70,
.rich-text-block .richtext-image--width-70 { --richtext-image-width: 70%; }
.text-content-rich-text .richtext-image--width-75,
.rich-text-block .richtext-image--width-75 { --richtext-image-width: 75%; }
.text-content-rich-text .richtext-image--width-80,
.rich-text-block .richtext-image--width-80 { --richtext-image-width: 80%; }
.text-content-rich-text .richtext-image--width-85,
.rich-text-block .richtext-image--width-85 { --richtext-image-width: 85%; }
.text-content-rich-text .richtext-image--width-90,
.rich-text-block .richtext-image--width-90 { --richtext-image-width: 90%; }

.text-content-embed__frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.text-content-embed__frame iframe,
.text-content-embed__frame embed,
.text-content-embed__frame object,
.text-content-embed__frame video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

.text-content-related {
    padding: 1rem 1.1rem;
    border-left: 3px solid var(--utef-nav-underline);
    background: rgba(255, 255, 255, 0.68);
}

.text-content-cta {
    padding: 1.25rem;
    background: var(--utef-dark-blue);
    color: #fff;
}

.text-content-cta a {
    color: #fff;
}

.text-content-media--full_bleed,
.text-content-embed.text-content-media--full_bleed {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.text-content-related-block {
    padding-block: var(--text-content-section-y);
}

.text-content-related-block--bg-white {
    background: #fff;
}

.text-content-related-block--bg-blue_tint {
    background: var(--text-content-blue-tint);
}

.text-content-related-block__divider {
    margin: 2.4rem 0;
    border: 0;
    border-top: 1px solid #000;
    opacity: 1;
}

.text-content-related-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}

.text-content-related-card {
    display: grid;
    min-width: 0;
    gap: 1rem;
}

.content-type-badge {
    display: inline-flex;
    width: fit-content;
    max-width: min(100%, 16rem);
    align-items: center;
    min-height: 1.7rem;
    border-radius: 999px;
    padding: 0.34rem 0.65rem;
    border: 1px solid rgba(0, 53, 83, 0.12);
    background: rgba(255, 255, 255, 0.94);
    color: #003553;
    box-shadow: 0 0.35rem 1rem rgba(0, 24, 40, 0.18);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.05;
    text-transform: uppercase;
}

.content-type-badge--overlay {
    position: absolute;
    bottom: 0.65rem;
    left: 0.65rem;
    z-index: 2;
}

.content-type-badge--inline {
    margin-top: 0.55rem;
}

.content-page-card-meta {
    display: grid;
    gap: 0.16rem;
    margin: 0.35rem 0 0;
    color: rgba(0, 34, 54, 0.58);
    font-size: 0.84rem;
    line-height: 1.32;
}

.content-page-card-meta__item {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 0.32rem;
}

.content-page-card-meta__icon {
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
    fill: currentColor;
    opacity: 0.82;
}

.home-research-card .content-page-card-meta {
    color: rgba(255, 255, 255, 0.68);
}

.history-featured-card .content-page-card-meta,
.history-mini-card .content-page-card-meta {
    margin-top: 0.4rem;
}

.content-page-card__media,
.text-content-related-card__media,
.history-featured-card__media {
    position: relative;
}

.text-content-related-card--vertical {
    align-items: start;
    align-content: start;
}

.text-content-related-card__media {
    display: block;
    color: inherit;
    text-decoration: none;
}

.text-content-related-card__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.text-content-related-card__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.text-content-related-card__title {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.25;
}

.text-content-related-card__title a {
    color: var(--utef-ink);
    text-decoration: none;
}

.text-content-related-card__title a:hover {
    color: var(--utef-link);
}

.text-content-related-card__teaser {
    margin: 0.8rem 0 0;
    color: var(--utef-muted);
    line-height: 1.6;
}

.text-content-related-card__cta {
    margin-top: 1rem;
}

.text-content-related-card--horizontal {
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: start;
}

.text-content-related-card--horizontal .text-content-related-card__media {
    width: 112px;
    height: 112px;
    overflow: hidden;
}

.text-content-related-card--horizontal .text-content-related-card__image {
    width: 112px;
    height: 112px;
}

.text-content-related-card--no-image,
.text-content-related-card--featured,
.text-content-related-card--horizontal.text-content-related-card--no-image {
    grid-template-columns: 1fr;
}

.text-content-related-card--featured {
    gap: 1.5rem;
}

.text-content-related-card--featured .text-content-related-card__media {
    width: auto;
    height: auto;
    overflow: visible;
}

.text-content-related-card--featured .text-content-related-card__image {
    width: 100%;
    height: auto;
}

.text-content-related-card--featured .text-content-related-card__title {
    font-size: 1.65rem;
}

@media (min-width: 768px) {
    .text-content-related-grid {
        grid-template-columns: repeat(
            var(--related-grid-columns, 3),
            minmax(0, 1fr)
        );
    }
}

@media (max-width: 767.98px) {
    .text-content-rich-text .richtext-image.left,
    .text-content-rich-text .richtext-image.right,
    .text-content-rich-text .richtext-image-figure.left,
    .text-content-rich-text .richtext-image-figure.right,
    .rich-text-block .richtext-image.left,
    .rich-text-block .richtext-image.right,
    .rich-text-block .richtext-image-figure.left,
    .rich-text-block .richtext-image-figure.right {
        float: none;
        width: 100%;
        margin-inline: 0;
    }

    .text-content-media--custom_width {
        width: 100%;
    }
}
