.s2e-ih {
    --s2e-ih-primary: #155b4f;
    --s2e-ih-secondary: #13203b;
    --s2e-ih-accent: #d09a32;
    --s2e-ih-warm: #b98322;
    --s2e-ih-text: #ffffff;
    --s2e-ih-height: 430px;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    background:
        linear-gradient(135deg, rgba(19, 32, 59, .96), rgba(21, 91, 79, .92) 62%, rgba(208, 154, 50, .7)),
        #13203b;
    color: var(--s2e-ih-text);
    box-shadow: 0 24px 60px rgba(19, 32, 59, .2);
}

.s2e-ih::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 46px 46px;
    opacity: .18;
}

.s2e-ih > * {
    position: relative;
    z-index: 1;
}

.s2e-ih button,
.s2e-ih-publication button {
    -webkit-appearance: none;
    appearance: none;
}

.s2e-ih button:hover,
.s2e-ih button:focus,
.s2e-ih-publication button:hover,
.s2e-ih-publication button:focus {
    outline: 0;
    box-shadow: none;
}

.s2e-ih-theme-warm_faith {
    background: linear-gradient(135deg, #173f3a, #155b4f 56%, #d09a32);
}

.s2e-ih-theme-blue_gold {
    background: linear-gradient(135deg, #13203b, #2d5c93 55%, #d09a32);
}

.s2e-ih-theme-deep_olive {
    background: linear-gradient(135deg, #182b24, #536a3a 56%, #b4812d);
}

.s2e-ih-kicker-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 24px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.s2e-ih-kicker-row span,
.s2e-ih-post-card > span,
.s2e-ih-reader-panel > span,
.s2e-ih-sidebar button span,
.s2e-ih-thumb-row button span {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.s2e-ih-kicker-row strong {
    font-size: clamp(18px, 2.4vw, 30px);
    line-height: 1.1;
}

.s2e-ih-nav-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(19, 32, 59, .08);
}

.s2e-ih.nav-bottom .s2e-ih-nav-wrap {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 0;
}

.s2e-ih-nav-wrap .s2e-page-nav,
.s2e-ih-nav-wrap .s2e-site-nav {
    margin: 0;
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: 0;
}

.s2e-ih-native-nav button,
.s2e-ih-nav-wrap .s2e-page-nav button,
.s2e-ih-nav-wrap .s2e-site-nav button,
.s2e-ih-nav-wrap .s2e-site-nav a {
    min-height: 38px;
}

.s2e-ih-magazine-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
    gap: 18px;
    padding: 20px 24px 24px;
}

.s2e-ih-magazine-grid.no-sidebar {
    grid-template-columns: 1fr;
}

.s2e-ih-magazine-main {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: minmax(170px, 1fr);
    gap: 14px;
    min-height: var(--s2e-ih-height);
}

.s2e-ih-post-card {
    position: relative;
    display: flex;
    min-height: 190px;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 22px;
    border: 0;
    border-radius: 0;
    background:
        linear-gradient(180deg, rgba(19, 32, 59, .22), rgba(19, 32, 59, .93)),
        var(--s2e-ih-image),
        linear-gradient(135deg, var(--s2e-ih-primary), var(--s2e-ih-secondary));
    background-position: center;
    background-size: cover;
    color: #fff;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .2);
    isolation: isolate;
}

.s2e-ih-post-card.is-large {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 360px;
}

.s2e-ih-post-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 46%;
    z-index: -1;
    background: linear-gradient(0deg, rgba(0, 0, 0, .38), transparent);
}

.s2e-ih-post-card h3 {
    max-width: 780px;
    margin: 7px 0 8px;
    color: #fff;
    font-size: clamp(20px, 2.45vw, 36px);
    line-height: 1.05;
}

.s2e-ih-post-card:not(.is-large) h3 {
    font-size: clamp(16px, 1.4vw, 21px);
}

.s2e-ih-post-card p {
    max-width: 660px;
    margin: 0 0 14px;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    line-height: 1.5;
}

.s2e-ih-post-card:not(.is-large) p {
    display: none;
}

.s2e-ih-post-card > span,
.s2e-ih-post-card .s2e-ih-taxonomy,
.s2e-ih-hero-button .s2e-ih-taxonomy {
    color: #fff !important;
}

.s2e-ih-read,
.s2e-ih-slider-controls button,
.s2e-ih-close {
    align-self: flex-start;
    min-height: 34px;
    padding: 0 13px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    color: var(--s2e-ih-secondary);
    font-weight: 800;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.s2e-ih-slider-controls button {
    display: grid;
    place-items: center;
    width: 34px;
    min-height: 34px;
    padding: 0;
    border-radius: 999px;
    font-size: 18px;
    line-height: 1;
}

.s2e-ih-read {
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    color: #fff !important;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: .04em;
    text-transform: uppercase;
    box-shadow: none !important;
    outline: 0 !important;
    transition: none !important;
}

.s2e-ih-read:hover,
.s2e-ih-slider-controls button:hover,
.s2e-ih-close:hover {
    transform: none;
    box-shadow: none;
}

.s2e-ih-read:hover,
.s2e-ih-read:focus {
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    transform: none !important;
    filter: none !important;
}

.s2e-ih .s2e-ih-post-card button.s2e-ih-read,
.s2e-ih .s2e-ih-post-card button.s2e-ih-read:hover,
.s2e-ih .s2e-ih-post-card button.s2e-ih-read:focus,
.s2e-ih-publication .s2e-ih-post-card button.s2e-ih-read,
.s2e-ih-publication .s2e-ih-post-card button.s2e-ih-read:hover,
.s2e-ih-publication .s2e-ih-post-card button.s2e-ih-read:focus {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    outline: 0 !important;
    text-decoration: none !important;
    transform: none !important;
    filter: none !important;
}

.s2e-ih-slider-controls button:hover,
.s2e-ih-slider-controls button:focus {
    background: #fff !important;
    background-color: #fff !important;
    color: var(--s2e-ih-secondary) !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    transform: none !important;
    filter: none !important;
}

.s2e-ih-sidebar {
    min-height: var(--s2e-ih-height);
    padding: 18px;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, .93);
    color: #182338;
}

.s2e-ih-sidebar h3 {
    margin: 0 0 12px;
    color: #182338;
    font-size: 20px;
}

.s2e-ih-sidebar button {
    display: block;
    width: 100%;
    margin: 0;
    padding: 14px 0;
    border: 0;
    border-bottom: 1px solid rgba(19, 32, 59, .12);
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.s2e-ih-sidebar button:last-child {
    border-bottom: 0;
}

.s2e-ih-sidebar button span,
.s2e-ih-thumb-row button span {
    color: var(--s2e-ih-accent);
}

.s2e-ih-sidebar button strong {
    display: block;
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.25;
}

.s2e-ih-slider-stage {
    position: relative;
    min-height: var(--s2e-ih-height);
    padding: 20px 24px 0;
}

.s2e-ih-slide {
    display: none;
}

.s2e-ih-slide.is-active {
    display: block;
}

.s2e-ih-slider-stage .s2e-ih-post-card {
    min-height: var(--s2e-ih-height);
}

.s2e-ih-transition-fade .s2e-ih-slide.is-active {
    animation: s2eIhFade .42s ease both;
}

.s2e-ih-transition-slide .s2e-ih-slide.is-active {
    animation: s2eIhSlide .38s ease both;
}

.s2e-ih-slider-controls {
    position: absolute;
    right: 42px;
    bottom: 22px;
    display: flex;
    gap: 8px;
}

.s2e-ih-thumb-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 14px 24px 24px;
    background: #fff;
}

.s2e-ih-thumb-row button {
    min-height: 72px;
    padding: 12px;
    border: 0;
    border-radius: 0;
    background: #f6f8f7;
    color: #182338;
    text-align: left;
    cursor: pointer;
}

.s2e-ih-thumb-row button.is-active {
    background: #eef4f2;
    color: #182338;
}

.s2e-ih-thumb-row button strong {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.25;
}

.s2e-ih-reader {
    display: none;
    margin-top: 18px;
}

.s2e-ih-reader.is-open {
    display: block;
}

.s2e-ih-reader-panel {
    display: none;
    padding: 28px;
    border: 1px solid rgba(19, 32, 59, .12);
    border-radius: 10px;
    background: #fff;
    color: #182338;
    box-shadow: 0 18px 44px rgba(19, 32, 59, .12);
}

.s2e-ih-reader-panel.is-active {
    display: block;
}

.s2e-ih-reader-panel h2 {
    margin: 6px 0 14px;
    color: #182338;
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1.1;
}

.s2e-ih-reader-body {
    max-width: 820px;
    color: #314154;
    font-size: 16px;
    line-height: 1.75;
}

.s2e-ih-close {
    float: right;
    background: #111827;
    color: #fff;
}

.s2e-ih-blog-page {
    --s2e-ih-primary: #155b4f;
    --s2e-ih-secondary: #13203b;
    --s2e-ih-accent: #d09a32;
    --s2e-ih-warm: #b98322;
    --s2e-ih-text: #ffffff;
    background: #fff;
    color: #182338;
}

.s2e-ih-blog-page .s2e-ih-nav-wrap {
    border-bottom: 1px solid rgba(19, 32, 59, .1);
}

.s2e-ih-blog-masthead {
    padding: clamp(30px, 5vw, 58px) clamp(20px, 4vw, 54px) 24px;
    background:
        linear-gradient(135deg, rgba(21, 91, 79, .94), rgba(19, 32, 59, .92)),
        #155b4f;
    color: #fff;
}

.s2e-ih-blog-masthead span,
.s2e-ih-blog-entry span {
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.s2e-ih-blog-masthead h2 {
    max-width: 760px;
    margin: 8px 0 10px;
    color: #fff;
    font-size: clamp(34px, 5vw, 62px);
    line-height: .96;
}

.s2e-ih-blog-masthead p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.5;
}

.s2e-ih-blog-feed {
    padding: 12px clamp(18px, 4vw, 54px) 34px;
}

.s2e-ih-blog-entry {
    display: grid;
    grid-template-columns: 172px minmax(0, 1fr);
    gap: 22px;
    padding: 26px 0;
    border-bottom: 1px solid rgba(19, 32, 59, .12);
}

.s2e-ih-blog-entry:last-child {
    border-bottom: 0;
}

.s2e-ih-blog-image {
    display: block;
    width: 100%;
    height: 122px;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 7px;
    background: #edf2f0;
    cursor: pointer;
}

.s2e-ih-blog-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s2e-ih-blog-copy span {
    color: var(--s2e-ih-warm);
}

.s2e-ih-blog-copy h3 {
    margin: 5px 0 9px;
    color: #182338;
    font-size: clamp(23px, 3vw, 34px);
    line-height: 1.08;
}

.s2e-ih-blog-copy h3 button {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.s2e-ih-blog-copy p {
    max-width: 760px;
    margin: 0 0 12px;
    color: #526172;
    font-size: 15px;
    line-height: 1.65;
}

.s2e-ih-blog-link {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--s2e-ih-primary);
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.s2e-ih-blog-link:hover,
.s2e-ih-blog-link:focus {
    background: transparent;
    color: var(--s2e-ih-primary);
    outline: 0;
    box-shadow: none;
    text-decoration: none;
}

.s2e-ih-blog-reader {
    margin: 0;
    padding: 0 clamp(18px, 4vw, 54px) 34px;
    background: #fff;
}

.s2e-ih-blog-reader .s2e-ih-reader-panel {
    border-radius: 0;
    box-shadow: none;
}

.s2e-ih-publication {
    --s2e-ih-primary: #155b4f;
    --s2e-ih-secondary: #13203b;
    --s2e-ih-accent: #d09a32;
    --s2e-ih-warm: #b98322;
    --s2e-ih-text: #ffffff;
    background: #f6f8f7;
    color: #111827;
    font-family: inherit;
    border: 0;
}

.s2e-ih-edition-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 9px clamp(18px, 4vw, 54px);
    border-bottom: 0;
    background: #111827;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-weight: 800;
}

.s2e-ih-edition-bar strong {
    color: #f4c96b;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.s2e-ih-publication-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    padding: clamp(22px, 4vw, 42px) clamp(18px, 4vw, 54px);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(246, 248, 247, .96)),
        #fff;
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.s2e-ih-publication-brand span,
.s2e-ih-current-strip span,
.s2e-ih-taxonomy,
.s2e-ih-section-title span,
.s2e-ih-story-copy span,
.s2e-ih-side-link span,
.s2e-ih-reader-panel > span {
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.s2e-ih-publication-brand span {
    color: var(--s2e-ih-accent);
}

.s2e-ih-publication-brand .s2e-ih-publication-source {
    align-items: center;
    display: inline-flex;
    gap: 9px;
}

.s2e-ih-publication-source img {
    display: block;
    height: 28px;
    width: 28px;
    object-fit: contain;
}

.s2e-ih-publication-brand h2 {
    margin: 4px 0 6px;
    color: #0f1724;
    font-size: clamp(32px, 4.5vw, 56px);
    line-height: .9;
}

.s2e-ih-publication-brand p {
    max-width: 700px;
    margin: 0;
    color: #536172;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.s2e-ih-brand-mark {
    display: grid;
    place-items: center;
    flex: 0 0 82px;
    height: 82px;
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(17, 24, 39, .12);
    color: var(--s2e-ih-primary);
    font-size: 26px;
    font-weight: 1000;
    letter-spacing: .02em;
}

.s2e-ih-brand-mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s2e-ih-publication .s2e-ih-nav-wrap {
    position: relative;
    z-index: 10;
    padding: 0 clamp(18px, 4vw, 54px);
    border: 0;
    margin: 0;
    background: linear-gradient(90deg, #0f1724, #173f3a 62%, #0f1724);
}

.s2e-ih-publication .s2e-ih-nav-wrap .s2e-site-nav,
.s2e-ih-publication .s2e-ih-nav-wrap .s2e-page-nav {
    width: 100%;
    min-height: 46px;
    padding: 0;
    background: transparent;
}

.s2e-ih-publication .s2e-ih-nav-wrap .s2e-site-nav button,
.s2e-ih-publication .s2e-ih-nav-wrap .s2e-site-nav a,
.s2e-ih-publication .s2e-ih-native-nav button {
    min-height: 46px;
    padding: 0 13px;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.s2e-ih-publication .s2e-ih-nav-wrap .s2e-site-nav a {
    display: inline-flex;
    align-items: center;
    border: 0;
    background: transparent;
}

.s2e-ih-publication .s2e-ih-nav-wrap .s2e-site-nav button:hover,
.s2e-ih-publication .s2e-ih-nav-wrap .s2e-site-nav a:hover {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
    filter: none !important;
}

.s2e-ih-current-strip {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    align-items: center;
    gap: 22px;
    padding: 17px clamp(18px, 4vw, 54px);
    border-bottom: 1px solid #e7ecef;
    background: #fff;
    box-shadow: 0 12px 24px rgba(17, 24, 39, .05);
}

.s2e-ih-current-strip span,
.s2e-ih-section-title span,
.s2e-ih-story-copy span,
.s2e-ih-side-link span {
    color: var(--s2e-ih-accent);
}

.s2e-ih-current-strip strong {
    color: #303a48;
    font-size: clamp(16px, 2vw, 22px);
    line-height: 1.25;
}

.s2e-ih-hero-mosaic {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(280px, .9fr);
    grid-auto-rows: 215px;
    gap: 0;
    padding: 0 clamp(18px, 4vw, 54px);
    background: #fff;
}

.s2e-ih-hero-block {
    position: relative;
    min-width: 0;
    min-height: 215px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(17, 24, 39, .12), rgba(17, 24, 39, .88)),
        var(--s2e-ih-image),
        linear-gradient(135deg, var(--s2e-ih-primary), var(--s2e-ih-secondary));
    background-position: center;
    background-size: cover;
    border: 0;
}

.s2e-ih-hero-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    min-height: 430px;
}

.s2e-ih-hero-2 {
    grid-column: 3;
    grid-row: 1;
}

.s2e-ih-hero-3 {
    grid-column: 3;
    grid-row: 2;
}

.s2e-ih-hero-4 {
    grid-column: 1;
    grid-row: 3;
}

.s2e-ih-hero-5 {
    grid-column: 2 / 4;
    grid-row: 3;
}

.s2e-ih-hero-mosaic.count-1 .s2e-ih-hero-1 {
    grid-column: 1 / 4;
    grid-row: 1 / 3;
}

.s2e-ih-hero-mosaic.count-2 .s2e-ih-hero-2 {
    grid-column: 3;
    grid-row: 1 / 3;
}

.s2e-ih-hero-mosaic.count-3 {
    grid-auto-rows: 215px;
}

.s2e-ih-hero-mosaic.count-4 .s2e-ih-hero-4 {
    grid-column: 1 / 4;
}

.s2e-ih-hero-button {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 18px;
    border: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .72) 100%);
    color: #fff;
    text-align: left;
    cursor: pointer;
}

.s2e-ih-hero-button:hover {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .72) 100%) !important;
    background-color: transparent !important;
    border: 0;
    box-shadow: none;
    outline: 0;
    color: #fff;
}

.s2e-ih-taxonomy,
.s2e-ih-hero-button .s2e-ih-taxonomy {
    color: #f4c96b !important;
}

.s2e-ih-hero-title {
    display: -webkit-box;
    max-width: 100%;
    max-height: calc(1.08em * 3);
    margin: 7px 0;
    color: #fff;
    font-size: clamp(13px, 1.12vw, 19px);
    font-weight: 850;
    line-height: 1.08;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.s2e-ih-hero-1 .s2e-ih-hero-title {
    font-size: clamp(15px, 1.25vw, 22px);
    font-weight: 900;
}

.s2e-ih-hero-block:not(.s2e-ih-hero-1) .s2e-ih-hero-title {
    max-height: calc(1.14em * 2);
    font-size: clamp(11px, .82vw, 13px);
    font-weight: 800;
    line-height: 1.14;
    -webkit-line-clamp: 2;
}

.s2e-ih-hero-meta {
    display: block;
    color: rgba(255, 255, 255, .82);
    font-size: 11px;
    font-weight: 700;
}

.s2e-ih-publication-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
    gap: 34px;
    padding: 32px clamp(18px, 4vw, 54px) 42px;
    background: #fff;
}

.s2e-ih-publication-body.s2e-ih-body-full-width {
    grid-template-columns: 1fr;
}

.s2e-ih-publication-slider {
    min-height: var(--s2e-ih-height);
    padding: 0 clamp(18px, 4vw, 54px);
    background: #fff;
}

.s2e-ih-publication-slider .s2e-ih-post-card {
    min-height: var(--s2e-ih-height);
    border: 0;
    border-radius: 0;
}

.s2e-ih-publication-slider .s2e-ih-post-card.is-large {
    min-height: var(--s2e-ih-height);
}

.s2e-ih-publication-slider .s2e-ih-post-card h3,
.s2e-ih-publication-slider .s2e-ih-post-card h3 *,
.s2e-ih-publication-slider .s2e-ih-post-card .s2e-ih-taxonomy {
    color: #fff !important;
}

.s2e-ih-publication-slider .s2e-ih-post-card > span {
    color: #f4c96b !important;
}

.s2e-ih-publication-thumbs {
    padding: 10px clamp(18px, 4vw, 54px) 24px;
    background: #fff;
}

.s2e-ih-publication-thumbs button {
    border: 0;
    background: #f7faf9;
    color: #111827;
    min-width: 0;
    overflow: hidden;
}

.s2e-ih-publication-thumbs button.is-active {
    background: #eef4f2;
}

.s2e-ih-thumb-row button:hover,
.s2e-ih-thumb-row button:focus,
.s2e-ih-publication-thumbs button:hover,
.s2e-ih-publication-thumbs button:focus {
    background: #f7faf9 !important;
    background-color: #f7faf9 !important;
    color: #111827 !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    transform: none !important;
    filter: none !important;
}

.s2e-ih-thumb-row button.is-active:hover,
.s2e-ih-thumb-row button.is-active:focus,
.s2e-ih-publication-thumbs button.is-active:hover,
.s2e-ih-publication-thumbs button.is-active:focus {
    background: #eef4f2 !important;
    background-color: #eef4f2 !important;
}

.s2e-ih-publication-thumbs button span,
.s2e-ih-publication-thumbs button strong {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: normal;
}

.s2e-ih-publication-thumbs button span {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s2e-ih-publication-thumbs button strong {
    display: -webkit-box;
    line-height: 1.22;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s2e-ih-section-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #dfe7e4;
}

.s2e-ih-section-title strong {
    color: #111827;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.s2e-ih-story-list {
    display: grid;
    gap: 0;
}

.s2e-ih-story-row {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid #e4e9ed;
}

.s2e-ih-story-row:first-child {
    padding-top: 6px;
}

.s2e-ih-story-image {
    width: 100%;
    height: 146px;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: #e9efec;
    cursor: pointer;
}

.s2e-ih-story-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: none;
}

.s2e-ih-story-image:hover img {
    transform: none;
}

.s2e-ih-publication .s2e-ih-story-image,
.s2e-ih-publication .s2e-ih-story-image:hover,
.s2e-ih-publication .s2e-ih-story-image:focus {
    background: #e9efec !important;
    background-color: #e9efec !important;
    border: 0 !important;
    box-shadow: none !important;
    color: inherit !important;
    filter: none !important;
    outline: 0 !important;
    transform: none !important;
}

.s2e-ih-publication .s2e-ih-story-image:hover img,
.s2e-ih-publication .s2e-ih-story-image:focus img {
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
}

.s2e-ih-story-copy h3 {
    margin: 5px 0 8px;
    color: #111827;
    font-size: clamp(22px, 2.3vw, 31px);
    line-height: 1.08;
}

.s2e-ih-story-copy h3 button {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.s2e-ih-story-copy h3 button:hover,
.s2e-ih-story-copy h3 button:focus {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    color: inherit !important;
    outline: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
}

.s2e-ih-story-copy p {
    max-width: 760px;
    margin: 0 0 10px;
    color: #536172;
    font-size: 15px;
    line-height: 1.65;
}

.s2e-ih-text-link,
.s2e-ih-publication button.s2e-ih-text-link {
    display: inline-flex;
    align-items: center;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--s2e-ih-primary) !important;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: none !important;
    transform: none !important;
    outline: 0 !important;
}

.s2e-ih-text-link:hover,
.s2e-ih-text-link:focus,
.s2e-ih-publication button.s2e-ih-text-link:hover,
.s2e-ih-publication button.s2e-ih-text-link:focus {
    background: transparent !important;
    color: var(--s2e-ih-primary) !important;
    text-decoration: none;
    box-shadow: none !important;
    transform: none !important;
    outline: 0 !important;
}

.s2e-ih-side-column {
    display: grid;
    align-content: start;
    gap: 22px;
}

.s2e-ih-side-panel {
    padding-top: 14px;
    border-top: 2px solid #dfe7e4;
}

.s2e-ih-side-panel h3 {
    margin: 0 0 14px;
    color: #111827;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.15;
}

.s2e-ih-side-panel ol {
    margin: 0;
    padding-left: 20px;
    color: #455566;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}

.s2e-ih-side-link {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    width: 100%;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid #edf1f0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.s2e-ih-side-link:first-of-type {
    border-top: 1px solid #edf1f0;
}

.s2e-ih-side-image {
    display: block;
    width: 84px;
    height: 64px;
    overflow: hidden;
    background: #e9efec;
}

.s2e-ih-side-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s2e-ih-side-copy {
    display: block;
    min-width: 0;
}

.s2e-ih-side-copy > span {
    color: var(--s2e-ih-accent);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
}

.s2e-ih-side-link strong {
    display: block;
    margin-top: 5px;
    color: #111827;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    overflow: hidden;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s2e-ih-side-link:hover,
.s2e-ih-side-link:focus,
.s2e-ih-sidebar button:hover,
.s2e-ih-sidebar button:focus {
    background: transparent !important;
    background-color: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
    outline: 0 !important;
    transform: none !important;
    filter: none !important;
}

.s2e-ih-publication .s2e-ih-hero-button,
.s2e-ih-publication .s2e-ih-hero-button:hover,
.s2e-ih-publication .s2e-ih-hero-button:focus,
.s2e-ih-publication .s2e-ih-side-link,
.s2e-ih-publication .s2e-ih-side-link:hover,
.s2e-ih-publication .s2e-ih-side-link:focus {
    border-color: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    outline: 0 !important;
    transform: none !important;
}

.s2e-ih-publication .s2e-ih-side-link:hover,
.s2e-ih-publication .s2e-ih-side-link:focus {
    background: transparent !important;
    background-color: transparent !important;
}

.s2e-ih-publication-reader {
    margin: 0;
    padding: 0 clamp(18px, 4vw, 54px) 42px;
    background: #fff;
}

.s2e-ih-publication-reader .s2e-ih-reader-panel {
    border-radius: 0;
    box-shadow: none;
}

.s2e-ih-style-newsdesk {
    background: #fff;
    border-top: 4px solid #111827;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
}

.s2e-ih-style-newsdesk .s2e-ih-edition-bar {
    background: #111827;
    border-bottom: 1px solid rgba(244, 201, 107, .3);
}

.s2e-ih-style-newsdesk .s2e-ih-edition-bar span,
.s2e-ih-style-newsdesk .s2e-ih-edition-bar strong {
    color: #fff;
}

.s2e-ih-style-newsdesk .s2e-ih-edition-bar strong {
    color: #f4c96b;
}

.s2e-ih-style-newsdesk .s2e-ih-nav-wrap {
    border-bottom: 3px solid var(--s2e-ih-accent);
    background: #13203b;
}

.s2e-ih-trending-strip {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    padding: 11px clamp(18px, 4vw, 54px);
    border-bottom: 1px solid #e4e9ed;
    background: #fff;
}

.s2e-ih-trending-strip span {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 4px 10px;
    background: #111827;
    color: #f4c96b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .07em;
    line-height: 1;
    text-transform: uppercase;
}

.s2e-ih-trending-strip button {
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #172033;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.s2e-ih-style-newsdesk .s2e-ih-hero-mosaic {
    padding-top: 0;
    border-bottom: 1px solid #e4e9ed;
}

.s2e-ih-style-newsdesk .s2e-ih-hero-block::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .16);
    pointer-events: none;
}

.s2e-ih-style-newsdesk .s2e-ih-hero-button {
    padding: 20px;
}

.s2e-ih-style-newsdesk .s2e-ih-hero-title {
    text-shadow: 0 2px 14px rgba(0, 0, 0, .34);
}

.s2e-ih-style-newsdesk .s2e-ih-publication-body {
    gap: 38px;
    padding-top: 30px;
}

.s2e-ih-style-newsdesk .s2e-ih-section-title {
    align-items: center;
    margin-bottom: 6px;
    padding-bottom: 0;
    border-bottom: 3px solid #111827;
}

.s2e-ih-style-newsdesk .s2e-ih-section-title span {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 5px 10px;
    background: #111827;
    color: #f4c96b !important;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.s2e-ih-style-newsdesk .s2e-ih-section-title strong {
    padding-bottom: 7px;
    color: #475569;
    font-size: 11px;
    font-weight: 800;
}

.s2e-ih-style-newsdesk .s2e-ih-story-row {
    grid-template-columns: 212px minmax(0, 1fr);
    gap: 18px;
    padding: 19px 10px;
}

.s2e-ih-style-newsdesk .s2e-ih-story-row:first-child {
    padding-top: 18px;
}

.s2e-ih-style-newsdesk .s2e-ih-story-copy h3 {
    font-size: clamp(19px, 1.9vw, 26px);
    line-height: 1.1;
}

.s2e-ih-style-newsdesk .s2e-ih-story-copy p {
    color: #5d6877;
    font-size: 14px;
    line-height: 1.55;
}

.s2e-ih-style-newsdesk .s2e-ih-side-panel {
    padding-top: 0;
    border-top: 3px solid #111827;
}

.s2e-ih-style-newsdesk .s2e-ih-side-panel h3 {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    margin: 0 0 8px;
    padding: 5px 10px;
    background: #111827;
    color: #f4c96b;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.s2e-ih-style-newsdesk .s2e-ih-side-link {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 13px;
    padding: 13px 0;
}

.s2e-ih-style-newsdesk .s2e-ih-side-image {
    width: 92px;
    height: 68px;
}

.s2e-ih-style-newsdesk .s2e-ih-side-link strong {
    font-size: 12px;
    font-weight: 500;
}

.s2e-ih-hover-gold_highlight .s2e-ih-trending-strip button:hover,
.s2e-ih-hover-gold_highlight .s2e-ih-trending-strip button:focus,
.s2e-ih-hover-gold_highlight .s2e-ih-story-copy h3 button:hover,
.s2e-ih-hover-gold_highlight .s2e-ih-story-copy h3 button:focus,
.s2e-ih-hover-gold_highlight .s2e-ih-side-link:hover strong,
.s2e-ih-hover-gold_highlight .s2e-ih-side-link:focus strong,
.s2e-ih-hover-gold_highlight .s2e-ih-text-link:hover,
.s2e-ih-hover-gold_highlight .s2e-ih-text-link:focus,
.s2e-ih-hover-gold_highlight button.s2e-ih-text-link:hover,
.s2e-ih-hover-gold_highlight button.s2e-ih-text-link:focus {
    color: #b98322 !important;
}

.s2e-ih-hover-gold_highlight .s2e-ih-story-row:hover,
.s2e-ih-hover-gold_highlight .s2e-ih-story-row:focus-within {
    background: #fbfaf5;
}

.s2e-ih-hover-gold_highlight .s2e-ih-story-image img,
.s2e-ih-hover-gold_highlight .s2e-ih-side-image img {
    transition: transform .24s ease, filter .24s ease !important;
}

.s2e-ih-hover-gold_highlight .s2e-ih-story-image:hover img,
.s2e-ih-hover-gold_highlight .s2e-ih-story-image:focus img,
.s2e-ih-hover-gold_highlight .s2e-ih-side-link:hover .s2e-ih-side-image img,
.s2e-ih-hover-gold_highlight .s2e-ih-side-link:focus .s2e-ih-side-image img {
    filter: saturate(1.08) contrast(1.04) !important;
    transform: scale(1.035) !important;
}

.s2e-ih-hover-gold_highlight .s2e-ih-hero-block {
    transition: filter .24s ease;
}

.s2e-ih-hover-gold_highlight .s2e-ih-hero-block:hover,
.s2e-ih-hover-gold_highlight .s2e-ih-hero-block:focus-within {
    filter: saturate(1.08) contrast(1.04);
}

.s2e-ih-hover-gold_highlight .s2e-ih-hero-button:hover .s2e-ih-hero-title,
.s2e-ih-hover-gold_highlight .s2e-ih-hero-button:focus .s2e-ih-hero-title {
    color: #f4c96b !important;
}

.s2e-ih-hover-gold_highlight .s2e-ih-publication-thumbs button:hover,
.s2e-ih-hover-gold_highlight .s2e-ih-publication-thumbs button:focus {
    background: #fbfaf5 !important;
}

.s2e-ih-publication .s2e-ih-hero-title {
    font-size: 18px;
    line-height: 1.08;
    max-height: calc(1.08em * 3);
    text-wrap: balance;
}

.s2e-ih-publication .s2e-ih-hero-1 .s2e-ih-hero-title {
    font-size: 21px;
    line-height: 1.06;
    max-height: calc(1.06em * 4);
    -webkit-line-clamp: 4;
}

.s2e-ih-publication .s2e-ih-hero-block:not(.s2e-ih-hero-1) .s2e-ih-hero-title {
    font-size: 12px;
    line-height: 1.12;
    max-height: calc(1.12em * 3);
    -webkit-line-clamp: 3;
}

.s2e-ih-publication .s2e-ih-hero-block.title-fit-long .s2e-ih-hero-title {
    font-size: 16px;
    line-height: 1.06;
    max-height: calc(1.06em * 4);
    -webkit-line-clamp: 4;
}

.s2e-ih-publication .s2e-ih-hero-1.title-fit-long .s2e-ih-hero-title {
    font-size: 19px;
}

.s2e-ih-publication .s2e-ih-hero-block:not(.s2e-ih-hero-1).title-fit-long .s2e-ih-hero-title {
    font-size: 11px;
    line-height: 1.08;
    max-height: calc(1.08em * 4);
    -webkit-line-clamp: 4;
}

.s2e-ih-publication .s2e-ih-hero-block.title-fit-xl .s2e-ih-hero-title {
    font-size: 14px;
    line-height: 1.04;
    max-height: calc(1.04em * 4);
    -webkit-line-clamp: 4;
}

.s2e-ih-publication .s2e-ih-hero-1.title-fit-xl .s2e-ih-hero-title {
    font-size: 17px;
}

.s2e-ih-publication .s2e-ih-hero-block:not(.s2e-ih-hero-1).title-fit-xl .s2e-ih-hero-title {
    font-size: 10px;
    line-height: 1.05;
}

.s2e-ih-publication .s2e-ih-hero-block:not(.s2e-ih-hero-1).title-fit-xl .s2e-ih-hero-meta {
    font-size: 10px;
}

.s2e-ih-publication .s2e-ih-hero-block:not(.s2e-ih-hero-1).title-fit-xl .s2e-ih-taxonomy {
    font-size: 9px;
}

.s2e-ih-publication .s2e-ih-side-column {
    min-width: 0;
}

.s2e-ih-publication .s2e-ih-side-panel,
.s2e-ih-style-newsdesk .s2e-ih-side-panel {
    position: relative;
    overflow: hidden;
    padding: 14px;
    border: 1px solid #dfe7e4;
    border-top: 3px solid #111827;
    border-radius: 6px;
    background: #f8faf9;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
}

.s2e-ih-publication .s2e-ih-side-panel h3,
.s2e-ih-style-newsdesk .s2e-ih-side-panel h3 {
    display: flex;
    align-items: center;
    width: calc(100% + 28px);
    min-height: 34px;
    margin: -14px -14px 10px;
    padding: 9px 14px;
    border-bottom: 1px solid rgba(244, 201, 107, .28);
    border-radius: 0;
    background: #111827;
    color: #f4c96b;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .07em;
    line-height: 1;
    text-transform: uppercase;
}

.s2e-ih-publication .s2e-ih-side-link,
.s2e-ih-style-newsdesk .s2e-ih-side-link {
    box-sizing: border-box;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
    min-width: 0;
    padding: 11px 0;
    border: 0;
    border-bottom: 1px solid #e2e8e5;
    background: transparent !important;
}

.s2e-ih-publication .s2e-ih-side-link:first-of-type,
.s2e-ih-style-newsdesk .s2e-ih-side-link:first-of-type {
    border-top: 0;
}

.s2e-ih-publication .s2e-ih-side-link:last-child,
.s2e-ih-style-newsdesk .s2e-ih-side-link:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.s2e-ih-publication .s2e-ih-side-image,
.s2e-ih-style-newsdesk .s2e-ih-side-image {
    width: 86px;
    height: 64px;
    border-radius: 4px;
    background: #dfe7e4;
    box-shadow: inset 0 0 0 1px rgba(17, 24, 39, .08);
}

.s2e-ih-publication .s2e-ih-side-copy,
.s2e-ih-style-newsdesk .s2e-ih-side-copy {
    min-width: 0;
    padding-right: 2px;
}

.s2e-ih-publication .s2e-ih-side-copy > span,
.s2e-ih-style-newsdesk .s2e-ih-side-copy > span {
    display: block;
    color: #b98322;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1.15;
    text-transform: uppercase;
}

.s2e-ih-publication .s2e-ih-side-link strong,
.s2e-ih-style-newsdesk .s2e-ih-side-link strong {
    margin-top: 4px;
    color: #172033;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    overflow-wrap: anywhere;
    -webkit-line-clamp: 3;
}

.s2e-ih-hover-gold_highlight .s2e-ih-side-link:hover,
.s2e-ih-hover-gold_highlight .s2e-ih-side-link:focus {
    background: #fff !important;
}

.s2e-ih-hover-gold_highlight .s2e-ih-side-link:hover strong,
.s2e-ih-hover-gold_highlight .s2e-ih-side-link:focus strong {
    color: #b98322 !important;
}

.s2e-ih-publication .s2e-ih-main-column {
    box-sizing: border-box;
    min-width: 0;
    overflow: hidden;
    padding: 14px;
    border: 1px solid #dfe7e4;
    border-top: 3px solid #111827;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .045);
}

.s2e-ih-publication .s2e-ih-section-title {
    margin: -14px -14px 4px;
    padding: 0 14px 0 0;
    background: #fff;
}

.s2e-ih-publication .s2e-ih-story-list,
.s2e-ih-publication .s2e-ih-story-row,
.s2e-ih-publication .s2e-ih-story-copy,
.s2e-ih-publication .s2e-ih-story-copy h3,
.s2e-ih-publication .s2e-ih-story-copy p {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.s2e-ih-publication .s2e-ih-story-row {
    grid-template-columns: minmax(150px, 212px) minmax(0, 1fr);
    padding-left: 0;
    padding-right: 0;
}

.s2e-ih-publication .s2e-ih-story-copy h3 button {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.s2e-ih-publication .s2e-ih-story-copy p {
    overflow-wrap: anywhere;
    word-break: normal;
}

.s2e-ih-publication .s2e-ih-side-link,
.s2e-ih-style-newsdesk .s2e-ih-side-link {
    display: grid !important;
    grid-template-columns: 86px minmax(0, 1fr) !important;
    align-items: center;
}

.s2e-ih-publication .s2e-ih-side-copy,
.s2e-ih-style-newsdesk .s2e-ih-side-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 64px;
}

.s2e-ih-publication .s2e-ih-side-link strong,
.s2e-ih-style-newsdesk .s2e-ih-side-link strong {
    order: 1;
    margin-top: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.s2e-ih-publication .s2e-ih-side-copy > span,
.s2e-ih-style-newsdesk .s2e-ih-side-copy > span {
    order: 2;
    margin-top: 5px;
}

.s2e-ih-publication .s2e-ih-story-list,
.s2e-ih-publication .s2e-ih-story-row,
.s2e-ih-publication .s2e-ih-story-copy,
.s2e-ih-publication .s2e-ih-story-copy h3,
.s2e-ih-publication .s2e-ih-story-copy p {
    overflow: visible;
}

.s2e-ih-publication .s2e-ih-story-copy {
    padding-right: 6px;
}

.s2e-ih-publication .s2e-ih-story-copy h3,
.s2e-ih-style-newsdesk .s2e-ih-story-copy h3 {
    max-width: 96%;
    font-size: clamp(18px, 1.65vw, 23px);
    line-height: 1.16;
    text-wrap: balance;
}

.s2e-ih-publication .s2e-ih-story-copy h3 button {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
}

.s2e-ih-publication .s2e-ih-story-copy p,
.s2e-ih-style-newsdesk .s2e-ih-story-copy p {
    max-width: 94%;
    font-size: 14px;
    line-height: 1.55;
    white-space: normal;
    overflow-wrap: anywhere;
}

.s2e-ih-publication .s2e-ih-side-copy,
.s2e-ih-style-newsdesk .s2e-ih-side-copy,
.s2e-ih-publication .s2e-ih-side-copy > span,
.s2e-ih-style-newsdesk .s2e-ih-side-copy > span,
.s2e-ih-publication .s2e-ih-side-link strong,
.s2e-ih-style-newsdesk .s2e-ih-side-link strong {
    align-items: flex-start;
    text-align: left !important;
}

.s2e-ih-publication .s2e-ih-side-link strong,
.s2e-ih-style-newsdesk .s2e-ih-side-link strong {
    display: block !important;
    max-width: 100%;
    overflow: visible !important;
    white-space: normal !important;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
}

.s2e-ih-publication .s2e-ih-side-link strong br,
.s2e-ih-style-newsdesk .s2e-ih-side-link strong br {
    display: block;
    content: "";
}

.s2e-ih-publication-body.s2e-ih-body-three-column {
    grid-template-columns: minmax(176px, 224px) minmax(0, 1fr) minmax(238px, 316px);
    gap: 22px;
}

.s2e-ih-publication-body.s2e-ih-body-three-column:not(.has-left-rail) {
    grid-template-columns: minmax(0, 1fr) minmax(238px, 316px);
}

.s2e-ih-publication-body.s2e-ih-body-three-column:not(.has-right-rail) {
    grid-template-columns: minmax(176px, 224px) minmax(0, 1fr);
}

.s2e-ih-publication-body.s2e-ih-body-three-column:not(.has-left-rail):not(.has-right-rail) {
    grid-template-columns: 1fr;
}

.s2e-ih-rail,
.s2e-ih-left-rail,
.s2e-ih-right-rail {
    display: grid;
    align-content: start;
    gap: 14px;
    min-width: 0;
}

.s2e-ih-widget,
.s2e-ih-rail-card {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 14px;
    border: 1px solid #dfe7e4;
    border-top: 3px solid #111827;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .055);
}

.s2e-ih-widget h3,
.s2e-ih-rail-card > span {
    display: block;
    margin: 0 0 8px;
    color: #b98322;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .07em;
    line-height: 1.2;
    text-transform: uppercase;
}

.s2e-ih-widget ul,
.s2e-ih-widget ol {
    margin: 0;
    padding-left: 18px;
}

.s2e-ih-widget li {
    margin: 0 0 8px;
    color: #334155;
    font-size: 13px;
    line-height: 1.35;
}

.s2e-ih-widget p {
    margin: 0 0 10px;
    color: #475569;
    font-size: 13px;
    line-height: 1.45;
}

.s2e-ih-widget a {
    color: #172033;
    font-weight: 800;
    text-decoration: none;
}

.s2e-ih-widget a:hover,
.s2e-ih-widget a:focus {
    color: #b98322;
}

.s2e-ih-rail-card strong {
    display: block;
    margin: 0 0 7px;
    color: #111827;
    font-size: clamp(18px, 1.55vw, 24px);
    font-weight: 900;
    line-height: 1.04;
    overflow-wrap: anywhere;
}

.s2e-ih-rail-card p {
    margin: 0 0 12px;
    color: #536172;
    font-size: 12px;
    line-height: 1.4;
}

.s2e-ih-rail-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 4px;
    background: #111827;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase;
}

.s2e-ih-rail-card a:hover,
.s2e-ih-rail-card a:focus {
    background: #b98322;
    color: #fff;
}

.s2e-ih-rail-card-wallet,
.s2e-ih-rail-card-rewards {
    background: linear-gradient(180deg, #ffffff 0%, #fbfaf5 100%);
}

.s2e-ih-rail-card-courses {
    border-top-color: var(--s2e-ih-primary);
}

.s2e-ih-rail-card-messages,
.s2e-ih-rail-card-activity {
    border-top-color: var(--s2e-ih-accent);
}

.s2e-ih-under-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 0 clamp(18px, 4vw, 54px) 42px;
    background: #fff;
}

.s2e-ih-under-columns .s2e-ih-widget {
    min-height: 100%;
}

.s2e-ih-widget-list {
    display: grid;
    gap: 0;
}

.s2e-ih-widget-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid #e2e8e5;
}

.s2e-ih-widget-item:first-child {
    padding-top: 0;
}

.s2e-ih-widget-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.s2e-ih-widget-thumb {
    display: block;
    width: 72px;
    height: 56px;
    overflow: hidden;
    border-radius: 4px;
    background: #dfe7e4;
}

.s2e-ih-widget-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s2e-ih-widget-copy {
    min-width: 0;
}

.s2e-ih-widget-copy a,
.s2e-ih-widget-copy span {
    display: block;
    color: #172033;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.s2e-ih-widget-copy a:hover,
.s2e-ih-widget-copy a:focus {
    color: #b98322;
}

.s2e-ih-widget-copy em {
    display: block;
    margin-top: 4px;
    color: #b98322;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1.15;
    text-transform: uppercase;
}

.s2e-ih-widget-empty {
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
}

.s2e-ih-category-widget {
    border-top-color: var(--s2e-ih-widget-accent, #b98322);
}

.s2e-ih-category-widget h3 {
    color: var(--s2e-ih-widget-accent, #b98322);
}

.s2e-ih-category-widget .s2e-ih-widget-copy em {
    color: var(--s2e-ih-widget-accent, #b98322);
}

.s2e-ih-category-widget .s2e-ih-widget-copy a:hover,
.s2e-ih-category-widget .s2e-ih-widget-copy a:focus {
    color: var(--s2e-ih-widget-accent, #b98322);
}

.s2e-ih-category-widget .s2e-ih-widget-thumb {
    box-shadow: inset 0 -3px 0 var(--s2e-ih-widget-accent, #b98322);
}

@keyframes s2eIhFade {
    from { opacity: .28; }
    to { opacity: 1; }
}

@keyframes s2eIhSlide {
    from {
        opacity: .5;
        transform: translateX(24px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 980px) {
    .s2e-ih-magazine-grid {
        grid-template-columns: 1fr;
    }

    .s2e-ih-magazine-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 0;
    }

    .s2e-ih-sidebar {
        min-height: 0;
    }

    .s2e-ih-thumb-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .s2e-ih-blog-entry {
        grid-template-columns: 132px minmax(0, 1fr);
    }

    .s2e-ih-publication-body {
        grid-template-columns: 1fr;
    }

    .s2e-ih-publication-body.s2e-ih-body-three-column,
    .s2e-ih-publication-body.s2e-ih-body-three-column:not(.has-left-rail),
    .s2e-ih-publication-body.s2e-ih-body-three-column:not(.has-right-rail),
    .s2e-ih-publication-body.s2e-ih-body-three-column:not(.has-left-rail):not(.has-right-rail) {
        grid-template-columns: 1fr;
    }

    .s2e-ih-publication-body.s2e-ih-body-three-column .s2e-ih-main-column {
        order: 1;
    }

    .s2e-ih-publication-body.s2e-ih-body-three-column .s2e-ih-left-rail {
        order: 2;
    }

    .s2e-ih-publication-body.s2e-ih-body-three-column .s2e-ih-side-column {
        order: 3;
    }

    .s2e-ih-under-columns {
        grid-template-columns: 1fr;
    }

    .s2e-ih-hero-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 220px;
    }

    .s2e-ih-hero-1 {
        grid-column: 1 / 3;
        grid-row: auto;
        min-height: 380px;
    }

    .s2e-ih-hero-2,
    .s2e-ih-hero-3,
    .s2e-ih-hero-4,
    .s2e-ih-hero-5,
    .s2e-ih-hero-mosaic.count-4 .s2e-ih-hero-4,
    .s2e-ih-hero-mosaic.count-2 .s2e-ih-hero-2 {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 640px) {
    .s2e-ih-kicker-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        padding: 18px;
    }

    .s2e-ih-magazine-grid,
    .s2e-ih-slider-stage,
    .s2e-ih-thumb-row {
        padding-left: 16px;
        padding-right: 16px;
    }

    .s2e-ih-magazine-main,
    .s2e-ih-thumb-row {
        grid-template-columns: 1fr;
    }

    .s2e-ih-post-card.is-large {
        grid-column: auto;
        grid-row: auto;
        min-height: 300px;
    }

    .s2e-ih-post-card {
        min-height: 230px;
        padding: 18px;
    }

    .s2e-ih-slider-controls {
        position: static;
        margin: 10px 0 0;
    }

    .s2e-ih-reader-panel {
        padding: 22px;
    }

    .s2e-ih-blog-entry {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .s2e-ih-blog-image {
        height: 190px;
    }

    .s2e-ih-edition-bar,
    .s2e-ih-publication-brand {
        align-items: flex-start;
        flex-direction: column;
    }

    .s2e-ih-brand-mark {
        width: 68px;
        height: 68px;
        flex-basis: 68px;
        font-size: 21px;
    }

    .s2e-ih-publication .s2e-ih-nav-wrap {
        padding: 0;
    }

    .s2e-ih-current-strip {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .s2e-ih-trending-strip {
        grid-template-columns: 1fr;
        gap: 6px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .s2e-ih-trending-strip button {
        white-space: normal;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .s2e-ih-hero-mosaic {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .s2e-ih-hero-1,
    .s2e-ih-hero-2,
    .s2e-ih-hero-3,
    .s2e-ih-hero-4,
    .s2e-ih-hero-5,
    .s2e-ih-hero-mosaic.count-1 .s2e-ih-hero-1 {
        grid-column: auto;
        grid-row: auto;
        min-height: 250px;
    }

    .s2e-ih-hero-1 {
        min-height: 330px;
    }

    .s2e-ih-hero-button {
        padding: 18px;
    }

    .s2e-ih-story-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .s2e-ih-story-image {
        height: 190px;
    }

    .s2e-ih-style-newsdesk .s2e-ih-story-row {
        grid-template-columns: 1fr;
        padding-left: 0;
        padding-right: 0;
    }

    .s2e-ih-style-newsdesk .s2e-ih-section-title {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .s2e-ih-style-newsdesk .s2e-ih-section-title strong {
        padding-bottom: 0;
    }
}

/* 0.1.26: keep slider and magazine article bodies visually aligned. */
.s2e-ih-publication.s2e-ih-publication-slider {
    min-height: 0;
    padding: 0;
}

.s2e-ih-publication.s2e-ih-publication-slider > .s2e-ih-slider-stage {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    contain: paint;
}

.s2e-ih-publication.s2e-ih-publication-slider > .s2e-ih-slider-stage .s2e-ih-slide,
.s2e-ih-publication.s2e-ih-publication-slider > .s2e-ih-slider-stage .s2e-ih-post-card,
.s2e-ih-publication.s2e-ih-publication-magazine .s2e-ih-hero-mosaic,
.s2e-ih-publication.s2e-ih-publication-magazine .s2e-ih-hero-block {
    max-width: 100%;
    overflow: hidden;
}

.s2e-ih-publication.s2e-ih-publication-slider > .s2e-ih-slider-stage .s2e-ih-post-card {
    background-color: #111827;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center center, center -48px, center center;
    background-size: 100% 100%, 100% auto, cover;
    background-clip: padding-box;
}

.s2e-ih-publication.s2e-ih-publication-magazine .s2e-ih-hero-block {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-clip: padding-box;
}

.s2e-ih-publication.s2e-ih-publication-magazine .s2e-ih-hero-mosaic {
    contain: paint;
}

.s2e-ih-publication.s2e-ih-publication-slider > .s2e-ih-publication-thumbs {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 0 54px;
    padding: 14px;
    border: 1px solid #dfe7e4;
    border-top: 3px solid #111827;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .045);
    overflow: hidden;
}

.s2e-ih-publication.s2e-ih-publication-slider > .s2e-ih-publication-thumbs button {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 74px;
    padding: 10px;
    border: 1px solid #e2e8e5 !important;
    border-radius: 4px;
    background: #f8faf9 !important;
    color: #111827 !important;
    overflow: hidden;
}

.s2e-ih-publication.s2e-ih-publication-slider > .s2e-ih-publication-thumbs button:hover,
.s2e-ih-publication.s2e-ih-publication-slider > .s2e-ih-publication-thumbs button:focus {
    border: 1px solid #e2e8e5 !important;
    background: #f8faf9 !important;
    color: #111827 !important;
    box-shadow: none !important;
    outline: 0 !important;
    transform: none !important;
}

.s2e-ih-publication.s2e-ih-publication-slider > .s2e-ih-publication-thumbs button.is-active,
.s2e-ih-publication.s2e-ih-publication-slider > .s2e-ih-publication-thumbs button.is-active:hover,
.s2e-ih-publication.s2e-ih-publication-slider > .s2e-ih-publication-thumbs button.is-active:focus {
    border-color: #d7e1de !important;
    background: #eef4f2 !important;
}

.s2e-ih-publication.s2e-ih-publication-slider > .s2e-ih-publication-thumbs button span,
.s2e-ih-publication.s2e-ih-publication-slider > .s2e-ih-publication-thumbs button strong {
    display: block;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.s2e-ih-publication.s2e-ih-publication-slider > .s2e-ih-publication-thumbs button span {
    margin: 0 0 5px;
    color: #b98322;
    font-size: 10px;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2e-ih-publication.s2e-ih-publication-slider > .s2e-ih-publication-thumbs button strong {
    display: -webkit-box;
    color: #172033;
    font-size: 12px;
    line-height: 1.22;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.s2e-ih-publication .s2e-ih-publication-body.s2e-ih-body-three-column .s2e-ih-main-column .s2e-ih-story-row {
    grid-template-columns: minmax(124px, 164px) minmax(0, 1fr);
    gap: 14px;
    padding: 16px 0;
}

.s2e-ih-publication .s2e-ih-publication-body.s2e-ih-body-three-column .s2e-ih-main-column .s2e-ih-story-image {
    height: 118px;
    aspect-ratio: 4 / 3;
}

.s2e-ih-publication .s2e-ih-publication-body.s2e-ih-body-three-column .s2e-ih-main-column .s2e-ih-story-copy {
    max-width: 100%;
    padding-right: 0;
}

.s2e-ih-publication .s2e-ih-publication-body.s2e-ih-body-three-column .s2e-ih-main-column .s2e-ih-story-copy h3,
.s2e-ih-publication .s2e-ih-publication-body.s2e-ih-body-three-column .s2e-ih-main-column .s2e-ih-story-copy p {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.s2e-ih-publication .s2e-ih-publication-body.s2e-ih-body-three-column .s2e-ih-main-column .s2e-ih-story-copy h3 {
    font-size: 19px;
    line-height: 1.16;
}

.s2e-ih-publication .s2e-ih-publication-body.s2e-ih-body-three-column .s2e-ih-main-column .s2e-ih-story-copy p {
    font-size: 13px;
    line-height: 1.5;
}

/* 0.1.28: third header option, a three-column post slider. */
.s2e-ih-publication.s2e-ih-publication-columns {
    min-height: 0;
    padding: 0;
}

.s2e-ih-publication.s2e-ih-publication-columns > .s2e-ih-column-slider {
    box-sizing: border-box;
    width: 100%;
    min-height: var(--s2e-ih-height);
    padding: 0 clamp(18px, 4vw, 54px);
    background: #fff;
    overflow: hidden;
    contain: paint;
}

.s2e-ih-column-slider .s2e-ih-column-slide.is-active {
    display: block;
}

.s2e-ih-column-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: var(--s2e-ih-height);
    border-top: 3px solid #111827;
    border-bottom: 1px solid #dfe7e4;
    background: #111827;
    overflow: hidden;
}

.s2e-ih-column-grid .s2e-ih-post-card {
    min-height: var(--s2e-ih-height);
    max-width: 100%;
    border-right: 1px solid rgba(255, 255, 255, .18);
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

.s2e-ih-column-grid .s2e-ih-post-card:last-child {
    border-right: 0;
}

.s2e-ih-column-grid .s2e-ih-post-card > span {
    color: #f4c96b !important;
}

.s2e-ih-column-grid .s2e-ih-post-card h3 {
    display: -webkit-box;
    max-width: 100%;
    max-height: calc(1.08em * 3);
    color: #fff;
    font-size: clamp(17px, 1.5vw, 24px);
    line-height: 1.08;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.s2e-ih-column-grid .s2e-ih-post-card p {
    display: none;
}

.s2e-ih-column-grid .s2e-ih-read {
    color: #fff !important;
}

.s2e-ih-publication.s2e-ih-publication-columns > .s2e-ih-column-thumbs {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 54px;
    padding: 14px;
    border: 1px solid #dfe7e4;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .045);
    overflow: hidden;
}

.s2e-ih-publication.s2e-ih-publication-columns > .s2e-ih-column-thumbs button {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 64px;
    padding: 10px;
    border: 1px solid #e2e8e5 !important;
    border-radius: 4px;
    background: #f8faf9 !important;
    color: #111827 !important;
    overflow: hidden;
}

.s2e-ih-publication.s2e-ih-publication-columns > .s2e-ih-column-thumbs button:hover,
.s2e-ih-publication.s2e-ih-publication-columns > .s2e-ih-column-thumbs button:focus {
    border: 1px solid #e2e8e5 !important;
    background: #f8faf9 !important;
    color: #111827 !important;
    box-shadow: none !important;
    outline: 0 !important;
    transform: none !important;
}

.s2e-ih-publication.s2e-ih-publication-columns > .s2e-ih-column-thumbs button.is-active,
.s2e-ih-publication.s2e-ih-publication-columns > .s2e-ih-column-thumbs button.is-active:hover,
.s2e-ih-publication.s2e-ih-publication-columns > .s2e-ih-column-thumbs button.is-active:focus {
    border-color: #d7e1de !important;
    background: #eef4f2 !important;
}

.s2e-ih-publication.s2e-ih-publication-columns > .s2e-ih-column-thumbs button span,
.s2e-ih-publication.s2e-ih-publication-columns > .s2e-ih-column-thumbs button strong {
    display: block;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.s2e-ih-publication.s2e-ih-publication-columns > .s2e-ih-column-thumbs button span {
    margin: 0 0 5px;
    color: #b98322;
    font-size: 10px;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2e-ih-publication.s2e-ih-publication-columns > .s2e-ih-column-thumbs button strong {
    display: -webkit-box;
    color: #172033;
    font-size: 12px;
    line-height: 1.22;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 980px) {
    .s2e-ih-publication.s2e-ih-publication-slider > .s2e-ih-publication-thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 0 22px;
    }

    .s2e-ih-publication.s2e-ih-publication-columns > .s2e-ih-column-slider {
        padding-left: 22px;
        padding-right: 22px;
    }

    .s2e-ih-publication.s2e-ih-publication-columns > .s2e-ih-column-thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 0 22px;
    }

    .s2e-ih-publication .s2e-ih-publication-body.s2e-ih-body-three-column .s2e-ih-main-column .s2e-ih-story-row {
        grid-template-columns: minmax(132px, 190px) minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    .s2e-ih-publication.s2e-ih-publication-slider > .s2e-ih-slider-stage {
        padding-left: 16px;
        padding-right: 16px;
    }

    .s2e-ih-publication.s2e-ih-publication-slider > .s2e-ih-publication-thumbs {
        grid-template-columns: 1fr;
        margin: 0 16px;
    }

    .s2e-ih-publication.s2e-ih-publication-columns > .s2e-ih-column-slider {
        padding-left: 16px;
        padding-right: 16px;
    }

    .s2e-ih-column-grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .s2e-ih-column-grid .s2e-ih-post-card {
        min-height: 230px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
    }

    .s2e-ih-column-grid .s2e-ih-post-card:last-child {
        border-bottom: 0;
    }

    .s2e-ih-publication.s2e-ih-publication-columns > .s2e-ih-column-thumbs {
        grid-template-columns: 1fr;
        margin: 0 16px;
    }

    .s2e-ih-publication .s2e-ih-publication-body.s2e-ih-body-three-column .s2e-ih-main-column .s2e-ih-story-row {
        grid-template-columns: 1fr;
    }

    .s2e-ih-publication .s2e-ih-publication-body.s2e-ih-body-three-column .s2e-ih-main-column .s2e-ih-story-image {
        height: 190px;
    }
}
