.header {
    z-index: 999;
}

.header.scrolling {
    min-height: 50px!important;
}

.scrolling #intercooler-nav a {
    padding: 15px 20px!important;
}

.header .logo-large.hidden {
    display: block!important;
    position: relative;
    top: 1px;
}

.header .logo-small {
    display: none!important;
}

/* Offcanvas */
#example-collapse-navbar {
    opacity: 1;
    max-width: 500px;
    left: unset!important;
    right: 0;
    min-height: 100vh;
    min-height: 100dvh;
    background-color: #2e2e2d;
    display: block!important;
}

@media only screen and (max-width:48em) { 
    #example-collapse-navbar {
        min-height: 100dvh;
        overflow: auto;
        height: 100dvh;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    #example-collapse-navbar::-webkit-scrollbar {
        display: none;
    }
    
    #example-collapse-navbar .h-screen {
        padding-bottom: 150px;
        position: relative;
    }
    
    .offcanvas-header {
        position: sticky;
        top: 0;
        background: #2e2e2d;
        z-index: 1;
    }
    #example-collapse-navbar .left-30.bottom-30:after {
        display: none!important;
    }
}

.offcanvas-header {
    padding: 10px 30px;
    justify-content: space-between;
    align-items: center;
}

.offcanvas-header button span {
    font-size: 0;
}

.offcanvas-header button i {
    font-size: 25px;
    color: #FFF;
}

.offcanvas-header button {
    padding-right: 0;
}

#example-collapse-navbar .h-screen {
    height: auto;
    text-align: left!important;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

#mobile-menu li {
    padding-top: 7px;
    justify-content: flex-start;
    font-size: 20px;
    padding-bottom: 7px;
}

#mobile-menu {
    padding-left: 30px;
    padding-right: 30px;
}

.mobile-menu-secondary {
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
}

.mobile-menu-secondary a {
    font-size: 16px;
}

.mobile-menu-secondary:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.2);
}

#mobile-menu a {
    color: #FFF
}
#mobile-menu a:hover, #mobile-menu a:focus {
    color: #f7922d;
}

.offcanvas__logged-out {
    padding: 20px 30px;
}

.offcanvas__logged-in {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    color: #FFF;
    width: 100%;
    margin-bottom: 20px;
}

.offcanvas__logged-in .fa-bookmark {
    font-size: 24px-large
}

.offcanvas__logged-in > div:last-child {
    display: flex;
    gap: 15px;
    align-items: center;
}

.offcanvas__logged-in > div:last-child a:first-child {
    border-right: 1px solid #FFF;
    padding-right: 15px;
}

.offcanvas__logged-in > div:last-child a {
    font-size: 16px;
    height: 20px;
    line-height: 1.2;
}

#example-collapse-navbar .left-30 {
    left: 30px;
}

#example-collapse-navbar .left-30.bottom-20 {
    bottom: 80px;
}

#example-collapse-navbar .left-30.bottom-30 {
    bottom: 30px;
    color: #FFF;
}

#example-collapse-navbar .left-30 a:hover, #example-collapse-navbar .left-30 a:focus {
    color: #f7922d;
}

#example-collapse-navbar .left-30.bottom-30:after {
    pointer-events: none;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    width: 1px;
    background: #FFF;
}


#example-collapse-navbar .left-30.bottom-30 {
    width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
}

#example-collapse-navbar.hidden {
    transform: translateX(100%);
}
#example-collapse-navbar:not(.hidden) {
    transform: translateX(0%);
}




/* Global */
.subscribe-link {
    background: #F7922C;
}
.cardle-link {
    background: #575758;
}
.chevron-button {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    padding-right: 27px;
    position: relative;
}

.chevron-button::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDkgMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjY3NTc4MSAwLjczNzMwNUw2LjY3NTc4IDYuMjM3M0wwLjY3NTc4MSAxMS43MzczIiBzdHJva2U9IiNGMzkyMkYiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Floating subscription */
.floating-subscription {
    background: #f7922c;
    position: sticky;
    top: 51px;
    z-index: 998;
    width: 100%;
    color: #000;
}

.floating-subscription.open {
    display: block!important;
}

.floating-subscription__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 1rem;
    align-items: flex-start;
}

.floating-subscription__close {
    position: absolute;
    top: 10px;
    right: 10%;
    font-size: 40px;
    font-weight: 100;
    line-height: 1;
}

.floating-subscription__inner__left {
    width: 70%;
}

.floating-subscription__inner__right {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.floating-subscription__inner__left strong {
    font-size: 22px;
}

.floating-subscription__inner__left p {
    font-size: 16px;
}

.floating-subscription__inner__right .button {
    background: #FFF;
    padding: 8px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
    margin-bottom: 10px;
    margin-top: 0;
}

.floating-subscription__inner__right p {
    font-size: 16px;
}

.floating-subscription--mobile {
    display: none;
}

@media only screen and (max-width:48em) { 
    .floating-subscription__close {
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
    }
    .floating-subscription__inner {
        padding: 20px calc(1rem + 30px) 20px 1rem;
    }
    .floating-subscription__inner__left, .floating-subscription__inner__right {
        width: 50%;
    }
    .floating-subscription__inner__left strong {
        font-size: 18px;
    }
    .floating-subscription--desktop {
        display: none;
    }
    .floating-subscription--mobile {
        display: block;
    }
    .floating-subscription__inner__right .button {
        margin-bottom: 0;
    }
}

/* Carousel arrows (hero + subscription benefits) */
.hero-carousel-section .slick-arrow,
.subscription-benefits-section .slick-arrow,
.writers-spotlight-section .slick-arrow,
.testimonials-carousel-section .slick-arrow,
.articles-deep-dive-section .slick-arrow {
    z-index: 1;
    position: absolute;
    top: calc(25% - 22px);
    transform: unset;
    width: 45px;
    height: 45px;
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    background-color: #f39330;
}

.hero-carousel-section .slick-arrow:hover,
.subscription-benefits-section .slick-arrow:hover,
.writers-spotlight-section .slick-arrow:hover,
.testimonials-carousel-section .slick-arrow:hover,
.articles-deep-dive-section .slick-arrow:hover {
    background-color: #f39330;
}

.testimonials-carousel-section .slick-arrow,
.subscription-benefits-section .slick-arrow,
.hero-carousel-section .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.hero-carousel-section .slick-next,
.subscription-benefits-section .slick-next,
.writers-spotlight-section .slick-next,
.testimonials-carousel-section .slick-next,
.articles-deep-dive-section .slick-next {
    right: 30px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjEuOTM1MSIgY3k9IjIxLjkzNTEiIHI9IjIxLjkzNTEiIHRyYW5zZm9ybT0icm90YXRlKC05MCAyMS45MzUxIDIxLjkzNTEpIiBmaWxsPSIjRjM5MjJGIi8+CjxwYXRoIGQ9Ik0xOC43NzU5IDE0LjMxMDFMMjcuMDk0MSAyMS45MzUxTDE4Ljc3NTkgMjkuNTYwMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=)!important;
}

.hero-carousel-section .slick-prev,
.subscription-benefits-section .slick-prev,
.writers-spotlight-section .slick-prev,
.testimonials-carousel-section .slick-prev,
.articles-deep-dive-section .slick-prev {
    left: 30px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjEuOTM1MSIgY3k9IjIxLjkzNTEiIHI9IjIxLjkzNTEiIHRyYW5zZm9ybT0icm90YXRlKDkwIDIxLjkzNTEgMjEuOTM1MSkiIGZpbGw9IiNGMzkyMkYiLz4KPHBhdGggZD0iTTI1LjA5NDIgMjkuNTYwMUwxNi43NzYxIDIxLjkzNTFMMjUuMDk0MiAxNC4zMTAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==)!important;
}

.hero-carousel-section .slick-arrow:before,
.subscription-benefits-section .slick-arrow:before,
.writers-spotlight-section .slick-arrow:before,
.testimonials-carousel-section .slick-arrow:before,
.articles-deep-dive-section .slick-arrow:before {
    display: none;
}

.hero-carousel__inner {
    padding-left: 80px;
    padding-right: 80px;
}

@media only screen and (max-width:48em) { 
    .hero-carousel__inner {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Subscription benefits */
.subscription-benefits-section__title {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px!important;
}

.subscription-benefits-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    height: 100%;
}

.subscription-benefits-card--orange {
    background: #f7922c;
    color: #1d1d1b;
}

.subscription-benefits-card--black {
    background: #2d2d2e;
    color: #ffffff;
}

.subscription-benefits-card__image img {
    width: 100%;
    max-width: 220px;
    height: 180px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto 20px;
}

.subscription-benefits-card__text {
    width: 100%;
}

@media only screen and (max-width:48em) {
    .subscription-benefits-carousel-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}


.subscription-benefits-card__image img {
    width: 250px;
    aspect-ratio: 1;
    object-fit: container;
    height: auto;
    object-fit: contain;
    object-position: center;
    margin: 0 auto 20px;
}

.subscription-benefits-card__text {
    max-width: 230px
}

.subscription-benefits-card__text strong, .subscription-benefits-card__text b {
    font-weight: 600
}

.subscription-benefits-card__text p {
    margin-bottom: 0!important;
}


.subscription-benefits-section .slick-track {
    display: flex !important;
}

.subscription-benefits-section .slick-slide {
    height: inherit !important;
}


.subscription-benefits-section .slick-slide > div, .subscription-benefits-section .slick-slide > div > div {
    height: 100%;
}


/* Showcase video */
.showcase-video-section__title {
    margin-bottom: 30px!important;
}

.showcase-video-section__video iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    background-color: #000;
}

/* Writers spotlight */
.writers-spotlight-section {
    background-color: #2D2D2E;
    color: #ffffff;
}

.writers-spotlight-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
}

.writers-spotlight-section__title {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.writers-spotlight-section__title .ti-icon-text {
    color: #ffffff;
    margin-top: 12px;
    font-size: 20px;
}

.writers-spotlight-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 30px 20px;
    height: 100%;
    color: #ffffff;
}

.writers-spotlight-card__image {
    align-self: center;
    width: 100%;
    text-align: center;
}

.writers-spotlight-card__image img {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    object-position: top center;
    margin: 0 auto 20px;
}

.writers-spotlight-card__name {
    text-align: left;
    color: #F3922F;
    margin-bottom: 8px!important;
}

.writers-spotlight-card__bio {
    color: #ffffff;
    margin-bottom: 20px!important;
    max-width: 280px;
    width: 100%;
}

.writers-spotlight-card__link:hover {
    text-decoration: underline;
}

.writers-spotlight-section .slick-track {
    display: flex !important;
}

.writers-spotlight-section .slick-slide {
    height: inherit !important;
}

.writers-spotlight-section .slick-slide > div,
.writers-spotlight-section .slick-slide > div > div {
    height: 100%;
}

@media only screen and (max-width:48em) {
    .writers-spotlight-section__header {
        flex-direction: column;
        align-items: center;
    }

    .writers-spotlight-section__header a {
        width: auto;
        text-align: center;
    }
}

/* Testimonials carousel */
.testimonials-carousel-section {
    background-color: #ffffff;
    color: #2d2d2e;
}

.testimonials-carousel-section__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.testimonials-carousel-section__title {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.testimonials-carousel-section__title .ti-icon-text {
    margin-top: 12px;
    font-size: 20px;
}

.testimonials-carousel-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 30px;
    height: 100%;
    background-color: #EFEFEF;
    color: #2d2d2e;
}

.testimonials-carousel-card__quote {
    margin: 0 0 20px!important;
    width: 100%;
    padding: 0;
    font-size: 24px;
    background-color: transparent;
}

.testimonials-carousel-card__author {
    margin: 0!important;
    color: #2d2d2e;
    font-size: 16px;
    line-height: 1.4;
}

.testimonials-carousel-section .slick-track {
    display: flex !important;
}

.testimonials-carousel-section .slick-slide {
    height: inherit !important;
}

.testimonials-carousel-section .slick-slide > div,
.testimonials-carousel-section .slick-slide > div > div {
    height: 100%;
}

@media only screen and (max-width:48em) {
    .testimonials-carousel-section__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .testimonials-carousel-section__header a {
        width: 100%;
        text-align: center;
    }
}

/* Listen watch */
.listen-watch-section {
    position: relative;
    background-size: cover;
    background-position: center;
    margin: 40px;
}

.listen-watch-section__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.listen-watch-section__container {
    position: relative;
    z-index: 1;
}

.listen-watch-section__text {
    margin-bottom: 0!important;
}

.listen-watch-section__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
}

.listen-watch-section__buttons a {
    min-width: 150px;
    text-align: center;
}

@media only screen and (max-width:1024px) {

    .listen-watch-section {
        margin: 30px;
    }

    .listen-watch-section__content {
        margin-bottom: 24px;
    }

    .listen-watch-section__buttons {
        justify-content: flex-start;
    }
}

/* Splash page hero */
.splash-page-hero-section {
    background-color: #2D2D2E;
    color: #ffffff;
}

.splash-page-hero-section__top-image {
    margin-bottom: 24px;
}

.splash-page-hero-section__top-image img {
    max-width: 100%;
    height: auto;
}

.splash-page-hero-section__title {
    margin-bottom: 16px!important;
}

.splash-page-hero-section__text {
    margin-bottom: 24px!important;
}

.splash-page-hero-section__button {
    margin-bottom: 12px;
}

.splash-page-hero-section__text-under-button {
    margin: 0!important;
}

.splash-page-hero-section__media img {
    width: 100%;
    height: auto;
    display: block;
}

.splash-page-hero-section__video iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.splash-page-hero-section__image img {
    aspect-ratio: 1;
    object-fit: cover;
}

.splash-page-hero-section__title {
    font-size: 50px;
    text-align: center;
    max-width: 470px;
}

@media only screen and (max-width:48em) {

    .splash-page-hero-section .container {
        padding-left: 0;
        padding-right: 0;
    }
    
    .splash-page-hero-section__media {
        padding-left: 0;
        padding-right: 0;
    }
    
    .splash-page-hero-section__inner {
        gap: 30px;
    }

    .splash-page-hero-section__title {
        font-size: 40px;
    }
    
    section.splash-page-hero-section {
        padding-bottom: 0;
    }
    .splash-page-hero-section__image img {
        aspect-ratio: unset;
    }
}

.splash-page-hero-section__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.splash-page-hero-section__top-image img {
    width: 200px;
}


.splash-page-hero-section__text {
    text-align: center;
    max-width: 500px;
}

/* Sales CTA */
.sales-cta-section {
    background-color: #f7922c;
}

.sales-cta-section__inner {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}

.sales-cta-section__image {
    margin-bottom: 24px;
}

.sales-cta-section__image img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.sales-cta-section__title {
    color: #1d1d1b;
    margin-bottom: 16px!important;
}

.sales-cta-section__text {
    color: #ffffff;
    margin-bottom: 24px!important;
}

.sales-cta-section__button {
    margin-bottom: 12px;
}

.sales-cta-section__text-under-button {
    color: #ffffff;
    margin: 0!important;
}

.sales-cta-section--has-image {
    margin-top: 130px;
    padding-top: 0;
}

.sales-cta-section__image img {
    width: 180px;
}

.sales-cta-section__image {
    position: relative;
    top: -80px;
    margin-bottom: -40px;
}

@media only screen and (max-width:48em) {
    .sales-cta-section__button {
        display: table;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Image text */
.image-text-section .cms ul {
    list-style-position: inside;
}

/* Subscription spotlight */
.subscription-spotlight-section__intro {
    margin-bottom: 48px;
}

.subscription-spotlight-section__title-wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    flex-direction: column;
}

.subscription-spotlight-section__title-wrap .ti-icon {
    float: none;
}

.subscription-spotlight-section__title {
    margin: 0!important;
}

.subscription-spotlight-section__text strong,
.subscription-spotlight-section__text b {
    font-weight: 600;
}

.subscription-spotlight-section__media img {
    width: 500px;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
}

@media only screen and (max-width:48em) {
    .subscription-spotlight-section__media img {
        width: 100%;
    }
}

.subscription-spotlight-section__options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding-top: 20px;
}

.subscription-spotlight-option {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.subscription-spotlight-option__box {
    position: relative;
    background-color: #FFF;
    padding: 30px;
    text-align: left;
    border: 3px solid #e0e0e0;
    flex: 1;
}

.subscription-spotlight-option__pullout {
    position: absolute;
    top: -50px;
    right: 20px;
}

.subscription-spotlight-option--featured .subscription-spotlight-option__box {
    border-color: #f3922f;
    background-color: #fef4ea;
}

.subscription-spotlight-option__pullout img {
    max-width: 120px;
    height: auto;
}

.subscription-spotlight-option__title {
    color: #f3922f;
    margin-bottom: 8px!important;
    font-size: 30px!important;
}

.subscription-spotlight-option__price {
    color: #1d1d1b;
    font-size: 20px;
    margin-bottom: 16px!important;
}

.subscription-spotlight-option__description {
    color: #2d2d2e;
    margin-bottom: 24px !important;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
}

.subscription-spotlight-option__button {
    margin-bottom: 0;
    min-width: 220px;
    letter-spacing: 0.05em;
}

.subscription-spotlight-option__disclaimer {
    margin: 12px 0 0!important;
    color: #2d2d2e;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

@media only screen and (max-width:48em) {
    .subscription-spotlight-section__intro {
        gap: 24px;
    }

    .subscription-spotlight-section__media {
        margin-top: 24px;
    }

    .subscription-spotlight-section__options {
        grid-template-columns: 1fr;
    }
}

/* Latest stories podcasts video */
.latest-spv-section__header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 42px;
}

.latest-spv-section__title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.latest-spv-section__title .ti-icon {
    float: none;
    height: 26px;
}

.latest-spv-section__title .ti-icon-text {
    margin-top: 0;
}

.latest-spv-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.latest-spv-tabs__button {
    background: #efefef;
    color: #f7922c;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 17px;
    border-radius: 100px;
}

.latest-spv-tabs__button.is-active {
    background: #f7922c;
    color: #ffffff;
}

.latest-spv-panel[hidden] {
    display: none;
}

.latest-spv-story-card {
    color: inherit;
    text-decoration: none;
}

.latest-spv-story-card:not(.latest-spv-story-card--compact) {
    display: block;
}

.latest-spv-story-card--featured .latest-spv-story-card__image,
.latest-spv-stories__featured-image {
    min-height: 420px;
}

.latest-spv-stories__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.latest-spv-stories__list .latest-spv-story-card--compact {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.latest-spv-stories__list .latest-spv-story-card--compact .latest-spv-story-card__image {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    aspect-ratio: 5 / 3.5;
    min-height: 0;
    height: auto;
    display: block;
    color: inherit;
    text-decoration: none;
}

.latest-spv-stories__list .latest-spv-story-card--compact .latest-spv-story-card__content {
    flex: 1;
    min-width: 0;
    padding-top: 0;
}

.latest-spv-section__footer {
    margin-top: 40px;
    text-align: center;
}

.latest-spv-empty {
    padding: 20px 0;
}

.latest-spv-podcast:last-child {
    margin-bottom: 0;
}

.latest-spv-podcasts .iframe-container iframe,
.latest-spv-podcast .iframe-container iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}

@media only screen and (max-width:48em) {
    .latest-spv-section__header {
        flex-direction: column;
        align-items: center;
    }

    .latest-spv-tabs {
        width: 100%;
    }

    .latest-spv-tabs__button {
        flex: 1;
        text-align: center;
        padding-left: 12px;
        padding-right: 12px;
    }

    .latest-spv-stories__featured,
    .latest-spv-stories__list {
        margin-bottom: 24px;
    }

    .latest-spv-stories__list .latest-spv-story-card--compact {
        flex-direction: column;
    }

    .latest-spv-stories__list .latest-spv-story-card--compact .latest-spv-story-card__image {
        width: 100%;
        max-width: none;
        flex: none;
        aspect-ratio: 5 / 3.5;
    }
    
    .latest-spv-stories__featured-image {
        min-height: 0;
        aspect-ratio: 5 / 3.5;
    }
    .hero-carousel__bottom-text {
        display: none!important;
    }
    .testimonials-carousel-card__quote {
        font-size: 18px;
        line-height: 1.4;
    }
    .floating-subscription__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .floating-subscription__inner__left {
        width: 100%;
    }
    
    .floating-subscription__inner__right {
        width: 100%;
        align-items: flex-start;
    }
    
    .floating-subscription__close {
        transform: unset;
        top: 10px;
    }
    .subscription-spotlight-section__intro {
        flex-direction: column-reverse;
    }
    
    .subscription-spotlight-section__media img {
        margin-left: auto;
        margin-right: auto;
    }
    
    .subscription-spotlight-section__title-wrap img {
        display: none;
    }
    
    main section.subscription-spotlight-section:first-child {
        padding-top: 60px;
    }
}

@media only screen and (min-width:64em) { 
    .latest-spv-stories__featured .pt-10 {
        width: 90%;
        margin-top: -50px;
        position: relative;
        background: #FFF;
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 40px;
            text-align: center;
    }
    
    .latest-spv-stories__featured-image .bg-orange {
        bottom: unset;
        top: 0;
    }
    
    .latest-spv-stories__featured h2 {
        font-size: 26px
    }
    
    .latest-spv-stories__featured .text-grey-name {
        text-align: left;
    }
}

@media only screen and (min-width:1024px) {
    .hero-carousel-section + script + .latest-spv-section {
        margin-top: -50px;
        z-index: 5;
        position: relative;
        padding-top: 0;
    }

    .hero-carousel-section + script + .latest-spv-section .container {
        background: #FFF;
        padding-top: 40px;
    }
}

@media only screen and (max-width:48em) { 
    .hero-carousel__image {
        margin-left: 0;
        margin-right: 0;
    }
    .hero-carousel .bg-black.pb-32 {
        padding-bottom: 0!important;
    }
    
    .hero-carousel-section .lg\:w-6\/12.px-4.mt-8.lg\:mt-0 {
        margin-bottom: -50px
    }
    
    .hero-carousel-section .slick-slide {
        padding-bottom: 50px;
    }
}

/* Articles deep dive */
.articles-deep-dive-carousel-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
.articles-deep-dive-section .slick-track {
    display: flex;
}

.articles-deep-dive-section .slick-slide {
    height: auto;
}

.articles-deep-dive-section .slick-slide > div,
.articles-deep-dive-section .slick-slide > div > div {
    height: 100%;
}

.articles-deep-dive-card {
    height: 100%;
}

.articles-deep-dive-panel__loading,
.articles-deep-dive-empty {
    padding: 20px 0;
}

@media only screen and (max-width:48em) {
    .articles-deep-dive-carousel-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .latest-spv-tabs {
        white-space: nowrap;
        overflow: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .latest-spv-tabs::-webkit-scrollbar {
        display: none;
    }
}

.articles-deep-dive-section .slick-next {
    right: 0px;
}

.articles-deep-dive-section .slick-prev {
    left: 0px;
}

.hero-carousel__bottom-text {
    text-align: center;
    text-transform: uppercase;
    color: #f7922d;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-top: 60px;
    margin-bottom: -50px;
    padding-left: 30px;
    padding-right: 30px;
}

.footer-newsletter {
    padding-top: 40px;
}

.footer-newsletter p {
    max-width: 400px;
}

.footer-newsletter .mc4wp-form p {
    max-width: 100%;
}

.articles-deep-dive-section .latest-spv-tabs__button:not(.is-active) {
    background: #FFF;
}

#intercooler-nav a {
    font-weight: 600;
    letter-spacing: 0.05em;
}

.menu .loginitem {
    background: transparent!important;
}

.accordion-faqs__item__title {
    align-items: flex-start;
}

.accordion-faqs__item__title:after {
    min-width: 40px;
}

.writers-button-mobile, .testimonials-button-mobile {
    display: none;
}

@media only screen and (max-width:48em) {
    .hero-carousel__image {
        width: 200px;
    }
    .founder-note .bg-orange-transparent {
        max-width: 90%;
        margin-left: 5%;
        margin-top: -60px;
        padding-top: 70px;
    }
    .accordion-faqs__text {
        text-align: center;
    }
    .image-text-section .cms ol, .image-text-section .cms ul {
        text-align: left!important;
        list-style-position: outside;
        padding-left: 10px;
    }

    .testimonials-carousel-section__title {
        flex-direction: column;
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .writers-spotlight-section__title {
        flex-direction: column;
    }
    
    .writers-spotlight-section__title img {
        margin-right: auto;
        margin-left: auto;
    }
    .writers-button-mobile {
        display: table;
        margin: auto;
        width: auto;
    }
    .writers-button-desktop {
        display: none;
    }
    .writers-spotlight-card__bio {
        max-width: 100%;
    }
    .testimonials-button-mobile {
        display: table;
        margin: auto;
        width: auto;
        margin-top: 40px;
    }
    .testimonials-button-desktop {
        display: none;
    }
    .latest-spv-section .slick-arrow {
        display: none!important;
    }
    .latest-spv-section__title {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .latest-spv-tabs__button {
        min-width: 140px;
    }
    .articles-deep-dive-section .container, .latest-spv-section .container {
        padding: 0;
    }
    
    .latest-spv-tabs {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


main section.subscription-spotlight-section:first-child {
    padding-top: 110px;
    padding-bottom: 110px;
}

main section.splash-page-hero-section:first-child {
    padding-top: 130px;
}

.header--simplified {
    background: #FFF;
    min-height: 80px;
}

.header--simplified #top-nav, .header--simplified button {
    display: none!important;
}

.header--simplified .container {
    justify-content: center;
}

.header--simplified + .floating-subscription {
    top: 80px;
}

.header--simplified .logo-large {
    width: 100%;
}

.header--simplified .logo-large svg {
    display: block!important;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:48em) {
    .header--simplified {
        min-height: 60px;
    }
    .header--simplified svg {
        height: 20px;
    }
    main section.splash-page-hero-section:first-child {
        padding-top: 100px;
    }
    .founder-note .px-4 {
        padding-left: 0;
        padding-right: 0;
    }
    .subscription-spotlight-option--featured {
        margin-top: 60px;
    }
}

.simplified-footer svg {
    display: block;
    margin: 0 auto;
    width: 320px;
    height: auto;
}

.subscription-spotlight-section__options-tabs {
    padding: 5px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    border: 3px solid #E0E0E0;
    border-radius: 100px;
    cursor: pointer;
}

.subscription-spotlight-section__options-tabs > div {
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 16px;
    background: #FFF;
    transition: all ease 300ms;
    color: #2d3748;
}

.subscription-spotlight-section__options-tabs > div.active {
    background: #f3922f;
    color: #FFF;
}

.simplified-footer .container {
    max-width: 1440px!important;
    padding-bottom: 40px;
}

@media only screen and (min-width:48em) { 
    .subscription-spotlight-option.subscription-spotlight-option.subscription-spotlight-option.subscription-spotlight-option {
        display: flex!important;
    }
    .subscription-spotlight-section__options-tabs {
        display: none;
    }
}