@import url("https://fonts.bunny.net/css?family=lora:400,600,700|inter:400,500,600,700,800");

:root {
    --tp-bg: #fff;
    --tp-text: #111;
    --tp-muted: #606060;
    --tp-faint: #e4e4e4;
    --tp-soft: #f6f6f6;
    --tp-accent: #000e34;
    --tp-width: 1120px;
    --tp-halfpage-width: 300px;
    --tp-halfpage-gap: 36px;
    --tp-sans: var(--gh-font-body, "Inter"), Arial, Helvetica, sans-serif;
    --tp-serif: var(--gh-font-heading, "Lora"), Georgia, "Times New Roman", serif;
    --tp-fs-display: 30px;
    --tp-lh-display: 1.2;
    --tp-fs-title-xl: 28px;
    --tp-lh-title-xl: 1.22;
    --tp-fs-title-lg: 23px;
    --tp-lh-title-lg: 1.24;
    --tp-fs-title-md: 19px;
    --tp-lh-title-md: 1.28;
    --tp-fs-title-sm: 18.5px;
    --tp-lh-title-sm: 1.3;
    --tp-fs-lead: 18px;
    --tp-lh-lead: 1.55;
    --tp-fs-lead-sm: 14.5px;
    --tp-lh-lead-sm: 1.52;
    --tp-fs-body: 18px;
    --tp-lh-body: 1.8;
    --tp-fs-kicker: 14px;
    --tp-fs-meta: 13px;
    --tp-fs-module-title: 20px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--tp-bg);
    color: var(--tp-text);
    font-family: var(--tp-serif);
    font-size: 16px;
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
}

#announcement-bar-root,
#announcement-bar-root * {
    font-family: var(--tp-sans);
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--tp-muted);
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.site-wrapper {
    min-height: 100vh;
}

.tp-ad {
    display: none;
    max-width: var(--tp-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.tp-ad.is-requested {
    display: block;
}

.tp-ad.is-empty {
    display: none;
}

.tp-ad-inner {
    display: grid;
    place-items: center;
    width: 100%;
}

.tp-ad-wideboard {
    margin-top: 24px;
    margin-bottom: 24px;
}

.tp-ad-wideboard .tp-ad-inner {
    min-height: 90px;
}

.tp-ad-wideboard iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tp-ad-rectangle {
    margin-top: 30px;
    padding: 0;
}

.tp-ad-rectangle .tp-ad-inner {
    min-height: 250px;
}

.tp-ad-mobile-halfpage {
    display: none;
    margin-top: 28px;
    margin-bottom: 28px;
}

.tp-ad-mobile-halfpage .tp-ad-inner {
    min-height: 600px;
}

.tp-ad-halfpage-left,
.tp-ad-halfpage-right {
    position: fixed;
    top: 190px;
    z-index: 1;
    width: 300px;
    padding: 0;
}

.tp-ad-halfpage-left {
    left: max(16px, calc((100vw - var(--tp-width)) / 2 - 336px));
}

.tp-ad-halfpage-right {
    right: max(16px, calc((100vw - var(--tp-width)) / 2 - 336px));
}

.tp-ad-halfpage-left .tp-ad-inner,
.tp-ad-halfpage-right .tp-ad-inner {
    min-height: 600px;
}

@media (min-width: 1492px) {
    body.tp-has-right-halfpage .tp-header,
    body.tp-has-right-halfpage .site-main,
    body.tp-has-right-halfpage .tp-ad:not(.tp-ad-halfpage-left):not(.tp-ad-halfpage-right):not([data-ad-slot="wideboard-mid"]):not([data-ad-slot="wideboard-low"]):not([data-ad-slot="article-after-recommendations"]):not([data-ad-slot="footerboard"]) {
        margin-left: max(20px, calc((100vw - (var(--tp-width) + var(--tp-halfpage-width) + var(--tp-halfpage-gap))) / 2));
        margin-right: auto;
    }

    body.tp-has-right-halfpage .tp-footer-inner {
        margin-left: max(20px, calc((100vw - (var(--tp-width) + var(--tp-halfpage-width) + var(--tp-halfpage-gap))) / 2));
        margin-right: auto;
    }

    body.tp-has-right-halfpage .tp-ad[data-ad-slot="wideboard-mid"],
    body.tp-has-right-halfpage .tp-ad[data-ad-slot="wideboard-low"],
    body.tp-has-right-halfpage .tp-ad[data-ad-slot="article-after-recommendations"],
    body.tp-has-right-halfpage .tp-ad[data-ad-slot="footerboard"] {
        margin-left: auto;
        margin-right: auto;
    }

    body.tp-has-right-halfpage .tp-ad-halfpage-right {
        right: max(16px, calc((100vw - (var(--tp-width) + var(--tp-halfpage-width) + var(--tp-halfpage-gap))) / 2));
    }
}

@media (max-width: 1491px) {
    .tp-ad-halfpage-left,
    .tp-ad-halfpage-right,
    .tp-ad-halfpage-left.is-requested,
    .tp-ad-halfpage-right.is-requested {
        display: none;
    }
}

.tp-header {
    max-width: var(--tp-width);
    margin: 0 auto;
    padding: 22px 20px 0;
    font-family: var(--tp-sans);
}

.tp-header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
    min-height: 74px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--tp-faint);
}

.tp-header-left {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: 10px;
}

.tp-logo {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    min-width: 0;
    font-size: clamp(30px, 5vw, 52px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.tp-logo img {
    display: block;
    width: clamp(185px, 23vw, 295px);
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
}

.tp-menu-toggle,
.tp-search-toggle {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--tp-text);
    cursor: pointer;
}

.tp-menu-toggle {
    display: none;
    align-content: center;
    gap: 5px;
}

.tp-menu-toggle span {
    display: block;
    width: 27px;
    height: 3px;
    background: currentColor;
}

.tp-search-toggle svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
}

.tp-nav-panel {
    display: none;
    padding: 18px 0;
    border-bottom: 1px solid var(--tp-faint);
}

.tp-header.is-open .tp-nav-panel {
    display: block;
}

.tp-mobile-menu {
    display: none;
}

.tp-primary-nav,
.tp-service-nav,
.tp-member-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
}

.tp-primary-nav {
    font-weight: 500;
}

.tp-service-nav {
    margin-top: 14px;
    color: var(--tp-muted);
    font-size: 14px;
}

.tp-member-nav {
    justify-self: end;
    align-items: center;
    color: var(--tp-text);
    font-size: 14px;
    font-weight: 600;
}

.tp-member-nav-mobile {
    display: none;
}

.tp-member-primary {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border: 1px solid var(--tp-text);
}

.site-main {
    max-width: var(--tp-width);
    margin: 0 auto;
    padding: 0 20px;
}

.tp-home {
    padding-top: 38px;
}

.tp-hero-grid {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    column-gap: 80px;
    row-gap: 0;
    width: min(100%, 1060px);
    padding-bottom: 28px;
    border-bottom: 1px solid var(--tp-faint);
}

.tp-hero-card a {
    display: block;
}

.tp-hero-card figure {
    margin: 0 0 14px;
    overflow: hidden;
}

.tp-hero-card img {
    width: 100%;
    object-fit: cover;
}

.tp-hero-lead {
    grid-column: span 2;
    padding-bottom: 30px;
}

.tp-hero-side {
    position: relative;
    padding-bottom: 30px;
}

.tp-hero-side::before {
    position: absolute;
    top: 0;
    bottom: 40px;
    left: -40px;
    width: 1px;
    background: var(--tp-faint);
    content: "";
}

.tp-hero-small {
    position: relative;
    padding-top: 28px;
    border-top: 1px solid var(--tp-faint);
}

.tp-hero-small:nth-of-type(4)::before,
.tp-hero-small:nth-of-type(5)::before {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: -40px;
    width: 1px;
    background: var(--tp-faint);
    content: "";
}

.tp-hero-lead img {
    aspect-ratio: 16 / 9;
}

.tp-hero-lead figure {
    width: min(100%, 680px);
}

.tp-hero-side img {
    aspect-ratio: 16 / 9;
}

.tp-hero-side figure {
    width: 300px;
    max-width: 100%;
}

.tp-hero-small img {
    aspect-ratio: 16 / 9;
}

.tp-hero-small figure {
    width: 300px;
    max-width: 100%;
}

.tp-hero-card h1,
.tp-hero-card h2 {
    margin: 0;
    color: var(--tp-text);
    font-family: var(--tp-serif);
    font-weight: 700;
    letter-spacing: 0;
}

.tp-hero-lead h1 {
    max-width: 700px;
    font-size: var(--tp-fs-title-xl);
    line-height: var(--tp-lh-title-xl);
}

.tp-hero-side h2 {
    font-size: var(--tp-fs-title-lg);
    line-height: var(--tp-lh-title-lg);
}

.tp-hero-small h2 {
    font-size: var(--tp-fs-title-md);
    line-height: var(--tp-lh-title-md);
}

.tp-hero-card .tp-excerpt {
    margin-top: 10px;
}

.tp-hero-lead .tp-excerpt {
    font-size: var(--tp-fs-lead);
    line-height: var(--tp-lh-lead);
}

.tp-hero-side .tp-excerpt {
    font-size: var(--tp-fs-lead-sm);
    line-height: var(--tp-lh-lead-sm);
}

.tp-hero-small .tp-excerpt {
    font-size: var(--tp-fs-lead-sm);
    line-height: var(--tp-lh-lead-sm);
}

.tp-below-modules {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px;
    margin-top: 34px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--tp-faint);
}

.tp-below-modules .tp-side-section {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.tp-below-modules .tp-ranked-list,
.tp-below-modules .tp-company-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
}

.tp-after-hero {
    display: grid;
    grid-template-columns: minmax(0, 700px) 300px;
    gap: 70px;
    align-items: start;
    margin-top: 36px;
}

.tp-latest-feed {
    min-width: 0;
}

.tp-latest-story {
    border-bottom: 1px solid var(--tp-faint);
}

.tp-latest-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    padding: 31px 0;
}

.tp-latest-link:has(.tp-latest-image) {
    grid-template-columns: 190px minmax(0, 1fr);
}

.tp-latest-story:first-child .tp-latest-link {
    padding-top: 0;
}

.tp-latest-image {
    margin: 0;
}

.tp-latest-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.tp-latest-copy h2 {
    margin: 0;
    font-family: var(--tp-serif);
    font-size: var(--tp-fs-title-sm);
    font-weight: 700;
    line-height: var(--tp-lh-title-sm);
    letter-spacing: 0;
}

.tp-latest-copy p {
    margin: 10px 0 0;
    color: #222;
    font-family: var(--tp-sans);
    font-size: 14px;
    line-height: 1.5;
}

.tp-latest-copy span {
    display: block;
    margin-top: 10px;
    color: var(--tp-muted);
    font-family: var(--tp-sans);
    font-size: 12px;
}

.tp-after-sidebar {
    position: sticky;
    top: 18px;
}

.tp-all-posts-link {
    display: block;
    padding: 18px 0 0;
    text-align: right;
    font-family: var(--tp-sans);
    font-size: 15px;
    font-weight: 700;
}

.tp-partner-content {
    margin-top: 46px;
    padding-top: 28px;
    border-top: 1px solid var(--tp-faint);
}

.tp-partner-label {
    margin: 0 0 10px;
    color: var(--tp-muted);
    font-family: var(--tp-sans);
    font-size: 12px;
    line-height: 1;
}

.tp-partner-panel {
    background: #dbe0e8;
    padding: 48px 34px 18px;
}

.tp-partner-panel h2 {
    margin: 0 0 28px;
    color: #061127;
    font-family: var(--tp-sans);
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.tp-partner-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 52px;
}

.tp-partner-card figure {
    margin: 0 0 22px;
}

.tp-video-teaser {
    position: relative;
}

.tp-video-teaser::before {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    z-index: 1;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: rgba(0, 14, 52, 0.78);
    transform: translate(-50%, -50%);
}

.tp-video-teaser::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    z-index: 2;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 17px solid #fff;
    transform: translate(-34%, -50%);
}

.tp-partner-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.tp-partner-card p {
    margin: 0 0 10px;
    color: #17294f;
    font-family: var(--tp-sans);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
}

.tp-partner-card h3 {
    margin: 0;
    max-width: 300px;
    color: #05080f;
    font-family: var(--tp-serif);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.26;
    letter-spacing: 0;
}

.tp-partner-more {
    display: inline-block;
    margin-top: 24px;
    color: var(--tp-muted);
    font-family: var(--tp-sans);
    font-size: 14px;
    font-weight: 500;
}

.tp-recommendations {
    margin-top: 54px;
    padding: 0 0 42px;
    border-bottom: 1px solid var(--tp-faint);
}

.tp-recommendations h2 {
    margin: 0 0 34px;
    font-family: var(--tp-sans);
    font-size: var(--tp-fs-module-title);
    font-weight: 800;
    line-height: 1;
}

.tp-recommendations-wrap {
    position: relative;
}

.tp-recommendations-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(245px, 1fr);
    gap: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.tp-recommendations-track::-webkit-scrollbar {
    display: none;
}

.tp-recommendation-card {
    min-width: 0;
    padding: 0 24px;
    border-left: 1px solid var(--tp-faint);
    scroll-snap-align: start;
}

.tp-recommendation-card:first-child {
    padding-left: 24px;
    border-left: 0;
}

.tp-recommendation-card figure {
    margin: 0 0 14px;
}

.tp-recommendation-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.tp-recommendation-kicker {
    margin: 0 0 8px;
    color: var(--tp-accent);
    font-family: var(--tp-sans);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.tp-recommendation-card h3 {
    margin: 0;
    color: var(--tp-text);
    font-family: var(--tp-serif);
    font-size: var(--tp-fs-title-md);
    font-weight: 700;
    line-height: var(--tp-lh-title-md);
    letter-spacing: 0;
}

.tp-recommendation-meta {
    margin: 18px 0 0;
    color: var(--tp-muted);
    font-size: 13px;
    line-height: 1.3;
}

.tp-recommendation-meta span {
    margin-left: 9px;
}

.tp-recommendations-button {
    position: absolute;
    top: 35%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 58px;
    padding: 0;
    border: 0;
    background: rgb(255 255 255 / 0.86);
    color: var(--tp-text);
    cursor: pointer;
}

.tp-recommendations-button span {
    display: block;
    font-size: 34px;
    line-height: 1;
}

.tp-recommendations-button:hover {
    background: var(--tp-bg);
}

.tp-recommendations-button:disabled {
    opacity: 0;
    pointer-events: none;
}

.tp-recommendations-prev {
    left: -12px;
}

.tp-recommendations-next {
    right: -12px;
}

.tp-section-briefs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 38px;
    margin-top: 42px;
    padding-top: 32px;
}

.tp-section-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

.tp-section-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--tp-faint);
}

.tp-section-title,
.tp-section-more {
    font-family: var(--tp-sans);
    line-height: 1.1;
}

.tp-section-title {
    display: block;
    font-size: var(--tp-fs-module-title);
    font-weight: 800;
}

.tp-section-more {
    flex: 0 0 auto;
    color: var(--tp-muted);
    font-size: 14px;
    font-weight: 500;
}

.tp-section-column article {
    padding: 0 0 13px;
}

.tp-section-feature {
    padding-bottom: 18px;
}

.tp-section-feature figure {
    margin: 0 0 12px;
}

.tp-section-feature img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.tp-section-feature h3 {
    font-family: var(--tp-serif);
    font-size: var(--tp-fs-title-md);
    font-weight: 700;
    line-height: var(--tp-lh-title-md);
}

.tp-section-text {
    border-top: 1px solid var(--tp-faint);
}

.tp-section-text a {
    display: block;
    padding-top: 11px;
}

.tp-section-feature .tp-kicker,
.tp-section-text .tp-kicker {
    display: inline;
    margin: 0 6px 0 0;
    font-size: 13px;
    font-weight: 800;
    line-height: inherit;
}

.tp-section-feature .tp-kicker {
    display: block;
    margin: 0 0 5px;
}

.tp-section-text h3 {
    display: inline;
}

.tp-section-column h3 {
    margin: 0;
    font-family: var(--tp-sans);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: 0;
}

.tp-section-column .tp-section-feature h3 {
    font-family: var(--tp-serif);
    font-size: var(--tp-fs-title-md);
    font-weight: 700;
    line-height: var(--tp-lh-title-md);
}

.tp-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 46px;
    align-items: start;
}

.tp-main-feed {
    min-width: 0;
}

.tp-story {
    border-bottom: 1px solid var(--tp-faint);
}

.tp-story-link {
    display: block;
    padding: 0 0 26px;
}

.tp-story + .tp-story .tp-story-link {
    padding-top: 26px;
}

.tp-story-lead .tp-story-image {
    margin: 0 0 18px;
}

.tp-story-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.tp-kicker {
    margin: 0 0 10px;
    color: #283655;
    font-family: var(--tp-sans);
    font-size: var(--tp-fs-kicker);
    font-weight: 700;
    line-height: 1.25;
}

.tp-kicker-sponsored {
    margin-bottom: 12px;
    color: var(--tp-muted);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.tp-story h1,
.tp-story h2,
.tp-rubric h3 {
    margin: 0;
    color: var(--tp-text);
    font-family: var(--tp-serif);
    font-weight: 700;
    letter-spacing: 0;
}

.tp-story-lead h1 {
    max-width: 760px;
    font-size: var(--tp-fs-display);
    line-height: var(--tp-lh-display);
}

.tp-story-row .tp-story-link {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr) 190px;
    gap: 28px;
    align-items: start;
}

.tp-story-row h2 {
    font-size: var(--tp-fs-title-lg);
    line-height: var(--tp-lh-title-lg);
}

.tp-archive-feed .tp-story-row-featured .tp-story-link {
    display: grid;
    grid-template-columns: 430px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
    padding-bottom: 36px;
}

.tp-archive-feed .tp-story-row-featured h2 {
    max-width: 700px;
    font-size: var(--tp-fs-display);
    line-height: var(--tp-lh-display);
}

.tp-archive-feed .tp-story-row-featured .tp-story-thumb {
    width: 100%;
    margin: 0;
}

.tp-archive-feed .tp-story-row-featured .tp-excerpt {
    max-width: 560px;
    margin-top: 14px;
    font-size: var(--tp-fs-lead);
    line-height: var(--tp-lh-lead);
}

.tp-archive-feed .tp-story-row-featured .tp-meta {
    margin-top: 13px;
}

.tp-story-row .tp-story-copy {
    min-width: 0;
}

.tp-archive-date {
    margin: 3px 0 0;
    color: var(--tp-muted);
    font-family: var(--tp-sans);
    font-size: 13px;
    line-height: 1.25;
}

.tp-story-thumb {
    margin: 0;
}

.tp-story-thumb img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.tp-excerpt {
    margin: 15px 0 5px;
    max-width: 690px;
    color: var(--tp-text);
    font-family: var(--tp-sans);
    font-size: var(--tp-fs-lead);
    line-height: var(--tp-lh-lead);
}

.tp-story-row .tp-excerpt {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.52;
    color: #333;
}

.tp-meta {
    margin: 12px 0 0;
    color: var(--tp-muted);
    font-family: var(--tp-sans);
    font-size: 13px;
}

.tp-sidebar {
    position: sticky;
    top: 18px;
}

.tp-side-section {
    padding: 0 0 32px;
    margin-bottom: 34px;
    border-bottom: 1px solid var(--tp-faint);
}

.tp-side-section h2 {
    display: block;
    margin: 0 0 16px;
    color: var(--tp-text);
    font-family: var(--tp-sans);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
}

.tp-rubric-title {
    display: block;
    margin: 0 0 16px;
    color: var(--tp-text);
    font-family: var(--tp-sans);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.tp-ranked-list,
.tp-company-list {
    margin: 0;
    padding-left: 0;
    font-family: var(--tp-sans);
}

.tp-ranked-list {
    list-style: none;
    counter-reset: tp-ranked;
}

.tp-ranked-list li {
    position: relative;
    counter-increment: tp-ranked;
    min-height: 40px;
    padding-left: 46px;
}

.tp-ranked-list li::before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 28px;
    color: var(--tp-accent);
    content: counter(tp-ranked);
    font-family: var(--tp-serif);
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    text-align: right;
}

.tp-company-list li::marker {
    font-family: var(--tp-sans);
    font-weight: 700;
}

.tp-ranked-list li,
.tp-company-list li {
    padding-bottom: 16px;
    font-family: var(--tp-sans);
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.34;
}

.tp-company-list li {
    font-family: var(--tp-sans);
    font-size: 15px;
}

.tp-company-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    font-family: var(--tp-sans);
}

.tp-company-cloud a {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 0 5px;
    border-bottom: 1px solid var(--tp-faint);
    color: var(--tp-text);
    font-size: 13.8px;
    font-weight: 600;
    line-height: 1.1;
}

.tp-ranked-list a {
    display: block;
}

.tp-ranked-list a span {
    font-weight: 400;
}

.tp-ranked-kicker {
    display: inline;
    margin: 0 6px 0 0;
    font-size: 13px;
    font-weight: 800;
    line-height: inherit;
}

.tp-company-cloud a:hover {
    border-bottom-color: var(--tp-accent);
    color: var(--tp-accent);
}

.tp-market-widget {
    font-family: var(--tp-sans);
}

.tp-market-table {
    border-top: 1px solid var(--tp-faint);
}

.tp-market-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 7px;
    align-items: baseline;
    min-height: 28px;
    padding: 5px 0;
    border-bottom: 1px solid var(--tp-faint);
    font-size: 12.5px;
    line-height: 1.15;
}

.tp-market-row span {
    min-width: 0;
    color: var(--tp-text);
    font-weight: 700;
}

.tp-market-row strong {
    color: var(--tp-text);
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
}

.tp-market-row em {
    min-width: 52px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.tp-market-row.is-up em {
    color: #176f3d;
}

.tp-market-row.is-down em {
    color: #a1262f;
}

.tp-market-note {
    margin: 8px 0 0;
    color: var(--tp-muted);
    font-family: var(--tp-sans);
    font-size: 10.5px;
    line-height: 1.3;
}

.tp-newsletter-cta {
    margin: 44px 0 38px;
    padding: 24px 0 28px;
    border-top: 1px solid var(--tp-faint);
    border-bottom: 1px solid var(--tp-faint);
    background: transparent;
    color: var(--tp-text);
    font-family: var(--tp-sans);
}

.tp-recommendations + .tp-newsletter-cta {
    border-top: 0;
}

.tp-newsletter-label {
    margin: 0 0 18px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.tp-newsletter-cta h2 {
    max-width: 560px;
    margin: 0 auto;
    font-family: var(--tp-sans);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.tp-newsletter-cta p:not(.tp-newsletter-label):not(.tp-newsletter-success):not(.tp-newsletter-error) {
    margin: 8px auto 0;
    max-width: 560px;
    color: var(--tp-muted);
    font-size: 14px;
    line-height: 1.45;
}

.tp-newsletter-form {
    max-width: 560px;
    margin: 16px auto 0;
}

.tp-newsletter-form label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.tp-newsletter-fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.tp-newsletter-fields input,
.tp-newsletter-fields button,
.tp-newsletter-button {
    width: 100%;
    min-height: 38px;
    border: 1px solid var(--tp-text);
    border-radius: 0;
    font-family: var(--tp-sans);
    font-size: 13px;
}

.tp-newsletter-fields input {
    padding: 8px 10px;
    background: #fff;
    color: var(--tp-text);
}

.tp-newsletter-fields button,
.tp-newsletter-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    background: var(--tp-text);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.tp-newsletter-button {
    width: auto;
    margin-top: 16px;
}

.tp-newsletter-success,
.tp-newsletter-error {
    display: none;
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.35;
}

.tp-newsletter-error {
    color: #b00020;
}

.tp-newsletter-form.success .tp-newsletter-success,
.tp-newsletter-form.error .tp-newsletter-error {
    display: block;
}

.tp-rubrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
    margin-top: 42px;
    padding-top: 30px;
    border-top: 2px solid var(--tp-text);
}

.tp-rubric article {
    padding: 15px 0;
    border-top: 1px solid var(--tp-faint);
}

.tp-rubric h3 {
    font-size: 19.8px;
    line-height: 1.12;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin: 34px 0 0;
    color: var(--tp-muted);
    font-family: var(--tp-sans);
    font-size: 14px;
}

.site-footer {
    margin: 58px auto 0;
    padding: 0;
    background: var(--tp-bg);
    color: var(--tp-text);
    font-family: var(--tp-sans);
    font-size: 14px;
}

.tp-footer-inner {
    max-width: var(--tp-width);
    margin: 0 auto;
    padding: 42px 20px 24px;
    border-top: 1px solid var(--tp-faint);
}

.tp-footer-main {
    display: grid;
    grid-template-columns: minmax(210px, 1.35fr) repeat(4, minmax(120px, 1fr));
    gap: 38px;
    align-items: start;
}

.tp-footer-brand {
    padding-right: 24px;
}

.tp-footer-logo {
    display: inline-block;
    max-width: 190px;
}

.tp-footer-logo img {
    width: auto;
    max-width: 100%;
    max-height: 50px;
}

.tp-footer-brand p {
    max-width: 260px;
    margin: 18px 0 0;
    font-family: var(--tp-sans);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.tp-footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
    margin-top: 24px;
}

.tp-footer-social:empty {
    display: none;
}

.tp-footer-social a {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid var(--tp-faint);
    color: var(--tp-accent);
}

.tp-footer-social a:hover {
    border-color: var(--tp-accent);
    background: var(--tp-accent);
    color: #fff;
}

.tp-footer-social .icon {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.tp-social-fallback {
    max-width: 26px;
    overflow: hidden;
    font-size: 8px;
    font-weight: 700;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.tp-footer-column {
    display: grid;
    align-content: start;
    gap: 9px;
}

.tp-footer-column h2 {
    margin: 0 0 5px;
    padding-bottom: 11px;
    border-bottom: 1px solid #d7d9dd;
    font-family: var(--tp-sans);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.tp-footer-column a {
    width: fit-content;
    color: #31343a;
    font-size: 13.5px;
    line-height: 1.35;
}

.tp-footer-column a:hover {
    color: var(--tp-accent);
}

.tp-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #d7d9dd;
    color: var(--tp-muted);
    font-size: 12px;
    line-height: 1.4;
}

.tp-footer-bottom p {
    margin: 0;
}

.tp-article {
    padding-top: 34px;
}

.tp-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 690px) 300px;
    gap: 56px;
    align-items: start;
}

.tp-article-main {
    max-width: 720px;
    margin: 0 auto;
}

.tp-article-header {
    margin-bottom: 24px;
}

.tp-article-title {
    margin: 0;
    max-width: 720px;
    font-family: var(--tp-serif);
    font-size: var(--tp-fs-display);
    font-weight: 700;
    line-height: var(--tp-lh-display);
    letter-spacing: 0;
}

.tp-article-standfirst {
    margin: 15px 0 5px;
    max-width: 700px;
    font-family: var(--tp-sans);
    font-size: var(--tp-fs-lead);
    line-height: var(--tp-lh-lead);
}

.tp-article-meta {
    margin: 0;
    color: var(--tp-muted);
    font-family: var(--tp-sans);
    font-size: 12px;
}

.tp-article-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 9px;
}

.tp-article-share {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    color: var(--tp-accent);
    font-family: var(--tp-sans);
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1;
}

.tp-article-share:hover {
    color: var(--tp-text);
}

.tp-article-share svg {
    width: 17px;
    height: 17px;
}

.tp-article-image {
    margin: 26px 0 28px;
}

.tp-article-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.tp-article-image-wide {
    width: min(1040px, calc(100vw - 40px));
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
}

.tp-article-image figcaption {
    margin-top: 7px;
    color: var(--tp-muted);
    font-family: var(--tp-sans);
    font-size: 12px;
}

.tp-article-content figcaption,
.tp-article-content .kg-card figcaption,
.kg-card figcaption {
    color: var(--tp-muted);
    font-family: var(--tp-sans);
    font-size: 12px;
    line-height: 1.35;
}

.tp-article-content {
    max-width: 680px;
    font-family: var(--tp-serif);
    font-size: var(--tp-fs-body);
    line-height: var(--tp-lh-body);
    margin-top: 20px;
    padding-bottom: 20px;
}

.tp-article-content:has(> .gh-post-upgrade-cta:first-child) {
    position: relative;
    margin-top: -58px;
    padding-top: 88px;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0), var(--tp-bg) 62px, var(--tp-bg) 100%);
}

.tp-article-content > :has(+ .gh-post-upgrade-cta) {
    padding-bottom: 22px;
    -webkit-mask-image: linear-gradient(
        to bottom,
        #000 0,
        #000 48%,
        rgb(0 0 0 / 0.55) 70%,
        rgb(0 0 0 / 0) 100%
    );
    mask-image: linear-gradient(
        to bottom,
        #000 0,
        #000 48%,
        rgb(0 0 0 / 0.55) 70%,
        rgb(0 0 0 / 0) 100%
    );
}

.tp-article-content > * {
    max-width: 680px;
}

.tp-article-content .gh-post-upgrade-cta {
    margin: 0;
    font-family: var(--tp-sans);
}

.tp-article-content .gh-post-upgrade-cta-content {
    align-items: flex-start;
    min-height: 0;
    padding: 28px 0 30px !important;
    border-top: 1px solid var(--tp-faint);
    border-bottom: 1px solid var(--tp-faint);
    background: transparent !important;
    color: var(--tp-text);
    text-align: left;
}

.tp-article-content .gh-post-upgrade-cta h2 {
    max-width: 520px;
    color: var(--tp-accent);
    font-family: var(--tp-serif);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
}

.tp-article-content .gh-post-upgrade-cta p {
    margin-top: 15px;
    color: var(--tp-muted);
    font-family: var(--tp-sans);
}

.tp-article-content .gh-post-upgrade-cta .tp-paywall-description {
    max-width: 590px;
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.55;
}

.tp-paywall-paid-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tp-paywall-paid-actions .gh-btn {
    margin-right: 0;
}

.tp-paywall-signup {
    width: 100%;
    max-width: 590px;
    margin-top: 20px;
}

.tp-paywall-signup-fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.tp-paywall-signup label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.tp-paywall-signup input {
    min-width: 0;
    min-height: 40px;
    padding: 8px 10px;
    border: 1px solid var(--tp-text);
    border-radius: 0;
    background: #fff;
    color: var(--tp-text);
    font-family: var(--tp-sans);
    font-size: 13px;
}

.tp-article-content .gh-post-upgrade-cta .tp-paywall-signup button.gh-btn {
    min-height: 40px;
    margin: 0;
    cursor: pointer;
}

.tp-paywall-success,
.tp-paywall-error {
    display: none;
}

.tp-paywall-signup.success .tp-paywall-signup-fields {
    display: none;
}

.tp-paywall-signup.success .tp-paywall-success,
.tp-paywall-signup.error .tp-paywall-error {
    display: block;
}

.tp-paywall-signup.loading button {
    cursor: wait;
    opacity: 0.65;
}

.tp-article-content .gh-post-upgrade-cta .tp-paywall-success {
    margin-top: 0;
    color: var(--tp-accent);
    font-weight: 700;
}

.tp-article-content .gh-post-upgrade-cta .tp-paywall-error {
    margin-top: 8px;
    color: #b00020;
    font-size: 12px;
}

.tp-article-content .gh-post-upgrade-cta small {
    font-size: 13px;
    letter-spacing: 0;
}

.tp-article-content .gh-post-upgrade-cta .tp-paywall-company {
    margin-top: 14px;
}

.tp-article-content .gh-post-upgrade-cta .tp-paywall-company small {
    color: var(--tp-muted);
}

.tp-article-content .gh-post-upgrade-cta .tp-paywall-company a {
    font-weight: 700;
}

.tp-article-content .gh-post-upgrade-cta a {
    color: var(--tp-accent) !important;
}

.tp-article-content .gh-post-upgrade-cta a:hover {
    color: var(--tp-accent) !important;
    opacity: 0.72;
}

.tp-article-content .gh-post-upgrade-cta a.gh-btn,
.tp-article-content .gh-post-upgrade-cta button.gh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: 22px;
    padding: 8px 16px;
    border: 1px solid var(--tp-accent);
    border-radius: 0;
    background: var(--tp-accent);
    color: #fff !important;
    font-family: var(--tp-sans);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.tp-article-content .gh-post-upgrade-cta a.gh-btn:hover,
.tp-article-content .gh-post-upgrade-cta button.gh-btn:hover {
    color: #fff !important;
    opacity: 0.88;
}

.tp-article-content p,
.tp-article-content ul,
.tp-article-content ol,
.tp-article-content blockquote {
    margin: 0 0 1.15em;
}

.tp-article-related {
    width: 68%;
    max-width: 460px;
    margin: 36px 0 0;
    padding: 18px 0 20px;
    border-top: 1px solid var(--tp-faint);
    font-family: var(--tp-sans);
}

.tp-article-related h2 {
    margin: 0 0 14px;
    font-family: var(--tp-sans);
    font-size: var(--tp-fs-title-sm);
    font-weight: 800;
    line-height: 1;
}

.tp-article-related-list {
    display: grid;
    gap: 22px;
    margin: 0;
    padding: 0;
}

.tp-article-related-item a {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.tp-article-related-item figure {
    margin: 0;
}

.tp-article-related-item img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.tp-article-related-kicker {
    display: block;
    margin: 0 0 1px;
    color: var(--tp-accent);
    font-family: var(--tp-sans);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.1;
}

.tp-article-related h3 {
    margin: 0;
    font-family: var(--tp-serif);
    font-size: var(--tp-fs-title-md);
    font-weight: 700;
    line-height: 1.16;
}

.tp-article-related a {
    text-decoration: none;
}

.tp-article-latest,
.tp-article-comments,
.tp-article > .tp-newsletter-cta,
.tp-article-recommendations {
    max-width: var(--tp-width);
    margin-left: auto;
    margin-right: auto;
}

.tp-article-comments {
    max-width: 680px;
    margin-top: 44px;
    padding-top: 24px;
    border-top: 1px solid var(--tp-faint);
    font-family: var(--tp-sans);
}

.tp-article-comments h2,
.tp-article-comments h3,
.tp-article-comments [class*="title"] {
    font-family: var(--tp-sans);
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1.2;
}

.tp-comments-guest {
    font-family: var(--tp-sans);
}

.tp-comments-guest h2 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.tp-comments-guest p {
    margin: 0;
    color: var(--tp-muted);
    font-size: 14px;
    line-height: 1.45;
}

.tp-comments-guest a {
    display: inline-block;
    color: var(--tp-accent);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.tp-comments-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 12px;
}

.tp-comments-actions a {
    margin: 0;
}

.tp-comments-guest .tp-comments-signin {
    margin-top: 10px;
    font-size: 12.5px;
}

.tp-comments-signin a {
    margin-left: 2px;
}

.tp-article > .tp-newsletter-cta {
    max-width: 680px;
    margin-top: 44px;
}

.tp-article-latest {
    margin-top: 58px;
    padding-top: 30px;
    border-top: 1px solid var(--tp-faint);
}

.tp-article-latest > h2 {
    margin: 0 0 28px;
    font-family: var(--tp-sans);
    font-size: var(--tp-fs-module-title);
    font-weight: 800;
    line-height: 1;
}

.tp-article-latest-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
}

.tp-article-latest-card {
    border-bottom: 1px solid var(--tp-faint);
    padding-bottom: 22px;
}

.tp-article-latest-card figure {
    margin: 0 0 15px;
}

.tp-article-latest-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.tp-article-latest-card h3 {
    margin: 0;
    font-family: var(--tp-serif);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: 0;
}

.tp-article-latest-card p:not(.tp-kicker) {
    margin: 10px 0 0;
    color: #222;
    font-family: var(--tp-sans);
    font-size: 15px;
    line-height: 1.4;
}

.tp-article-latest-card span {
    display: block;
    margin-top: 10px;
    color: var(--tp-muted);
    font-family: var(--tp-sans);
    font-size: 12px;
}

.tp-article-recommendations {
    margin-top: 54px;
}

.tp-article-between-ad {
    max-width: var(--tp-width);
    margin: 20px auto 0;
}

.tp-article-between-ad .tp-ad-wideboard {
    margin-top: 0;
    margin-bottom: 0;
}

.tp-article-between-ad .tp-ad-mobile-halfpage,
.tp-article-between-ad .tp-ad-mobile-halfpage.is-requested {
    display: none;
}

.tp-article-content h2,
.tp-article-content h3 {
    margin: 1.5em 0 0.5em;
    font-family: var(--tp-serif);
    line-height: 1.16;
}

.tp-article-content h2 {
    font-size: 26px;
}

.tp-article-content h3 {
    font-size: 20px;
    line-height: 1.5;
}

.tp-article-related .tp-article-related-kicker {
    margin: 0 0 1px !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.tp-article-related .tp-article-related-kicker + h3,
.tp-article-related h3 {
    margin: 0 !important;
}

.tp-article-content a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.tp-article-content blockquote {
    padding-left: 18px;
    border-left: 3px solid var(--tp-text);
    font-size: 22px;
    line-height: 1.48;
}

.tp-article-content .kg-image,
.tp-article-content .kg-gallery-image,
.tp-article-content .kg-gallery-container,
.tp-article-content .kg-video-container,
.tp-article-content .kg-embed-card {
    max-width: 100%;
    margin: 1.6em 0;
}

.tp-article-content .kg-width-wide,
.tp-article-content .kg-image-card.kg-width-wide,
.tp-article-content .kg-gallery-card.kg-width-wide,
.tp-article-content .kg-embed-card.kg-width-wide,
.tp-article-content .kg-video-card.kg-width-wide {
    width: min(1040px, calc(100vw - 40px));
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
}

.tp-article-content .kg-width-full,
.tp-article-content .kg-image-card.kg-width-full,
.tp-article-content .kg-gallery-card.kg-width-full,
.tp-article-content .kg-embed-card.kg-width-full,
.tp-article-content .kg-video-card.kg-width-full {
    width: 100vw;
    max-width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}

.tp-article-content .kg-width-full img,
.tp-article-content .kg-width-wide img,
.tp-article-content .kg-width-full .kg-gallery-container,
.tp-article-content .kg-width-wide .kg-gallery-container {
    width: 100%;
}

.tp-page {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.tp-page-layout {
    max-width: 760px;
}

.tp-archive {
    padding-top: 38px;
}

.tp-archive-header {
    max-width: 760px;
    margin-bottom: 22px;
    padding-bottom: 0;
}

.tp-archive-header h1 {
    margin: 0;
    font-family: var(--tp-serif);
    font-size: clamp(var(--tp-fs-display), 3vw, 34px);
    line-height: var(--tp-lh-display);
    font-weight: 700;
}

.tp-archive-header p:not(.tp-kicker) {
    margin: 10px 0 0;
    font-family: var(--tp-sans);
    font-size: 17px;
    line-height: 1.42;
}

.tp-archive-feed {
    max-width: 930px;
}

.tp-article-sidebar {
    position: sticky;
    top: 18px;
}

.tp-latest-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tp-latest-list li {
    padding: 10px 0 12px;
    border-bottom: 1px solid var(--tp-faint);
}

.tp-latest-list a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42;
}

.tp-latest-list span {
    margin-right: 6px;
    color: #27364a;
    font-weight: 800;
}

.tp-latest-list em {
    display: inline;
    color: var(--tp-muted);
    font-style: normal;
    white-space: nowrap;
}

@media (min-width: 850px) {
    .tp-nav-panel {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 18px;
        align-items: center;
    }

    .tp-primary-nav,
    .tp-service-nav {
        margin: 0;
    }
}

@media (max-width: 849px) {
    .tp-ad,
    .tp-ad.is-requested,
    .tp-ad-halfpage-left,
    .tp-ad-halfpage-right {
        display: none;
    }

    .tp-ad-wideboard .tp-ad-inner,
    .tp-ad-rectangle .tp-ad-inner {
        min-height: 0;
    }

    .tp-article-between-ad .tp-ad-wideboard,
    .tp-article-between-ad .tp-ad-wideboard.is-requested {
        display: none;
    }

    .tp-article-between-ad .tp-ad-mobile-halfpage.is-requested:not(.is-empty) {
        display: block !important;
    }

    .tp-article-between-ad .tp-ad-mobile-halfpage .tp-ad-inner {
        min-height: 600px;
    }

    .tp-ad[data-ad-slot^="mobile-start-"].tp-ad-mobile-halfpage.is-requested:not(.is-empty) {
        display: block !important;
        max-width: none;
        margin: 28px 0;
        padding: 0;
    }

    .tp-ad[data-ad-slot="mobile-start-1"].tp-ad-mobile-halfpage.is-requested:not(.is-empty) {
        margin-bottom: 58px;
    }

    .tp-ad[data-ad-slot^="mobile-start-"].tp-ad-mobile-halfpage.is-empty {
        margin: 0;
        padding: 0;
        border: 0;
    }

    .tp-hero-card:has(+ .tp-ad[data-ad-slot="mobile-start-2"].is-empty) {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .tp-ad[data-ad-slot^="mobile-start-"].tp-ad-mobile-halfpage .tp-ad-inner {
        min-height: 0;
    }

    .tp-hero-grid .tp-ad[data-ad-slot^="mobile-start-"] {
        width: 100%;
    }

    .tp-header {
        padding-top: 24px;
    }

    .tp-header-inner {
        grid-template-columns: 34px 1fr 34px;
        align-items: center;
        min-height: 72px;
        padding-bottom: 14px;
    }

    .tp-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
        align-self: center;
    }

    .tp-header-left {
        display: contents;
    }

    .tp-header-left .tp-search-toggle {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        align-self: center;
    }

    .tp-logo {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        justify-self: center;
    }

    .tp-header-inner > .tp-member-nav {
        display: none;
    }

    .tp-nav-panel .tp-member-nav {
        display: flex;
    }

    .tp-header.is-open .tp-nav-panel {
        display: grid;
        gap: 0;
        margin-left: -20px;
        margin-right: -20px;
        padding: 24px 20px 32px;
        border-bottom: 0;
        background:
            linear-gradient(180deg, #17305f 0%, #000e34 48%, #00071d 100%);
        color: #fff;
    }

    .tp-header.is-open .tp-nav-panel > .tp-primary-nav,
    .tp-header.is-open .tp-nav-panel > .tp-service-nav,
    .tp-header.is-open .tp-nav-panel > .tp-member-nav {
        display: none;
    }

    .tp-header.is-open .tp-mobile-menu {
        display: grid;
        gap: 18px;
        color: #fff;
    }

    .tp-mobile-menu-section {
        display: grid;
        gap: 0;
    }

    .tp-mobile-menu-section h2 {
        margin: 0 0 6px;
        color: rgb(255 255 255 / 0.74);
        font-family: var(--tp-sans);
        font-size: 16px;
        font-weight: 700;
        line-height: 1.12;
        text-transform: none;
    }

    .tp-mobile-menu-section a {
        display: block;
        padding: 10px 0;
        color: #fff;
        border-bottom: 1px solid rgb(255 255 255 / 0.22);
    }

.tp-mobile-menu-actions a,
.tp-mobile-menu-latest a {
        font-size: 19px;
        font-weight: 700;
        line-height: 1.14;
    }

    .tp-mobile-menu-actions a {
        padding: 11px 0;
    }

    .tp-mobile-menu-section[aria-label="Themen"] a {
        font-size: 18px;
        font-weight: 650;
        line-height: 1.14;
    }

    .tp-mobile-menu-section[aria-label="Über tippinpoint"] a,
    .tp-mobile-menu-section[aria-label="Services"] a {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
    }

    .tp-mobile-menu-section[aria-label="Über tippinpoint"] a,
    .tp-mobile-menu-section[aria-label="Services"] a {
        font-size: 17px;
        font-weight: 600;
        line-height: 1.2;
    }

    .tp-layout {
        display: block;
    }

    .tp-hero-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tp-hero-lead {
        grid-column: auto;
    }

    .tp-hero-lead,
    .tp-hero-side,
    .tp-hero-small,
    .tp-hero-small:nth-of-type(3),
    .tp-hero-small:nth-of-type(4),
    .tp-hero-small:nth-of-type(5) {
        padding: 0 0 28px;
        border-top: 0;
        border-left: 0;
    }

    .tp-hero-side::before,
    .tp-hero-small:nth-of-type(4)::before,
    .tp-hero-small:nth-of-type(5)::before {
        display: none;
    }

    .tp-hero-card:not(:last-child) {
        margin-bottom: 28px;
        border-bottom: 1px solid var(--tp-faint);
    }

    .tp-hero-side .tp-excerpt,
    .tp-hero-small .tp-excerpt {
        display: block;
        font-size: 15px;
        line-height: 1.55;
    }

    .tp-hero-lead h1 {
        font-size: 25px;
        line-height: 1.18;
    }

    .tp-below-modules,
    .tp-below-modules .tp-ranked-list,
    .tp-below-modules .tp-company-list {
        grid-template-columns: 1fr;
    }

    .tp-after-hero {
        display: block;
    }

    .tp-after-sidebar {
        position: static;
        margin-top: 36px;
    }

    .tp-latest-link:has(.tp-latest-image) {
        grid-template-columns: 140px minmax(0, 1fr);
        gap: 18px;
    }

    .tp-partner-panel {
        padding: 34px 24px 18px;
    }

    .tp-partner-grid {
        gap: 28px;
    }

    .tp-partner-card h3 {
        font-size: 20px;
    }

    .tp-recommendations-track {
        grid-auto-columns: minmax(250px, 42vw);
    }

    .tp-section-briefs {
        grid-template-columns: 1fr;
    }

    .tp-section-row {
        gap: 28px;
    }

    .tp-sidebar {
        position: static;
        margin-top: 34px;
    }

    .tp-story-row .tp-story-link {
        grid-template-columns: 84px minmax(0, 1fr) 130px;
        gap: 16px;
    }

    .tp-archive-feed .tp-story-row-featured .tp-story-link {
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 22px;
        padding-bottom: 30px;
    }

    .tp-archive-feed .tp-story-row-featured .tp-story-thumb {
        margin-bottom: 16px;
    }

    .tp-archive-feed .tp-story-row-featured h2 {
        font-size: 25px;
        line-height: 1.18;
    }

    .tp-archive-feed .tp-story-row-featured .tp-excerpt {
        display: block;
        font-size: 15px;
        line-height: 1.5;
    }

    .tp-story-row h2 {
        font-size: 19.8px;
    }

    .tp-story-row .tp-excerpt {
        display: none;
    }

    .tp-archive-feed .tp-story-row .tp-excerpt {
        display: block;
        font-size: 14px;
        line-height: 1.48;
    }

    .tp-rubrics {
        grid-template-columns: 1fr;
    }

    .tp-article-layout {
        display: block;
    }

    .tp-article-main {
        max-width: none;
    }

    .tp-article-sidebar {
        position: static;
        margin-top: 34px;
    }

    .tp-article-content {
        max-width: none;
    }

    .tp-article-image-wide,
    .tp-article-content .kg-width-wide,
    .tp-article-content .kg-image-card.kg-width-wide,
    .tp-article-content .kg-gallery-card.kg-width-wide,
    .tp-article-content .kg-embed-card.kg-width-wide,
    .tp-article-content .kg-video-card.kg-width-wide {
        width: 100%;
        margin-left: 0;
        transform: none;
    }

    .tp-article-latest-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .tp-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 28px;
    }

    .tp-footer-brand {
        grid-column: 1 / -1;
        padding-right: 0;
    }

    .tp-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
}

@media (max-width: 520px) {
    :root {
        --tp-fs-display: 30px;
        --tp-lh-display: 1.2;
        --tp-fs-title-xl: 24px;
        --tp-lh-title-xl: 1.2;
        --tp-fs-title-lg: 21px;
        --tp-lh-title-lg: 1.25;
        --tp-fs-title-md: 19px;
        --tp-lh-title-md: 1.26;
        --tp-fs-title-sm: 18px;
        --tp-lh-title-sm: 1.28;
        --tp-fs-lead: 18px;
        --tp-lh-lead: 1.56;
        --tp-fs-lead-sm: 15.5px;
        --tp-lh-lead-sm: 1.58;
        --tp-fs-module-title: 20px;
    }

    .tp-header,
    .site-main {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tp-footer-inner {
        padding: 34px 20px 22px;
    }

    .tp-footer-main {
        gap: 30px 24px;
    }

    .tp-footer-logo {
        max-width: 175px;
    }

    .tp-footer-brand p {
        margin-top: 14px;
        font-size: 16px;
    }

    .tp-footer-social {
        justify-content: flex-start;
        margin-top: 30px;
    }

    .tp-footer-column h2 {
        font-size: 11.5px;
    }

    .tp-footer-column a {
        font-size: 13.5px;
    }

    .tp-footer-bottom {
        margin-top: 32px;
    }

    .tp-logo {
        font-size: 34px;
    }

    .tp-logo img {
        width: min(180px, 50vw);
        max-height: 40px;
    }

    .tp-home {
        padding-top: 28px;
    }

    .tp-hero-grid {
        gap: 0;
        padding-bottom: 24px;
    }

    .tp-hero-card figure {
        margin-bottom: 12px;
    }

    .tp-story-lead h1 {
        font-size: var(--tp-fs-title-xl);
        line-height: var(--tp-lh-title-xl);
    }

    .tp-hero-lead h1 {
        font-size: var(--tp-fs-title-xl);
        line-height: var(--tp-lh-title-xl);
    }

    .tp-story-lead .tp-excerpt {
        font-size: 19px;
    }

    .tp-story-row .tp-story-link {
        display: block;
    }

    .tp-archive-feed .tp-story-row .tp-story-link {
        display: block;
    }

    .tp-archive-date {
        margin: 0 0 7px;
        font-size: 12px;
    }

    .tp-archive-feed .tp-story-row-featured h2 {
        font-size: var(--tp-fs-title-xl);
        line-height: var(--tp-lh-title-xl);
    }

    .tp-archive-feed .tp-story-row-featured .tp-excerpt {
        display: block;
        font-size: var(--tp-fs-lead-sm);
        line-height: var(--tp-lh-lead-sm);
    }

    .tp-hero-side a,
    .tp-hero-small a {
        display: block;
    }

    .tp-hero-side figure,
    .tp-hero-small figure {
        width: 100%;
        max-width: 100%;
        margin: 0 0 12px;
    }

    .tp-hero-side img,
    .tp-hero-small img {
        aspect-ratio: 16 / 9;
    }

    .tp-hero-side .tp-kicker,
    .tp-hero-small .tp-kicker {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .tp-hero-side h2,
    .tp-hero-small h2 {
        font-size: var(--tp-fs-title-lg);
        line-height: var(--tp-lh-title-lg);
    }

    .tp-hero-side .tp-excerpt,
    .tp-hero-small .tp-excerpt {
        display: block;
        font-size: var(--tp-fs-lead-sm);
        line-height: var(--tp-lh-lead-sm);
    }

    .tp-hero-side .tp-meta,
    .tp-hero-small .tp-meta {
        margin-top: 10px;
        font-size: 11.5px;
    }

    .tp-latest-link,
    .tp-latest-link:has(.tp-latest-image) {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 14px;
        padding: 18px 0;
    }

    .tp-latest-image {
        margin: 0;
    }

    .tp-latest-image img {
        aspect-ratio: 4 / 3;
    }

    .tp-latest-copy h2 {
        font-size: var(--tp-fs-title-sm);
        line-height: var(--tp-lh-title-sm);
    }

    .tp-latest-copy p {
        display: none;
    }

    .tp-latest-copy span {
        margin-top: 7px;
    }

    .tp-partner-content {
        margin-top: 38px;
        padding-top: 24px;
    }

    .tp-partner-panel {
        margin-left: -20px;
        margin-right: -20px;
        padding: 26px 20px 20px;
    }

    .tp-partner-panel h2 {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .tp-partner-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .tp-partner-card a {
        display: block;
    }

    .tp-partner-card figure {
        margin: 0 0 16px;
    }

    .tp-partner-card img {
        aspect-ratio: 16 / 9;
    }

    .tp-partner-card h3 {
        max-width: none;
        font-size: 21px;
        line-height: 1.28;
    }

    .tp-partner-card p {
        margin-bottom: 6px;
        font-size: 13px;
    }

    .tp-partner-more {
        margin-top: 22px;
    }

    .tp-recommendations {
        margin-top: 38px;
        padding-bottom: 34px;
    }

    .tp-recommendations h2 {
        margin-bottom: 24px;
        font-size: var(--tp-fs-module-title);
    }

    .tp-recommendations-track {
        grid-auto-columns: 76vw;
        margin-right: -20px;
        padding-right: 20px;
    }

    .tp-recommendation-card {
        padding: 0 18px;
        border-left-color: rgb(228 228 228 / 0.72);
    }

    .tp-recommendation-card:first-child {
        padding-left: 18px;
        border-left: 0;
    }

    .tp-recommendation-card h3 {
        font-size: var(--tp-fs-title-sm);
        line-height: var(--tp-lh-title-sm);
    }

    .tp-recommendations-button {
        display: none;
    }

    .tp-newsletter-cta {
        margin: 34px 0 32px;
        padding: 20px 0 24px;
    }

    .tp-newsletter-fields {
        grid-template-columns: 1fr;
    }

    .tp-section-briefs {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 34px;
        padding-top: 26px;
    }

    .tp-section-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .tp-section-title {
        font-size: var(--tp-fs-module-title);
    }

    .tp-section-column article {
        padding-bottom: 12px;
    }

    .tp-section-column h3 {
        font-size: 16px;
    }

    .tp-side-section h2 {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.1;
    }

    .tp-section-feature .tp-kicker,
    .tp-section-text .tp-kicker,
    .tp-ranked-kicker {
        font-size: 13px;
        font-weight: 800;
    }

    .tp-story-thumb {
        margin-bottom: 12px;
    }

    .tp-archive-feed .tp-story-row:not(.tp-story-row-featured) .tp-story-thumb {
        margin: 13px 0 0;
    }

    .tp-article {
        padding-top: 30px;
    }

    .tp-article-title {
        font-size: var(--tp-fs-display);
        line-height: var(--tp-lh-display);
    }

    .tp-article-standfirst {
        font-size: var(--tp-fs-lead);
        line-height: var(--tp-lh-lead);
    }

    .tp-article-content {
        font-size: var(--tp-fs-body);
        line-height: var(--tp-lh-body);
    }

    .tp-article-related {
        width: 100%;
        max-width: none;
        margin: 30px 0 0;
        padding: 16px 0 18px;
    }

    .tp-article-related h2,
    .tp-article-comments h2,
    .tp-article-comments h3,
    .tp-article-comments [class*="title"],
    .tp-comments-guest h2 {
        font-family: var(--tp-sans);
        font-size: 18px !important;
        line-height: 1.2;
    }

    .tp-article-comments {
        margin-top: 34px;
        padding-top: 16px;
    }

    .tp-comments-guest h2 {
        margin-bottom: 5px;
        font-size: 16px !important;
        font-weight: 700;
    }

    .tp-comments-guest p {
        max-width: 280px;
        font-size: 13px;
        line-height: 1.42;
    }

    .tp-comments-guest a {
        margin-top: 0;
        font-size: 12.5px;
        font-weight: 600;
    }

    .tp-comments-guest .tp-comments-signin a {
        margin-top: 0;
        font-size: inherit;
    }

    .tp-article-related-item a {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 12px;
    }

    .tp-article-related h3 {
        font-size: var(--tp-fs-title-md);
    }

    .tp-article-related-kicker {
        font-size: 14px;
    }

    .tp-article-latest {
        margin-top: 42px;
        padding-top: 24px;
    }

    .tp-article-latest > h2 {
        margin-bottom: 22px;
        font-size: var(--tp-fs-module-title);
    }

    .tp-article-latest-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tp-article-latest-card {
        padding: 18px 0;
    }

    .tp-article-latest-card:first-child {
        padding-top: 0;
    }

    .tp-article-latest-card:first-child figure,
    .tp-article-latest-card figure {
        margin: 0 0 14px;
    }

    .tp-article-latest-card a {
        display: block;
    }

    .tp-article-latest-card:first-child img,
    .tp-article-latest-card img {
        aspect-ratio: 16 / 9;
    }

    .tp-article-latest-card h3 {
        font-size: var(--tp-fs-title-sm);
        line-height: var(--tp-lh-title-sm);
    }

    .tp-article-latest-card p:not(.tp-kicker) {
        display: none;
    }

    .tp-article-latest-card span {
        margin-top: 7px;
    }
}
